Merge "linaro: add nodepool cloud configuration"
This commit is contained in:
commit
d8f8e20c33
@ -89,6 +89,20 @@ clouds:
|
|||||||
user_domain_name: default
|
user_domain_name: default
|
||||||
image_format: 'raw'
|
image_format: 'raw'
|
||||||
force_ipv4: true
|
force_ipv4: true
|
||||||
|
linaro:
|
||||||
|
regions:
|
||||||
|
- name: RegionOne
|
||||||
|
metrics:
|
||||||
|
statsd:
|
||||||
|
prefix: 'nodepool.task.linaro'
|
||||||
|
identity_api_version: '3'
|
||||||
|
auth:
|
||||||
|
auth_url: 'https://openinfraci.linaro.cloud:5000'
|
||||||
|
username: '{{ nodepool_linaro_username }}'
|
||||||
|
password: '{{ nodepool_linaro_password }}'
|
||||||
|
project_name: '{{ nodepool_linaro_project }}'
|
||||||
|
project_domain_name: default
|
||||||
|
user_domain_name: default
|
||||||
linaro-us:
|
linaro-us:
|
||||||
regions:
|
regions:
|
||||||
- name: RegionOne
|
- name: RegionOne
|
||||||
|
@ -39,6 +39,9 @@ nodepool_vexxhost_username: user
|
|||||||
nodepool_vexxhost_password: password
|
nodepool_vexxhost_password: password
|
||||||
nodepool_vexxhost_project: project
|
nodepool_vexxhost_project: project
|
||||||
nodepool_vexxhost_kube_key: nodepool_k8s_key
|
nodepool_vexxhost_kube_key: nodepool_k8s_key
|
||||||
|
nodepool_linaro_username: user
|
||||||
|
nodepool_linaro_password: password
|
||||||
|
nodepool_linaro_project: project
|
||||||
nodepool_linaro_us_username: user
|
nodepool_linaro_us_username: user
|
||||||
nodepool_linaro_us_password: password
|
nodepool_linaro_us_password: password
|
||||||
nodepool_linaro_us_project: project
|
nodepool_linaro_us_project: project
|
||||||
|
Loading…
x
Reference in New Issue
Block a user