IBM / k8s-storage-perf

This git repo will host the playbooks for collecting performance metrics for a Kubernetes persistent storage for IBM Cloud Paks
Apache License 2.0
9 stars 18 forks source link

run_storage_readiness): 'run_storage_readiness' is undefined #27

Open essie-chiang opened 10 months ago

essie-chiang commented 10 months ago

run-k8s-storage-test

PLAY [localhost] ***

TASK [ocp login using creds] *** skipping: [localhost]

TASK [ocp login using token] *** changed: [localhost]

TASK [debug] *** skipping: [localhost]

TASK [debug] *** ok: [localhost] => { "login_token.stdout_lines": [ "Logged into \"https://api.ocp-sample.cp.fyre.ibm.com:6443\" as \"kube:admin\" using the token provided.", "", "You have access to 74 projects, the list has been suppressed. You can list all projects with 'oc projects'", "", "Using project \"default\"." ] }

TASK [Storage Readiness] *** fatal: [localhost]: FAILED! => {"msg": "The conditional check 'run_storage_readiness' failed. The error was: error while evaluating conditional (run_storage_readiness): 'run_storage_readiness' is undefined\n\nThe error appears to be in '/opt/ansible/main.yml': line 27, column 5, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n # Storage Validation Suite\n - name: Storage Readiness\n ^ here\n"}

PLAY RECAP ***** localhost : ok=2 changed=1 unreachable=0 failed=1 skipped=2 rescued=0 ignored=0