Repository: stratos Updated Branches: refs/heads/master a28aceca1 -> cef58c25a
changed git repo for kubernetes php sample app Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/cef58c25 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/cef58c25 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/cef58c25 Branch: refs/heads/master Commit: cef58c25a39f2e0f9f29135889ce1d0f2601f229 Parents: a28acec Author: Lakmal Warusawithana <[email protected]> Authored: Thu May 21 11:19:49 2015 +0530 Committer: Lakmal Warusawithana <[email protected]> Committed: Thu May 21 11:19:49 2015 +0530 ---------------------------------------------------------------------- .../simple/single-cartridge-app/artifacts/application.json | 2 +- samples/kubernetes-clusters/kubernetes-cluster-1.json | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/cef58c25/samples/applications/simple/single-cartridge-app/artifacts/application.json ---------------------------------------------------------------------- diff --git a/samples/applications/simple/single-cartridge-app/artifacts/application.json b/samples/applications/simple/single-cartridge-app/artifacts/application.json index 7c709f9..7c7fa04 100644 --- a/samples/applications/simple/single-cartridge-app/artifacts/application.json +++ b/samples/applications/simple/single-cartridge-app/artifacts/application.json @@ -14,7 +14,7 @@ "deploymentPolicy": "deployment-policy-1", "artifactRepository": { "privateRepo": false, - "repoUrl": "https://github.com/imesh/stratos-php-applications.git", + "repoUrl": "https://github.com/lakwarus/single-cartridge.git", "repoUsername": "", "repoPassword": "" } http://git-wip-us.apache.org/repos/asf/stratos/blob/cef58c25/samples/kubernetes-clusters/kubernetes-cluster-1.json ---------------------------------------------------------------------- diff --git a/samples/kubernetes-clusters/kubernetes-cluster-1.json b/samples/kubernetes-clusters/kubernetes-cluster-1.json index 4d9e9f7..4b07b41 100644 --- a/samples/kubernetes-clusters/kubernetes-cluster-1.json +++ b/samples/kubernetes-clusters/kubernetes-cluster-1.json @@ -21,6 +21,14 @@ "publicIPAddress": "172.17.8.102", "property": [ ] + }, + { + "hostId": "minion-2", + "hostname": "minion-2.dev.kubernetes.org", + "privateIPAddress": "172.17.8.103", + "publicIPAddress": "172.17.8.103", + "property": [ + ] } ], "property": [
