Activate more plain nodes

These are for testing nodes without pip-and-virtualenv.  They have
built correctly and can be used.

Change-Id: I1d7a78dc6bf2b225098195b22974ebe2a0d9af6d
This commit is contained in:
Ian Wienand 2020-04-28 11:17:56 +10:00
parent 368a8983e5
commit 59e06614c1
1 changed files with 38 additions and 6 deletions

View File

@ -38,7 +38,16 @@ labels:
min-ready: 1
- name: ubuntu-xenial
min-ready: 1
# 2020-04-28 : temporary node types as we transition from
# pip-and-virtualenv element
- name: ubuntu-bionic-plain
min-ready: 1
- name: ubuntu-xenial-plain
min-ready: 1
- name: opensuse-15-plain
min-ready: 1
- name: centos-8-plain
min-ready: 1
providers:
- name: rax-dfw
@ -74,6 +83,12 @@ providers:
config-drive: true
- name: ubuntu-bionic-plain
config-drive: true
- name: ubuntu-xenial-plain
config-drive: true
- name: opensuse-15-plain
config-drive: true
- name: centos-8-plain
config-drive: true
pools:
- name: main
max-servers: 140
@ -128,11 +143,6 @@ providers:
flavor-name: 'Performance'
diskimage: ubuntu-bionic
key-name: infra-root-keys-2018-06-15
- name: ubuntu-bionic-plain
min-ram: 8192
flavor-name: 'Performance'
diskimage: ubuntu-bionic-plain
key-name: infra-root-keys-2018-06-15
- name: ubuntu-focal
min-ram: 8192
flavor-name: 'Performance'
@ -143,7 +153,26 @@ providers:
flavor-name: 'Performance'
diskimage: ubuntu-xenial
key-name: infra-root-keys-2018-06-15
- name: ubuntu-bionic-plain
min-ram: 8192
flavor-name: 'Performance'
diskimage: ubuntu-bionic-plain
key-name: infra-root-keys-2018-06-15
- name: ubuntu-xenial-plain
min-ram: 8192
flavor-name: 'Performance'
diskimage: ubuntu-xenial-plain
key-name: infra-root-keys-2018-06-15
- name: opensuse-15-plain
min-ram: 8192
flavor-name: 'Performance'
diskimage: opensuse-15-plain
key-name: infra-root-keys-2018-06-15
- name: centos-8-plain
min-ram: 8192
flavor-name: 'Performance'
diskimage: centos-8-plain
key-name: infra-root-keys-2018-06-15
- name: rax-iad
region-name: 'IAD'
cloud: rax
@ -183,3 +212,6 @@ diskimages:
- name: ubuntu-focal
- name: ubuntu-xenial
- name: ubuntu-bionic-plain
- name: ubuntu-xenial-plain
- name: opensuse-15-plain
- name: centos-8-plain