Skip to content

Commit

Permalink
Fix flavor names
Browse files Browse the repository at this point in the history
  • Loading branch information
freyes committed Dec 13, 2024
1 parent bf06e92 commit 220e3a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infrastructure/nodepool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ providers:
- net_stg-openstack-ci-cd
labels:
- name: jammy-medium
flavor-name: 'stag-cpu4-ram8-disk50'
flavor-name: 'staging-cpu4-ram8-disk50'
cloud-image: jammy
key-name: nodepool
- name: focal-medium
flavor-name: 'stag-cpu4-ram8-disk50'
flavor-name: 'staging-cpu4-ram8-disk50'
cloud-image: focal
key-name: nodepool
- name: bionic-medium
flavor-name: 'stag-cpu4-ram8-disk50'
flavor-name: 'staging-cpu4-ram8-disk50'
cloud-image: bionic
key-name: nodepool

Expand Down

0 comments on commit 220e3a5

Please sign in to comment.