-
Use --stdin for RHEL derivatives passwd only
`--stdin` is not supported on Debian derivatives of `passwd` utility, use another method to set root password. Also if VM update requested - take this into account and call `apt-get` instead of `yum`.
-
Theres no centos-7 images - centos 7.0/7.1 those are; fixed word wrap…
…ping for long lines; changed wording in :vms documentation section a bit
-
Vasyl Kaigorodov committed
Aug 29, 2015 -
Vasyl Kaigorodov committed
Aug 29, 2015 -
Document :image and :boxurlprefix
Vasyl Kaigorodov committedAug 29, 2015 -
Extend :vms documentation; document :count parameter
Vasyl Kaigorodov committedAug 29, 2015 -
Document :vms omv.yaml directive
Vasyl Kaigorodov committedAug 29, 2015 -
-
Ansible provisioner: various fixes
By default Vagrant runs Ansible provisioner limited to single host. This prevents us to get facts from other hosts - which makes it impossible to provision clustered environment with OMV and Ansible. "ansible.limit = 'all'" resolves this. Additionally, most of Ansible roles/playbooks are designed to be run under 'root' system account. To avoid un-needed playbooks modifications and adding "sudo: yes" here and there, we explicitly tell Vagrant to use 'root' when it runs Ansible provisioning.
-
Ensure all VMs IPs are set before the mainloop, so we can use all VMs…
… IP data inside the mainloop
-
Vim format string: removed `tabstop=4` - with `noexpandtabs` it's not…
… needed. VIP definitions/usage returned. As per James in #62, it should be there, and "It should be the same for all machines."
-
network2 removed. vagrant-ibvirt by itself allow to set static IPs to…
… VMs by supplying `config.vm.ip = '1.2.3.4'` parameter. Thus, with Libvirt DHCP disabled, and supplying own IPs to each VM, we can have a decent working setup. Furthermore, /etc/hosts approach is completely fine here for name resolving purposes - neither of other approaches provide a flexibility of a plain text file. With Vagrant We're not intended to build a working root DNS servers setup and put it to production anyways :)