Matches updates for ceph-ansible variables name change
Replaces some ceph-ansible variables name to match the changes introduced with PR #4002 Change-Id: Iadde822bf362c90098394930bf158ba905fb32de
This commit is contained in:
parent
84a32324e9
commit
1a194079f0
@ -244,7 +244,6 @@ resources:
|
|||||||
type: json
|
type: json
|
||||||
value:
|
value:
|
||||||
vars:
|
vars:
|
||||||
docker: true
|
|
||||||
containerized_deployment: true
|
containerized_deployment: true
|
||||||
user_config: true
|
user_config: true
|
||||||
ceph_stable: true
|
ceph_stable: true
|
||||||
@ -255,9 +254,9 @@ resources:
|
|||||||
generate_fsid: false
|
generate_fsid: false
|
||||||
fsid: { get_param: CephClusterFSID }
|
fsid: { get_param: CephClusterFSID }
|
||||||
cluster: { get_param: CephClusterName }
|
cluster: { get_param: CephClusterName }
|
||||||
ceph_docker_registry: {get_attr: [ContainerImageUrlParts, value, host]}
|
ceph_container_registry: {get_attr: [ContainerImageUrlParts, value, host]}
|
||||||
ceph_docker_image: {get_attr: [ContainerImageUrlParts, value, image]}
|
ceph_container_image: {get_attr: [ContainerImageUrlParts, value, image]}
|
||||||
ceph_docker_image_tag: {get_attr: [ContainerImageUrlParts, value, image_tag]}
|
ceph_container_image_tag: {get_attr: [ContainerImageUrlParts, value, image_tag]}
|
||||||
public_network:
|
public_network:
|
||||||
list_join:
|
list_join:
|
||||||
- ','
|
- ','
|
||||||
|
@ -63,7 +63,7 @@ resources:
|
|||||||
type: json
|
type: json
|
||||||
value:
|
value:
|
||||||
vars:
|
vars:
|
||||||
ceph_mgr_docker_extra_env: '-e MGR_DASHBOARD=0'
|
ceph_mgr_container_extra_env: '-e MGR_DASHBOARD=0'
|
||||||
dashboard_admin_user: {get_param: CephDashboardAdminUser}
|
dashboard_admin_user: {get_param: CephDashboardAdminUser}
|
||||||
dashboard_admin_password: {get_param: CephDashboardAdminPassword}
|
dashboard_admin_password: {get_param: CephDashboardAdminPassword}
|
||||||
dashboard_rgw_api_host: {get_param: [EndpointMap, CephRgwInternal, host]}
|
dashboard_rgw_api_host: {get_param: [EndpointMap, CephRgwInternal, host]}
|
||||||
|
Loading…
Reference in New Issue
Block a user