| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
|
|
|
|
| |
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
|
|
|
|
|
|
| |
This will carry the public ips required for the ctdb setup.
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
|
|
|
|
| |
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
|
|
|
|
|
|
| |
Use opportunity to clean up typo
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
|
|
|
|
|
|
|
|
|
| |
This is an attempt to unblock the issue with peer-probe in the centos-ci
due to lack of name resolution from libvirt/dnsmasq.
For now, the hosts file is hard-coded. If this works, we should generate it.
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Intermittently, there is failure to bring up the vms in centos-ci
with the error message of:
> Call to virDomainCreateWithFlags failed: the CPU is incompatible with
> host CPU: Host CPU does not provide required features: svm
Using cpu_mode='host-passthrough' solves the problem by disabling cpu
emulation and using host cpu in passthrough mode.
Check out:
https://bugzilla.redhat.com/show_bug.cgi?id=1467599
https://bugzilla.redhat.com/show_bug.cgi?id=1386223#c10
vagrant-libvirt/vagrant-libvirt#667
Fix taken from
https://github.com/heketi/heketi/pull/1008
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
|
|
| |
This initially just copies the ssh config into place
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
|
|
| |
This is needed to unblock gluster-ansible in the centos-ci.
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
|
|
| |
Test if the nodes can ping each other
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
centos-ci complains about it and fails.
fedora needs it though.
As a workaround, out this into ~/.vagrant.d/Vagrantfile:
```
Vagrant.configure("2") do |config|
config.vm.provider :libvirt do |libvirt|
libvirt.qemu_use_session = false
end
end
```
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
|
|
|
| |
- vagrant up/provision
- prepare inventory for using ansible on the setup machine
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
|
|
| |
admin and cluster
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
|
|
|
| |
For now this sets the ANSIBLE_INVENTORY variable so that ansible
commands can be run against the vagrant env.
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
|
|
|
|
| |
This also adds a no-op playbook run after setting up the setup vm.
The effect of this is to let this generate the ansible inventory for
running ansible outside of vagrant.
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
|
|
|
| |
Preparing to run provisioning from a setup machine instead of from the
host.
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
|
|
|
|
|
| |
artifacts.ci.centos.org is the official name to use for the artifacts
that are built through a CI job. It seems ci.centos.org/artifacts uses
some form of redirection that does not work from within the CI
environment.
Signed-off-by: Niels de Vos <ndevos@redhat.com>
|
|
|
|
|
|
|
|
| |
The "test" does not do anything useful yet, but this way, we can
already establish the final command to invoke in the centos-ci
integration.
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Anoop C S <anoopcs@redhat.com>
|
|
|
|
| |
Signed-off-by: Anoop C S <anoopcs@redhat.com>
|
|
|
|
| |
Signed-off-by: Anoop C S <anoopcs@redhat.com>
|
|
|
|
| |
Signed-off-by: Anoop C S <anoopcs@redhat.com>
|
|
|
|
| |
Signed-off-by: Anoop C S <anoopcs@redhat.com>
|
|
|
|
| |
Signed-off-by: Anoop C S <anoopcs@redhat.com>
|