You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
1.0 KiB

  1. ## Values for the external Huawei Cloud Controller
  2. # external_huaweicloud_lbaas_subnet_id: "Neutron subnet ID to create LBaaS VIP"
  3. # external_huaweicloud_lbaas_network_id: "Neutron network ID to create LBaaS VIP"
  4. ## Credentials to authenticate against Keystone API
  5. ## All of them are required Per default these values will be
  6. ## read from the environment.
  7. # external_huaweicloud_auth_url: "{{ lookup('env','OS_AUTH_URL') }}"
  8. # external_huaweicloud_access_key: "{{ lookup('env','OS_ACCESS_KEY') }}"
  9. # external_huaweicloud_secret_key: "{{ lookup('env','OS_SECRET_KEY') }}"
  10. # external_huaweicloud_region: "{{ lookup('env','OS_REGION_NAME') }}"
  11. # external_huaweicloud_project_id: "{{ lookup('env','OS_TENANT_ID')| default(lookup('env','OS_PROJECT_ID'),true) }}"
  12. # external_huaweicloud_cloud: "{{ lookup('env','OS_CLOUD') }}"
  13. ## The repo and tag of the external Huawei Cloud Controller image
  14. # external_huawei_cloud_controller_image_repo: "swr.ap-southeast-1.myhuaweicloud.com"
  15. # external_huawei_cloud_controller_image_tag: "v0.26.8"