You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2012/11/29 01:01:17 UTC

[9/50] [abbrv] git commit: devcloud: Update IP as per new DevCloud appliance

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 <bh...@apache.org>


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/api_refactoring
Commit: af12a25a608cdef45547a4da83515f57fd6129bf
Parents: 0979e5a
Author: Rohit Yadav <bh...@apache.org>
Authored: Tue Nov 27 18:15:24 2012 -0800
Committer: Rohit Yadav <bh...@apache.org>
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"
                 }
             ]
         }