

This may take a few minutes.ĭefault: Vagrant insecure key detected. => default: Running 'pre-boot' VM customizations. => default: Preparing network interfaces based on configuration.ĭefault: 8000 (guest) => 8001 (host) (adapter 1)ĭefault: 22 (guest) => 2222 (host) (adapter 1) => default: Clearing any previously set network interfaces. => default: Clearing any previously set forwarded ports. => default: `vagrant box update` to update. => default: A newer version of the box 'ubuntu/trusty64' is available! You currently => default: Checking if box 'ubuntu/trusty64' is up to date. => default: Matching MAC address for NAT networking. => default: Importing base box 'ubuntu/trusty64'. colorize = true end endīringing machine 'default' up with 'virtualbox' provider. minion_config = "salt/vagrant/minion" salt. provision :shell, path: "gitpython.sh" # Provisioning with Salt config. customize end # Install python-git for allowing salt masterless to use external formulas(for example ntp-formula) config. bind_folder "/home/vagrant/workspace/ui", "/home/vagrant/workspace/ui", perms: "u=rwx:g=rwx:o=rx", create_as_user: true config. synced_folder "./ui", "/home/vagrant/workspace/ui", type: "nfs" config. bind_folder "/home/vagrant/workspace/mobileui", "/home/vagrant/workspace/mobileui", create_as_user: true config. synced_folder "./mobileui", "/home/vagrant/workspace/mobileui", type: "nfs" config. bind_folder "/home/vagrant/workspace/devops", "/home/vagrant/workspace/devops", create_as_user: true config. synced_folder "./devops", "/home/vagrant/workspace/devops", type: "nfs" config. bind_folder "/home/vagrant/workspace/locale", "/home/vagrant/workspace/locale", create_as_user: true config. synced_folder "./locale", "/home/vagrant/workspace/locale", type: "nfs" config. bind_folder "/home/vagrant/workspace/youlun", "/home/vagrant/workspace/youlun", create_as_user: true config. synced_folder "./youlun", "/home/vagrant/workspace/youlun", type: "nfs" config. bind_folder "/home/vagrant/workspace", "/home/vagrant/workspace", create_as_user: true config. synced_folder "salt/salt-master/", "/srv", type: "nfs" config. network :forwarded_port, guest: 8000, host: 8001 config. configure ( VAGRANTFILE_API_VERSION ) do | config|Ĭonfig.
