Add linaro to cloud launcher

Following on from I166d9f669ea88663d4ffe70e25a6e908d11cf35f, add to
the cloud launcher.  For now just add keys and security (no special
network setup).

Add a default image to the control plane account, as the cloud
currently doesn't have a xenial-based image.  It needs a few special
properties to boot.

Change-Id: I846632219cbeb1f56eb0648861db0bfea3de7c3b
This commit is contained in:
Ian Wienand 2018-01-24 09:11:52 +11:00
parent c5a8e22f1b
commit 97bdbbd096

View File

@ -332,3 +332,25 @@ clouds:
network: ext-net
interfaces:
- openstackzuul-subnet1
- name: openstackci-linaro
oscc_cloud: openstackci-linaro
region_name: RegionOne
profiles:
- openstackci-keypairs
- openstackci-security
images:
- name: ubuntu-xenial
download_image_url: https://cloud-images.ubuntu.com/releases/16.04/release/ubuntu-16.04-server-cloudimg-arm64-uefi1.img
download_image_dest: /tmp/ubuntu-xenial-aarch64-uefi.img
filename: /tmp/ubuntu-xenial-aarch64-uefi.img
properties:
hw_firmware_type: uefi
os_command_line: console=ttyAMA0
hw_disk_bus: scsi
hw_scsi_model: virtio-scsi
- name: openstackzuul-linaro
oscc_cloud: openstackzuul-linaro
region_name: RegionOne
profiles:
- openstackci-keypairs
- openstackci-security