Add Ubuntu Bionic to Linaro
This will add images for Ubuntu Bionic into Linaro. Change-Id: I3595ec5da635b611200b9f02a3343428eae0325a
This commit is contained in:
parent
9fdb18e793
commit
bd0e07403f
@ -8,6 +8,8 @@ zookeeper-servers:
|
||||
labels:
|
||||
- name: ubuntu-xenial-arm64
|
||||
max-ready-age: 3600
|
||||
- name: ubuntu-bionic-arm64
|
||||
max-ready-age: 3600
|
||||
- name: debian-stretch-arm64
|
||||
max-ready-age: 3600
|
||||
|
||||
@ -25,6 +27,14 @@ providers:
|
||||
os_command_line: "console=ttyAMA0"
|
||||
hw_disk_bus: 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
|
||||
pause: false
|
||||
config-drive: true
|
||||
@ -59,6 +69,30 @@ diskimages:
|
||||
DIB_DEBIAN_COMPONENTS: 'main,universe'
|
||||
GIT_HTTP_LOW_SPEED_TIME: '300'
|
||||
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
|
||||
elements:
|
||||
- block-device-efi
|
||||
|
@ -25,6 +25,8 @@ labels:
|
||||
- name: ubuntu-xenial
|
||||
- name: ubuntu-xenial-arm64
|
||||
min-ready: 1
|
||||
- name: ubuntu-bionic-arm64
|
||||
min-ready: 1
|
||||
|
||||
providers:
|
||||
- name: inap-mtl01
|
||||
@ -189,6 +191,8 @@ providers:
|
||||
config-drive: true
|
||||
- name: ubuntu-xenial-arm64
|
||||
config-drive: true
|
||||
- name: ubuntu-bionic-arm64
|
||||
config-drive: true
|
||||
pools:
|
||||
- name: main
|
||||
max-servers: 8
|
||||
@ -203,6 +207,11 @@ providers:
|
||||
flavor-name: 'os.large'
|
||||
diskimage: ubuntu-xenial-arm64
|
||||
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:
|
||||
- name: centos-7
|
||||
@ -214,6 +223,7 @@ diskimages:
|
||||
- name: opensuse-423
|
||||
- name: opensuse-tumbleweed
|
||||
- name: ubuntu-bionic
|
||||
- name: ubuntu-bionic-arm64
|
||||
- name: ubuntu-trusty
|
||||
- name: ubuntu-xenial
|
||||
- name: ubuntu-xenial-arm64
|
||||
|
Loading…
x
Reference in New Issue
Block a user