Skip to content

Commit

Permalink
Create new node instead of replacing old one
Browse files Browse the repository at this point in the history
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
  • Loading branch information
NilashishC committed Feb 1, 2022
1 parent 8892143 commit 7cdbece
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
24 changes: 24 additions & 0 deletions nodepool/nl01.sjc1.vexxhost.zuul.ansible.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ labels:
max-ready-age: 600
- name: nxos-7.0.3
max-ready-age: 600
- name: nxos9kv-9.3.6
max-ready-age: 600
- name: ubuntu-bionic-1vcpu
max-ready-age: 600
- name: ubuntu-bionic-2vcpu
Expand Down Expand Up @@ -450,6 +452,10 @@ providers:
config-drive: true
connection-port: 8022
connection-type: network_cli
- name: nxos9kv-9.3.6
config-drive: true
connection-port: 8022
connection-type: network_cli
- name: vEOS-4.24.6F-20211018
# NOTE(pabelanger): This seems to mess up the boot-loader for eos
config-drive: false
Expand Down Expand Up @@ -605,6 +611,15 @@ providers:
networks:
- Private Network (10.0.0.0/8 only)
- Public Internet
- name: nxos9kv-9.3.6
flavor-name: s1.xlarge
cloud-image: nxos9kv-9.3.6
key-name: infra-root-keys
boot-from-volume: true
volume-size: 150
networks:
- Private Network (10.0.0.0/8 only)
- Public Internet
- name: ubuntu-bionic-1vcpu
flavor-name: l1.small
diskimage: ubuntu-bionic
Expand Down Expand Up @@ -786,6 +801,15 @@ providers:
networks:
- Private Network (10.0.0.0/8 only)
- Public Internet
- name: nxos9kv-9.3.6
flavor-name: s1.xlarge
cloud-image: nxos9kv-9.3.6
key-name: infra-root-keys
boot-from-volume: true
volume-size: 150
networks:
- Private Network (10.0.0.0/8 only)
- Public Internet
- name: ubuntu-bionic-1vcpu
flavor-name: l1.small
diskimage: ubuntu-bionic
Expand Down
2 changes: 2 additions & 0 deletions nodepool/nl02.sjc1.vexxhost.zuul.ansible.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ labels:
max-ready-age: 600
- name: nxos-7.0.3
max-ready-age: 600
- name: nxos9kv-9.3.6
max-ready-age: 600
- name: ubuntu-bionic-1vcpu
max-ready-age: 600
- name: ubuntu-bionic-2vcpu
Expand Down

0 comments on commit 7cdbece

Please sign in to comment.