From 5115fd49d8e3e69695b5b1f5301590d1e232407c Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 9 Nov 2018 14:59:09 +1100 Subject: [PATCH] nodepool: Add arm64ci cloud Credentials are populated (Ib96d14008ab3b8b7c12429d7432eaa485c404bb2), mirror.nrt1.arm64ci.openstack.org is alive so everything is ready to go. We have a quota of 40 cores & 96gb ram; the c1.large flavor is 8/core 8gb. Should we should be able to fit 5 CI servers to start with. Change-Id: I428d46565921e018ac01cbd9c64b4be60c44f3d5 --- nodepool/nb03.openstack.org.yaml | 6 ++++++ nodepool/nl03.openstack.org.yaml | 33 ++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/nodepool/nb03.openstack.org.yaml b/nodepool/nb03.openstack.org.yaml index a921235959..e0f0b1537e 100644 --- a/nodepool/nb03.openstack.org.yaml +++ b/nodepool/nb03.openstack.org.yaml @@ -54,6 +54,12 @@ providers: rate: 0.25 diskimages: *provider_diskimages + - name: arm64ci-nrt1 + region-name: 'nrt1' + cloud: arm64ci + rate: 0.25 + diskimages: *provider_diskimages + diskimages: - name: ubuntu-xenial-arm64 elements: diff --git a/nodepool/nl03.openstack.org.yaml b/nodepool/nl03.openstack.org.yaml index a11902ba5a..6d3645b261 100644 --- a/nodepool/nl03.openstack.org.yaml +++ b/nodepool/nl03.openstack.org.yaml @@ -396,6 +396,39 @@ providers: diskimage: ubuntu-bionic-arm64 key-name: infra-root-keys-2018-06-15 + - name: linaro-arm64ci + region-name: 'nrt1' + cloud: arm64ci + 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: 5 + labels: + - name: debian-stretch-arm64 + min-ram: 8000 + flavor-name: 'c1.large' + diskimage: debian-stretch-arm64 + key-name: infra-root-keys-2018-06-15 + - name: ubuntu-xenial-arm64 + min-ram: 8000 + flavor-name: 'c1.large' + diskimage: ubuntu-xenial-arm64 + key-name: infra-root-keys-2018-06-15 + - name: ubuntu-bionic-arm64 + min-ram: 8000 + flavor-name: 'c1.large' + diskimage: ubuntu-bionic-arm64 + key-name: infra-root-keys-2018-06-15 + diskimages: - name: centos-7 - name: debian-stretch