Start building focal images

Focal is released. Let's start building images for it.

Only build on nb04 - we need newer debootstrap.

Don't built plain images - and don't put pip-and-virtualenv
on these.

Change-Id: I53444cbbd8c46ca4d6919fa7b924134c4d0464a4
This commit is contained in:
Monty Taylor 2020-04-17 08:51:46 -05:00
parent 94d158dfc4
commit f846318458
2 changed files with 26 additions and 0 deletions

View File

@ -63,6 +63,8 @@ providers:
config-drive: true
- name: ubuntu-bionic-plain
config-drive: true
- name: ubuntu-focal
config-drive: true
- name: ubuntu-xenial
config-drive: true
- name: ubuntu-xenial-plain
@ -312,6 +314,17 @@ diskimages:
DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.openstack.org/ubuntu'
DIB_DEBIAN_COMPONENTS: 'main,universe'
- name: ubuntu-focal
parent: base-debuntu
pause: false
elements:
- ubuntu-minimal
- cache-devstack
release: focal
env-vars:
DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.openstack.org/ubuntu'
DIB_DEBIAN_COMPONENTS: 'main,universe'
- name: ubuntu-xenial
parent: base-debuntu-with-pip
pause: true

View File

@ -63,6 +63,8 @@ providers:
config-drive: true
- name: ubuntu-bionic-plain
config-drive: true
- name: ubuntu-focal
config-drive: true
- name: ubuntu-xenial
config-drive: true
- name: ubuntu-xenial-plain
@ -316,6 +318,17 @@ diskimages:
DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.openstack.org/ubuntu'
DIB_DEBIAN_COMPONENTS: 'main,universe'
- name: ubuntu-focal
parent: base-debuntu
pause: false
elements:
- ubuntu-minimal
- cache-devstack
release: focal
env-vars:
DIB_DISTRIBUTION_MIRROR: 'http://mirror.dfw.rax.openstack.org/ubuntu'
DIB_DEBIAN_COMPONENTS: 'main,universe'
- name: ubuntu-xenial
parent: base-debuntu-with-pip
pause: false