Clean up permissions on demo 93/31093/1
authorKeith Burns (alagalah) <alagalah@gmail.com>
Wed, 9 Dec 2015 19:31:50 +0000 (11:31 -0800)
committerKeith Burns (alagalah) <alagalah@gmail.com>
Wed, 9 Dec 2015 19:31:50 +0000 (11:31 -0800)
Change-Id: I5a05811790026028da02a0cc04a8af5e49c5f973
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
32 files changed:
demos/gbpsfc-env/Vagrantfile
demos/gbpsfc-env/bootstrap.sh [changed mode: 0644->0755]
demos/gbpsfc-env/checkdemo.sh [changed mode: 0644->0755]
demos/gbpsfc-env/cleandemo.sh [changed mode: 0644->0755]
demos/gbpsfc-env/demo-asymmetric-chain/get-nsps.py [changed mode: 0644->0755]
demos/gbpsfc-env/demo-asymmetric-chain/infrastructure_config.py [changed mode: 0644->0755]
demos/gbpsfc-env/demo-asymmetric-chain/rest.py [changed mode: 0644->0755]
demos/gbpsfc-env/demo-asymmetric-chain/sf-config.sh [changed mode: 0644->0755]
demos/gbpsfc-env/demo-gbp1/get-nsps.py [changed mode: 0644->0755]
demos/gbpsfc-env/demo-gbp1/infrastructure_config.py [changed mode: 0644->0755]
demos/gbpsfc-env/demo-gbp1/rest.py [changed mode: 0644->0755]
demos/gbpsfc-env/demo-symmetric-chain/get-nsps.py [changed mode: 0644->0755]
demos/gbpsfc-env/demo-symmetric-chain/infrastructure_config.py [changed mode: 0644->0755]
demos/gbpsfc-env/demo-symmetric-chain/rest.py [changed mode: 0644->0755]
demos/gbpsfc-env/demo-symmetric-chain/sf-config.sh [changed mode: 0644->0755]
demos/gbpsfc-env/dpdumpflows.py [changed mode: 0644->0755]
demos/gbpsfc-env/dumpflows.sh [changed mode: 0644->0755]
demos/gbpsfc-env/env.sh [changed mode: 0644->0755]
demos/gbpsfc-env/flowcount.sh [changed mode: 0644->0755]
demos/gbpsfc-env/infrastructure_launch.py [changed mode: 0644->0755]
demos/gbpsfc-env/ovsinstall.sh [changed mode: 0644->0755]
demos/gbpsfc-env/ovswork.sh [changed mode: 0644->0755]
demos/gbpsfc-env/pollflows.sh [changed mode: 0644->0755]
demos/gbpsfc-env/resetcontroller.sh [changed mode: 0644->0755]
demos/gbpsfc-env/rest-clean.py [changed mode: 0644->0755]
demos/gbpsfc-env/sf-config.sh [changed mode: 0644->0755]
demos/gbpsfc-env/startdemo.sh [changed mode: 0644->0755]
demos/gbpsfc-env/traceflow.sh [changed mode: 0644->0755]
demos/gbpsfc-env/utils/setuphosts.sh [changed mode: 0644->0755]
demos/gbpsfc-env/utils/sf-config.sh [changed mode: 0644->0755]
demos/gbpsfc-env/utils/sf-flows.sh [changed mode: 0644->0755]
demos/gbpsfc-env/vmclean.sh [changed mode: 0644->0755]

index 7eab55114678e7131dbdd12e69b5a2a2e8c41161..c435791c20e57bc5b2474a2e359b8b14d428e556 100644 (file)
@@ -7,9 +7,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   config.vm.provider "virtualbox" do |vb|
     vb.memory = "512"
   end
-  if Vagrant.has_plugin?("vagrant-cachier")
-    config.cache.scope = :box
-  end
   # run our bootstrapping for the system
   config.vm.provision 'shell', path: 'bootstrap.sh', :args => odl
 
@@ -24,6 +21,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
       vm_ip = ips[n]
       vm_index = n+1
       compute.vm.box = "ubuntu/trusty64"
+      compute.vm.box_version = "20151130.0.0"
       compute.vm.hostname = "gbpsfc#{vm_index}"
       compute.vm.network "private_network", ip: "#{vm_ip}"
       compute.vm.provider :virtualbox do |vb|
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)