-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.xml
48 lines (39 loc) · 1.26 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!--
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
This document was written by Quru [http://quru.com] in 2013
-->
<rvmsr>
<general>
<refresh>true</refresh>
<replicate>false</replicate>
<verify_ssl>false</verify_ssl>
</general>
<replication>
<plan>
<primary>
<api_url>https://172.16.10.1:8443/api</api_url>
<api_username>admin</api_username>
<api_domain>internal</api_domain>
<api_password>quru1LA</api_password>
<datacentre_name>general</datacentre_name>
<cluster_name>m4</cluster_name>
</primary>
<!-- the Tag defines how the machines will be tagged on the other end,
and also becomes an underscored prefix to the names of the machines -->
<tag>dr</tag>
<secondary>
<api_url>https://your-machine.yourdomain/api</api_url>
<api_username>your-username</api_username>
<api_domain>internal</api_domain>
<api_password>your-password</api_password>
<datacentre_name>local_datacenter</datacentre_name>
<cluster_name>local_cluster</cluster_name>
</secondary>
</plan>
</replication>
<advanced>
<var>/var/opt/rvmsr</var>
</advanced>
</rvmsr>