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