Add Ubuntu Bionic to Linaro
This will add images for Ubuntu Bionic into Linaro. Change-Id: I3595ec5da635b611200b9f02a3343428eae0325a
This commit is contained in:
@@ -8,6 +8,8 @@ zookeeper-servers:
|
|||||||
labels:
|
labels:
|
||||||
- name: ubuntu-xenial-arm64
|
- name: ubuntu-xenial-arm64
|
||||||
max-ready-age: 3600
|
max-ready-age: 3600
|
||||||
|
- name: ubuntu-bionic-arm64
|
||||||
|
max-ready-age: 3600
|
||||||
- name: debian-stretch-arm64
|
- name: debian-stretch-arm64
|
||||||
max-ready-age: 3600
|
max-ready-age: 3600
|
||||||
|
|
||||||
@@ -25,6 +27,14 @@ providers:
|
|||||||
os_command_line: "console=ttyAMA0"
|
os_command_line: "console=ttyAMA0"
|
||||||
hw_disk_bus: scsi
|
hw_disk_bus: scsi
|
||||||
hw_scsi_model: virtio-scsi
|
hw_scsi_model: virtio-scsi
|
||||||
|
- name: ubuntu-bionic-arm64
|
||||||
|
pause: false
|
||||||
|
config-drive: true
|
||||||
|
meta:
|
||||||
|
hw_firmware_type: uefi
|
||||||
|
os_command_line: "console=ttyAMA0"
|
||||||
|
hw_disk_bus: scsi
|
||||||
|
hw_scsi_model: virtio-scsi
|
||||||
- name: debian-stretch-arm64
|
- name: debian-stretch-arm64
|
||||||
pause: false
|
pause: false
|
||||||
config-drive: true
|
config-drive: true
|
||||||
@@ -59,6 +69,30 @@ diskimages:
|
|||||||
DIB_DEBIAN_COMPONENTS: 'main,universe'
|
DIB_DEBIAN_COMPONENTS: 'main,universe'
|
||||||
GIT_HTTP_LOW_SPEED_TIME: '300'
|
GIT_HTTP_LOW_SPEED_TIME: '300'
|
||||||
GIT_HTTP_LOW_SPEED_LIMIT: '1000'
|
GIT_HTTP_LOW_SPEED_LIMIT: '1000'
|
||||||
|
- name: ubuntu-bionic-arm64
|
||||||
|
elements:
|
||||||
|
- block-device-efi
|
||||||
|
- ubuntu-minimal
|
||||||
|
- vm
|
||||||
|
- simple-init
|
||||||
|
- openstack-repos
|
||||||
|
- nodepool-base
|
||||||
|
- cache-devstack
|
||||||
|
- growroot
|
||||||
|
- infra-package-needs
|
||||||
|
release: bionic
|
||||||
|
env-vars:
|
||||||
|
TMPDIR: /opt/dib_tmp
|
||||||
|
DIB_CHECKSUM: '1'
|
||||||
|
DIB_IMAGE_CACHE: /opt/dib_cache
|
||||||
|
DIB_APT_LOCAL_CACHE: '0'
|
||||||
|
DIB_DISABLE_APT_CLEANUP: '1'
|
||||||
|
DIB_GRUB_TIMEOUT: '0'
|
||||||
|
DIB_DISTRIBUTION_MIRROR: 'http://mirror.regionone.linaro.openstack.org/ubuntu-ports'
|
||||||
|
DIB_DEBOOTSTRAP_EXTRA_ARGS: '--no-check-gpg'
|
||||||
|
DIB_DEBIAN_COMPONENTS: 'main,universe'
|
||||||
|
GIT_HTTP_LOW_SPEED_TIME: '300'
|
||||||
|
GIT_HTTP_LOW_SPEED_LIMIT: '1000'
|
||||||
- name: debian-stretch-arm64
|
- name: debian-stretch-arm64
|
||||||
elements:
|
elements:
|
||||||
- block-device-efi
|
- block-device-efi
|
||||||
|
@@ -25,6 +25,8 @@ labels:
|
|||||||
- name: ubuntu-xenial
|
- name: ubuntu-xenial
|
||||||
- name: ubuntu-xenial-arm64
|
- name: ubuntu-xenial-arm64
|
||||||
min-ready: 1
|
min-ready: 1
|
||||||
|
- name: ubuntu-bionic-arm64
|
||||||
|
min-ready: 1
|
||||||
|
|
||||||
providers:
|
providers:
|
||||||
- name: inap-mtl01
|
- name: inap-mtl01
|
||||||
@@ -189,6 +191,8 @@ providers:
|
|||||||
config-drive: true
|
config-drive: true
|
||||||
- name: ubuntu-xenial-arm64
|
- name: ubuntu-xenial-arm64
|
||||||
config-drive: true
|
config-drive: true
|
||||||
|
- name: ubuntu-bionic-arm64
|
||||||
|
config-drive: true
|
||||||
pools:
|
pools:
|
||||||
- name: main
|
- name: main
|
||||||
max-servers: 8
|
max-servers: 8
|
||||||
@@ -203,6 +207,11 @@ providers:
|
|||||||
flavor-name: 'os.large'
|
flavor-name: 'os.large'
|
||||||
diskimage: ubuntu-xenial-arm64
|
diskimage: ubuntu-xenial-arm64
|
||||||
key-name: infra-root-keys
|
key-name: infra-root-keys
|
||||||
|
- name: ubuntu-bionic-arm64
|
||||||
|
min-ram: 8000
|
||||||
|
flavor-name: 'os.large'
|
||||||
|
diskimage: ubuntu-bionic-arm64
|
||||||
|
key-name: infra-root-keys
|
||||||
|
|
||||||
diskimages:
|
diskimages:
|
||||||
- name: centos-7
|
- name: centos-7
|
||||||
@@ -214,6 +223,7 @@ diskimages:
|
|||||||
- name: opensuse-423
|
- name: opensuse-423
|
||||||
- name: opensuse-tumbleweed
|
- name: opensuse-tumbleweed
|
||||||
- name: ubuntu-bionic
|
- name: ubuntu-bionic
|
||||||
|
- name: ubuntu-bionic-arm64
|
||||||
- name: ubuntu-trusty
|
- name: ubuntu-trusty
|
||||||
- name: ubuntu-xenial
|
- name: ubuntu-xenial
|
||||||
- name: ubuntu-xenial-arm64
|
- name: ubuntu-xenial-arm64
|
||||||
|
Reference in New Issue
Block a user