diff --git a/nodepool/nl02.openstack.org.yaml b/nodepool/nl02.openstack.org.yaml index 8e4b26a764..acf1cbb2c9 100644 --- a/nodepool/nl02.openstack.org.yaml +++ b/nodepool/nl02.openstack.org.yaml @@ -44,6 +44,8 @@ labels: min-ready: 0 - name: nested-virt-centos-7 min-ready: 0 + - name: nested-virt-centos-8 + min-ready: 0 providers: - name: limestone-regionone @@ -156,6 +158,11 @@ providers: flavor-name: 'nodepool.0' diskimage: centos-7 key-name: infra-root-keys-2020-05-13 + - name: nested-virt-centos-8 + min-ram: 8000 + flavor-name: 'nodepool.0' + diskimage: centos-8 + key-name: infra-root-keys-2020-05-13 - name: openedge-us-east region-name: 'us-east' @@ -238,6 +245,11 @@ providers: flavor-name: '8cpu-8GBram-80GBdisk' diskimage: centos-7 key-name: infra-root-keys-2020-05-13 + - name: nested-virt-centos-8 + min-ram: 8000 + flavor-name: '8cpu-8GBram-80GBdisk' + diskimage: centos-8 + key-name: infra-root-keys-2020-05-13 - name: custom max-servers: 12 labels: diff --git a/nodepool/nl03.openstack.org.yaml b/nodepool/nl03.openstack.org.yaml index b419762d2a..a8f3b76fea 100644 --- a/nodepool/nl03.openstack.org.yaml +++ b/nodepool/nl03.openstack.org.yaml @@ -58,6 +58,8 @@ labels: min-ready: 0 - name: nested-virt-centos-7 min-ready: 0 + - name: nested-virt-centos-8 + min-ready: 0 providers: - name: inap-mtl01 @@ -236,6 +238,11 @@ providers: flavor-name: 'osf-highcpu-8' diskimage: centos-7 key-name: infra-root-keys-2020-05-13 + - name: nested-virt-centos-8 + min-ram: 8000 + flavor-name: 'osf-highcpu-8' + diskimage: centos-8 + key-name: infra-root-keys-2020-05-13 - name: gpu max-servers: 2 labels: @@ -363,6 +370,13 @@ providers: volume-size: 80 diskimage: centos-7 key-name: infra-root-keys-2020-05-13 + - name: nested-virt-centos-8 + min-ram: 8000 + flavor-name: v2-highcpu-8 + boot-from-volume: true + volume-size: 80 + diskimage: centos-8 + key-name: infra-root-keys-2020-05-13 - name: vexxhost-specific max-servers: 10 labels: diff --git a/nodepool/nl04.openstack.org.yaml b/nodepool/nl04.openstack.org.yaml index a021e58b5b..be3e26ad4c 100644 --- a/nodepool/nl04.openstack.org.yaml +++ b/nodepool/nl04.openstack.org.yaml @@ -25,6 +25,12 @@ labels: - name: ubuntu-bionic - name: ubuntu-focal - name: ubuntu-xenial + - name: nested-virt-ubuntu-bionic + min-ready: 0 + - name: nested-virt-centos-7 + min-ready: 0 + - name: nested-virt-centos-8 + min-ready: 0 providers: - name: ovh-bhs1 @@ -122,6 +128,21 @@ providers: flavor-name: ssd-osFoundation-3 diskimage: ubuntu-xenial key-name: infra-root-keys-2020-05-13 + - name: nested-virt-ubuntu-bionic + min-ram: 8000 + flavor-name: ssd-osFoundation-3 + diskimage: ubuntu-bionic + key-name: infra-root-keys-2020-05-13 + - name: nested-virt-centos-7 + min-ram: 8000 + flavor-name: ssd-osFoundation-3 + diskimage: centos-7 + key-name: infra-root-keys-2020-05-13 + - name: nested-virt-centos-8 + min-ram: 8000 + flavor-name: ssd-osFoundation-3 + diskimage: centos-8 + key-name: infra-root-keys-2020-05-13 - name: ovh-gra1 region-name: 'GRA1'