Skip to content

Commit

Permalink
Change Ceph Dashboard port to 8443
Browse files Browse the repository at this point in the history
Update edpm_ceph_hci_pre role since the default port for the
dashboard was wrong as per the ceph docs.

https://docs.ceph.com/en/latest/mgr/dashboard/#host-name-and-port

If we're going to change this port in the product (see depends-on)
then we should update how we test it in ci-framework.

Signed-off-by: John Fulton <[email protected]>
Depends-On: openstack-k8s-operators/edpm-ansible#888
Jira: https://issues.redhat.com/browse/OSPRH-14300
  • Loading branch information
fultonj authored and pablintino committed Feb 26, 2025
1 parent e4dac40 commit 114ecc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/cifmw_cephadm/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ cifmw_cephadm_cephfs_name: "cephfs"
cifmw_ceph_dashboard_spec_path: /tmp/ceph_dashboard.yml
cifmw_cephadm_certificate: ""
cifmw_cephadm_key: ""
cifmw_cephadm_dashboard_port: 8444
cifmw_cephadm_dashboard_port: 8443
cifmw_cephadm_grafana_admin_user: 'admin'
cifmw_cephadm_grafana_admin_password: '/home/grafana_password.yml'
cifmw_cephadm_prometheus_port: 9092
Expand Down

0 comments on commit 114ecc5

Please sign in to comment.