From cea9d922f1066cfafa8d5bafba7460774e3b988a Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 9 Apr 2018 23:11:45 -0400 Subject: [PATCH] Fix debian-stretch-arm64 on nl03.o.o We had a typo in our nodepool configuration, fix that. Also fix sort ordering for linaro. Change-Id: Ifceb014b0fd7ce26b809366c441cfd4c91fff091 Signed-off-by: Paul Belanger --- nodepool/nl03.openstack.org.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/nodepool/nl03.openstack.org.yaml b/nodepool/nl03.openstack.org.yaml index 6e180e5345..a063c9400d 100644 --- a/nodepool/nl03.openstack.org.yaml +++ b/nodepool/nl03.openstack.org.yaml @@ -183,22 +183,24 @@ providers: launch-timeout: 800 rate: 0.001 diskimages: + - name: debian-stretch-arm64 + config-drive: true - name: ubuntu-xenial-arm64 config-drive: true pools: - name: main max-servers: 8 labels: - - name: ubuntu-xenial-arm64 - min-ram: 8000 - flavor-name: 'os.large' - diskimage: ubuntu-xenial-arm64 - key-name: infra-root-keys - name: debian-stretch-arm64 min-ram: 8000 flavor-name: 'os.large' diskimage: debian-stretch-arm64 key-name: infra-root-keys + - name: ubuntu-xenial-arm64 + min-ram: 8000 + flavor-name: 'os.large' + diskimage: ubuntu-xenial-arm64 + key-name: infra-root-keys diskimages: - name: centos-7