Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 1 | - nodeset: |
Carlos Goncalves | ca40afb | 2020-06-26 19:14:33 +0200 | [diff] [blame] | 2 | name: octavia-single-node-ubuntu-bionic |
| 3 | nodes: |
| 4 | - name: controller |
| 5 | label: nested-virt-ubuntu-bionic |
| 6 | groups: |
| 7 | - name: tempest |
| 8 | nodes: |
| 9 | - controller |
| 10 | |
| 11 | - nodeset: |
Gregory Thiemonge | 3079d00 | 2021-04-30 15:38:31 +0200 | [diff] [blame] | 12 | name: octavia-single-node-ubuntu-focal |
| 13 | nodes: |
| 14 | - name: controller |
| 15 | label: nested-virt-ubuntu-focal |
| 16 | groups: |
| 17 | - name: tempest |
| 18 | nodes: |
| 19 | - controller |
| 20 | |
| 21 | - nodeset: |
Tom Weininger | da06895 | 2022-10-14 14:19:35 +0200 | [diff] [blame] | 22 | name: octavia-single-node-ubuntu-jammy |
| 23 | nodes: |
| 24 | - name: controller |
| 25 | label: nested-virt-ubuntu-jammy |
| 26 | groups: |
| 27 | - name: tempest |
| 28 | nodes: |
| 29 | - controller |
| 30 | |
| 31 | - nodeset: |
Carlos Goncalves | ca40afb | 2020-06-26 19:14:33 +0200 | [diff] [blame] | 32 | name: octavia-single-node-centos-7 |
| 33 | nodes: |
| 34 | - name: controller |
| 35 | label: nested-virt-centos-7 |
| 36 | groups: |
| 37 | - name: tempest |
| 38 | nodes: |
| 39 | - controller |
| 40 | |
| 41 | - nodeset: |
| 42 | name: octavia-single-node-centos-8 |
| 43 | nodes: |
| 44 | - name: controller |
| 45 | label: nested-virt-centos-8 |
| 46 | groups: |
| 47 | - name: tempest |
| 48 | nodes: |
| 49 | - controller |
| 50 | |
| 51 | - nodeset: |
Carlos Goncalves | da43fb5 | 2019-12-11 12:56:42 +0100 | [diff] [blame] | 52 | name: octavia-single-node-centos-8-stream |
| 53 | nodes: |
| 54 | - name: controller |
| 55 | label: nested-virt-centos-8-stream |
| 56 | groups: |
| 57 | - name: tempest |
| 58 | nodes: |
| 59 | - controller |
| 60 | |
| 61 | - nodeset: |
Gregory Thiemonge | a2c234e | 2021-11-02 17:08:29 +0100 | [diff] [blame] | 62 | name: octavia-single-node-centos-9-stream |
| 63 | nodes: |
| 64 | - name: controller |
| 65 | label: nested-virt-centos-9-stream |
| 66 | groups: |
| 67 | - name: tempest |
| 68 | nodes: |
| 69 | - controller |
| 70 | |
| 71 | - nodeset: |
Gregory Thiemonge | 946527e | 2023-02-13 02:19:47 -0500 | [diff] [blame^] | 72 | name: octavia-single-node-rockylinux-9 |
| 73 | nodes: |
| 74 | - name: controller |
| 75 | label: nested-virt-rockylinux-9 |
| 76 | groups: |
| 77 | - name: tempest |
| 78 | nodes: |
| 79 | - controller |
| 80 | |
| 81 | - nodeset: |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 82 | name: octavia-two-node |
| 83 | nodes: |
| 84 | - name: controller |
Tom Weininger | da06895 | 2022-10-14 14:19:35 +0200 | [diff] [blame] | 85 | label: nested-virt-ubuntu-jammy |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 86 | - name: controller2 |
Tom Weininger | da06895 | 2022-10-14 14:19:35 +0200 | [diff] [blame] | 87 | label: nested-virt-ubuntu-jammy |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 88 | groups: |
| 89 | - name: controller |
| 90 | nodes: |
| 91 | - controller |
| 92 | # Node where tests are executed and test results collected |
| 93 | - name: tempest |
| 94 | nodes: |
| 95 | - controller |
| 96 | # Nodes running the compute service |
| 97 | - name: compute |
| 98 | nodes: |
| 99 | - controller |
| 100 | - controller2 |
| 101 | # Nodes that are not the controller |
| 102 | - name: subnode |
| 103 | nodes: |
| 104 | - controller2 |
| 105 | # Switch node for multinode networking setup |
| 106 | - name: switch |
| 107 | nodes: |
| 108 | - controller |
| 109 | # Peer nodes for multinode networking setup |
| 110 | - name: peers |
| 111 | nodes: |
| 112 | - controller2 |
| 113 | |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 114 | - job: |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 115 | name: octavia-dsvm-base |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 116 | parent: devstack-tempest |
| 117 | timeout: 7800 |
| 118 | required-projects: |
Carlos Goncalves | 7cca66d | 2020-01-16 17:50:44 +0100 | [diff] [blame] | 119 | - openstack/devstack |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 120 | - openstack/octavia |
Michael Johnson | 8bf958e | 2019-03-05 17:07:40 -0800 | [diff] [blame] | 121 | - openstack/octavia-lib |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 122 | - openstack/octavia-tempest-plugin |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 123 | - openstack/python-octaviaclient |
| 124 | irrelevant-files: |
| 125 | - ^.*\.rst$ |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 126 | - ^api-ref/.*$ |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 127 | - ^doc/.*$ |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 128 | - ^etc/.*$ |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 129 | - ^releasenotes/.*$ |
| 130 | vars: |
Gregory Thiemonge | 3bc1f4d | 2020-10-02 13:53:31 +0200 | [diff] [blame] | 131 | configure_swap_size: 8192 |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 132 | devstack_localrc: |
Michael Johnson | 9153af1 | 2018-12-12 14:12:53 -0800 | [diff] [blame] | 133 | USE_PYTHON3: true |
Carlos Goncalves | 7cca66d | 2020-01-16 17:50:44 +0100 | [diff] [blame] | 134 | LIBVIRT_TYPE: kvm |
| 135 | LIBVIRT_CPU_MODE: host-passthrough |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 136 | devstack_local_conf: |
| 137 | post-config: |
| 138 | $OCTAVIA_CONF: |
| 139 | DEFAULT: |
| 140 | debug: True |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 141 | devstack_services: |
Michael Johnson | a268ca7 | 2017-12-18 09:55:48 -0800 | [diff] [blame] | 142 | c-bak: false |
| 143 | ceilometer-acentral: false |
| 144 | ceilometer-acompute: false |
| 145 | ceilometer-alarm-evaluator: false |
| 146 | ceilometer-alarm-notifier: false |
| 147 | ceilometer-anotification: false |
| 148 | ceilometer-api: false |
| 149 | ceilometer-collector: false |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 150 | c-sch: false |
| 151 | c-api: false |
| 152 | c-vol: false |
Michael Johnson | a268ca7 | 2017-12-18 09:55:48 -0800 | [diff] [blame] | 153 | cinder: false |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 154 | octavia: true |
| 155 | o-api: true |
| 156 | o-cw: true |
| 157 | o-hm: true |
| 158 | o-hk: true |
| 159 | swift: false |
Michael Johnson | a268ca7 | 2017-12-18 09:55:48 -0800 | [diff] [blame] | 160 | s-account: false |
| 161 | s-container: false |
| 162 | s-object: false |
| 163 | s-proxy: false |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 164 | tempest: true |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 165 | devstack_plugins: |
OpenDev Sysadmins | eed1c6b | 2019-04-19 19:35:19 +0000 | [diff] [blame] | 166 | octavia: https://opendev.org/openstack/octavia.git |
Carlos Goncalves | f077c3a | 2020-10-19 11:17:26 +0200 | [diff] [blame] | 167 | octavia-tempest-plugin: https://opendev.org/openstack/octavia-tempest-plugin.git |
Brian Haley | 0f7e028 | 2020-07-17 17:09:18 -0400 | [diff] [blame] | 168 | neutron: https://opendev.org/openstack/neutron.git |
Carlos Goncalves | f077c3a | 2020-10-19 11:17:26 +0200 | [diff] [blame] | 169 | tempest_plugins: |
| 170 | - octavia-tempest-plugin |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 171 | |
| 172 | - job: |
Ghanshyam Mann | cccc262 | 2019-09-17 19:34:46 +0000 | [diff] [blame] | 173 | name: octavia-dsvm-base-ipv6-only |
| 174 | parent: devstack-tempest-ipv6 |
| 175 | timeout: 7800 |
| 176 | required-projects: |
Carlos Goncalves | 7cca66d | 2020-01-16 17:50:44 +0100 | [diff] [blame] | 177 | - openstack/devstack |
Ghanshyam Mann | cccc262 | 2019-09-17 19:34:46 +0000 | [diff] [blame] | 178 | - openstack/octavia |
| 179 | - openstack/octavia-lib |
| 180 | - openstack/octavia-tempest-plugin |
| 181 | - openstack/python-octaviaclient |
Ghanshyam Mann | cccc262 | 2019-09-17 19:34:46 +0000 | [diff] [blame] | 182 | irrelevant-files: |
| 183 | - ^.*\.rst$ |
| 184 | - ^api-ref/.*$ |
| 185 | - ^doc/.*$ |
| 186 | - ^etc/.*$ |
| 187 | - ^releasenotes/.*$ |
| 188 | vars: |
| 189 | devstack_localrc: |
Ghanshyam Mann | cccc262 | 2019-09-17 19:34:46 +0000 | [diff] [blame] | 190 | USE_PYTHON3: true |
Carlos Goncalves | 7cca66d | 2020-01-16 17:50:44 +0100 | [diff] [blame] | 191 | LIBVIRT_TYPE: kvm |
| 192 | LIBVIRT_CPU_MODE: host-passthrough |
Ghanshyam Mann | cccc262 | 2019-09-17 19:34:46 +0000 | [diff] [blame] | 193 | devstack_local_conf: |
| 194 | post-config: |
| 195 | $OCTAVIA_CONF: |
| 196 | DEFAULT: |
| 197 | debug: True |
| 198 | devstack_services: |
| 199 | c-bak: false |
| 200 | ceilometer-acentral: false |
| 201 | ceilometer-acompute: false |
| 202 | ceilometer-alarm-evaluator: false |
| 203 | ceilometer-alarm-notifier: false |
| 204 | ceilometer-anotification: false |
| 205 | ceilometer-api: false |
| 206 | ceilometer-collector: false |
| 207 | c-sch: false |
| 208 | c-api: false |
| 209 | c-vol: false |
| 210 | cinder: false |
| 211 | octavia: true |
| 212 | o-api: true |
| 213 | o-cw: true |
| 214 | o-hm: true |
| 215 | o-hk: true |
| 216 | swift: false |
| 217 | s-account: false |
| 218 | s-container: false |
| 219 | s-object: false |
| 220 | s-proxy: false |
| 221 | tempest: true |
| 222 | devstack_plugins: |
| 223 | octavia: https://opendev.org/openstack/octavia.git |
Carlos Goncalves | f077c3a | 2020-10-19 11:17:26 +0200 | [diff] [blame] | 224 | octavia-tempest-plugin: https://opendev.org/openstack/octavia-tempest-plugin.git |
Brian Haley | 0f7e028 | 2020-07-17 17:09:18 -0400 | [diff] [blame] | 225 | neutron: https://opendev.org/openstack/neutron.git |
Carlos Goncalves | f077c3a | 2020-10-19 11:17:26 +0200 | [diff] [blame] | 226 | tempest_plugins: |
| 227 | - octavia-tempest-plugin |
Ghanshyam Mann | cccc262 | 2019-09-17 19:34:46 +0000 | [diff] [blame] | 228 | |
| 229 | - job: |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 230 | name: octavia-dsvm-live-base |
| 231 | parent: octavia-dsvm-base |
Tom Weininger | da06895 | 2022-10-14 14:19:35 +0200 | [diff] [blame] | 232 | nodeset: octavia-single-node-ubuntu-jammy |
Michael Johnson | b569047 | 2018-09-05 09:20:39 -0700 | [diff] [blame] | 233 | timeout: 9000 |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 234 | required-projects: |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 235 | - openstack/diskimage-builder |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 236 | vars: |
Michael Johnson | d5efbb1 | 2020-09-23 12:50:47 -0700 | [diff] [blame] | 237 | configure_swap_size: 8192 |
Michael Johnson | 24733cb | 2018-09-10 10:46:45 -0700 | [diff] [blame] | 238 | devstack_localrc: |
| 239 | DIB_LOCAL_ELEMENTS: openstack-ci-mirrors |
Carlos Goncalves | 7cca66d | 2020-01-16 17:50:44 +0100 | [diff] [blame] | 240 | LIBVIRT_TYPE: kvm |
| 241 | LIBVIRT_CPU_MODE: host-passthrough |
Michael Johnson | a2f5503 | 2019-02-14 15:03:01 -0800 | [diff] [blame] | 242 | devstack_local_conf: |
| 243 | post-config: |
| 244 | $OCTAVIA_CONF: |
| 245 | haproxy_amphora: |
| 246 | # Set these higher for non-nested virt nodepool instances |
Michael Johnson | 5b7b9d7 | 2019-08-10 16:56:25 -0700 | [diff] [blame] | 247 | connection_max_retries: 1200 |
Michael Johnson | a2f5503 | 2019-02-14 15:03:01 -0800 | [diff] [blame] | 248 | build_active_retries: 300 |
German Eichberger | 070297f | 2018-12-19 14:59:45 -0800 | [diff] [blame] | 249 | amphora_agent: |
| 250 | forward_all_logs: True |
Michael Johnson | 5b7b9d7 | 2019-08-10 16:56:25 -0700 | [diff] [blame] | 251 | test-config: |
| 252 | "$TEMPEST_CONFIG": |
| 253 | load_balancer: |
| 254 | check_interval: 1 |
| 255 | check_timeout: 180 |
Michael Johnson | 89bdbcd | 2020-03-19 15:59:19 -0700 | [diff] [blame] | 256 | loadbalancer-feature-enabled: |
| 257 | not_implemented_is_error: True |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 258 | devstack_services: |
ZhaoBo | 2a69ad0 | 2017-12-22 17:19:56 +0800 | [diff] [blame] | 259 | neutron-qos: true |
Ian Wienand | 70c06d8 | 2018-10-24 10:21:00 +1100 | [diff] [blame] | 260 | zuul_copy_output: |
| 261 | '/var/log/dib-build' : logs |
German Eichberger | 070297f | 2018-12-19 14:59:45 -0800 | [diff] [blame] | 262 | '/var/log/octavia-amphora.log': logs |
| 263 | '/var/log/octavia-tenant-traffic.log': logs |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 264 | |
| 265 | - job: |
Ghanshyam Mann | cccc262 | 2019-09-17 19:34:46 +0000 | [diff] [blame] | 266 | name: octavia-dsvm-live-base-ipv6-only |
| 267 | parent: octavia-dsvm-base-ipv6-only |
Tom Weininger | da06895 | 2022-10-14 14:19:35 +0200 | [diff] [blame] | 268 | nodeset: octavia-single-node-ubuntu-jammy |
Ghanshyam Mann | cccc262 | 2019-09-17 19:34:46 +0000 | [diff] [blame] | 269 | timeout: 9000 |
| 270 | required-projects: |
| 271 | - openstack/diskimage-builder |
| 272 | vars: |
Michael Johnson | d5efbb1 | 2020-09-23 12:50:47 -0700 | [diff] [blame] | 273 | configure_swap_size: 8192 |
Ghanshyam Mann | cccc262 | 2019-09-17 19:34:46 +0000 | [diff] [blame] | 274 | devstack_localrc: |
| 275 | DIB_LOCAL_ELEMENTS: openstack-ci-mirrors |
| 276 | devstack_local_conf: |
| 277 | post-config: |
| 278 | $OCTAVIA_CONF: |
| 279 | haproxy_amphora: |
| 280 | # Set these higher for non-nested virt nodepool instances |
| 281 | connection_max_retries: 1200 |
| 282 | build_active_retries: 300 |
| 283 | amphora_agent: |
| 284 | forward_all_logs: True |
| 285 | test-config: |
| 286 | "$TEMPEST_CONFIG": |
| 287 | load_balancer: |
| 288 | check_interval: 1 |
| 289 | check_timeout: 180 |
| 290 | devstack_services: |
| 291 | neutron-qos: true |
Ghanshyam Mann | cccc262 | 2019-09-17 19:34:46 +0000 | [diff] [blame] | 292 | zuul_copy_output: |
| 293 | '/var/log/dib-build' : logs |
| 294 | '/var/log/octavia-amphora.log': logs |
| 295 | '/var/log/octavia-tenant-traffic.log': logs |
| 296 | |
| 297 | - job: |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 298 | name: octavia-dsvm-live-two-node-base |
| 299 | parent: octavia-dsvm-base |
| 300 | nodeset: octavia-two-node |
Gregory Thiemonge | 5cf1f61 | 2021-02-03 14:34:18 +0100 | [diff] [blame] | 301 | timeout: 10800 |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 302 | required-projects: |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 303 | - openstack/diskimage-builder |
Gregory Thiemonge | 5cf1f61 | 2021-02-03 14:34:18 +0100 | [diff] [blame] | 304 | roles: |
| 305 | - zuul: openstack/neutron-tempest-plugin |
| 306 | pre-run: playbooks/prepare-ovn-multinode.yaml |
| 307 | vars: |
| 308 | zuul_copy_output: |
| 309 | '/var/log/dib-build': logs |
| 310 | '/var/log/octavia-amphora.log': logs |
| 311 | '/var/log/octavia-tenant-traffic.log': logs |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 312 | host-vars: |
| 313 | controller: |
Michael Johnson | d5efbb1 | 2020-09-23 12:50:47 -0700 | [diff] [blame] | 314 | configure_swap_size: 8192 |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 315 | devstack_localrc: |
| 316 | # From devstack "vars:" |
| 317 | DATABASE_USER: octavia |
| 318 | DATABASE_PASSWORD: octavia_database_pw |
| 319 | RABBIT_PASSWORD: octavia_rabbit_pw |
| 320 | ADMIN_PASSWORD: octavia_admin_pw |
| 321 | SERVICE_PASSWORD: octavia_service_pw |
| 322 | NETWORK_GATEWAY: 10.1.0.1 |
| 323 | FIXED_RANGE: 10.1.0.0/20 |
| 324 | IPV4_ADDRS_SAFE_TO_USE: 10.1.0.0/20 |
| 325 | FLOATING_RANGE: 172.24.5.0/24 |
| 326 | PUBLIC_NETWORK_GATEWAY: 172.24.5.1 |
| 327 | LOGFILE: /opt/stack/logs/devstacklog.txt |
| 328 | LOG_COLOR: false |
| 329 | VERBOSE: true |
| 330 | VERBOSE_NO_TIMESTAMP: true |
| 331 | NOVNC_FROM_PACKAGE: true |
| 332 | ERROR_ON_CLONE: true |
| 333 | MULTI_HOST: 1 |
| 334 | SERVICE_HOST: "{{ hostvars['controller']['nodepool']['private_ipv4'] }}" |
| 335 | HOST_IP: "{{ hostvars['controller']['nodepool']['private_ipv4'] }}" |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 336 | USE_PYTHON3: true |
Carlos Goncalves | 7cca66d | 2020-01-16 17:50:44 +0100 | [diff] [blame] | 337 | LIBVIRT_TYPE: kvm |
| 338 | LIBVIRT_CPU_MODE: host-passthrough |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 339 | # Octavia specific settings |
| 340 | OCTAVIA_CONTROLLER_IP_PORT_LIST: 192.168.0.3:5555,192.168.0.4:5555 |
| 341 | OCTAVIA_MGMT_PORT_IP: 192.168.0.3 |
| 342 | OCTAVIA_NODE: main |
| 343 | OCTAVIA_NODES: "main:{{ hostvars['controller']['nodepool']['private_ipv4'] }},second:{{ hostvars['controller2']['nodepool']['private_ipv4'] }}" |
| 344 | OCTAVIA_USE_PREGENERATED_CERTS: true |
| 345 | devstack_plugins: |
OpenDev Sysadmins | eed1c6b | 2019-04-19 19:35:19 +0000 | [diff] [blame] | 346 | neutron: https://opendev.org/openstack/neutron.git |
| 347 | octavia: https://opendev.org/openstack/octavia.git |
Carlos Goncalves | f077c3a | 2020-10-19 11:17:26 +0200 | [diff] [blame] | 348 | octavia-tempest-plugin: https://opendev.org/openstack/octavia-tempest-plugin.git |
| 349 | tempest_plugins: |
| 350 | - octavia-tempest-plugin |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 351 | controller2: |
Michael Johnson | d5efbb1 | 2020-09-23 12:50:47 -0700 | [diff] [blame] | 352 | configure_swap_size: 8192 |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 353 | devstack_localrc: |
| 354 | # From devstack "vars:" |
| 355 | DATABASE_USER: octavia |
| 356 | DATABASE_PASSWORD: octavia_database_pw |
| 357 | RABBIT_PASSWORD: octavia_rabbit_pw |
| 358 | ADMIN_PASSWORD: octavia_admin_pw |
| 359 | SERVICE_PASSWORD: octavia_service_pw |
| 360 | NETWORK_GATEWAY: 10.1.0.1 |
| 361 | FIXED_RANGE: 10.1.0.0/20 |
| 362 | IPV4_ADDRS_SAFE_TO_USE: 10.1.0.0/20 |
| 363 | FLOATING_RANGE: 172.24.5.0/24 |
| 364 | PUBLIC_NETWORK_GATEWAY: 172.24.5.1 |
| 365 | LOGFILE: /opt/stack/logs/devstacklog.txt |
| 366 | LOG_COLOR: false |
| 367 | VERBOSE: true |
| 368 | VERBOSE_NO_TIMESTAMP: true |
| 369 | NOVNC_FROM_PACKAGE: true |
| 370 | ERROR_ON_CLONE: true |
| 371 | MULTI_HOST: 1 |
| 372 | HOST_IP: "{{ hostvars['controller2']['nodepool']['private_ipv4'] }}" |
| 373 | SERVICE_HOST: "{{ hostvars['controller']['nodepool']['private_ipv4'] }}" |
| 374 | NEUTRON_SERVICE_HOST: "{{ hostvars['controller']['nodepool']['private_ipv4'] }}" |
| 375 | DATABASE_HOST: "{{ hostvars['controller']['nodepool']['private_ipv4'] }}" |
| 376 | RABBIT_HOST: "{{ hostvars['controller']['nodepool']['private_ipv4'] }}" |
| 377 | GLANCE_HOSTPORT: "{{ hostvars['controller']['nodepool']['private_ipv4'] }}:9292" |
| 378 | USE_PYTHON3: true |
Carlos Goncalves | 7cca66d | 2020-01-16 17:50:44 +0100 | [diff] [blame] | 379 | LIBVIRT_TYPE: kvm |
| 380 | LIBVIRT_CPU_MODE: host-passthrough |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 381 | # Octavia specific settings |
| 382 | OCTAVIA_CONTROLLER_IP_PORT_LIST: 192.168.0.3:5555,192.168.0.4:5555 |
| 383 | OCTAVIA_NODE: subnode |
| 384 | OCTAVIA_USE_PREGENERATED_CERTS: true |
| 385 | OCTAVIA_MGMT_PORT_IP: 192.168.0.4 |
| 386 | devstack_plugins: |
Gregory Thiemonge | 5cf1f61 | 2021-02-03 14:34:18 +0100 | [diff] [blame] | 387 | neutron: https://opendev.org/openstack/neutron.git |
OpenDev Sysadmins | eed1c6b | 2019-04-19 19:35:19 +0000 | [diff] [blame] | 388 | octavia: https://opendev.org/openstack/octavia.git |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 389 | group-vars: |
| 390 | controller: |
| 391 | devstack_local_conf: |
| 392 | post-config: |
| 393 | $OCTAVIA_CONF: |
| 394 | DEFAULT: |
| 395 | debug: True |
| 396 | api_settings: |
| 397 | api_v1_enabled: False |
German Eichberger | 070297f | 2018-12-19 14:59:45 -0800 | [diff] [blame] | 398 | amphora_agent: |
| 399 | forward_all_logs: True |
Gregory Thiemonge | 5cf1f61 | 2021-02-03 14:34:18 +0100 | [diff] [blame] | 400 | "/$NEUTRON_CORE_PLUGIN_CONF": |
| 401 | ovn: |
| 402 | enable_distributed_floating_ip: True |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 403 | devstack_services: |
| 404 | base: false |
Michael Johnson | 0a0f9b3 | 2019-01-02 16:58:21 -0800 | [diff] [blame] | 405 | barbican: false |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 406 | dstat: true |
| 407 | g-api: true |
| 408 | g-reg: true |
| 409 | key: true |
Brian Haley | fdefa80 | 2020-01-24 17:32:18 -0500 | [diff] [blame] | 410 | memory_tracker: false |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 411 | mysql: true |
| 412 | n-api: true |
| 413 | n-api-meta: true |
| 414 | n-cauth: true |
| 415 | n-cond: true |
| 416 | n-cpu: true |
| 417 | n-obj: true |
| 418 | n-sch: true |
| 419 | neutron-qos: true |
| 420 | octavia: true |
| 421 | o-api-ha: true |
| 422 | o-api: true |
| 423 | o-cw: true |
| 424 | o-hm: true |
| 425 | o-hk: true |
Gregory Thiemonge | 5cf1f61 | 2021-02-03 14:34:18 +0100 | [diff] [blame] | 426 | ovn-controller: true |
| 427 | ovn-northd: true |
| 428 | ovn-vswitchd: true |
| 429 | ovsdb-server: true |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 430 | placement-api: true |
Gregory Thiemonge | 5cf1f61 | 2021-02-03 14:34:18 +0100 | [diff] [blame] | 431 | q-agt: false |
| 432 | q-dhcp: false |
| 433 | q-l3: false |
| 434 | q-meta: false |
| 435 | q-ovn-metadata-agent: true |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 436 | q-svc: true |
| 437 | rabbit: true |
| 438 | tempest: true |
| 439 | tls-proxy: true |
| 440 | subnode: |
| 441 | devstack_local_conf: |
| 442 | post-config: |
| 443 | $OCTAVIA_CONF: |
| 444 | DEFAULT: |
| 445 | debug: True |
| 446 | api_settings: |
| 447 | api_v1_enabled: False |
German Eichberger | 070297f | 2018-12-19 14:59:45 -0800 | [diff] [blame] | 448 | amphora_agent: |
| 449 | forward_all_logs: True |
Gregory Thiemonge | 5cf1f61 | 2021-02-03 14:34:18 +0100 | [diff] [blame] | 450 | "/$NEUTRON_CORE_PLUGIN_CONF": |
| 451 | ovn: |
| 452 | enable_distributed_floating_ip: True |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 453 | devstack_services: |
| 454 | c-vol: false |
| 455 | c-bak: false |
| 456 | octavia: true |
| 457 | o-api: true |
| 458 | o-cw: true |
| 459 | o-hm: true |
| 460 | o-hk: true |
Gregory Thiemonge | 5cf1f61 | 2021-02-03 14:34:18 +0100 | [diff] [blame] | 461 | ovn-controller: true |
| 462 | ovn-northd: false |
| 463 | ovn-vswitchd: true |
| 464 | ovsdb-server: true |
| 465 | q-fake: true |
| 466 | q-agt: false |
| 467 | q-dhcp: false |
| 468 | q-l3: false |
| 469 | q-meta: false |
| 470 | q-ovn-metadata-agent: true |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 471 | |
| 472 | - job: |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 473 | name: octavia-dsvm-noop-base |
| 474 | parent: octavia-dsvm-base |
| 475 | vars: |
| 476 | devstack_localrc: |
| 477 | DISABLE_AMP_IMAGE_BUILD: True |
| 478 | devstack_local_conf: |
| 479 | test-config: |
| 480 | "$TEMPEST_CONFIG": |
| 481 | load_balancer: |
| 482 | test_with_noop: True |
Michael Johnson | 6a9236a | 2020-08-04 23:54:54 +0000 | [diff] [blame] | 483 | build_interval: 0.5 |
| 484 | check_interval: 0.5 |
| 485 | lb_build_interval: 0.5 |
Michael Johnson | a1862ff | 2020-06-21 12:15:27 -0700 | [diff] [blame] | 486 | # AZ API tests with no-op need AZs configured but they do not |
| 487 | # need to actually exist in Nova due to the no-op driver. |
| 488 | availability_zone: bogus-az-1 |
| 489 | availability_zone2: bogus-az-2 |
| 490 | availability_zone3: bogus-az-3 |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 491 | post-config: |
| 492 | $OCTAVIA_CONF: |
| 493 | controller_worker: |
| 494 | amphora_driver: amphora_noop_driver |
| 495 | compute_driver: compute_noop_driver |
| 496 | network_driver: network_noop_driver |
Carlos Goncalves | 3ab7793 | 2020-06-25 15:30:02 +0200 | [diff] [blame] | 497 | image_driver: image_noop_driver |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 498 | certificates: |
| 499 | cert_manager: local_cert_manager |
| 500 | devstack_services: |
| 501 | barbican: false |
| 502 | |
| 503 | - job: |
| 504 | name: octavia-v2-dsvm-noop-api |
| 505 | parent: octavia-dsvm-noop-base |
Gregory Thiemonge | 605899c | 2021-08-30 11:54:19 +0200 | [diff] [blame] | 506 | timeout: 10800 |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 507 | vars: |
| 508 | devstack_local_conf: |
| 509 | post-config: |
| 510 | $OCTAVIA_CONF: |
| 511 | api_settings: |
| 512 | api_v1_enabled: False |
Michael Johnson | dc5a39d | 2018-10-11 16:52:56 -0700 | [diff] [blame] | 513 | audit: |
| 514 | enabled: True |
| 515 | audit_middleware_notifications: |
| 516 | driver: log |
Michael Johnson | 6a9236a | 2020-08-04 23:54:54 +0000 | [diff] [blame] | 517 | tempest_concurrency: 4 |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 518 | tempest_test_regex: ^octavia_tempest_plugin.tests.api.v2 |
| 519 | tox_envlist: all |
Carlos Goncalves | 531c506 | 2019-06-23 15:18:06 +0200 | [diff] [blame] | 520 | irrelevant-files: |
| 521 | - ^.*\.rst$ |
| 522 | - ^api-ref/.*$ |
| 523 | - ^doc/.*$ |
| 524 | - ^etc/.*$ |
| 525 | - ^releasenotes/.*$ |
| 526 | - ^octavia_tempest_plugin/tests/(?!api/|\w+\.py).* |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 527 | |
| 528 | - job: |
Michael Johnson | 6dac8ff | 2023-03-09 00:04:37 +0000 | [diff] [blame] | 529 | name: octavia-v2-dsvm-noop-api-keystone-default-roles |
Michael Johnson | 6006de7 | 2021-02-21 01:42:39 +0000 | [diff] [blame] | 530 | parent: octavia-v2-dsvm-noop-api |
| 531 | vars: |
Michael Johnson | 6dac8ff | 2023-03-09 00:04:37 +0000 | [diff] [blame] | 532 | devstack_localrc: |
| 533 | OCTAVIA_USE_KEYSTONE_DEFAULT_ROLES: True |
Michael Johnson | 6006de7 | 2021-02-21 01:42:39 +0000 | [diff] [blame] | 534 | devstack_local_conf: |
| 535 | post-config: |
| 536 | $OCTAVIA_CONF: |
| 537 | oslo_policy: |
Michael Johnson | 6dac8ff | 2023-03-09 00:04:37 +0000 | [diff] [blame] | 538 | enforce_scope: False |
Michael Johnson | 6006de7 | 2021-02-21 01:42:39 +0000 | [diff] [blame] | 539 | enforce_new_defaults: True |
| 540 | test-config: |
| 541 | "$TEMPEST_CONFIG": |
| 542 | enforce_scope: |
Michael Johnson | 6dac8ff | 2023-03-09 00:04:37 +0000 | [diff] [blame] | 543 | octavia: False |
Michael Johnson | 6006de7 | 2021-02-21 01:42:39 +0000 | [diff] [blame] | 544 | load_balancer: |
Michael Johnson | 6dac8ff | 2023-03-09 00:04:37 +0000 | [diff] [blame] | 545 | RBAC_test_type: keystone_default_roles |
Michael Johnson | 6006de7 | 2021-02-21 01:42:39 +0000 | [diff] [blame] | 546 | |
| 547 | - job: |
Michael Johnson | 9153af1 | 2018-12-12 14:12:53 -0800 | [diff] [blame] | 548 | name: octavia-v2-dsvm-noop-py2-api |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 549 | parent: octavia-v2-dsvm-noop-api |
| 550 | vars: |
| 551 | devstack_localrc: |
Michael Johnson | 9153af1 | 2018-12-12 14:12:53 -0800 | [diff] [blame] | 552 | USE_PYTHON3: False |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 553 | |
| 554 | - job: |
Ghanshyam Mann | 5de5810 | 2022-04-14 20:23:32 -0500 | [diff] [blame] | 555 | name: octavia-v2-dsvm-noop-api-stable-yoga |
| 556 | parent: octavia-v2-dsvm-noop-api |
Tom Weininger | da06895 | 2022-10-14 14:19:35 +0200 | [diff] [blame] | 557 | nodeset: octavia-single-node-ubuntu-focal |
Ghanshyam Mann | 5de5810 | 2022-04-14 20:23:32 -0500 | [diff] [blame] | 558 | override-checkout: stable/yoga |
| 559 | |
| 560 | - job: |
Ghanshyam Mann | 6b04038 | 2022-01-18 19:37:30 -0600 | [diff] [blame] | 561 | name: octavia-v2-dsvm-noop-api-stable-xena |
| 562 | parent: octavia-v2-dsvm-noop-api |
Tom Weininger | da06895 | 2022-10-14 14:19:35 +0200 | [diff] [blame] | 563 | nodeset: octavia-single-node-ubuntu-focal |
Ghanshyam Mann | 6b04038 | 2022-01-18 19:37:30 -0600 | [diff] [blame] | 564 | override-checkout: stable/xena |
| 565 | |
| 566 | - job: |
Carlos Goncalves | 1c53f1b | 2021-06-30 09:26:08 +0200 | [diff] [blame] | 567 | name: octavia-v2-dsvm-noop-api-stable-wallaby |
| 568 | parent: octavia-v2-dsvm-noop-api |
Tom Weininger | da06895 | 2022-10-14 14:19:35 +0200 | [diff] [blame] | 569 | nodeset: octavia-single-node-ubuntu-focal |
Carlos Goncalves | 1c53f1b | 2021-06-30 09:26:08 +0200 | [diff] [blame] | 570 | override-checkout: stable/wallaby |
| 571 | |
| 572 | - job: |
Gregory Thiemonge | 0790950 | 2023-05-09 16:51:42 +0200 | [diff] [blame] | 573 | name: octavia-v2-dsvm-scenario-base |
Michael Johnson | b569047 | 2018-09-05 09:20:39 -0700 | [diff] [blame] | 574 | parent: octavia-dsvm-live-base |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 575 | vars: |
| 576 | devstack_local_conf: |
| 577 | post-config: |
| 578 | $OCTAVIA_CONF: |
| 579 | api_settings: |
| 580 | api_v1_enabled: False |
Michael Johnson | b1ba3b3 | 2019-07-30 20:23:51 -0700 | [diff] [blame] | 581 | test-config: |
| 582 | "$TEMPEST_CONFIG": |
| 583 | loadbalancer-feature-enabled: |
| 584 | log_offload_enabled: True |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 585 | tempest_concurrency: 2 |
| 586 | tempest_test_regex: ^octavia_tempest_plugin.tests.scenario.v2 |
Andreas Jaeger | eaedb34 | 2018-01-12 17:04:29 +0100 | [diff] [blame] | 587 | tox_envlist: all |
Carlos Goncalves | 531c506 | 2019-06-23 15:18:06 +0200 | [diff] [blame] | 588 | irrelevant-files: |
| 589 | - ^.*\.rst$ |
| 590 | - ^api-ref/.*$ |
| 591 | - ^doc/.*$ |
| 592 | - ^etc/.*$ |
| 593 | - ^releasenotes/.*$ |
| 594 | - ^octavia_tempest_plugin/tests/(?!scenario/|\w+\.py).* |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 595 | |
| 596 | - job: |
Gregory Thiemonge | 0790950 | 2023-05-09 16:51:42 +0200 | [diff] [blame] | 597 | name: octavia-v2-dsvm-scenario |
| 598 | parent: octavia-v2-dsvm-scenario-base |
| 599 | branches: ^(?!stable/(train|ussuri|victoria|wallaby|xena|yoga|zed)) |
| 600 | nodeset: octavia-single-node-ubuntu-jammy |
| 601 | |
| 602 | - job: |
| 603 | name: octavia-v2-dsvm-scenario |
| 604 | parent: octavia-v2-dsvm-scenario-base |
| 605 | branches: ^(stable/(victoria|wallaby|xena|yoga|zed)) |
| 606 | nodeset: octavia-single-node-ubuntu-focal |
| 607 | |
| 608 | - job: |
| 609 | name: octavia-v2-dsvm-scenario |
| 610 | parent: octavia-v2-dsvm-scenario-base |
| 611 | branches: ^(stable/(train|ussuri)) |
| 612 | nodeset: octavia-single-node-ubuntu-bionic |
| 613 | |
| 614 | - job: |
Ghanshyam Mann | cccc262 | 2019-09-17 19:34:46 +0000 | [diff] [blame] | 615 | name: octavia-v2-dsvm-scenario-ipv6-only |
| 616 | parent: octavia-dsvm-live-base-ipv6-only |
| 617 | vars: |
| 618 | devstack_local_conf: |
| 619 | post-config: |
| 620 | $OCTAVIA_CONF: |
| 621 | api_settings: |
| 622 | api_v1_enabled: False |
| 623 | tempest_concurrency: 2 |
| 624 | tempest_test_regex: ^octavia_tempest_plugin.tests.scenario.v2 |
| 625 | tox_envlist: all |
| 626 | irrelevant-files: |
| 627 | - ^.*\.rst$ |
| 628 | - ^api-ref/.*$ |
| 629 | - ^doc/.*$ |
| 630 | - ^etc/.*$ |
| 631 | - ^releasenotes/.*$ |
| 632 | - ^octavia_tempest_plugin/tests/(?!scenario/|\w+\.py).* |
| 633 | |
| 634 | - job: |
Michael Johnson | 9153af1 | 2018-12-12 14:12:53 -0800 | [diff] [blame] | 635 | name: octavia-v2-dsvm-py2-scenario |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 636 | parent: octavia-v2-dsvm-scenario |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 637 | vars: |
| 638 | devstack_localrc: |
Michael Johnson | 9153af1 | 2018-12-12 14:12:53 -0800 | [diff] [blame] | 639 | USE_PYTHON3: False |
Carlos Goncalves | ea5d374 | 2020-06-05 10:49:05 +0200 | [diff] [blame] | 640 | required-projects: |
| 641 | - name: openstack/diskimage-builder |
| 642 | override-checkout: 2.30.0 |
Michael Johnson | df24079 | 2018-10-10 17:03:21 -0700 | [diff] [blame] | 643 | |
| 644 | - job: |
Ghanshyam Mann | 5de5810 | 2022-04-14 20:23:32 -0500 | [diff] [blame] | 645 | name: octavia-v2-dsvm-scenario-stable-yoga |
| 646 | parent: octavia-v2-dsvm-scenario |
Tom Weininger | da06895 | 2022-10-14 14:19:35 +0200 | [diff] [blame] | 647 | nodeset: octavia-single-node-ubuntu-focal |
Ghanshyam Mann | 5de5810 | 2022-04-14 20:23:32 -0500 | [diff] [blame] | 648 | override-checkout: stable/yoga |
| 649 | |
| 650 | - job: |
Ghanshyam Mann | 6b04038 | 2022-01-18 19:37:30 -0600 | [diff] [blame] | 651 | name: octavia-v2-dsvm-scenario-stable-xena |
| 652 | parent: octavia-v2-dsvm-scenario |
Tom Weininger | da06895 | 2022-10-14 14:19:35 +0200 | [diff] [blame] | 653 | nodeset: octavia-single-node-ubuntu-focal |
Ghanshyam Mann | 6b04038 | 2022-01-18 19:37:30 -0600 | [diff] [blame] | 654 | override-checkout: stable/xena |
| 655 | |
| 656 | - job: |
Carlos Goncalves | 1c53f1b | 2021-06-30 09:26:08 +0200 | [diff] [blame] | 657 | name: octavia-v2-dsvm-scenario-stable-wallaby |
| 658 | parent: octavia-v2-dsvm-scenario |
Tom Weininger | da06895 | 2022-10-14 14:19:35 +0200 | [diff] [blame] | 659 | nodeset: octavia-single-node-ubuntu-focal |
Carlos Goncalves | 1c53f1b | 2021-06-30 09:26:08 +0200 | [diff] [blame] | 660 | override-checkout: stable/wallaby |
Carlos Goncalves | 41b3aac | 2020-09-30 09:33:47 +0200 | [diff] [blame] | 661 | |
Michael Johnson | 2734ffe | 2019-01-16 15:59:34 -0800 | [diff] [blame] | 662 | # Legacy jobs for the transition to the act-stdby two node jobs |
Carlos Goncalves | cedab48 | 2018-07-31 15:09:36 +0200 | [diff] [blame] | 663 | - job: |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 664 | name: octavia-v2-dsvm-scenario-two-node |
| 665 | parent: octavia-dsvm-live-two-node-base |
| 666 | vars: |
| 667 | tempest_concurrency: 2 |
| 668 | tempest_test_regex: ^octavia_tempest_plugin.tests.scenario.v2 |
| 669 | tox_envlist: all |
Carlos Goncalves | 531c506 | 2019-06-23 15:18:06 +0200 | [diff] [blame] | 670 | irrelevant-files: |
| 671 | - ^.*\.rst$ |
| 672 | - ^api-ref/.*$ |
| 673 | - ^doc/.*$ |
| 674 | - ^etc/.*$ |
| 675 | - ^releasenotes/.*$ |
| 676 | - ^octavia_tempest_plugin/tests/(?!scenario/|\w+\.py).* |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 677 | |
| 678 | - job: |
| 679 | name: octavia-v2-dsvm-py2-scenario-two-node |
| 680 | parent: octavia-v2-dsvm-scenario-two-node |
| 681 | host-vars: |
| 682 | controller: |
| 683 | devstack_localrc: |
| 684 | USE_PYTHON3: False |
Carlos Goncalves | 7cca66d | 2020-01-16 17:50:44 +0100 | [diff] [blame] | 685 | LIBVIRT_TYPE: kvm |
| 686 | LIBVIRT_CPU_MODE: host-passthrough |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 687 | controller2: |
| 688 | devstack_localrc: |
| 689 | USE_PYTHON3: False |
Carlos Goncalves | 7cca66d | 2020-01-16 17:50:44 +0100 | [diff] [blame] | 690 | LIBVIRT_TYPE: kvm |
| 691 | LIBVIRT_CPU_MODE: host-passthrough |
Carlos Goncalves | ea5d374 | 2020-06-05 10:49:05 +0200 | [diff] [blame] | 692 | required-projects: |
| 693 | - name: openstack/diskimage-builder |
| 694 | override-checkout: 2.30.0 |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 695 | |
| 696 | - job: |
Michael Johnson | 2734ffe | 2019-01-16 15:59:34 -0800 | [diff] [blame] | 697 | name: octavia-v2-act-stdby-dsvm-scenario-two-node |
| 698 | parent: octavia-dsvm-live-two-node-base |
Gregory Thiemonge | 5cf1f61 | 2021-02-03 14:34:18 +0100 | [diff] [blame] | 699 | group-vars: |
| 700 | controller: |
| 701 | tempest_concurrency: 2 |
| 702 | tempest_test_regex: ^octavia_tempest_plugin.tests.scenario.v2 |
| 703 | tox_envlist: all |
| 704 | devstack_local_conf: |
| 705 | post-config: |
Carlos Goncalves | 5700f3c | 2020-07-21 15:58:25 +0200 | [diff] [blame] | 706 | $OCTAVIA_CONF: |
| 707 | nova: |
| 708 | enable_anti_affinity: True |
Gregory Thiemonge | 5cf1f61 | 2021-02-03 14:34:18 +0100 | [diff] [blame] | 709 | controller_worker: |
| 710 | loadbalancer_topology: ACTIVE_STANDBY |
| 711 | test-config: |
| 712 | "$TEMPEST_CONFIG": |
| 713 | load_balancer: |
| 714 | loadbalancer_topology: ACTIVE_STANDBY |
| 715 | subnode: |
| 716 | devstack_local_conf: |
| 717 | post-config: |
| 718 | $OCTAVIA_CONF: |
| 719 | nova: |
| 720 | enable_anti_affinity: True |
| 721 | controller_worker: |
| 722 | loadbalancer_topology: ACTIVE_STANDBY |
Michael Johnson | 2734ffe | 2019-01-16 15:59:34 -0800 | [diff] [blame] | 723 | |
| 724 | - job: |
Michael Johnson | 9153af1 | 2018-12-12 14:12:53 -0800 | [diff] [blame] | 725 | name: octavia-v2-dsvm-py2-scenario-centos-7 |
| 726 | parent: octavia-v2-dsvm-py2-scenario |
Carlos Goncalves | ca40afb | 2020-06-26 19:14:33 +0200 | [diff] [blame] | 727 | nodeset: octavia-single-node-centos-7 |
Carlos Goncalves | cedab48 | 2018-07-31 15:09:36 +0200 | [diff] [blame] | 728 | vars: |
| 729 | devstack_localrc: |
| 730 | OCTAVIA_AMP_BASE_OS: centos |
| 731 | OCTAVIA_AMP_DISTRIBUTION_RELEASE_ID: 7 |
| 732 | OCTAVIA_AMP_IMAGE_SIZE: 3 |
| 733 | |
| 734 | - job: |
Carlos Goncalves | 658fdec | 2019-12-04 19:24:14 +0100 | [diff] [blame] | 735 | name: octavia-v2-dsvm-scenario-centos-8 |
| 736 | parent: octavia-v2-dsvm-scenario |
Carlos Goncalves | ca40afb | 2020-06-26 19:14:33 +0200 | [diff] [blame] | 737 | nodeset: octavia-single-node-centos-8 |
Carlos Goncalves | 658fdec | 2019-12-04 19:24:14 +0100 | [diff] [blame] | 738 | vars: |
| 739 | devstack_localrc: |
| 740 | OCTAVIA_AMP_BASE_OS: centos |
| 741 | OCTAVIA_AMP_DISTRIBUTION_RELEASE_ID: 8 |
| 742 | OCTAVIA_AMP_IMAGE_SIZE: 3 |
| 743 | |
| 744 | - job: |
Carlos Goncalves | da43fb5 | 2019-12-11 12:56:42 +0100 | [diff] [blame] | 745 | name: octavia-v2-dsvm-scenario-centos-8-stream |
| 746 | parent: octavia-v2-dsvm-scenario |
| 747 | nodeset: octavia-single-node-centos-8-stream |
| 748 | vars: |
| 749 | devstack_localrc: |
| 750 | OCTAVIA_AMP_BASE_OS: centos |
| 751 | OCTAVIA_AMP_DISTRIBUTION_RELEASE_ID: 8-stream |
| 752 | OCTAVIA_AMP_IMAGE_SIZE: 3 |
| 753 | |
| 754 | - job: |
Gregory Thiemonge | a2c234e | 2021-11-02 17:08:29 +0100 | [diff] [blame] | 755 | name: octavia-v2-dsvm-scenario-centos-9-stream |
| 756 | parent: octavia-v2-dsvm-scenario |
| 757 | nodeset: octavia-single-node-centos-9-stream |
| 758 | vars: |
| 759 | devstack_localrc: |
| 760 | OCTAVIA_AMP_BASE_OS: centos |
| 761 | OCTAVIA_AMP_DISTRIBUTION_RELEASE_ID: 9-stream |
| 762 | OCTAVIA_AMP_IMAGE_SIZE: 3 |
Gregory Thiemonge | 93cf842 | 2022-04-12 18:37:35 +0200 | [diff] [blame] | 763 | OCTAVIA_SSH_KEY_TYPE: ecdsa |
| 764 | OCTAVIA_SSH_KEY_BITS: 256 |
| 765 | devstack_local_conf: |
| 766 | test-config: |
| 767 | "$TEMPEST_CONFIG": |
| 768 | validation: |
| 769 | ssh_key_type: ecdsa |
Gregory Thiemonge | a2c234e | 2021-11-02 17:08:29 +0100 | [diff] [blame] | 770 | |
| 771 | - job: |
Gregory Thiemonge | 7664549 | 2023-02-16 08:18:06 +0100 | [diff] [blame] | 772 | name: octavia-v2-dsvm-scenario-centos-9-stream-traffic-ops |
| 773 | parent: octavia-v2-dsvm-scenario-centos-9-stream |
| 774 | vars: |
| 775 | tempest_test_regex: ^octavia_tempest_plugin.tests.scenario.v2.*traffic_ops |
| 776 | |
| 777 | - job: |
| 778 | name: octavia-v2-dsvm-scenario-centos-9-stream-non-traffic-ops |
| 779 | parent: octavia-v2-dsvm-scenario-centos-9-stream |
| 780 | vars: |
| 781 | tempest_test_regex: ^octavia_tempest_plugin.tests.scenario.v2.(?!.*traffic_ops) |
| 782 | |
| 783 | - job: |
Gregory Thiemonge | 946527e | 2023-02-13 02:19:47 -0500 | [diff] [blame^] | 784 | name: octavia-v2-dsvm-scenario-rockylinux-9 |
| 785 | parent: octavia-v2-dsvm-scenario |
| 786 | nodeset: octavia-single-node-rockylinux-9 |
| 787 | vars: |
| 788 | devstack_localrc: |
| 789 | OCTAVIA_AMP_BASE_OS: rocky |
| 790 | OCTAVIA_AMP_DISTRIBUTION_RELEASE_ID: 9 |
| 791 | OCTAVIA_AMP_IMAGE_SIZE: 3 |
| 792 | OCTAVIA_SSH_KEY_TYPE: ecdsa |
| 793 | OCTAVIA_SSH_KEY_BITS: 256 |
| 794 | # Temporary workaround to fix centos 9 stream and rocky, they don't |
| 795 | # work with the new default value of GLOBAL_VENV in devstack |
| 796 | GLOBAL_VENV: false |
| 797 | devstack_local_conf: |
| 798 | test-config: |
| 799 | "$TEMPEST_CONFIG": |
| 800 | validation: |
| 801 | ssh_key_type: ecdsa |
| 802 | |
| 803 | - job: |
| 804 | name: octavia-v2-dsvm-scenario-rockylinux-9-traffic-ops |
| 805 | parent: octavia-v2-dsvm-scenario-rockylinux-9 |
| 806 | vars: |
| 807 | tempest_test_regex: ^octavia_tempest_plugin.tests.scenario.v2.*traffic_ops |
| 808 | |
| 809 | - job: |
| 810 | name: octavia-v2-dsvm-scenario-rockylinux-9-non-traffic-ops |
| 811 | parent: octavia-v2-dsvm-scenario-rockylinux-9 |
| 812 | vars: |
| 813 | tempest_test_regex: ^octavia_tempest_plugin.tests.scenario.v2.(?!.*traffic_ops) |
| 814 | |
| 815 | - job: |
Tom Weininger | da06895 | 2022-10-14 14:19:35 +0200 | [diff] [blame] | 816 | name: octavia-v2-dsvm-scenario-ubuntu-jammy |
Carlos Goncalves | cedab48 | 2018-07-31 15:09:36 +0200 | [diff] [blame] | 817 | parent: octavia-v2-dsvm-scenario |
| 818 | vars: |
| 819 | devstack_localrc: |
| 820 | OCTAVIA_AMP_BASE_OS: ubuntu |
Tom Weininger | da06895 | 2022-10-14 14:19:35 +0200 | [diff] [blame] | 821 | OCTAVIA_AMP_DISTRIBUTION_RELEASE_ID: jammy |
Michael Johnson | ccf5254 | 2019-04-15 07:58:16 -0700 | [diff] [blame] | 822 | |
| 823 | - job: |
Gregory Thiemonge | 0790950 | 2023-05-09 16:51:42 +0200 | [diff] [blame] | 824 | name: octavia-v2-dsvm-tls-barbican-base |
Michael Johnson | 0a0f9b3 | 2019-01-02 16:58:21 -0800 | [diff] [blame] | 825 | parent: octavia-v2-dsvm-scenario |
| 826 | required-projects: |
| 827 | - openstack/barbican |
| 828 | - openstack/diskimage-builder |
| 829 | - openstack/python-barbicanclient |
Arx Cruz | a1c25b3 | 2019-02-25 14:06:39 +0100 | [diff] [blame] | 830 | - openstack/barbican-tempest-plugin |
Gregory Thiemonge | 0790950 | 2023-05-09 16:51:42 +0200 | [diff] [blame] | 831 | vars: |
Michael Johnson | 0a0f9b3 | 2019-01-02 16:58:21 -0800 | [diff] [blame] | 832 | tempest_test_regex: ^octavia_tempest_plugin.tests.barbican_scenario.v2 |
| 833 | devstack_services: |
| 834 | barbican: true |
| 835 | devstack_plugins: |
OpenDev Sysadmins | eed1c6b | 2019-04-19 19:35:19 +0000 | [diff] [blame] | 836 | barbican: https://opendev.org/openstack/barbican.git |
Carlos Goncalves | f077c3a | 2020-10-19 11:17:26 +0200 | [diff] [blame] | 837 | tempest_plugins: |
| 838 | - octavia-tempest-plugin |
| 839 | - barbican-tempest-plugin |
Carlos Goncalves | 531c506 | 2019-06-23 15:18:06 +0200 | [diff] [blame] | 840 | irrelevant-files: |
| 841 | - ^.*\.rst$ |
| 842 | - ^api-ref/.*$ |
| 843 | - ^doc/.*$ |
| 844 | - ^etc/.*$ |
| 845 | - ^releasenotes/.*$ |
| 846 | - ^octavia_tempest_plugin/tests/(?!barbican_scenario/|\w+\.py).* |
Michael Johnson | 0a0f9b3 | 2019-01-02 16:58:21 -0800 | [diff] [blame] | 847 | |
Carlos Goncalves | 564facf | 2019-05-03 11:29:05 -0600 | [diff] [blame] | 848 | - job: |
Tom Weininger | 295576d | 2022-11-17 13:03:45 +0100 | [diff] [blame] | 849 | name: octavia-v2-dsvm-tls-barbican |
Gregory Thiemonge | 0790950 | 2023-05-09 16:51:42 +0200 | [diff] [blame] | 850 | parent: octavia-v2-dsvm-tls-barbican-base |
| 851 | branches: ^(?!stable/(train|ussuri|victoria|wallaby|xena|yoga|zed)) |
| 852 | nodeset: octavia-single-node-ubuntu-jammy |
| 853 | |
| 854 | - job: |
| 855 | name: octavia-v2-dsvm-tls-barbican |
| 856 | parent: octavia-v2-dsvm-tls-barbican-base |
| 857 | branches: ^(stable/(victoria|wallaby|xena|yoga|zed)) |
| 858 | nodeset: octavia-single-node-ubuntu-focal |
| 859 | |
| 860 | - job: |
| 861 | name: octavia-v2-dsvm-tls-barbican |
| 862 | parent: octavia-v2-dsvm-tls-barbican-base |
| 863 | branches: ^(stable/(train|ussuri)) |
| 864 | nodeset: octavia-single-node-ubuntu-bionic |
Tom Weininger | 295576d | 2022-11-17 13:03:45 +0100 | [diff] [blame] | 865 | required-projects: |
| 866 | - openstack/barbican |
| 867 | - openstack/diskimage-builder |
| 868 | - openstack/python-barbicanclient |
| 869 | - name: openstack/barbican-tempest-plugin |
| 870 | override-checkout: 1.6.0 |
Tom Weininger | 295576d | 2022-11-17 13:03:45 +0100 | [diff] [blame] | 871 | |
| 872 | - job: |
Ghanshyam Mann | 5de5810 | 2022-04-14 20:23:32 -0500 | [diff] [blame] | 873 | name: octavia-v2-dsvm-tls-barbican-stable-yoga |
| 874 | parent: octavia-v2-dsvm-tls-barbican |
Tom Weininger | da06895 | 2022-10-14 14:19:35 +0200 | [diff] [blame] | 875 | nodeset: octavia-single-node-ubuntu-focal |
Ghanshyam Mann | 5de5810 | 2022-04-14 20:23:32 -0500 | [diff] [blame] | 876 | override-checkout: stable/yoga |
| 877 | |
| 878 | - job: |
Ghanshyam Mann | 6b04038 | 2022-01-18 19:37:30 -0600 | [diff] [blame] | 879 | name: octavia-v2-dsvm-tls-barbican-stable-xena |
| 880 | parent: octavia-v2-dsvm-tls-barbican |
Tom Weininger | da06895 | 2022-10-14 14:19:35 +0200 | [diff] [blame] | 881 | nodeset: octavia-single-node-ubuntu-focal |
Ghanshyam Mann | 6b04038 | 2022-01-18 19:37:30 -0600 | [diff] [blame] | 882 | override-checkout: stable/xena |
| 883 | |
| 884 | - job: |
Carlos Goncalves | 1c53f1b | 2021-06-30 09:26:08 +0200 | [diff] [blame] | 885 | name: octavia-v2-dsvm-tls-barbican-stable-wallaby |
| 886 | parent: octavia-v2-dsvm-tls-barbican |
Tom Weininger | da06895 | 2022-10-14 14:19:35 +0200 | [diff] [blame] | 887 | nodeset: octavia-single-node-ubuntu-focal |
Carlos Goncalves | 1c53f1b | 2021-06-30 09:26:08 +0200 | [diff] [blame] | 888 | override-checkout: stable/wallaby |
| 889 | |
| 890 | - job: |
Carlos Goncalves | 41b3aac | 2020-09-30 09:33:47 +0200 | [diff] [blame] | 891 | name: octavia-v2-dsvm-tls-barbican-stable-victoria |
| 892 | parent: octavia-v2-dsvm-tls-barbican |
Tom Weininger | da06895 | 2022-10-14 14:19:35 +0200 | [diff] [blame] | 893 | nodeset: octavia-single-node-ubuntu-focal |
Carlos Goncalves | 41b3aac | 2020-09-30 09:33:47 +0200 | [diff] [blame] | 894 | override-checkout: stable/victoria |
| 895 | |
| 896 | - job: |
Carlos Goncalves | d2b5b44 | 2020-07-09 18:49:50 +0000 | [diff] [blame] | 897 | name: octavia-v2-dsvm-tls-barbican-stable-ussuri |
| 898 | parent: octavia-v2-dsvm-tls-barbican |
Gregory Thiemonge | 3079d00 | 2021-04-30 15:38:31 +0200 | [diff] [blame] | 899 | nodeset: octavia-single-node-ubuntu-bionic |
Carlos Goncalves | d2b5b44 | 2020-07-09 18:49:50 +0000 | [diff] [blame] | 900 | override-checkout: stable/ussuri |
| 901 | |
| 902 | - job: |
Carlos Goncalves | abb87c5 | 2019-10-04 12:25:42 +0200 | [diff] [blame] | 903 | name: octavia-v2-dsvm-tls-barbican-stable-train |
| 904 | parent: octavia-v2-dsvm-tls-barbican |
Gregory Thiemonge | 3079d00 | 2021-04-30 15:38:31 +0200 | [diff] [blame] | 905 | nodeset: octavia-single-node-ubuntu-bionic |
Carlos Goncalves | abb87c5 | 2019-10-04 12:25:42 +0200 | [diff] [blame] | 906 | override-checkout: stable/train |
| 907 | |
| 908 | - job: |
Carlos Goncalves | 5b963c4 | 2019-02-03 15:37:28 +0100 | [diff] [blame] | 909 | name: octavia-v2-dsvm-spare-pool |
| 910 | parent: octavia-v2-dsvm-scenario |
| 911 | vars: |
| 912 | tempest_test_regex: ^octavia_tempest_plugin.tests.spare_pool_scenario.v2 |
| 913 | devstack_local_conf: |
| 914 | post-config: |
| 915 | $OCTAVIA_CONF: |
| 916 | house_keeping: |
| 917 | spare_amphora_pool_size: 1 |
| 918 | test-config: |
| 919 | "$TEMPEST_CONFIG": |
| 920 | loadbalancer-feature-enabled: |
| 921 | spare_pool_enabled: True |
| 922 | |
| 923 | - job: |
| 924 | name: octavia-v2-dsvm-py2-spare-pool |
| 925 | parent: octavia-v2-dsvm-spare-pool |
| 926 | vars: |
| 927 | devstack_localrc: |
| 928 | USE_PYTHON3: False |
Carlos Goncalves | ea5d374 | 2020-06-05 10:49:05 +0200 | [diff] [blame] | 929 | required-projects: |
| 930 | - name: openstack/diskimage-builder |
| 931 | override-checkout: 2.30.0 |
Carlos Goncalves | 5b963c4 | 2019-02-03 15:37:28 +0100 | [diff] [blame] | 932 | |
| 933 | - job: |
Carlos Goncalves | 1c53f1b | 2021-06-30 09:26:08 +0200 | [diff] [blame] | 934 | name: octavia-v2-dsvm-spare-pool-stable-wallaby |
| 935 | parent: octavia-v2-dsvm-spare-pool |
Tom Weininger | da06895 | 2022-10-14 14:19:35 +0200 | [diff] [blame] | 936 | nodeset: octavia-single-node-ubuntu-focal |
Carlos Goncalves | 1c53f1b | 2021-06-30 09:26:08 +0200 | [diff] [blame] | 937 | override-checkout: stable/wallaby |
| 938 | |
| 939 | - job: |
Michael Johnson | 97dcb81 | 2019-02-20 15:21:03 -0800 | [diff] [blame] | 940 | name: octavia-v2-dsvm-cinder-amphora |
| 941 | parent: octavia-v2-dsvm-scenario |
| 942 | required-projects: |
| 943 | - openstack/cinder |
Carlos Goncalves | 7cca66d | 2020-01-16 17:50:44 +0100 | [diff] [blame] | 944 | - openstack/devstack |
Michael Johnson | 97dcb81 | 2019-02-20 15:21:03 -0800 | [diff] [blame] | 945 | - openstack/diskimage-builder |
| 946 | - openstack/octavia |
| 947 | - openstack/octavia-lib |
| 948 | - openstack/python-cinderclient |
| 949 | - openstack/python-octaviaclient |
| 950 | vars: |
| 951 | devstack_local_conf: |
| 952 | post-config: |
| 953 | $OCTAVIA_CONF: |
| 954 | controller_worker: |
| 955 | volume_driver: volume_cinder_driver |
| 956 | cinder: |
| 957 | volume_size: 2 |
| 958 | devstack_services: |
| 959 | c-bak: true |
| 960 | ceilometer-acentral: false |
| 961 | ceilometer-acompute: false |
| 962 | ceilometer-alarm-evaluator: false |
| 963 | ceilometer-alarm-notifier: false |
| 964 | ceilometer-anotification: false |
| 965 | ceilometer-api: false |
| 966 | ceilometer-collector: false |
| 967 | c-sch: true |
| 968 | c-api: true |
| 969 | c-vol: true |
| 970 | cinder: true |
| 971 | octavia: true |
| 972 | o-api: true |
| 973 | o-cw: true |
| 974 | o-hm: true |
| 975 | o-hk: true |
| 976 | swift: false |
| 977 | s-account: false |
| 978 | s-container: false |
| 979 | s-object: false |
| 980 | s-proxy: false |
| 981 | tempest: true |
| 982 | |
Michael Johnson | 9153af1 | 2018-12-12 14:12:53 -0800 | [diff] [blame] | 983 | # Temporary transitional aliases for gates used in other repos |
| 984 | # Remove once octavia has transitioned job names |
| 985 | - job: |
| 986 | name: octavia-v2-dsvm-noop-py35-api |
| 987 | parent: octavia-v2-dsvm-noop-api |
| 988 | |
| 989 | - job: |
| 990 | name: octavia-v2-dsvm-py35-scenario |
| 991 | parent: octavia-v2-dsvm-scenario |
| 992 | |
| 993 | - job: |
| 994 | name: octavia-v2-dsvm-scenario-centos-7 |
| 995 | parent: octavia-v2-dsvm-py2-scenario-centos-7 |
Carlos Goncalves | ca40afb | 2020-06-26 19:14:33 +0200 | [diff] [blame] | 996 | nodeset: octavia-single-node-centos-7 |
Carlos Goncalves | c2e1216 | 2019-02-14 23:57:44 +0100 | [diff] [blame] | 997 | |
| 998 | - job: |
Carlos Goncalves | 531b129 | 2019-06-20 16:53:23 +0200 | [diff] [blame] | 999 | name: octavia-v2-act-stdby-iptables-dsvm-scenario |
Carlos Goncalves | c2e1216 | 2019-02-14 23:57:44 +0100 | [diff] [blame] | 1000 | parent: octavia-dsvm-live-base |
| 1001 | pre-run: playbooks/act_stby_iptables/pre.yaml |
| 1002 | vars: |
| 1003 | devstack_localrc: |
| 1004 | OCTAVIA_USE_PREGENERATED_SSH_KEY: True |
| 1005 | OCTAVIA_PREGENERATED_SSH_KEY_PATH: /tmp/octavia_ssh_key |
| 1006 | devstack_local_conf: |
| 1007 | post-config: |
| 1008 | $OCTAVIA_CONF: |
| 1009 | api_settings: |
| 1010 | api_v1_enabled: False |
| 1011 | controller_worker: |
| 1012 | loadbalancer_topology: ACTIVE_STANDBY |
| 1013 | task_flow: |
| 1014 | engine: parallel |
Carlos Goncalves | c2e1216 | 2019-02-14 23:57:44 +0100 | [diff] [blame] | 1015 | test-config: |
| 1016 | "$TEMPEST_CONFIG": |
| 1017 | load_balancer: |
| 1018 | check_timeout: 180 |
Carlos Goncalves | ee09a1b | 2019-07-22 11:45:04 +0200 | [diff] [blame] | 1019 | loadbalancer_topology: 'ACTIVE_STANDBY' |
Carlos Goncalves | 9891de0 | 2019-07-28 13:37:33 +0200 | [diff] [blame] | 1020 | amphora_ssh_key: '/tmp/octavia_ssh_key' |
Carlos Goncalves | c2e1216 | 2019-02-14 23:57:44 +0100 | [diff] [blame] | 1021 | tempest_test_regex: ^octavia_tempest_plugin.tests.act_stdby_scenario.v2.test_active_standby_iptables |
| 1022 | tox_envlist: all |
| 1023 | |
Carlos Goncalves | 531c506 | 2019-06-23 15:18:06 +0200 | [diff] [blame] | 1024 | |
Carlos Goncalves | c2e1216 | 2019-02-14 23:57:44 +0100 | [diff] [blame] | 1025 | - job: |
Carlos Goncalves | 531b129 | 2019-06-20 16:53:23 +0200 | [diff] [blame] | 1026 | name: octavia-v2-act-stdby-iptables-dsvm-py2-scenario |
| 1027 | parent: octavia-v2-act-stdby-iptables-dsvm-scenario |
Carlos Goncalves | c2e1216 | 2019-02-14 23:57:44 +0100 | [diff] [blame] | 1028 | vars: |
| 1029 | devstack_localrc: |
| 1030 | USE_PYTHON3: False |
Carlos Goncalves | ea5d374 | 2020-06-05 10:49:05 +0200 | [diff] [blame] | 1031 | required-projects: |
| 1032 | - name: openstack/diskimage-builder |
| 1033 | override-checkout: 2.30.0 |
Carlos Goncalves | c2e1216 | 2019-02-14 23:57:44 +0100 | [diff] [blame] | 1034 | |
| 1035 | - job: |
Carlos Goncalves | 531b129 | 2019-06-20 16:53:23 +0200 | [diff] [blame] | 1036 | name: octavia-v2-act-stdby-iptables-dsvm-py2-scenario-centos-7 |
| 1037 | parent: octavia-v2-act-stdby-iptables-dsvm-py2-scenario |
Carlos Goncalves | ca40afb | 2020-06-26 19:14:33 +0200 | [diff] [blame] | 1038 | nodeset: octavia-single-node-centos-7 |
Carlos Goncalves | c2e1216 | 2019-02-14 23:57:44 +0100 | [diff] [blame] | 1039 | vars: |
| 1040 | devstack_localrc: |
| 1041 | USE_PYTHON3: False |
| 1042 | OCTAVIA_AMP_BASE_OS: centos |
| 1043 | OCTAVIA_AMP_DISTRIBUTION_RELEASE_ID: 7 |
| 1044 | OCTAVIA_AMP_IMAGE_SIZE: 3 |
| 1045 | devstack_local_conf: |
| 1046 | test-config: |
| 1047 | "$TEMPEST_CONFIG": |
| 1048 | load_balancer: |
| 1049 | amphora_ssh_user: centos |
| 1050 | |
| 1051 | - job: |
Gregory Thiemonge | 0790950 | 2023-05-09 16:51:42 +0200 | [diff] [blame] | 1052 | name: octavia-v2-act-stdby-dsvm-scenario-base |
Michael Johnson | 6d99fc6 | 2018-07-22 16:04:48 -0700 | [diff] [blame] | 1053 | parent: octavia-dsvm-live-base |
| 1054 | vars: |
| 1055 | devstack_local_conf: |
| 1056 | post-config: |
| 1057 | $OCTAVIA_CONF: |
| 1058 | api_settings: |
| 1059 | api_v1_enabled: False |
| 1060 | controller_worker: |
| 1061 | loadbalancer_topology: ACTIVE_STANDBY |
| 1062 | task_flow: |
| 1063 | engine: parallel |
| 1064 | tempest_concurrency: 2 |
| 1065 | tempest_test_regex: ^octavia_tempest_plugin.tests.act_stdby_scenario.v2.test_active_standby\. |
| 1066 | tox_envlist: all |
| 1067 | |
| 1068 | - job: |
Gregory Thiemonge | 0790950 | 2023-05-09 16:51:42 +0200 | [diff] [blame] | 1069 | name: octavia-v2-act-stdby-dsvm-scenario |
| 1070 | parent: octavia-v2-act-stdby-dsvm-scenario-base |
| 1071 | branches: ^(?!stable/(train|ussuri|victoria|wallaby|xena|yoga|zed)) |
| 1072 | nodeset: octavia-single-node-ubuntu-jammy |
| 1073 | |
| 1074 | - job: |
| 1075 | name: octavia-v2-act-stdby-dsvm-scenario |
| 1076 | parent: octavia-v2-act-stdby-dsvm-scenario-base |
| 1077 | branches: ^(stable/(victoria|wallaby|xena|yoga|zed)) |
| 1078 | nodeset: octavia-single-node-ubuntu-focal |
| 1079 | |
| 1080 | - job: |
| 1081 | name: octavia-v2-act-stdby-dsvm-scenario |
| 1082 | parent: octavia-v2-act-stdby-dsvm-scenario-base |
| 1083 | branches: ^(stable/(train|ussuri)) |
| 1084 | nodeset: octavia-single-node-ubuntu-bionic |
| 1085 | |
| 1086 | - job: |
Ghanshyam Mann | 5de5810 | 2022-04-14 20:23:32 -0500 | [diff] [blame] | 1087 | name: octavia-v2-act-stdby-dsvm-scenario-stable-yoga |
| 1088 | parent: octavia-v2-act-stdby-dsvm-scenario |
Tom Weininger | da06895 | 2022-10-14 14:19:35 +0200 | [diff] [blame] | 1089 | nodeset: octavia-single-node-ubuntu-focal |
Ghanshyam Mann | 5de5810 | 2022-04-14 20:23:32 -0500 | [diff] [blame] | 1090 | override-checkout: stable/yoga |
| 1091 | |
| 1092 | - job: |
Ghanshyam Mann | 6b04038 | 2022-01-18 19:37:30 -0600 | [diff] [blame] | 1093 | name: octavia-v2-act-stdby-dsvm-scenario-stable-xena |
| 1094 | parent: octavia-v2-act-stdby-dsvm-scenario |
Tom Weininger | da06895 | 2022-10-14 14:19:35 +0200 | [diff] [blame] | 1095 | nodeset: octavia-single-node-ubuntu-focal |
Ghanshyam Mann | 6b04038 | 2022-01-18 19:37:30 -0600 | [diff] [blame] | 1096 | override-checkout: stable/xena |
| 1097 | |
| 1098 | - job: |
Carlos Goncalves | 1c53f1b | 2021-06-30 09:26:08 +0200 | [diff] [blame] | 1099 | name: octavia-v2-act-stdby-dsvm-scenario-stable-wallaby |
| 1100 | parent: octavia-v2-act-stdby-dsvm-scenario |
Tom Weininger | da06895 | 2022-10-14 14:19:35 +0200 | [diff] [blame] | 1101 | nodeset: octavia-single-node-ubuntu-focal |
Carlos Goncalves | 1c53f1b | 2021-06-30 09:26:08 +0200 | [diff] [blame] | 1102 | override-checkout: stable/wallaby |
| 1103 | |
Michael Johnson | 89bdbcd | 2020-03-19 15:59:19 -0700 | [diff] [blame] | 1104 | ######### Third party jobs ########## |
| 1105 | |
| 1106 | - job: |
Michael Johnson | 6a9236a | 2020-08-04 23:54:54 +0000 | [diff] [blame] | 1107 | name: neutron-ovn-provider-v2-api |
Brian Haley | 78e6970 | 2021-01-18 11:12:40 -0500 | [diff] [blame] | 1108 | parent: ovn-octavia-provider-tempest-release |
Michael Johnson | 6a9236a | 2020-08-04 23:54:54 +0000 | [diff] [blame] | 1109 | description: Runs the neutron OVN provider driver for Octavia api test. |
| 1110 | voting: false |
| 1111 | timeout: 5400 |
| 1112 | attempts: 1 |
| 1113 | tags: ovn-octavia-provider |
| 1114 | irrelevant-files: |
| 1115 | - ^.*\.rst$ |
| 1116 | - ^api-ref/.*$ |
| 1117 | - ^doc/.*$ |
| 1118 | - ^etc/.*$ |
| 1119 | - ^releasenotes/.*$ |
| 1120 | - ^octavia/amphorae/.*$ |
| 1121 | - ^octavia/api/drivers/amphora_driver/.*$ |
| 1122 | - ^octavia/compute/.*$ |
| 1123 | - ^octavia/controller/.*$ |
| 1124 | - ^octavia/distributor/.*$ |
| 1125 | - ^octavia/volume/.*$ |
| 1126 | - ^octavia/tests/.*$ |
| 1127 | vars: |
| 1128 | tempest_test_regex: ^octavia_tempest_plugin.tests.api.v2 |
| 1129 | devstack_local_conf: |
| 1130 | test-config: |
| 1131 | "$TEMPEST_CONFIG": |
| 1132 | loadbalancer-feature-enabled: |
| 1133 | not_implemented_is_error: False |
| 1134 | |
| 1135 | - job: |
Michael Johnson | 89bdbcd | 2020-03-19 15:59:19 -0700 | [diff] [blame] | 1136 | name: neutron-ovn-provider-v2-scenario |
Brian Haley | 78e6970 | 2021-01-18 11:12:40 -0500 | [diff] [blame] | 1137 | parent: ovn-octavia-provider-tempest-release |
Michael Johnson | 89bdbcd | 2020-03-19 15:59:19 -0700 | [diff] [blame] | 1138 | description: Runs the neutron OVN provider driver for Octavia scenario test. |
| 1139 | voting: false |
| 1140 | timeout: 5400 |
| 1141 | attempts: 1 |
| 1142 | tags: ovn-octavia-provider |
| 1143 | irrelevant-files: |
| 1144 | - ^.*\.rst$ |
| 1145 | - ^api-ref/.*$ |
| 1146 | - ^doc/.*$ |
| 1147 | - ^etc/.*$ |
| 1148 | - ^releasenotes/.*$ |
| 1149 | - ^octavia/amphorae/.*$ |
| 1150 | - ^octavia/api/drivers/amphora_driver/.*$ |
| 1151 | - ^octavia/compute/.*$ |
| 1152 | - ^octavia/controller/.*$ |
| 1153 | - ^octavia/distributor/.*$ |
| 1154 | - ^octavia/volume/.*$ |
| 1155 | - ^octavia/tests/.*$ |
| 1156 | vars: |
| 1157 | devstack_local_conf: |
| 1158 | test-config: |
| 1159 | "$TEMPEST_CONFIG": |
| 1160 | loadbalancer-feature-enabled: |
| 1161 | not_implemented_is_error: False |