summaryrefslogtreecommitdiffstats
path: root/vagrant/roles/setup.prep
Commit message (Collapse)AuthorAgeFilesLines
* Add CentOS 8 specific actions for setup.prepSachin Prabhu2021-04-151-0/+46
| | | | | | | | | | A difference to CentOS7, we install individual gluster-ansible packages. The gluster-ansible package doesn't exist for CentOS 8 We also install make which doesn't exist in the CentOS 8 image used by Vagrant. Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
* Add distro specific actions for setup.prepSachin Prabhu2021-03-232-35/+38
| | | | Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
* Upgrade jinja2 python library on setupSachin Prabhu2020-05-111-0/+10
| | | | | | | | | We use pip to upgrade the jinja2 library to the latest version. This is required when re-running the scripts to install the test machines. bug: https://github.com/gluster/samba-integration/issues/60 Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
* change ownership for ssh_config and key file to vagrant userSachin Prabhu2020-05-051-2/+7
| | | | Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
* Use copr yum plugin to install gluster-ansibleAnoop C S2020-04-091-2/+10
| | | | Signed-off-by: Anoop C S <anoopcs@redhat.com>
* setup.prep: copy the ssh config to the setup vmMichael Adam2020-03-251-0/+5
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* Ensure permissions on ssh key fileMichael Adam2020-03-251-0/+5
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* Prepare setup machineMichael Adam2020-03-251-0/+22
Signed-off-by: Michael Adam <obnox@samba.org>