Disabling the Ceph Dashboard
Updated
Red Hat recommends leaving the dashboard_enabled option set to True in the group_vars/all.yml file, and not changing it to False. However, if the user wants to disable the dashboard, follow the steps below:
-
Change to the
/usr/share/ceph-ansible/directory:[ansible@admin ~]$ cd /usr/share/ceph-ansible/ -
Open for editing the
group_vars/all.ymlfile. -
Uncomment
dashboard_enabled:Trueline. -
Set the
dashboard_enabledtoFalse. -
Save the file.
-
Run the appropriate Ansible playbook.
-
For Bare-metal deployments:
[ansible@admin ceph-ansible]$ ansible-playbook site.yml -
For Container deployments:
[ansible@admin ceph-ansible]$ ansible-playbook site-docker.yml
-
-
Verify that the Dashboard is not installed.
SBR
Product(s)
Category
Components
Tags
Article Type