This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git
The following commit(s) were added to refs/heads/master by this push:
new cb9c3f5 Update runtimes for upstream changes. (#227)
cb9c3f5 is described below
commit cb9c3f56bdbb38bc01fc1253d08a62ca5436939d
Author: rodric rabbah <[email protected]>
AuthorDate: Mon Jun 18 17:27:51 2018 -0400
Update runtimes for upstream changes. (#227)
---
helm/runtimes-minimal-travis.json | 18 +++++++--
helm/runtimes.json | 44 ++++++++++++++++------
.../cluster-setup/runtimes-minimal-travis.json | 18 +++++++--
kubernetes/cluster-setup/runtimes.json | 44 ++++++++++++++++------
4 files changed, 94 insertions(+), 30 deletions(-)
diff --git a/helm/runtimes-minimal-travis.json
b/helm/runtimes-minimal-travis.json
index 98ec32b..f299044 100644
--- a/helm/runtimes-minimal-travis.json
+++ b/helm/runtimes-minimal-travis.json
@@ -5,16 +5,24 @@
"kind": "nodejs:6",
"default": true,
"image": {
- "name": "nodejs6action"
+ "prefix": "openwhisk",
+ "name": "nodejs6action",
+ "tag": "latest"
},
- "deprecated": false
+ "deprecated": false,
+ "stemCells": [{
+ "count": 2,
+ "memory": "256 MB"
+ }]
}
],
"python": [
{
"kind": "python:3",
"image": {
- "name": "python3action"
+ "prefix": "openwhisk",
+ "name": "python3action",
+ "tag": "latest"
},
"deprecated": false
}
@@ -22,7 +30,9 @@
},
"blackboxes": [
{
- "name": "dockerskeleton"
+ "prefix": "openwhisk",
+ "name": "dockerskeleton",
+ "tag": "latest"
}
]
}
diff --git a/helm/runtimes.json b/helm/runtimes.json
index d0a2bd4..17b9326 100644
--- a/helm/runtimes.json
+++ b/helm/runtimes.json
@@ -4,7 +4,9 @@
{
"kind": "nodejs",
"image": {
- "name": "nodejsaction"
+ "prefix": "openwhisk",
+ "name": "nodejsaction",
+ "tag": "latest"
},
"deprecated": true
},
@@ -12,7 +14,9 @@
"kind": "nodejs:6",
"default": true,
"image": {
- "name": "nodejs6action"
+ "prefix": "openwhisk",
+ "name": "nodejs6action",
+ "tag": "latest"
},
"deprecated": false,
"stemCells": [{
@@ -24,7 +28,9 @@
"kind": "nodejs:8",
"default": false,
"image": {
- "name": "action-nodejs-v8"
+ "prefix": "openwhisk",
+ "name": "action-nodejs-v8",
+ "tag": "latest"
},
"deprecated": false
}
@@ -33,7 +39,9 @@
{
"kind": "python",
"image": {
- "name": "python2action"
+ "prefix": "openwhisk",
+ "name": "python2action",
+ "tag": "latest"
},
"deprecated": false
},
@@ -41,14 +49,18 @@
"kind": "python:2",
"default": true,
"image": {
- "name": "python2action"
+ "prefix": "openwhisk",
+ "name": "python2action",
+ "tag": "latest"
},
"deprecated": false
},
{
"kind": "python:3",
"image": {
- "name": "python3action"
+ "prefix": "openwhisk",
+ "name": "python3action",
+ "tag": "latest"
},
"deprecated": false
}
@@ -57,7 +69,9 @@
{
"kind": "swift:3.1.1",
"image": {
- "name": "action-swift-v3.1.1"
+ "prefix": "openwhisk",
+ "name": "action-swift-v3.1.1",
+ "tag": "latest"
},
"deprecated": false
},
@@ -65,7 +79,9 @@
"kind": "swift:4.1",
"default": true,
"image": {
- "name": "action-swift-v4.1"
+ "prefix": "openwhisk",
+ "name": "action-swift-v4.1",
+ "tag": "latest"
},
"deprecated": false
}
@@ -75,7 +91,9 @@
"kind": "java",
"default": true,
"image": {
- "name": "java8action"
+ "prefix": "openwhisk",
+ "name": "java8action",
+ "tag": "latest"
},
"deprecated": false,
"attached": {
@@ -92,14 +110,18 @@
"default": true,
"deprecated": false,
"image": {
- "name": "action-php-v7.1"
+ "prefix": "openwhisk",
+ "name": "action-php-v7.1",
+ "tag": "latest"
}
}
]
},
"blackboxes": [
{
- "name": "dockerskeleton"
+ "prefix": "openwhisk",
+ "name": "dockerskeleton",
+ "tag": "latest"
}
]
}
diff --git a/kubernetes/cluster-setup/runtimes-minimal-travis.json
b/kubernetes/cluster-setup/runtimes-minimal-travis.json
index 98ec32b..f299044 100644
--- a/kubernetes/cluster-setup/runtimes-minimal-travis.json
+++ b/kubernetes/cluster-setup/runtimes-minimal-travis.json
@@ -5,16 +5,24 @@
"kind": "nodejs:6",
"default": true,
"image": {
- "name": "nodejs6action"
+ "prefix": "openwhisk",
+ "name": "nodejs6action",
+ "tag": "latest"
},
- "deprecated": false
+ "deprecated": false,
+ "stemCells": [{
+ "count": 2,
+ "memory": "256 MB"
+ }]
}
],
"python": [
{
"kind": "python:3",
"image": {
- "name": "python3action"
+ "prefix": "openwhisk",
+ "name": "python3action",
+ "tag": "latest"
},
"deprecated": false
}
@@ -22,7 +30,9 @@
},
"blackboxes": [
{
- "name": "dockerskeleton"
+ "prefix": "openwhisk",
+ "name": "dockerskeleton",
+ "tag": "latest"
}
]
}
diff --git a/kubernetes/cluster-setup/runtimes.json
b/kubernetes/cluster-setup/runtimes.json
index d0a2bd4..17b9326 100644
--- a/kubernetes/cluster-setup/runtimes.json
+++ b/kubernetes/cluster-setup/runtimes.json
@@ -4,7 +4,9 @@
{
"kind": "nodejs",
"image": {
- "name": "nodejsaction"
+ "prefix": "openwhisk",
+ "name": "nodejsaction",
+ "tag": "latest"
},
"deprecated": true
},
@@ -12,7 +14,9 @@
"kind": "nodejs:6",
"default": true,
"image": {
- "name": "nodejs6action"
+ "prefix": "openwhisk",
+ "name": "nodejs6action",
+ "tag": "latest"
},
"deprecated": false,
"stemCells": [{
@@ -24,7 +28,9 @@
"kind": "nodejs:8",
"default": false,
"image": {
- "name": "action-nodejs-v8"
+ "prefix": "openwhisk",
+ "name": "action-nodejs-v8",
+ "tag": "latest"
},
"deprecated": false
}
@@ -33,7 +39,9 @@
{
"kind": "python",
"image": {
- "name": "python2action"
+ "prefix": "openwhisk",
+ "name": "python2action",
+ "tag": "latest"
},
"deprecated": false
},
@@ -41,14 +49,18 @@
"kind": "python:2",
"default": true,
"image": {
- "name": "python2action"
+ "prefix": "openwhisk",
+ "name": "python2action",
+ "tag": "latest"
},
"deprecated": false
},
{
"kind": "python:3",
"image": {
- "name": "python3action"
+ "prefix": "openwhisk",
+ "name": "python3action",
+ "tag": "latest"
},
"deprecated": false
}
@@ -57,7 +69,9 @@
{
"kind": "swift:3.1.1",
"image": {
- "name": "action-swift-v3.1.1"
+ "prefix": "openwhisk",
+ "name": "action-swift-v3.1.1",
+ "tag": "latest"
},
"deprecated": false
},
@@ -65,7 +79,9 @@
"kind": "swift:4.1",
"default": true,
"image": {
- "name": "action-swift-v4.1"
+ "prefix": "openwhisk",
+ "name": "action-swift-v4.1",
+ "tag": "latest"
},
"deprecated": false
}
@@ -75,7 +91,9 @@
"kind": "java",
"default": true,
"image": {
- "name": "java8action"
+ "prefix": "openwhisk",
+ "name": "java8action",
+ "tag": "latest"
},
"deprecated": false,
"attached": {
@@ -92,14 +110,18 @@
"default": true,
"deprecated": false,
"image": {
- "name": "action-php-v7.1"
+ "prefix": "openwhisk",
+ "name": "action-php-v7.1",
+ "tag": "latest"
}
}
]
},
"blackboxes": [
{
- "name": "dockerskeleton"
+ "prefix": "openwhisk",
+ "name": "dockerskeleton",
+ "tag": "latest"
}
]
}