Use the "nova" AZ for Nodepool in openmetal-iad3
Address spurious "no valid host" errors for nodes booted in openmetal-iad3 by specifying the availability zone we intend Nodepool to use. There is another one which is reserved for our control plane project/mirror server, and it doesn't allow resource creation by Nodepool's project. Change-Id: I3507f5b4557d64c7ebe779743ef397cb4e846cfa
This commit is contained in:
parent
527a148bcd
commit
f36b8cf6a9
@ -65,6 +65,8 @@ providers:
|
||||
pools:
|
||||
- name: main
|
||||
max-servers: 1
|
||||
availability-zones:
|
||||
- nova
|
||||
labels:
|
||||
- name: centos-9-stream
|
||||
min-ram: 8000
|
||||
|
Loading…
Reference in New Issue
Block a user