File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Deployment configuration for VirtualBox based head node.
2
2
#
3
3
# This deployment configuration can be utilized with the head node created
4
- # via `vargrant up headnode` from the gerrit.opencord.org/maas repository.
4
+ # via `vagrant up headnode` from the gerrit.opencord.org/maas repository.
5
5
---
6
6
debug : false
7
7
@@ -10,8 +10,8 @@ seedServer:
10
10
11
11
# User name and password used by Ansible to connect to the host for remote
12
12
# provisioning
13
- user : ' vagrant'
14
- password : ' vagrant'
13
+ ansible_user : ' vagrant'
14
+ ansible_ssh_pass : ' vagrant'
15
15
16
16
# Specifies tasks within the head node provisioning not to execute, including:
17
17
#
@@ -36,9 +36,10 @@ seedServer:
36
36
# virtualbox_support: 1
37
37
# power_helper_user: 'cord'
38
38
39
+ # on_cloudlab: True
40
+ cord_in_a_box : True
41
+
39
42
extraVars :
40
- # - 'on_cloudlab=True'
41
- - ' cord_in_a_box=True'
42
43
- ' fabric_include_names=eth2'
43
44
- ' fabric_include_module_types=omit'
44
45
- ' fabric_exclude_names=eth0,eth1'
Original file line number Diff line number Diff line change
1
+ # Generated config files
2
+
3
+ These files are generated from other config, used by ansible
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ while getopts "b:cdhn:stv" opt; do
187
187
echo " $0 -c cleanup from previous test"
188
188
echo " $0 -d run diagnostic collector"
189
189
echo " $0 -h display this help message"
190
- echo " $0 -n number of compute nodes to setup. currently max 2 nodes can be supported"
190
+ echo " $0 -n # number of compute nodes to setup. Currently max 2 nodes can be supported"
191
191
echo " $0 -s run initial setup phase only (don't start building CORD)"
192
192
echo " $0 -t do install, bring up cord-pod configuration, run E2E test"
193
193
echo " $0 -v print CiaB version and exit"
You can’t perform that action at this time.
0 commit comments