Add Arm64 CI cloud
Changes: * Set URLs to https:// * Set new keystone domain * Set region to nrt1 Change-Id: Ib96d14008ab3b8b7c12429d7432eaa485c404bb2
This commit is contained in:
parent
20c0340c3c
commit
10c8da0e90
@ -412,3 +412,27 @@ clouds:
|
|||||||
profiles:
|
profiles:
|
||||||
- openstackci-keypairs
|
- openstackci-keypairs
|
||||||
- openstackci-security
|
- 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
|
||||||
|
@ -255,3 +255,27 @@ clouds:
|
|||||||
user_domain_name: default
|
user_domain_name: default
|
||||||
project_domain_name: default
|
project_domain_name: default
|
||||||
identity_api_version: '3'
|
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'
|
||||||
|
@ -140,3 +140,15 @@ clouds:
|
|||||||
user_domain_name: default
|
user_domain_name: default
|
||||||
project_domain_name: default
|
project_domain_name: default
|
||||||
identity_api_version: '3'
|
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'
|
||||||
|
@ -141,3 +141,15 @@ clouds:
|
|||||||
project_domain_name: default
|
project_domain_name: default
|
||||||
identity_api_version: '3'
|
identity_api_version: '3'
|
||||||
image_format: 'raw'
|
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
|
||||||
|
@ -25,3 +25,6 @@ nodepool_limestone_project: project
|
|||||||
nodepool_packethost_username: user
|
nodepool_packethost_username: user
|
||||||
nodepool_packethost_password: password
|
nodepool_packethost_password: password
|
||||||
nodepool_packethost_project: project
|
nodepool_packethost_project: project
|
||||||
|
nodepool_arm64ci_username: user
|
||||||
|
nodepool_arm64ci_password: password
|
||||||
|
nodepool_arm64ci_project: project
|
||||||
|
@ -52,3 +52,9 @@ clouds:
|
|||||||
openstackzuul_packethost_username: user
|
openstackzuul_packethost_username: user
|
||||||
openstackzuul_packethost_password: password
|
openstackzuul_packethost_password: password
|
||||||
openstackzuul_packethost_project_name: project
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user