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>
pull/3312/head
Mike Christie 2018-10-30 13:54:03 -05:00 committed by Sébastien Han
parent b523a44a1a
commit a10853c5f8
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

@ -154,7 +154,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