apache / apache/openwhisk-wskdeploy
Read Runtime JSON Payload from incubator-openwhisk
Open
build
enhancement
priority: medium
- Dominant language
- Go
- Stars
- 75
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
Runtime payload is retrieved from the OpenWhisk server but in case server is not reachable, we have hardcoded the JSON payload in wskdeploy itself. We want to move towards a logic of reading JSON payload from the ansible script at https://github.com/apache/incubator-openwhisk/blob/master/ansible/group_vars/all instead of hardcoding it in the code.
Read payload from https://github.com/apache/incubator-openwhisk/blob/master/ansible/group_vars/all#L37
Contributor guide
Assessment
This issue has not been assessed yet.