]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
mon: honour mon_docker_net_host option
authorSébastien Han <seb@redhat.com>
Wed, 27 Jun 2018 09:23:00 +0000 (11:23 +0200)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Wed, 27 Jun 2018 21:16:56 +0000 (21:16 +0000)
commit3700815e805d4a340f38fd25570715a83daf98fd
tree8ff648ed93ba50e493edeceed55f87bcddbc2b6f
parent7e068d0b93ccc2d25c3a8f07454c534c8a26a758
mon: honour mon_docker_net_host option

--net=host was hardcoded in the startup line so even though
mon_docker_net_host was set to False the net option would always be
activated.
mon_docker_net_host is set to True by default so this commit does not
change the behaviour.

Signed-off-by: Sébastien Han <seb@redhat.com>
(cherry picked from commit 322e2de7d27c498a9d89b31b96729200bed56e19)
roles/ceph-mon/templates/ceph-mon.service.j2