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 boot from volume key for iosxrv 7.0.2 #793

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
8 changes: 6 additions & 2 deletions nodepool/nl01.sjc1.vexxhost.zuul.ansible.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,11 @@ providers:
- Private Network (Floating Public)
- Public Internet
- name: iosxrv-7.0.2
flavor-name: s1.large
flavor-name: s1.xlarge
cloud-image: iosxrv-7.0.2-20211703
host-key-checking: false
boot-from-volume: true
volume-size: 150
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need 150 GB here? Also, why are we booting from volume, we shouldn't need to do this.

networks:
- Private Network (10.0.0.0/8 only)
- Private Network (Floating Public)
Expand Down Expand Up @@ -492,9 +494,11 @@ providers:
- Private Network (Floating Public)
- Public Internet
- name: iosxrv-7.0.2
flavor-name: s1.large
flavor-name: s1.xlarge
cloud-image: iosxrv-7.0.2-20211703
host-key-checking: false
boot-from-volume: true
volume-size: 150
networks:
- Private Network (10.0.0.0/8 only)
- Private Network (Floating Public)
Expand Down