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