mirror of https://github.com/apache/cloudstack.git
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 <bhaisaab@apache.org>
This commit is contained in:
parent
0979e5a0d0
commit
af12a25a60
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue