Openwhisk: Add golang runtime support to default deployments

Created on 26 Oct 2018  路  12Comments  路  Source: apache/openwhisk

Title: Add golang runtime support to default deployments

1. Add golang to core ansible/vagrant deploy

"golang": [
    {
        "kind": "golang:1.11",
        "default": true,
        "deprecated": false,
        "attached": {
            "attachmentName": "codefile",
            "attachmentType": "text/plain"
        },
        "image": {
            "prefix": "openwhisk",
            "name": "actionloop-golang-v1.11",
            "tag": "latest"
        }
    }
]

Use Ruby PR as reference: https://github.com/apache/incubator-openwhisk/pull/3725

2. Add golang to CLI

3. Add golang to docker-compose deploy

4. Add golang to deploy-kube

5. Update wskdeploy

Issue opened here https://github.com/apache/incubator-openwhisk-wskdeploy/issues/1004

6 Update website

Issue opened here https://github.com/apache/incubator-openwhisk-website/issues/343

runtime

Most helpful comment

Excellent. Glad to see this!

All 12 comments

cc @sciabarra ^^

Excellent. Glad to see this!

I think folks voted in mailing list for --king go:1.11 over --kind golang:1.11
So it needs to be

"go": [
    {
        "kind": "go:1.11",
        "default": true,
        "deprecated": false,
        "attached": {
            "attachmentName": "codefile",
            "attachmentType": "text/plain"
        },
        "image": {
            "prefix": "openwhisk",
            "name": "actionloop-golang-v1.11",
            "tag": "latest"
        }
    }
]

Submitted all the 4 PR required.

@daisy-ycguo Do you know if we need changes for wskdeploy?

I need to check if wskdeploy needs to updated with the runtime

@sciabarracom You want to handle these also

I added items 5 and 6 above

5. Update wskdeploy

Issue opened here https://github.com/apache/incubator-openwhisk-wskdeploy/issues/1004

6 Update website

Issue opened here https://github.com/apache/incubator-openwhisk-website/issues/343

All issues are closed now 馃帀

Was this page helpful?
0 / 5 - 0 ratings

Related issues

axiqia picture axiqia  路  5Comments

antengj picture antengj  路  4Comments

csantanapr picture csantanapr  路  3Comments

tysonnorris picture tysonnorris  路  3Comments

csantanapr picture csantanapr  路  5Comments