Adds configure_firewall into Ceph profiles

This must be set to false to prevent ceph-ansible from modifying
the firewall rules on the host.

Also updates some ceph_docker_* params now moved in ceph-ansible
to ceph_container_*

Change-Id: Ie29c662b77cf60fc6ac7361d841c592066a1d5c1
This commit is contained in:
Giulio Fidente 2019-08-22 18:43:48 +02:00
parent 0e25e6226b
commit 11737fff15

View File

@ -296,7 +296,6 @@ resources:
type: json
value:
vars:
docker: true
containerized_deployment: true
user_config: true
ceph_stable: true
@ -307,9 +306,10 @@ resources:
generate_fsid: false
fsid: { get_param: CephClusterFSID }
cluster: { get_param: CephClusterName }
ceph_docker_registry: {get_attr: [ContainerImageUrlParts, value, host]}
ceph_docker_image: {get_attr: [ContainerImageUrlParts, value, image]}
ceph_docker_image_tag: {get_attr: [ContainerImageUrlParts, value, image_tag]}
configure_firewall: false
ceph_container_registry: {get_attr: [ContainerImageUrlParts, value, host]}
ceph_container_image: {get_attr: [ContainerImageUrlParts, value, image]}
ceph_container_image_tag: {get_attr: [ContainerImageUrlParts, value, image_tag]}
public_network:
list_join:
- ','