sigsteve / vagrant-caasp

Vagrant deployment of SUSE CaaS Platform (Kubernetes) v4.5
31 stars 15 forks source link

Add a -v option to deploy_caasp.sh and pass through to skuba sigsteve/vagrant-caasp/issues/79 #80

Closed jodavis-suse closed 4 years ago

jodavis-suse commented 4 years ago

This adds some basic support for a -v [0-10] argument which is then passed to the scripts in the deploy/ directory and then on to the calls to skuba.

This commit only addresses calls to skuba, but a future commit could extend to kubeadm or kubectl.

This is part of sigsteve/vagrant-caasp/issues/79

jodavis-suse commented 4 years ago

I suspect this PR needs some review, as the change in quoting to the vagrant ssh -c line was strange to me but tested correctly.

sigsteve commented 4 years ago

This is now implemented. Can you please try out the new code. All that's necessary to test is adding '-v [level]' to the deploy_caasp.sh arguments.