Merge "Pass monitor_address_block to ceph-ansible for mon_host"

This commit is contained in:
Jenkins 2017-08-13 22:26:57 +00:00 committed by Gerrit Code Review
commit 4dabd2c487
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ outputs:
ceph_docker_image_tag: {str_split: [':', {get_param: DockerCephDaemonImage}, 1]}
containerized_deployment: true
public_network: {get_param: [ServiceData, net_cidr_map, {get_param: [ServiceNetMap, CephMonNetwork]}]}
monitor_address_block: {get_param: [ServiceData, net_cidr_map, {get_param: [ServiceNetMap, CephMonNetwork]}]}
cluster_network: {get_param: [ServiceData, net_cidr_map, {get_param: [ServiceNetMap, CephClusterNetwork]}]}
user_config: true
ceph_stable: true