From e8a9644729707e4d441bcb3bbb008ab05fe87eb3 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 14 Sep 2018 17:20:55 +1000 Subject: [PATCH] Add linaro-london to nodepool This cloud should be ready to accept CI jobs. The mirror is up and working and the cloud launcher has applied against it. The os.large flavour is there, and there should be enough resources for 8 nodes. Change-Id: I1cdd0245cb91ea11763cae6b6531045cde14e82f --- nodepool/nl03.openstack.org.yaml | 33 ++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/nodepool/nl03.openstack.org.yaml b/nodepool/nl03.openstack.org.yaml index ab7028c996..286ebecf7a 100644 --- a/nodepool/nl03.openstack.org.yaml +++ b/nodepool/nl03.openstack.org.yaml @@ -335,6 +335,39 @@ providers: diskimage: ubuntu-bionic-arm64 key-name: infra-root-keys-2018-06-15 + - name: linaro-london + region-name: 'London' + cloud: linaro-london + boot-timeout: 600 + launch-timeout: 800 + rate: 0.001 + diskimages: + - name: debian-stretch-arm64 + config-drive: true + - name: ubuntu-xenial-arm64 + config-drive: true + - name: ubuntu-bionic-arm64 + config-drive: true + pools: + - name: main + max-servers: 8 + labels: + - name: debian-stretch-arm64 + min-ram: 8000 + flavor-name: 'os.large' + diskimage: debian-stretch-arm64 + key-name: infra-root-keys-2018-06-15 + - name: ubuntu-xenial-arm64 + min-ram: 8000 + flavor-name: 'os.large' + diskimage: ubuntu-xenial-arm64 + key-name: infra-root-keys-2018-06-15 + - name: ubuntu-bionic-arm64 + min-ram: 8000 + flavor-name: 'os.large' + diskimage: ubuntu-bionic-arm64 + key-name: infra-root-keys-2018-06-15 + diskimages: - name: centos-7 - name: debian-stretch