Merge "Add Arm64 CI cloud"

This commit is contained in:
Zuul 2018-11-06 01:21:47 +00:00 committed by Gerrit Code Review
commit 9679f57225
6 changed files with 81 additions and 0 deletions

View File

@ -412,3 +412,27 @@ clouds:
profiles:
- openstackci-keypairs
- openstackci-security
# Arm64 CI Cloud
- name: openstackci-arm64ci
oscc_cloud: openstackci-arm64ci
region_name: nrt1
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-arm64ci
oscc_cloud: openstackzuul-arm64ci
region_name: nrt1
profiles:
- openstackci-keypairs
- openstackci-security

View File

@ -257,3 +257,27 @@ clouds:
user_domain_name: default
project_domain_name: default
identity_api_version: '3'
openstackci-arm64ci:
regions:
- nrt1
auth:
auth_url: https://arm64ci.cloud:5000
username: '{{ clouds.openstackci_arm64ci_username }}'
password: '{{ clouds.openstackci_arm64ci_password }}'
project_name: '{{ clouds.openstackci_arm64ci_project_name }}'
project_domain_name: openstack-infra
user_domain_name: openstack-infra
interface: public
identity_api_version: '3'
openstackzuul-arm64ci:
regions:
- nrt1
auth:
auth_url: https://arm64ci.cloud:5000
username: '{{ clouds.openstackzuul_arm64ci_username }}'
password: '{{ clouds.openstackzuul_arm64ci_password }}'
project_name: '{{ clouds.openstackzuul_arm64ci_project_name }}'
project_domain_name: openstack-infra
user_domain_name: openstack-infra
interface: public
identity_api_version: '3'

View File

@ -144,3 +144,15 @@ clouds:
user_domain_name: default
project_domain_name: default
identity_api_version: '3'
openstackci-arm64ci:
regions:
- nrt1
auth:
auth_url: https://arm64ci.cloud:5000
username: '{{ clouds.openstackci_arm64ci_username }}'
password: '{{ clouds.openstackci_arm64ci_password }}'
project_name: '{{ clouds.openstackci_arm64ci_project_name }}'
project_domain_name: openstack-infra
user_domain_name: openstack-infra
interface: public
identity_api_version: '3'

View File

@ -144,3 +144,15 @@ clouds:
project_domain_name: default
identity_api_version: '3'
image_format: 'raw'
arm64ci:
regions:
- nrt1
identity_api_version: '3'
auth:
auth_url: https://arm64ci.cloud:5000
username: '{{ nodepool_arm64ci_username }}'
password: '{{ nodepool_arm64ci_password }}'
project_name: '{{ nodepool_arm64ci_project }}'
project_domain_name: openstack-infra
user_domain_name: openstack-infra
interface: public

View File

@ -25,3 +25,6 @@ nodepool_limestone_project: project
nodepool_packethost_username: user
nodepool_packethost_password: password
nodepool_packethost_project: project
nodepool_arm64ci_username: user
nodepool_arm64ci_password: password
nodepool_arm64ci_project: project

View File

@ -52,3 +52,9 @@ clouds:
openstackzuul_packethost_username: user
openstackzuul_packethost_password: password
openstackzuul_packethost_project_name: project
openstackci_arm64ci_username: user
openstackci_arm64ci_password: password
openstackci_arm64ci_project_name: project
openstackzuul_arm64ci_username: user
openstackzuul_arm64ci_password: password
openstackzuul_arm64ci_project_name: project