apache/openwhisk
View on GitHubAdd rust:1.34 runtime support to default deployments
Open
#4443 opened on Apr 12, 2019
good first issuehelp wantedruntime
Description
Title: Add rust:1.34 runtime support to default deployments
1. Add rust:1.34 to core ansible/vagrant deploy
- Add
rust:1.34entry into ansible/files/runtimes.json - Update and add doc file into docs/actions.md
- Update unicode tests https://github.com/apache/incubator-openwhisk/tree/master/tests/dat/actions/unicode.tests
- Update swagger file https://github.com/apache/incubator-openwhisk/blob/master/core/controller/src/main/resources/apiv1swagger.json
3. Add rust:1.34 to docker-compose deploy
- Add
rust:1.34into runtime manifest https://github.com/apache/incubator-openwhisk-devtools/blob/master/docker-compose/docker-whisk-controller.env#L64
4. Add rust:1.34 to deploy-kube
- Add
rust:1.34into runtime manifest https://github.com/apache/incubator-openwhisk-deploy-kube/blob/master/helm/openwhisk/runtimes.json
5. Update wskdeploy with rust:1.34
- Update spec, and tests for
rust:1.34https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/runtimes/runtimes.go#L267 https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/specification/html/spec_actions.md#valid-runtime-names https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/tests/src/integration/runtimetests/manifest.yaml#L5