Skip to content

Commit

Permalink
Use stream labels on all centos 8 nodesets
Browse files Browse the repository at this point in the history
As the last step of the centos-8 transition,
move all centos-8 nodesets to use centos-8
stream labels and deploy centos-8 stream nodes.

Change-Id: I174e7822059a3022089ae06917e7cca9f90cd765
  • Loading branch information
rlandy committed Mar 15, 2021
1 parent bb693a2 commit 3457e53
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions zuul.d/nodesets.yaml
Expand Up @@ -3,9 +3,9 @@
name: two-centos-8-nodes
nodes:
- name: primary
label: centos-8
label: centos-8-stream
- name: secondary
label: centos-8
label: centos-8-stream
groups:
- name: switch
nodes:
Expand Down Expand Up @@ -39,7 +39,7 @@
name: single-centos-8-node
nodes:
- name: primary
label: centos-8
label: centos-8-stream
groups:
- name: switch
nodes:
Expand All @@ -51,7 +51,7 @@
name: single-centos-8-node-standalone
nodes:
- name: primary
label: centos-8
label: centos-8-stream
groups:
- name: switch
nodes: []
Expand All @@ -74,11 +74,11 @@
name: three-centos-8-nodes
nodes:
- name: primary
label: centos-8
label: centos-8-stream
- name: secondary-1
label: centos-8
label: centos-8-stream
- name: secondary-2
label: centos-8
label: centos-8-stream
groups:
- name: switch
nodes:
Expand Down Expand Up @@ -114,6 +114,9 @@
- secondary-1
- secondary-2

# To be deleted after centos-8 nodes are switched
# to stream labels

- nodeset:
name: single-centos-8-stream-node
nodes:
Expand Down

0 comments on commit 3457e53

Please sign in to comment.