Current state
This commit is contained in:
parent
ee88acc002
commit
e0b4914f9d
|
|
@ -0,0 +1 @@
|
|||
.vagrant
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# use virtualenv to install all python requirements
|
||||
VENVDIR=venv
|
||||
virtualenv --python=/usr/local/bin/python3 $VENVDIR
|
||||
virtualenv --python=/usr/bin/python3.7 $VENVDIR
|
||||
source $VENVDIR/bin/activate
|
||||
pip install -r kubespray/requirements.txt
|
||||
|
||||
|
|
@ -24,6 +24,7 @@ cat << EOF > kubespray/vagrant/config.rb
|
|||
\$network_plugin = "flannel"
|
||||
\$inventory = "$INV"
|
||||
\$shared_folders = { 'temp/docker_rpms' => "/var/cache/yum/x86_64/7/docker-ce/packages" }
|
||||
\$kube_node_instances_with_disks_number = 0
|
||||
EOF
|
||||
|
||||
# make the rpm cache
|
||||
|
|
|
|||
Loading…
Reference in New Issue