|
34 | 34 | enabled: true |
35 | 35 |
|
36 | 36 | octavia: |
37 | | - enabled: true |
| 37 | + # octavia is disabled due to limitation with Native OVN BGP: |
| 38 | + # with this feature, only one provider network can be configured, while |
| 39 | + # octavia needs its own provider network. |
| 40 | + enabled: false |
38 | 41 | amphoraImageContainerImage: quay.io/gthiemonge/octavia-amphora-image |
39 | 42 | apacheContainerImage: registry.redhat.io/ubi9/httpd-24:latest |
40 | 43 | octaviaAPI: |
@@ -64,35 +67,37 @@ data: |
64 | 67 | nodeSelector: |
65 | 68 | node-role.kubernetes.io/worker: "" |
66 | 69 |
|
| 70 | + # designate disabled and designate parameters commented out due to OSPRH-26878 |
67 | 71 | neutron: |
68 | 72 | customServiceConfig: | |
69 | 73 | [DEFAULT] |
| 74 | + service_plugins = qos,ovn-router,trunk,segments,port_forwarding,log,placement,ovn-bgp |
70 | 75 | vlan_transparent = true |
71 | 76 | debug = true |
72 | 77 | dns_domain = example.org. |
73 | | - external_dns_driver = designate |
| 78 | + # external_dns_driver = designate |
74 | 79 | [ovs] |
75 | 80 | igmp_snooping_enable = true |
76 | | - [designate] |
77 | | - url = https://designate-internal.openstack.svc:9001/v2 |
78 | | - auth_type = password |
79 | | - auth_url = {{ .KeystoneInternalURL }} |
80 | | - username = {{ .ServiceUser }} |
81 | | - password = {{ .ServicePassword }} |
82 | | - project_name = service |
83 | | - project_domain_name = Default |
84 | | - user_domain_name = Default |
85 | | - allow_reverse_dns_lookup = True |
86 | | - ipv4_ptr_zone_prefix_size = 24 |
87 | | - ipv6_ptr_zone_prefix_size = 116 |
88 | | - ptr_zone_email = admin@example.org |
| 81 | + # [designate] |
| 82 | + # url = https://designate-internal.openstack.svc:9001/v2 |
| 83 | + # auth_type = password |
| 84 | + # auth_url = {{ .KeystoneInternalURL }} |
| 85 | + # username = {{ .ServiceUser }} |
| 86 | + # password = {{ .ServicePassword }} |
| 87 | + # project_name = service |
| 88 | + # project_domain_name = Default |
| 89 | + # user_domain_name = Default |
| 90 | + # allow_reverse_dns_lookup = True |
| 91 | + # ipv4_ptr_zone_prefix_size = 24 |
| 92 | + # ipv6_ptr_zone_prefix_size = 116 |
| 93 | + # ptr_zone_email = admin@example.org |
89 | 94 |
|
90 | 95 | designate-redis: |
91 | | - enabled: true |
| 96 | + enabled: false |
92 | 97 | replicas: 1 |
93 | 98 |
|
94 | 99 | designate: |
95 | | - enabled: true |
| 100 | + enabled: false |
96 | 101 | nsRecords: |
97 | 102 | - hostname: ns1.example.org. |
98 | 103 | priority: 1 |
|
0 commit comments