Achim Christ
Achim Christ
Roles are currently structured like this: ``` roles/ ├── callhome/ │ ├── cluster │ ├── node │ ├── postcheck │ └── precheck ├── core/ │ ├── cluster │ ├── common...
Running the sample playbooks produces the following warning message: ```shell [WARNING]: flush_handlers task does not support when conditional ``` This is because tasks in many of the roles are imported...
**Describe the bug** I'm trying to deploy Spectrum Scale enabling Object protocols. The installation eventually succeeds, but the resulting configuration is not what I want. i.e. I have two filesystems:...
**Describe the bug** I'm trying to deploy Spectrum Scale enabling Object protocols. The installation eventually succeeds, but the resulting configuration differs from what I've defined in my variables. i.e. I'm...
All variables which can be set by users should be documented in [VARIABLES.md](VARIABLES.md). Documentation should include - variable name - example value - default value - description of what this...
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...
[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!)...