Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 1 | - nodeset: |
| 2 | name: octavia-two-node |
| 3 | nodes: |
| 4 | - name: controller |
| 5 | label: ubuntu-xenial |
| 6 | - name: controller2 |
| 7 | label: ubuntu-xenial |
| 8 | groups: |
| 9 | - name: controller |
| 10 | nodes: |
| 11 | - controller |
| 12 | # Node where tests are executed and test results collected |
| 13 | - name: tempest |
| 14 | nodes: |
| 15 | - controller |
| 16 | # Nodes running the compute service |
| 17 | - name: compute |
| 18 | nodes: |
| 19 | - controller |
| 20 | - controller2 |
| 21 | # Nodes that are not the controller |
| 22 | - name: subnode |
| 23 | nodes: |
| 24 | - controller2 |
| 25 | # Switch node for multinode networking setup |
| 26 | - name: switch |
| 27 | nodes: |
| 28 | - controller |
| 29 | # Peer nodes for multinode networking setup |
| 30 | - name: peers |
| 31 | nodes: |
| 32 | - controller2 |
| 33 | |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 34 | - job: |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 35 | name: octavia-dsvm-base |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 36 | parent: devstack-tempest |
| 37 | timeout: 7800 |
| 38 | required-projects: |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 39 | - openstack/octavia |
Michael Johnson | 8bf958e | 2019-03-05 17:07:40 -0800 | [diff] [blame] | 40 | - openstack/octavia-lib |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 41 | - openstack/octavia-tempest-plugin |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 42 | - openstack/python-octaviaclient |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 43 | pre-run: playbooks/Octavia-DSVM/pre.yaml |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 44 | irrelevant-files: |
| 45 | - ^.*\.rst$ |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 46 | - ^api-ref/.*$ |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 47 | - ^doc/.*$ |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 48 | - ^etc/.*$ |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 49 | - ^releasenotes/.*$ |
| 50 | vars: |
| 51 | devstack_localrc: |
Carlos Goncalves | cedab48 | 2018-07-31 15:09:36 +0200 | [diff] [blame] | 52 | TEMPEST_PLUGINS: "'/opt/stack/octavia-tempest-plugin'" |
Michael Johnson | 9153af1 | 2018-12-12 14:12:53 -0800 | [diff] [blame] | 53 | USE_PYTHON3: true |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 54 | devstack_local_conf: |
| 55 | post-config: |
| 56 | $OCTAVIA_CONF: |
| 57 | DEFAULT: |
| 58 | debug: True |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 59 | devstack_services: |
Michael Johnson | a268ca7 | 2017-12-18 09:55:48 -0800 | [diff] [blame] | 60 | c-bak: false |
| 61 | ceilometer-acentral: false |
| 62 | ceilometer-acompute: false |
| 63 | ceilometer-alarm-evaluator: false |
| 64 | ceilometer-alarm-notifier: false |
| 65 | ceilometer-anotification: false |
| 66 | ceilometer-api: false |
| 67 | ceilometer-collector: false |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 68 | c-sch: false |
| 69 | c-api: false |
| 70 | c-vol: false |
Michael Johnson | a268ca7 | 2017-12-18 09:55:48 -0800 | [diff] [blame] | 71 | cinder: false |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 72 | octavia: true |
| 73 | o-api: true |
| 74 | o-cw: true |
| 75 | o-hm: true |
| 76 | o-hk: true |
| 77 | swift: false |
Michael Johnson | a268ca7 | 2017-12-18 09:55:48 -0800 | [diff] [blame] | 78 | s-account: false |
| 79 | s-container: false |
| 80 | s-object: false |
| 81 | s-proxy: false |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 82 | tempest: true |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 83 | devstack_plugins: |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 84 | octavia: https://git.openstack.org/openstack/octavia.git |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 85 | |
| 86 | - job: |
| 87 | name: octavia-dsvm-live-base |
| 88 | parent: octavia-dsvm-base |
Michael Johnson | b569047 | 2018-09-05 09:20:39 -0700 | [diff] [blame] | 89 | timeout: 9000 |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 90 | required-projects: |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 91 | - openstack/diskimage-builder |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 92 | vars: |
Michael Johnson | 24733cb | 2018-09-10 10:46:45 -0700 | [diff] [blame] | 93 | devstack_localrc: |
| 94 | DIB_LOCAL_ELEMENTS: openstack-ci-mirrors |
Michael Johnson | a2f5503 | 2019-02-14 15:03:01 -0800 | [diff] [blame] | 95 | devstack_local_conf: |
| 96 | post-config: |
| 97 | $OCTAVIA_CONF: |
| 98 | haproxy_amphora: |
| 99 | # Set these higher for non-nested virt nodepool instances |
| 100 | connection_max_retries: 300 |
| 101 | build_active_retries: 300 |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 102 | devstack_services: |
ZhaoBo | 2a69ad0 | 2017-12-22 17:19:56 +0800 | [diff] [blame] | 103 | neutron-qos: true |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 104 | devstack_plugins: |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 105 | neutron: https://git.openstack.org/openstack/neutron.git |
Ian Wienand | 70c06d8 | 2018-10-24 10:21:00 +1100 | [diff] [blame] | 106 | zuul_copy_output: |
| 107 | '/var/log/dib-build' : logs |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 108 | |
| 109 | - job: |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 110 | name: octavia-dsvm-live-two-node-base |
| 111 | parent: octavia-dsvm-base |
| 112 | nodeset: octavia-two-node |
| 113 | timeout: 9000 |
| 114 | required-projects: |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 115 | - openstack/diskimage-builder |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 116 | host-vars: |
| 117 | controller: |
| 118 | devstack_localrc: |
| 119 | # From devstack "vars:" |
| 120 | DATABASE_USER: octavia |
| 121 | DATABASE_PASSWORD: octavia_database_pw |
| 122 | RABBIT_PASSWORD: octavia_rabbit_pw |
| 123 | ADMIN_PASSWORD: octavia_admin_pw |
| 124 | SERVICE_PASSWORD: octavia_service_pw |
| 125 | NETWORK_GATEWAY: 10.1.0.1 |
| 126 | FIXED_RANGE: 10.1.0.0/20 |
| 127 | IPV4_ADDRS_SAFE_TO_USE: 10.1.0.0/20 |
| 128 | FLOATING_RANGE: 172.24.5.0/24 |
| 129 | PUBLIC_NETWORK_GATEWAY: 172.24.5.1 |
| 130 | LOGFILE: /opt/stack/logs/devstacklog.txt |
| 131 | LOG_COLOR: false |
| 132 | VERBOSE: true |
| 133 | VERBOSE_NO_TIMESTAMP: true |
| 134 | NOVNC_FROM_PACKAGE: true |
| 135 | ERROR_ON_CLONE: true |
| 136 | MULTI_HOST: 1 |
| 137 | SERVICE_HOST: "{{ hostvars['controller']['nodepool']['private_ipv4'] }}" |
| 138 | HOST_IP: "{{ hostvars['controller']['nodepool']['private_ipv4'] }}" |
| 139 | TEMPEST_PLUGINS: "'/opt/stack/octavia-tempest-plugin'" |
| 140 | USE_PYTHON3: true |
| 141 | # Octavia specific settings |
| 142 | OCTAVIA_CONTROLLER_IP_PORT_LIST: 192.168.0.3:5555,192.168.0.4:5555 |
| 143 | OCTAVIA_MGMT_PORT_IP: 192.168.0.3 |
| 144 | OCTAVIA_NODE: main |
| 145 | OCTAVIA_NODES: "main:{{ hostvars['controller']['nodepool']['private_ipv4'] }},second:{{ hostvars['controller2']['nodepool']['private_ipv4'] }}" |
| 146 | OCTAVIA_USE_PREGENERATED_CERTS: true |
| 147 | devstack_plugins: |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 148 | neutron: https://git.openstack.org/openstack/neutron.git |
| 149 | octavia: https://git.openstack.org/openstack/octavia.git |
| 150 | controller2: |
| 151 | devstack_localrc: |
| 152 | # From devstack "vars:" |
| 153 | DATABASE_USER: octavia |
| 154 | DATABASE_PASSWORD: octavia_database_pw |
| 155 | RABBIT_PASSWORD: octavia_rabbit_pw |
| 156 | ADMIN_PASSWORD: octavia_admin_pw |
| 157 | SERVICE_PASSWORD: octavia_service_pw |
| 158 | NETWORK_GATEWAY: 10.1.0.1 |
| 159 | FIXED_RANGE: 10.1.0.0/20 |
| 160 | IPV4_ADDRS_SAFE_TO_USE: 10.1.0.0/20 |
| 161 | FLOATING_RANGE: 172.24.5.0/24 |
| 162 | PUBLIC_NETWORK_GATEWAY: 172.24.5.1 |
| 163 | LOGFILE: /opt/stack/logs/devstacklog.txt |
| 164 | LOG_COLOR: false |
| 165 | VERBOSE: true |
| 166 | VERBOSE_NO_TIMESTAMP: true |
| 167 | NOVNC_FROM_PACKAGE: true |
| 168 | ERROR_ON_CLONE: true |
| 169 | MULTI_HOST: 1 |
| 170 | HOST_IP: "{{ hostvars['controller2']['nodepool']['private_ipv4'] }}" |
| 171 | SERVICE_HOST: "{{ hostvars['controller']['nodepool']['private_ipv4'] }}" |
| 172 | NEUTRON_SERVICE_HOST: "{{ hostvars['controller']['nodepool']['private_ipv4'] }}" |
| 173 | DATABASE_HOST: "{{ hostvars['controller']['nodepool']['private_ipv4'] }}" |
| 174 | RABBIT_HOST: "{{ hostvars['controller']['nodepool']['private_ipv4'] }}" |
| 175 | GLANCE_HOSTPORT: "{{ hostvars['controller']['nodepool']['private_ipv4'] }}:9292" |
| 176 | USE_PYTHON3: true |
| 177 | # Octavia specific settings |
| 178 | OCTAVIA_CONTROLLER_IP_PORT_LIST: 192.168.0.3:5555,192.168.0.4:5555 |
| 179 | OCTAVIA_NODE: subnode |
| 180 | OCTAVIA_USE_PREGENERATED_CERTS: true |
| 181 | OCTAVIA_MGMT_PORT_IP: 192.168.0.4 |
| 182 | devstack_plugins: |
| 183 | octavia: https://git.openstack.org/openstack/octavia.git |
| 184 | group-vars: |
| 185 | controller: |
| 186 | devstack_local_conf: |
| 187 | post-config: |
| 188 | $OCTAVIA_CONF: |
| 189 | DEFAULT: |
| 190 | debug: True |
| 191 | api_settings: |
| 192 | api_v1_enabled: False |
| 193 | devstack_services: |
| 194 | base: false |
Michael Johnson | 0a0f9b3 | 2019-01-02 16:58:21 -0800 | [diff] [blame] | 195 | barbican: false |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 196 | dstat: true |
| 197 | g-api: true |
| 198 | g-reg: true |
| 199 | key: true |
| 200 | mysql: true |
| 201 | n-api: true |
| 202 | n-api-meta: true |
| 203 | n-cauth: true |
| 204 | n-cond: true |
| 205 | n-cpu: true |
| 206 | n-obj: true |
| 207 | n-sch: true |
| 208 | neutron-qos: true |
| 209 | octavia: true |
| 210 | o-api-ha: true |
| 211 | o-api: true |
| 212 | o-cw: true |
| 213 | o-hm: true |
| 214 | o-hk: true |
| 215 | peakmem_tracker: true |
| 216 | placement-api: true |
| 217 | q-agt: true |
| 218 | q-dhcp: true |
| 219 | q-l3: true |
| 220 | q-meta: true |
| 221 | q-svc: true |
| 222 | rabbit: true |
| 223 | tempest: true |
| 224 | tls-proxy: true |
| 225 | subnode: |
| 226 | devstack_local_conf: |
| 227 | post-config: |
| 228 | $OCTAVIA_CONF: |
| 229 | DEFAULT: |
| 230 | debug: True |
| 231 | api_settings: |
| 232 | api_v1_enabled: False |
| 233 | devstack_services: |
| 234 | c-vol: false |
| 235 | c-bak: false |
| 236 | octavia: true |
| 237 | o-api: true |
| 238 | o-cw: true |
| 239 | o-hm: true |
| 240 | o-hk: true |
Michael Johnson | 5a16ad3 | 2018-10-18 14:49:11 -0700 | [diff] [blame] | 241 | q-agt: true |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 242 | |
| 243 | - job: |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 244 | name: octavia-dsvm-noop-base |
| 245 | parent: octavia-dsvm-base |
| 246 | vars: |
| 247 | devstack_localrc: |
| 248 | DISABLE_AMP_IMAGE_BUILD: True |
| 249 | devstack_local_conf: |
| 250 | test-config: |
| 251 | "$TEMPEST_CONFIG": |
| 252 | load_balancer: |
| 253 | test_with_noop: True |
| 254 | post-config: |
| 255 | $OCTAVIA_CONF: |
| 256 | controller_worker: |
| 257 | amphora_driver: amphora_noop_driver |
| 258 | compute_driver: compute_noop_driver |
| 259 | network_driver: network_noop_driver |
| 260 | certificates: |
| 261 | cert_manager: local_cert_manager |
| 262 | devstack_services: |
| 263 | barbican: false |
| 264 | |
| 265 | - job: |
| 266 | name: octavia-v2-dsvm-noop-api |
| 267 | parent: octavia-dsvm-noop-base |
| 268 | vars: |
| 269 | devstack_local_conf: |
| 270 | post-config: |
| 271 | $OCTAVIA_CONF: |
| 272 | api_settings: |
| 273 | api_v1_enabled: False |
Michael Johnson | dc5a39d | 2018-10-11 16:52:56 -0700 | [diff] [blame] | 274 | audit: |
| 275 | enabled: True |
| 276 | audit_middleware_notifications: |
| 277 | driver: log |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 278 | tempest_concurrency: 2 |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 279 | tempest_test_regex: ^octavia_tempest_plugin.tests.api.v2 |
| 280 | tox_envlist: all |
| 281 | |
| 282 | - job: |
Michael Johnson | 9153af1 | 2018-12-12 14:12:53 -0800 | [diff] [blame] | 283 | name: octavia-v2-dsvm-noop-py2-api |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 284 | parent: octavia-v2-dsvm-noop-api |
| 285 | vars: |
| 286 | devstack_localrc: |
Michael Johnson | 9153af1 | 2018-12-12 14:12:53 -0800 | [diff] [blame] | 287 | USE_PYTHON3: False |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 288 | |
| 289 | - job: |
Michael Johnson | 9153af1 | 2018-12-12 14:12:53 -0800 | [diff] [blame] | 290 | name: octavia-v2-dsvm-noop-py2-api-stable-rocky |
| 291 | parent: octavia-v2-dsvm-noop-py2-api |
Michael Johnson | df24079 | 2018-10-10 17:03:21 -0700 | [diff] [blame] | 292 | override-checkout: stable/rocky |
| 293 | |
| 294 | - job: |
Michael Johnson | 9153af1 | 2018-12-12 14:12:53 -0800 | [diff] [blame] | 295 | name: octavia-v2-dsvm-noop-py2-api-stable-queens |
| 296 | parent: octavia-v2-dsvm-noop-py2-api |
Michael Johnson | df24079 | 2018-10-10 17:03:21 -0700 | [diff] [blame] | 297 | override-checkout: stable/queens |
| 298 | |
| 299 | - job: |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 300 | name: octavia-v2-dsvm-scenario |
Michael Johnson | b569047 | 2018-09-05 09:20:39 -0700 | [diff] [blame] | 301 | parent: octavia-dsvm-live-base |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 302 | vars: |
| 303 | devstack_local_conf: |
| 304 | post-config: |
| 305 | $OCTAVIA_CONF: |
| 306 | api_settings: |
| 307 | api_v1_enabled: False |
| 308 | tempest_concurrency: 2 |
| 309 | tempest_test_regex: ^octavia_tempest_plugin.tests.scenario.v2 |
Andreas Jaeger | eaedb34 | 2018-01-12 17:04:29 +0100 | [diff] [blame] | 310 | tox_envlist: all |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 311 | |
| 312 | - job: |
Michael Johnson | 9153af1 | 2018-12-12 14:12:53 -0800 | [diff] [blame] | 313 | name: octavia-v2-dsvm-py2-scenario |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 314 | parent: octavia-v2-dsvm-scenario |
Michael Johnson | 8564290 | 2017-11-14 09:47:37 -0800 | [diff] [blame] | 315 | vars: |
| 316 | devstack_localrc: |
Michael Johnson | 9153af1 | 2018-12-12 14:12:53 -0800 | [diff] [blame] | 317 | USE_PYTHON3: False |
Michael Johnson | df24079 | 2018-10-10 17:03:21 -0700 | [diff] [blame] | 318 | |
| 319 | - job: |
Michael Johnson | 9153af1 | 2018-12-12 14:12:53 -0800 | [diff] [blame] | 320 | name: octavia-v2-dsvm-py2-scenario-stable-rocky |
| 321 | parent: octavia-v2-dsvm-py2-scenario |
Michael Johnson | df24079 | 2018-10-10 17:03:21 -0700 | [diff] [blame] | 322 | override-checkout: stable/rocky |
| 323 | |
| 324 | - job: |
Michael Johnson | 9153af1 | 2018-12-12 14:12:53 -0800 | [diff] [blame] | 325 | name: octavia-v2-dsvm-py2-scenario-stable-queens |
| 326 | parent: octavia-v2-dsvm-py2-scenario |
Michael Johnson | df24079 | 2018-10-10 17:03:21 -0700 | [diff] [blame] | 327 | override-checkout: stable/queens |
| 328 | |
Carlos Goncalves | cedab48 | 2018-07-31 15:09:36 +0200 | [diff] [blame] | 329 | - job: |
Michael Johnson | 9f99afd | 2018-09-25 11:13:19 -0700 | [diff] [blame] | 330 | name: octavia-v2-dsvm-scenario-two-node |
| 331 | parent: octavia-dsvm-live-two-node-base |
| 332 | vars: |
| 333 | tempest_concurrency: 2 |
| 334 | tempest_test_regex: ^octavia_tempest_plugin.tests.scenario.v2 |
| 335 | tox_envlist: all |
| 336 | |
| 337 | - job: |
| 338 | name: octavia-v2-dsvm-py2-scenario-two-node |
| 339 | parent: octavia-v2-dsvm-scenario-two-node |
| 340 | host-vars: |
| 341 | controller: |
| 342 | devstack_localrc: |
| 343 | USE_PYTHON3: False |
| 344 | controller2: |
| 345 | devstack_localrc: |
| 346 | USE_PYTHON3: False |
| 347 | |
| 348 | - job: |
Michael Johnson | 9153af1 | 2018-12-12 14:12:53 -0800 | [diff] [blame] | 349 | name: octavia-v2-dsvm-py2-scenario-centos-7 |
| 350 | parent: octavia-v2-dsvm-py2-scenario |
Carlos Goncalves | cedab48 | 2018-07-31 15:09:36 +0200 | [diff] [blame] | 351 | nodeset: devstack-single-node-centos-7 |
| 352 | vars: |
| 353 | devstack_localrc: |
| 354 | OCTAVIA_AMP_BASE_OS: centos |
| 355 | OCTAVIA_AMP_DISTRIBUTION_RELEASE_ID: 7 |
| 356 | OCTAVIA_AMP_IMAGE_SIZE: 3 |
| 357 | |
| 358 | - job: |
Michael Johnson | b569047 | 2018-09-05 09:20:39 -0700 | [diff] [blame] | 359 | name: octavia-v2-dsvm-scenario-ubuntu-bionic |
Carlos Goncalves | cedab48 | 2018-07-31 15:09:36 +0200 | [diff] [blame] | 360 | parent: octavia-v2-dsvm-scenario |
| 361 | vars: |
| 362 | devstack_localrc: |
| 363 | OCTAVIA_AMP_BASE_OS: ubuntu |
| 364 | OCTAVIA_AMP_DISTRIBUTION_RELEASE_ID: bionic |
Michael Johnson | 9153af1 | 2018-12-12 14:12:53 -0800 | [diff] [blame] | 365 | |
Michael Johnson | 0a0f9b3 | 2019-01-02 16:58:21 -0800 | [diff] [blame] | 366 | - job: |
| 367 | name: octavia-v2-dsvm-tls-barbican |
| 368 | parent: octavia-v2-dsvm-scenario |
| 369 | required-projects: |
| 370 | - openstack/barbican |
| 371 | - openstack/diskimage-builder |
| 372 | - openstack/python-barbicanclient |
Arx Cruz | a1c25b3 | 2019-02-25 14:06:39 +0100 | [diff] [blame] | 373 | - openstack/barbican-tempest-plugin |
Michael Johnson | 0a0f9b3 | 2019-01-02 16:58:21 -0800 | [diff] [blame] | 374 | vars: |
| 375 | tempest_test_regex: ^octavia_tempest_plugin.tests.barbican_scenario.v2 |
| 376 | devstack_services: |
| 377 | barbican: true |
| 378 | devstack_plugins: |
| 379 | barbican: https://git.openstack.org/openstack/barbican.git |
Arx Cruz | a1c25b3 | 2019-02-25 14:06:39 +0100 | [diff] [blame] | 380 | devstack_localrc: |
| 381 | TEMPEST_PLUGINS: '"/opt/stack/octavia-tempest-plugin /opt/stack/barbican-tempest-plugin"' |
Michael Johnson | 0a0f9b3 | 2019-01-02 16:58:21 -0800 | [diff] [blame] | 382 | |
Michael Johnson | 9153af1 | 2018-12-12 14:12:53 -0800 | [diff] [blame] | 383 | # Temporary transitional aliases for gates used in other repos |
| 384 | # Remove once octavia has transitioned job names |
| 385 | - job: |
| 386 | name: octavia-v2-dsvm-noop-py35-api |
| 387 | parent: octavia-v2-dsvm-noop-api |
| 388 | |
| 389 | - job: |
| 390 | name: octavia-v2-dsvm-py35-scenario |
| 391 | parent: octavia-v2-dsvm-scenario |
| 392 | |
| 393 | - job: |
| 394 | name: octavia-v2-dsvm-scenario-centos-7 |
| 395 | parent: octavia-v2-dsvm-py2-scenario-centos-7 |
Carlos Goncalves | c2e1216 | 2019-02-14 23:57:44 +0100 | [diff] [blame^] | 396 | |
| 397 | - job: |
| 398 | name: octavia-v2-act-stdby-dsvm-scenario |
| 399 | parent: octavia-dsvm-live-base |
| 400 | pre-run: playbooks/act_stby_iptables/pre.yaml |
| 401 | vars: |
| 402 | devstack_localrc: |
| 403 | OCTAVIA_USE_PREGENERATED_SSH_KEY: True |
| 404 | OCTAVIA_PREGENERATED_SSH_KEY_PATH: /tmp/octavia_ssh_key |
| 405 | devstack_local_conf: |
| 406 | post-config: |
| 407 | $OCTAVIA_CONF: |
| 408 | api_settings: |
| 409 | api_v1_enabled: False |
| 410 | controller_worker: |
| 411 | loadbalancer_topology: ACTIVE_STANDBY |
| 412 | task_flow: |
| 413 | engine: parallel |
| 414 | devstack_local_conf: |
| 415 | test-config: |
| 416 | "$TEMPEST_CONFIG": |
| 417 | load_balancer: |
| 418 | check_timeout: 180 |
| 419 | tempest_test_regex: ^octavia_tempest_plugin.tests.act_stdby_scenario.v2.test_active_standby_iptables |
| 420 | tox_envlist: all |
| 421 | |
| 422 | - job: |
| 423 | name: octavia-v2-act-stdby-dsvm-py2-scenario |
| 424 | parent: octavia-v2-act-stdby-dsvm-scenario |
| 425 | vars: |
| 426 | devstack_localrc: |
| 427 | USE_PYTHON3: False |
| 428 | |
| 429 | - job: |
| 430 | name: octavia-v2-act-stdby-dsvm-py2-scenario-centos-7 |
| 431 | parent: octavia-v2-act-stdby-dsvm-py2-scenario |
| 432 | nodeset: devstack-single-node-centos-7 |
| 433 | vars: |
| 434 | devstack_localrc: |
| 435 | USE_PYTHON3: False |
| 436 | OCTAVIA_AMP_BASE_OS: centos |
| 437 | OCTAVIA_AMP_DISTRIBUTION_RELEASE_ID: 7 |
| 438 | OCTAVIA_AMP_IMAGE_SIZE: 3 |
| 439 | devstack_local_conf: |
| 440 | test-config: |
| 441 | "$TEMPEST_CONFIG": |
| 442 | load_balancer: |
| 443 | amphora_ssh_user: centos |
| 444 | |
| 445 | - job: |
| 446 | name: octavia-v2-act-stdby-dsvm-scenario-stable-stein |
| 447 | parent: octavia-v2-act-stdby-dsvm-scenario |
| 448 | override-checkout: stable/stein |
| 449 | |
| 450 | - job: |
| 451 | name: octavia-v2-act-stdby-dsvm-py2-scenario-stable-rocky |
| 452 | parent: octavia-v2-act-stdby-dsvm-py2-scenario |
| 453 | override-checkout: stable/rocky |
| 454 | |
| 455 | - job: |
| 456 | name: octavia-v2-act-stdby-dsvm-py2-scenario-stable-queens |
| 457 | parent: octavia-v2-act-stdby-dsvm-py2-scenario |
| 458 | override-checkout: stable/queens |