]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
mon: ability to change mon listening port on container
authorSébastien Han <seb@redhat.com>
Wed, 9 Jan 2019 12:23:07 +0000 (13:23 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 22 Jan 2019 12:45:38 +0000 (13:45 +0100)
commitfc34fb1bd955f228b55d360c179c7e162f766a21
treeb834e46ba2e9799524ce7fd05a5da1c36f73be94
parent41a7cc878c10e638ae5dc3107688e109ad494f76
mon: ability to change mon listening port on container

You can now use 'ceph_mon_container_listen_port' to change the port the
monitor will listen on.
Setting the default to 3300 (assigned by IANA) since Nautilus has released the messenger2
transport protocol.

Signed-off-by: Sébastien Han <seb@redhat.com>
group_vars/mons.yml.sample
roles/ceph-mon/defaults/main.yml
roles/ceph-mon/templates/ceph-mon.service.j2