remove trailing space 85/50885/1
authorGuo Ruijing <ruijing.guo@intel.com>
Sun, 21 Jan 2018 17:09:36 +0000 (12:09 -0500)
committerGuo Ruijing <ruijing.guo@intel.com>
Sun, 21 Jan 2018 17:11:28 +0000 (12:11 -0500)
Change-Id: I36903535289c51346deea49791fd4a0d6e223a18
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
src/vagrant/kubeadm_basic/Vagrantfile
src/vagrant/kubeadm_istio/Vagrantfile
src/vagrant/kubeadm_istio/istio/deploy.sh
src/vagrant/kubeadm_multus/Vagrantfile

index 9f78e9f..9320074 100644 (file)
@@ -8,7 +8,7 @@ Vagrant.configure("2") do |config|
     libvirt.memory = 4096
     libvirt.cpus = 4
   end
-  
+
   config.vm.synced_folder "../..", "/src"
   config.vm.provision "shell", path: "host_setup.sh", privileged: false
 
index 9f78e9f..9320074 100644 (file)
@@ -8,7 +8,7 @@ Vagrant.configure("2") do |config|
     libvirt.memory = 4096
     libvirt.cpus = 4
   end
-  
+
   config.vm.synced_folder "../..", "/src"
   config.vm.provision "shell", path: "host_setup.sh", privileged: false
 
index 6e2e7ce..ed873f5 100755 (executable)
@@ -19,7 +19,7 @@ set -ex
 
 # Deploy istio 0.4.0
 cd /vagrant
-curl -L https://git.io/getLatestIstio | sh - 
+curl -L https://git.io/getLatestIstio | sh -
 mv istio-0.4.0 istio-source
 cd /vagrant/istio-source/
 export PATH=$PWD/bin:$PATH
index ec759a6..9320074 100644 (file)
@@ -8,7 +8,7 @@ Vagrant.configure("2") do |config|
     libvirt.memory = 4096
     libvirt.cpus = 4
   end
+
   config.vm.synced_folder "../..", "/src"
   config.vm.provision "shell", path: "host_setup.sh", privileged: false