Updated Branches: refs/heads/master 0979e5a0d -> af12a25a6
devcloud: Update IP as per new DevCloud appliance The new DevCloud nic (host-only) IP is 192.168.56.10 by default Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/af12a25a Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/af12a25a Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/af12a25a Branch: refs/heads/master Commit: af12a25a608cdef45547a4da83515f57fd6129bf Parents: 0979e5a Author: Rohit Yadav <[email protected]> Authored: Tue Nov 27 18:15:24 2012 -0800 Committer: Rohit Yadav <[email protected]> Committed: Tue Nov 27 18:15:24 2012 -0800 ---------------------------------------------------------------------- tools/devcloud/devcloud.cfg | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/af12a25a/tools/devcloud/devcloud.cfg ---------------------------------------------------------------------- diff --git a/tools/devcloud/devcloud.cfg b/tools/devcloud/devcloud.cfg index 1a4b00c..d0ea32c 100644 --- a/tools/devcloud/devcloud.cfg +++ b/tools/devcloud/devcloud.cfg @@ -52,7 +52,7 @@ "hosts": [ { "username": "root", - "url": "http://192.168.56.2/", + "url": "http://192.168.56.10/", "password": "password" } ], @@ -65,7 +65,7 @@ "internaldns1": "192.168.56.1", "secondaryStorages": [ { - "url": "nfs://192.168.56.2:/opt/storage/secondary" + "url": "nfs://192.168.56.10:/opt/storage/secondary" } ] }
