15:08:34 #startmeeting GBP-community-meeting 15:08:34 Meeting started Wed Aug 10 15:08:34 2016 UTC. The chair is michal-cmarada|2. Information about MeetBot at http://ci.openstack.org/meetbot.html. 15:08:34 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:08:34 The meeting name has been set to 'gbp_community_meeting' 15:10:29 #topic questions 15:10:56 If anyone has any questions please ask. thanks 15:21:43 any questions, issues or any other topic? 15:24:51 $ git diff Vagrantfile 15:24:52 diff --git a/demos/gbpsfc-env/Vagrantfile b/demos/gbpsfc-env/Vagrantfile 15:24:54 index 65c3025..002edcf 100644 15:24:55 --- a/demos/gbpsfc-env/Vagrantfile 15:24:57 +++ b/demos/gbpsfc-env/Vagrantfile 15:24:58 @@ -8,6 +8,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| 15:25:00 vb.memory = "512" 15:25:01 end 15:25:03 # run our bootstrapping for the system 15:25:04 + config.vm.provision 'shell', path: 'bootstrap.sh', :args => odl 15:25:06 num_nodes = (ENV['NUM_NODES'] || 1).to_i 15:25:07 15:25:09 # ip configuration 15:25:10 @@ -22,11 +23,12 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| 15:25:12 vm_ip = ips[n] 15:25:13 vm_ip_sflow = ips_sflow[n] 15:25:15 vm_index = n+1 15:25:16 - compute.vm.box = "alagalah/gbpsfc-trusty64" 15:25:18 - compute.vm.box_version = "1.0.1" 15:25:19 + compute.vm.box = "ubuntu/trusty64" 15:25:21 + compute.vm.box_version = "20160729.0.0" 15:25:22 compute.vm.hostname = "gbpsfc#{vm_index}" 15:25:24 compute.vm.network "private_network", ip: "#{vm_ip}" 15:25:25 compute.vm.network "private_network", ip: "#{vm_ip_sflow}" 15:25:27 + compute.vm.synced_folder "./", "/vagrant", create: true 15:25:28 compute.vm.provider :virtualbox do |vb| 15:25:30 vb.memory = 512 15:28:22 ok, seems no questions, issues or topics are open for today. 15:29:07 #info no open questions,topic or issues for today. 15:29:42 #topic cookies 15:30:08 #endmeeting