Remove four nodes job
Change-Id: I427cfc7f6f8304d20815b1c579b0511ba9cda63a
This commit is contained in:
parent
3afec15af3
commit
4fff33a2c4
@ -66,43 +66,3 @@
|
|||||||
nodes:
|
nodes:
|
||||||
- compute1
|
- compute1
|
||||||
- compute2
|
- compute2
|
||||||
|
|
||||||
|
|
||||||
- nodeset:
|
|
||||||
name: openstack-four-node-centos-7
|
|
||||||
nodes:
|
|
||||||
- name: controller
|
|
||||||
label: centos-7
|
|
||||||
- name: compute1
|
|
||||||
label: centos-7
|
|
||||||
- name: compute2
|
|
||||||
label: centos-7
|
|
||||||
- name: compute3
|
|
||||||
label: centos-7
|
|
||||||
groups:
|
|
||||||
# Node where tests are executed and test results collected
|
|
||||||
- name: tempest
|
|
||||||
nodes:
|
|
||||||
- controller
|
|
||||||
# Nodes running the compute service
|
|
||||||
- name: compute
|
|
||||||
nodes:
|
|
||||||
- compute1
|
|
||||||
- compute2
|
|
||||||
- compute3
|
|
||||||
# Nodes that are not the controller
|
|
||||||
- name: subnode
|
|
||||||
nodes:
|
|
||||||
- compute1
|
|
||||||
- compute2
|
|
||||||
- compute3
|
|
||||||
# Switch node for multinode networking setup
|
|
||||||
- name: switch
|
|
||||||
nodes:
|
|
||||||
- controller
|
|
||||||
# Peer nodes for multinode networking setup
|
|
||||||
- name: peers
|
|
||||||
nodes:
|
|
||||||
- compute1
|
|
||||||
- compute2
|
|
||||||
- compute3
|
|
||||||
|
@ -164,7 +164,7 @@
|
|||||||
- job:
|
- job:
|
||||||
name: tobiko-devstack-scenario-centos-7
|
name: tobiko-devstack-scenario-centos-7
|
||||||
parent: tobiko-devstack-scenario-multinode
|
parent: tobiko-devstack-scenario-multinode
|
||||||
nodeset: openstack-four-node-centos-7
|
nodeset: openstack-three-node-centos-7
|
||||||
voting: false
|
voting: false
|
||||||
vars:
|
vars:
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
@ -176,7 +176,6 @@
|
|||||||
name: tobiko-devstack-scenario-centos-7-queens
|
name: tobiko-devstack-scenario-centos-7-queens
|
||||||
parent: tobiko-devstack-scenario-centos-7
|
parent: tobiko-devstack-scenario-centos-7
|
||||||
override-checkout: stable/queens
|
override-checkout: stable/queens
|
||||||
nodeset: openstack-three-node-centos-7
|
|
||||||
voting: false
|
voting: false
|
||||||
|
|
||||||
|
|
||||||
@ -184,7 +183,6 @@
|
|||||||
name: tobiko-devstack-scenario-centos-7-rocky
|
name: tobiko-devstack-scenario-centos-7-rocky
|
||||||
parent: tobiko-devstack-scenario-centos-7
|
parent: tobiko-devstack-scenario-centos-7
|
||||||
override-checkout: stable/rocky
|
override-checkout: stable/rocky
|
||||||
nodeset: openstack-three-node-centos-7
|
|
||||||
voting: false
|
voting: false
|
||||||
|
|
||||||
|
|
||||||
@ -192,7 +190,6 @@
|
|||||||
name: tobiko-devstack-scenario-centos-7-stein
|
name: tobiko-devstack-scenario-centos-7-stein
|
||||||
parent: tobiko-devstack-scenario-centos-7
|
parent: tobiko-devstack-scenario-centos-7
|
||||||
override-checkout: stable/stein
|
override-checkout: stable/stein
|
||||||
nodeset: openstack-three-node-centos-7
|
|
||||||
voting: false
|
voting: false
|
||||||
|
|
||||||
|
|
||||||
@ -200,7 +197,6 @@
|
|||||||
name: tobiko-devstack-scenario-centos-7-train
|
name: tobiko-devstack-scenario-centos-7-train
|
||||||
parent: tobiko-devstack-scenario-centos-7
|
parent: tobiko-devstack-scenario-centos-7
|
||||||
override-checkout: stable/train
|
override-checkout: stable/train
|
||||||
nodeset: openstack-three-node-centos-7
|
|
||||||
voting: false
|
voting: false
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user