mirror of https://github.com/ceph/ceph-ansible.git
Common: Add a default for ceph_docker_on_openstack
Add a default value for `ceph_docker_on_openstack` to avoid a conditional check error for the task `pause after docker install before starting` in `roles/ceph-docker-common/tasks/pre_requisites/prerequisites.yml` Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/1590/head
parent
b7f3be6c35
commit
a09ce92d51
|
@ -409,6 +409,8 @@ dummy:
|
||||||
#ceph_docker_registry: docker.io
|
#ceph_docker_registry: docker.io
|
||||||
#ceph_docker_enable_centos_extra_repo: false
|
#ceph_docker_enable_centos_extra_repo: false
|
||||||
|
|
||||||
|
#ceph_docker_on_openstack: false
|
||||||
|
|
||||||
#mon_use_fqdn: false # if set to true, the MON name used will be the fqdn
|
#mon_use_fqdn: false # if set to true, the MON name used will be the fqdn
|
||||||
|
|
||||||
# Set uid/gid to default '64045' for bootstrap directories.
|
# Set uid/gid to default '64045' for bootstrap directories.
|
||||||
|
|
|
@ -4,6 +4,8 @@ generate_fsid: true
|
||||||
ceph_docker_registry: docker.io
|
ceph_docker_registry: docker.io
|
||||||
ceph_docker_enable_centos_extra_repo: false
|
ceph_docker_enable_centos_extra_repo: false
|
||||||
|
|
||||||
|
ceph_docker_on_openstack: false
|
||||||
|
|
||||||
mon_use_fqdn: false # if set to true, the MON name used will be the fqdn
|
mon_use_fqdn: false # if set to true, the MON name used will be the fqdn
|
||||||
|
|
||||||
# Set uid/gid to default '64045' for bootstrap directories.
|
# Set uid/gid to default '64045' for bootstrap directories.
|
||||||
|
|
Loading…
Reference in New Issue