igw: Fix default api port

The default igw api port is 5000 in the manual setup docs and
ceph-iscsi-config package so this syncs up ansible.

Signed-off-by: Mike Christie <mchristi@redhat.com>
(cherry picked from commit a10853c5f8)
pull/3313/head
Mike Christie 2018-10-30 13:54:03 -05:00 committed by mergify[bot]
parent f17140c03d
commit c843ea1d92
3 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ dummy:
# Optional settings related to the CLI/API service
#api_user: admin
#api_password: admin
#api_port: 5001
#api_port: 5000
#api_secure: false
#loop_delay: 1
#trusted_ip_list: 192.168.122.1

View File

@ -170,7 +170,7 @@
- name: open iscsi ports
firewalld:
port: "5001/tcp"
port: "5000/tcp"
zone: "{{ ceph_iscsi_firewall_zone }}"
source: "{{ public_network }}"
permanent: true

View File

@ -64,7 +64,7 @@ rbd_pool_size: ""
# Optional settings related to the CLI/API service
api_user: admin
api_password: admin
api_port: 5001
api_port: 5000
api_secure: false
loop_delay: 1
trusted_ip_list: 192.168.122.1