cc1  v2.1
CC1 source code docs
 All Classes Namespaces Files Functions Variables Pages
scripts.s001_create_networks Namespace Reference

Variables

list actions = []
string clm_cm_network
string cm_cluster_network
string wi_clm_network

Variable Documentation

list scripts.s001_create_networks.actions = []

Definition at line 87 of file s001_create_networks.py.

string scripts.s001_create_networks.clm_cm_network
Initial value:
1 """
2 <network>
3  <name>clm_cm</name>
4  <uuid>716d4a4c-68f5-f8bd-6565-00c121e36402</uuid>
5  <bridge name='clm_cm' stp='on' delay='0' />
6  <forward mode='nat'/>
7  <mac address='52:54:00:20:B2:02'/>
8  <ip address='10.102.0.1' netmask='255.255.255.0'>
9  <dhcp>
10  <range start='10.102.0.2' end='10.102.0.16' />
11  <host mac='00:00:00:00:02:02' name='clm' ip='10.102.0.2' />
12  <host mac='00:00:00:00:02:03' name='cm' ip='10.102.0.3' />
13  </dhcp>
14  </ip>
15 </network>
16 """

Definition at line 42 of file s001_create_networks.py.

string scripts.s001_create_networks.cm_cluster_network
Initial value:
1 """
2 <network>
3  <name>cm_cluster</name>
4  <uuid>716d4a4c-68f5-f8bd-6565-00c121e36403</uuid>
5  <bridge name='cm_cluster' stp='on' delay='0' />
6  <forward mode='nat'/>
7  <mac address='52:54:00:20:B2:03'/>
8  <ip address='10.103.0.1' netmask='255.255.255.0'>
9  <dhcp>
10  <range start='10.103.0.2' end='10.103.0.16' />
11  <host mac='00:00:00:00:03:02' name='cm' ip='10.103.0.2' />
12  <host mac='00:00:00:00:03:03' name='rm' ip='10.103.0.3' />
13  <host mac='00:00:00:00:03:04' name='node04' ip='10.103.0.4' />
14  <host mac='00:00:00:00:03:05' name='node05' ip='10.103.0.5' />
15  </dhcp>
16  </ip>
17 </network>
18 """

Definition at line 59 of file s001_create_networks.py.

string scripts.s001_create_networks.wi_clm_network
Initial value:
1 """
2 <network>
3  <name>wi_clm</name>
4  <uuid>716d4a4c-68f5-f8bd-6565-00c121e36401</uuid>
5  <bridge name='wi_clm' stp='on' delay='0' />
6  <forward mode='nat'/>
7  <mac address='52:54:00:20:B2:01'/>
8  <ip address='10.101.0.1' netmask='255.255.255.0'>
9  <dhcp>
10  <range start='10.101.0.2' end='10.101.0.16' />
11  <host mac='00:00:00:00:01:02' name='wi' ip='10.101.0.2' />
12  <host mac='00:00:00:00:01:03' name='clm' ip='10.101.0.3' />
13  </dhcp>
14  </ip>
15 </network>
16 """

Definition at line 25 of file s001_create_networks.py.