5562c2078b
devstack is defining the three node focal nodeset - https://review.opendev.org/#/c/738127 which is blocked because this project also define the same and zuul complain on conflicting on name. Let's rename tobiko nodesets that have (potentially) conflicting names. Change-Id: Ic05df3ca6b7f3ebe9413969558ec9a6cd6a0fad8
110 lines
2.3 KiB
YAML
110 lines
2.3 KiB
YAML
- nodeset:
|
|
name: centos-8-2-node
|
|
nodes:
|
|
- name: primary
|
|
label: centos-8
|
|
- name: secondary
|
|
label: centos-8
|
|
groups:
|
|
- name: subnodes
|
|
nodes:
|
|
- secondary
|
|
|
|
|
|
- nodeset:
|
|
name: fedora-latest-2-node
|
|
nodes:
|
|
- name: primary
|
|
label: fedora-31
|
|
- name: secondary
|
|
label: fedora-31
|
|
groups:
|
|
- name: subnodes
|
|
nodes:
|
|
- secondary
|
|
|
|
|
|
- nodeset:
|
|
name: ubuntu-focal-2-node
|
|
nodes:
|
|
- name: primary
|
|
label: ubuntu-focal
|
|
- name: secondary
|
|
label: ubuntu-focal
|
|
groups:
|
|
- name: subnodes
|
|
nodes:
|
|
- secondary
|
|
|
|
|
|
- nodeset:
|
|
name: tobiko-three-node-centos-8
|
|
nodes:
|
|
- name: controller
|
|
label: centos-8
|
|
- name: compute1
|
|
label: centos-8
|
|
- name: compute2
|
|
label: centos-8
|
|
|
|
groups:
|
|
# Node where tests are executed and test results collected
|
|
- name: tempest
|
|
nodes:
|
|
- controller
|
|
# Nodes running the compute service
|
|
- name: compute
|
|
nodes:
|
|
- compute1
|
|
- compute2
|
|
# Nodes that are not the controller
|
|
- name: subnode
|
|
nodes:
|
|
- compute1
|
|
- compute2
|
|
# Switch node for multinode networking setup
|
|
- name: switch
|
|
nodes:
|
|
- controller
|
|
# Peer nodes for multinode networking setup
|
|
- name: peers
|
|
nodes:
|
|
- compute1
|
|
- compute2
|
|
|
|
|
|
- nodeset:
|
|
name: tobiko-three-node-focal
|
|
nodes:
|
|
- name: controller
|
|
label: ubuntu-focal
|
|
- name: compute1
|
|
label: ubuntu-focal
|
|
- name: compute2
|
|
label: ubuntu-focal
|
|
|
|
groups:
|
|
# Node where tests are executed and test results collected
|
|
- name: tempest
|
|
nodes:
|
|
- controller
|
|
# Nodes running the compute service
|
|
- name: compute
|
|
nodes:
|
|
- compute1
|
|
- compute2
|
|
# Nodes that are not the controller
|
|
- name: subnode
|
|
nodes:
|
|
- compute1
|
|
- compute2
|
|
# Switch node for multinode networking setup
|
|
- name: switch
|
|
nodes:
|
|
- controller
|
|
# Peer nodes for multinode networking setup
|
|
- name: peers
|
|
nodes:
|
|
- compute1
|
|
- compute2
|