Adopt grenade to multinode setting
* Change parent for grenade-heat-multinode job to grenade-multinode * Use HOST_TOPOLOGY to specify multinode. * Add irrelevant-files Change-Id: I2abdf09bcd65441006f5315321e016e02704d6f1
This commit is contained in:
parent
fa9cb978f7
commit
ba7d105c8b
31
.zuul.yaml
31
.zuul.yaml
@ -135,13 +135,17 @@
|
||||
|
||||
- job:
|
||||
name: grenade-heat-multinode
|
||||
parent: grenade
|
||||
nodeset: openstack-two-node-bionic
|
||||
parent: grenade-multinode
|
||||
required-projects:
|
||||
- opendev.org/openstack/heat
|
||||
- opendev.org/openstack/heat-tempest-plugin
|
||||
- opendev.org/openstack/python-heatclient
|
||||
vars:
|
||||
grenade_devstack_localrc:
|
||||
shared:
|
||||
HOST_TOPOLOGY: multinode
|
||||
HOST_TOPOLOGY_ROLE: primary
|
||||
HOST_TOPOLOGY_SUBNODES: "{{ hostvars['compute1']['nodepool']['public_ipv4'] }}"
|
||||
configure_swap_size: 8192
|
||||
devstack_services:
|
||||
h-api: true
|
||||
@ -155,6 +159,29 @@
|
||||
heat: https://opendev.org/openstack/heat
|
||||
tempest_plugins:
|
||||
- heat-tempest-plugin
|
||||
group-vars:
|
||||
subnode:
|
||||
grenade_devstack_localrc:
|
||||
shared:
|
||||
HOST_TOPOLOGY: multinode
|
||||
HOST_TOPOLOGY_ROLE: subnode
|
||||
HOST_TOPOLOGY_SUBNODES: "{{ hostvars['compute1']['nodepool']['public_ipv4'] }}"
|
||||
configure_swap_size: 8192
|
||||
devstack_services:
|
||||
h-api: true
|
||||
h-api-cfn: true
|
||||
h-eng: true
|
||||
heat: true
|
||||
# We do run a list of tests after upgrade. This is just to bypass the req from parent.
|
||||
devstack_plugins:
|
||||
heat: https://opendev.org/openstack/heat
|
||||
irrelevant-files:
|
||||
- ^.*\.rst$
|
||||
- ^api-ref/.*$
|
||||
- ^doc/.*$
|
||||
- ^heat/locale/.*$
|
||||
- ^heat/tests/.*$
|
||||
- ^releasenotes/.*$
|
||||
|
||||
- project:
|
||||
templates:
|
||||
|
Loading…
x
Reference in New Issue
Block a user