]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Vagrantfile: fallback on 'varant_variables.yml.sample'
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 10 Aug 2021 14:11:37 +0000 (16:11 +0200)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Wed, 18 Aug 2021 15:07:58 +0000 (11:07 -0400)
commitd3ab0a1ca7c8e724c5b4e08be17e6ad6d01069cd
treed73ef77802bba064b4a8f474dea1433dd39ad480
parent056b18aa0ef04d1cea5cb5493637ce2eb6023fef
Vagrantfile: fallback on 'varant_variables.yml.sample'

When using a vagrant command from the root directory of the repo, it
throws an error if no 'vagrant_variables.yml' file is present.

```
Message: Errno::ENOENT: No such file or directory @ rb_sysopen - /home/guits/workspaces/ceph-ansible/vagrant_variables.yml
```

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 3d27f9e7dc7ee775be57c27c3620009f9935ddcc)
Vagrantfile