diff options
author | Dan Timoney <dtimoney@att.com> | 2019-06-03 19:14:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-03 19:14:01 +0000 |
commit | 184c1b55dd7bd01b2d2033ce960cb7179f0ca33c (patch) | |
tree | 720a046f25d5b82b5afe48fb58067f4766db8326 /components | |
parent | 6bb8130374cb9d5bb94b482aa313fefd9b8c53dd (diff) | |
parent | 026433ce63e27c551ea7f06e48088a105ef5992e (diff) |
Merge "Improved error handling for remote ansible executor. - Aligned error status with AWX job details status; i.e. lowercase - Fixed error message in Validation module; encountered during debug. - Added better handling of inventory name resolution failure. - Now supports json endpoint selector values, via DSL."
Diffstat (limited to 'components')
-rw-r--r-- | components/model-catalog/blueprint-model/test-blueprint/remote_ansible/Definitions/remote_ansible.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/model-catalog/blueprint-model/test-blueprint/remote_ansible/Definitions/remote_ansible.json b/components/model-catalog/blueprint-model/test-blueprint/remote_ansible/Definitions/remote_ansible.json index 53ca04a5d..a765f038c 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/remote_ansible/Definitions/remote_ansible.json +++ b/components/model-catalog/blueprint-model/test-blueprint/remote_ansible/Definitions/remote_ansible.json @@ -29,7 +29,7 @@ "ansible-remote-endpoint": { "type": "token-auth", "url": "http://142.44.184.236", - "token": "Bearer J9gEtMDqf7P4YsJ74fioY9VAhLDIs1" + "token": "Bearer J9gEtMDqf7P4YsJ7444fioY9VAhLDIs1" } }, "topology_template": { @@ -106,7 +106,7 @@ "operations": { "process": { "inputs": { - "endpoint-selector": { "get_input": "endpoint-selector" }, + "endpoint-selector" : "*ansible-remote-endpoint", "job-template-name": { "get_input": "job-template-name" }, "limit": { "get_input": "limit" }, "inventory": { "get_input": "inventory" }, |