ibm-spectrum-scale-install-infra
ibm-spectrum-scale-install-infra copied to clipboard
Spectrum Scale Installation and Configuration
looks like the task Setting server licenses on protocol nodes is run on all nodes, so delegate to is not working. ``` - name: configure | Setting server licenses on...
**"msg": "Firewall running on node. ansible playbook may fail if required firewall ports are not open. Consult the documentation for more information on running Spectrum Scale behind a firewall."**
The files `core/common/tasks/check.yml` and `core/cluster/tasks/check.yml` contain the same tasks. As all roles depend on `core/common` these tasks are redundant, and can be merged into a single file. Running these tasks...
Currently, default variables are defined for each role individually (`roles/*/defaults/main.yml`). However, most variables are used by multiple roles — hence, the definitions are largely redundant (i.e. the following files are...
When defining the variable `state: absent` (on a per-host basis), and running the project against a RHEL 7 node, I get the following error: ``` No module named request Traceback...
I stumbled over file `var/scale_clusterdefinition.json` and I am wondering if this is a left over that can be removed. I successfully installed and configured a single node Spectrum Scale cluster...
I did a document review of the README as someone who isn't intimately familiar with the product: - [ ] `host_vars` poorly explained * Took me several paragraphs to realize...
Failing task: ``` TASK [spectrum_scale_core/node : install | Compare checksums] ********************************************************** fatal: [spectrumscale]: FAILED! => {"msg": "The conditional check 'scale_install_md5_sum.strip().split().0 == scale_install_localpkg.stat.md5' failed. The error was: error while evaluating conditional...
mmcrsluster may modify hostnames it does fail mmstartup using ansible_fqdn 1. mmcrcluster should be fixed to use the exact name given in the stanza file 2. mmcrcluster step in playbook...
Looks like right now, the playbook.yml file has a list of roles that need to be added or removed by the user, meaning we are giving execution control to the...