aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2019-05-13 13:30:48 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-13 13:30:48 +0000
commit658466ee680c98730d2deac6f1cdcffd201972f2 (patch)
tree0b3dfe06b9387007ab4f1d62ae71e6671bfa553d
parentf4129a00c88f5ff1e21e139340956df50fadb456 (diff)
parent49bf5ed91fdd3a665c1153136178e525a02ede25 (diff)
Merge "Disable building of K8s plugin in KUD deployment"
-rw-r--r--kud/hosting_providers/vagrant/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kud/hosting_providers/vagrant/Vagrantfile b/kud/hosting_providers/vagrant/Vagrantfile
index 83ac68c2..d068b84a 100644
--- a/kud/hosting_providers/vagrant/Vagrantfile
+++ b/kud/hosting_providers/vagrant/Vagrantfile
@@ -120,7 +120,7 @@ Vagrant.configure("2") do |config|
installer.vm.network :private_network, :ip => "10.10.10.2", :type => :static
installer.vm.synced_folder '../../../', '/home/vagrant/multicloud-k8s/', type: sync_type
installer.vm.provision 'shell', privileged: false do |sh|
- sh.env = {'KUD_PLUGIN_ENABLED': 'true'}
+ sh.env = {'KUD_PLUGIN_ENABLED': 'false'}
sh.inline = <<-SHELL
cp /vagrant/insecure_keys/key.pub /home/vagrant/.ssh/id_rsa.pub
cp /vagrant/insecure_keys/key /home/vagrant/.ssh/id_rsa