[ovs-git] [openvswitch/ovs] ecf68f: vagrant: make sure to bootstrap before configure_o...

GitHub noreply at github.com
Fri Jan 9 11:17:44 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: ecf68fa449355e28c1d87d3e1d68f40e1603e980
      https://github.com/openvswitch/ovs/commit/ecf68fa449355e28c1d87d3e1d68f40e1603e980
  Author: Motonori Shindo <motonori at shin.do>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M Vagrantfile

  Log Message:
  -----------
  vagrant: make sure to bootstrap before configure_ovs.

The order of execution in Vagrantfile is "outside-in" meaning that
all commands in outer scope are executed first and then the commands
in inner scope. Because of this ordering, "configure_ovs" is executed
before "bootstrap_fedora", resulting in "configure_ovs" to fail as
it is not bootsrapped yet. This change fixes this problem by removing
the nested scope in Vagrant.configure block. Multi-machine is not used
so we don't need config.vm.define block.

Signed-off-by: Motonori Shindo <motonori at shin.do>
Signed-off-by: Thomas Graf <tgraf at noironetworks.com>




More information about the git mailing list