Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"samples/playbook_gui.yml" does not exist, but mentioned in GUI #580

Open
troppens opened this issue Nov 20, 2021 · 5 comments
Open

"samples/playbook_gui.yml" does not exist, but mentioned in GUI #580

troppens opened this issue Nov 20, 2021 · 5 comments
Assignees
Labels
Component: Documentation Component: GUI Type: bug Indicates issue is an undesired behavior, usually caused by code error.

Comments

@troppens
Copy link
Contributor

The title says all. README.md refers to samples/playbook_gui.ym, but this file does not exist.

@rajan-mis
Copy link
Member

rajan-mis commented Nov 21, 2021

Thanks @troppens . we will fix this.

Sample playbook for GUI:

---
- hosts: scale01.example.com
  vars:
    - scale_install_localpkg_path: /path/to/Spectrum_Scale_Standard-5.0.4.0-x86_64-Linux-install
  roles:
    - core/precheck
    - core/node
    - core/cluster
    - gui/precheck
    - gui/node
    - gui/cluster

Please set scale_cluster_gui: true for required host entry.

@troppens
Copy link
Contributor Author

@rajan-mis - It would also be nice to have an example inventory file. At other places of this project I see mention of credentials for a GUI admin user. Not sure if this is required and what happens, if they are not provided. Some more explanation would be helpful for first-time users of these roles and Spectrum Scale.

@acch
Copy link
Contributor

acch commented Nov 23, 2021

Good catch, that file is missing.

@acch acch added Component: Documentation Component: GUI Type: bug Indicates issue is an undesired behavior, usually caused by code error. labels Nov 23, 2021
@acch
Copy link
Contributor

acch commented Feb 1, 2022

#604 should fix this (until someone volunteers to write a sample for the GUI roles)

@acch acch self-assigned this Feb 1, 2022
@moonlight16
Copy link
Member

moonlight16 commented Aug 17, 2022

Found this thread helpful. As a follow on tip...

After following the instructions above, when I directed my browser to the GUI, it prompted me to create a new user for GUI admin:

/usr/lpp/mmfs/gui/cli/mkuser <user_name> -g SecurityAdmin

This allowed me to setup a GUI user for login.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Documentation Component: GUI Type: bug Indicates issue is an undesired behavior, usually caused by code error.
Projects
None yet
Development

No branches or pull requests

4 participants