Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new NX-OS image #936

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
NilashishC marked this conversation as resolved.
Show resolved Hide resolved
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