forked from VIRL-Open/virl-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvsettings.ini
executable file
·339 lines (264 loc) · 7.31 KB
/
vsettings.ini
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
[DEFAULT]
##HOST SYSTEM CONFIGURATION
### Default hostname
hostname: virl
## Domain Name
## Default
domain: virl.info
## Default is
using_dhcp_on_the_public_port: True
## Example with dhcp disabled
## using_dhcp_on_the_public_port: False
## Primary ethernet port
public_port: eth0
##If not DHCP what is the static IP address in use on public port?
## Defaults
## Static_IP: 172.16.6.250
## public_network: 172.16.6.0
## public_netmask: 255.255.255.0
## public_gateway: 172.16.6.1
## Is your system behind a http proxy?
## Default
proxy: False
## Example
## proxy: True
## IF enabled above what is your web proxy?
## Default
http_proxy: http://ymbk.example.com:80/
## If behind a firewall/proxy change this to an ntp server thats reachable from this location
##
## Default
ntp_server: pool.ntp.org
## Example
## ntp_server: ntp.ubuntu.com
## Nameservers
## Defaults are (dont not set them to identical addresses)
first_nameserver: 8.8.8.8
second_nameserver: 8.8.4.4
## Salt master server. If you are unsure of the address you should use, please contact the tech support team
## US based default
salt_master: us-virl-salt.cisco.com
## EU based example
##salt_master: eu-virl-salt.cisco.com
## VM image set to install
## Your salt id
salt_id: virl
## Your salt domain
salt_domain: virl.info
## If you are running salt without a master (Not possible with VIRL personal edition) set to true
salt_masterless: false
## First flat connection (AKA flat)
## Physical Port and virtual bridge for L2 bridge
## Default
l2_port: eth1
## l2 network
## l2_network format is address/cidr format x.x.x.x/x
## Default
l2_network: 172.16.1.0/24
l2_mask: 255.255.255.0
l2_network_gateway: 172.16.1.1
## l2 bridge first and last address for dhcp allocation
## Default
l2_start_address: 172.16.1.50
l2_end_address: 172.16.1.253
## address on the L2 bridge port for debugging?
## Default is
l2_address: 172.16.1.254/24
## Nameservers for DHCP on flat network (aka flat)
## Substitute with DNS server addresses that are reachable
## Google's public DNS: 8.8.8.8 and 8.8.4.4
##
## Don't set them to identical addresses
##
## Defaults are
first_flat_nameserver: 8.8.8.8
second_flat_nameserver: 8.8.4.4
## Second flat connection (AKA flat1)
## Physical Port and virtual bridge for L2 bridge
l2_port2_enabled: True
## Default is enabled
l2_port2: eth2
## l2 network (AKA flat1)
## l2_network format is address/cidr format x.x.x.x/x
l2_network2: 172.16.2.0/24
l2_mask2: 255.255.255.0
l2_network_gateway2: 172.16.2.1
## l2 bridge first and last address for dhcp allocation
l2_start_address2: 172.16.2.50
l2_end_address2: 172.16.2.253
## address on the second L2 bridge port for debugging?
## Default is
l2_address2: 172.16.2.254/24
## Nameservers for DHCP on second flat network (aka flat1)
## Substitute with DNS server addresses that are reachable
## Google's public DNS: 8.8.8.8 and 8.8.4.4
##
## Don't set them to identical addresses
##
## Defaults are
first_flat2_nameserver: 8.8.8.8
second_flat2_nameserver: 8.8.4.4
## Network settings for l3 in address/cidr format only please (AKA snat)
## Default setting
l3_port: eth3
l3_network: 172.16.3.0/24
l3_mask: 255.255.255.0
l3_network_gateway: 172.16.3.1
## Floating IP start and end address
## Default
l3_floating_start_address: 172.16.3.50
l3_floating_end_address: 172.16.3.253
## IP address for the L3 agent port
## Default
l3_address: 172.16.3.254/24
## Nameservers for DHCP on snat network
## Substitute with DNS server addresses that are reachable
## Google's public DNS: 8.8.8.8 and 8.8.4.4
##
## Don't set them to identical addresses
##
## Defaults are
first_snat_nameserver: 8.8.8.8
second_snat_nameserver: 8.8.4.4
## Do you have >16g of memory to use a ramdisk?
## Default
ramdisk: False
## Example
## ramdisk: True
## ANK webserver port
## Default is
ank: 19401
## VIRL webservices port
## Default is 19399
virl_webservices: 19399
## VIRL user management port
## Default is 19400
virl_user_management: 19400
## Serial console port settings
## Defaults
Start_of_serial_port_range: 17000
End_of_serial_port_range: 18000
## What region is this server located in?
## Default
location_region: US
## Other Examples APAC or EU
## Enable vnc on server?
## Default
vnc: False
## Example for on
#vnc: True
## Password for vnc?
## Default
## ...change with vncpasswd
vnc_password: letmein
##USER ACCOUNT CONFIGURATION
## Default user 'guest', password 'guest' will be automatically created if value is set to 'True'.
## Alter or delete the account via UWM interface, or set value to 'False'
## Create the guest account?
## Default
guest_account: True
## User list - Separate user and password with : users with ,
#Example:
#user list: usera:passa,userb:passb,sbiggs:rip,gday:gday
## This will only ADD users, not delete them. Delete via the UWM interface
## ALL users in this list will be role 'admin' and can add/delete other users
## Default
user_list:
##
## Below are settings when installing from scratch
## Install the lubuntu desktop manager http://lubuntu.net/
desktop: False
## Password for the uwmadmin account for the User Workspace Management Interface
uwmadmin_password: password
## This is the password for the openstack admin account
## Default
password: password
## password for mysql
## Default
mysql_password: password
## For now we are using a simple service token
## Default
keystone_service_token: fkgjhsdflkjh
## Would you like to install a ganglia server?
## Currently not operable
## Default
ganglia: False
## Want massive amounts of debug? Set me to True
##Default
debug: False
## Example
## debug: True
## Want ceilometer? Currently not operable
#Default is
ceilometer: False
##Example
#ceilometer: True
## Want horizon?
##Default is
enable_horizon: True
##Example
##enable horizon: True
## Want heat?
##Default is
enable_heat: False
##Example
##enable heat: True
## Want cinder?
##Default is
enable_cinder: True
##Example
##enable cinder: False
## Cinder file
## True for file false for device
cinder_file: False
## Cinder file size in mb
cinder_size: 2000
##cinder filename or device
cinder_location: /var/lib/cinder/cinder-volumes.lvm
## Need dummy interfaces
dummy_int: False
## Not currently an option to allow jumbo frames
#jumbo_frames: False
## Internal for openstack exchange
## is this node controller or compute (or network currently unused)
this_node_is_the_controller: True
internalnet_controller_hostname: controller
internalnet_controller_IP: 172.16.10.250
internalnet_port: eth4
internalnet_IP: 172.16.10.250
internalnet_network: 172.16.10.0
internalnet_netmask: 255.255.255.0
internalnet_gateway: 172.16.10.1
## Images
iosv: True
asav: True
csr1000v: True
iosxrv432: False
iosxrv52: False
iosxrv: True
nxosv: True
vpagent: True
iosvl2: True
## Server image mandatory for now
server: True
## VMM clients
vmm_mac: True
vmm_win32: True
vmm_win64: True
vmm_linux: True
##Dogfood purposes only
testing_ank: False
testing_std: False
testing_vmm: False
## If using CML binaries and licenses set this to True
cml: False
## If you are instructed to run off a fixed version of STD please set this to True
std_ver_fixed: False
## what fixed version of STD should you be using
##std_ver: 10.10.11
## If you are instructed to run off a fixed version of autonetkit versions please set this to True
ank_ver_fixed: False
## what fixed version of the three ank packages should you be using
##ank_ver: 0.8.4
##ank_cisco_ver: 0.10.9
##ank_collector: 0.2.4