| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
| |
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>
|