ibm-spectrum-scale-install-infra
ibm-spectrum-scale-install-infra copied to clipboard
Spectrum Scale Installation and Configuration
[README](https://github.com/IBM/ibm-spectrum-scale-install-infra/blob/master/README.md#create-password-less-ssh-keys-between-all-gpfs-nodes-in-the-cluster) currently contains the following: > A pre-requisite for installing IBM Spectrum Scale is that passwordless SSH must be configured among all nodes in the cluster. Passwordless SSH must be...
According to the documentation, `scale_install_repository_url` should contain a trailing slash: ```yaml # Remember the trailing slash `/` in the URL - scale_install_repository_url: http://server/path/ ``` This is because some (not all!)...
According to the [contribution guidelines](https://github.com/IBM/ibm-spectrum-scale-install-infra/blob/master/CONTRIBUTING.md), all contributors are required to sign their commits. This is to document that they agree with the [Developer Certificate of Origin](https://developercertificate.org/) (DCO). A [GitHub App](https://github.com/apps/dco)...
Looks like we have some logic that is not working anymore when enabling SNMP scale_gui_snmp_notification: true ``` TASK [ibm-spectrum-scale-install-infra/roles/gui/cluster : SNMP | Find collector nodes] ****************************************************************************************************************************************************** task path: /Users/olemyk/IdeaProjects/ansible-sandbox/roles/ibm-spectrum-scale-install-infra/roles/gui/cluster/tasks/snmp.yml:11 creating...
Meanwhile I have used the Ansible scripts to create about 20 Spectrum Scale clusters with varying configurations. Moving forward it would be nice to have a capability to run selected...
The current README reads: "Define GPFS nodes in the hosts file in the following format." "host file" is Ansible jargon. We cannot assume that readers of the README are familar...
The description in CONTRIBUTING.md needs to improve to refer the to the development branch. See #72 for justification.
Moving to group_vars/all.yml vs having host_vars requires removal of host_vars from the repo. Opening issue as reminder when ready.
Needs to add minimum supported Ansible version in the README
Additional updates to README in issue #50 Add which RPM's are required vs optional. Additionaly, consider adding the fact that the directory path identified by the admin in the scale_install_directory_pkg_path...