diff --git a/nodepool/nl01.openstack.org.yaml b/nodepool/nl01.openstack.org.yaml index f80eba47e7..426db69d00 100644 --- a/nodepool/nl01.openstack.org.yaml +++ b/nodepool/nl01.openstack.org.yaml @@ -33,9 +33,6 @@ labels: - name: ubuntu-xenial min-ready: 10 max-ready-age: 3600 - - name: ubuntu-xenial-arm64 - min-ready: 1 - max-ready-age: 3600 providers: - name: rax-dfw diff --git a/nodepool/nl03.openstack.org.yaml b/nodepool/nl03.openstack.org.yaml index 12f83571a1..c8c5397c1a 100644 --- a/nodepool/nl03.openstack.org.yaml +++ b/nodepool/nl03.openstack.org.yaml @@ -8,6 +8,9 @@ zookeeper-servers: # NOTE(pabelanger): To avoid a race conditions between multiple launchers, only # nl01.o.o will manage min-ready of our labels. If nl01.o.o is ever disabled, # another launcher will need to assume this logic. +# +# Note this doesn't apply for labels that are only provided by this launcher; +# ubuntu-xenial-arm64 being one of them. labels: - name: centos-7 max-ready-age: 3600 @@ -27,6 +30,7 @@ labels: max-ready-age: 3600 - name: ubuntu-xenial-arm64 max-ready-age: 3600 + min-ready: 1 providers: - name: inap-mtl01