]> 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:08:13 +0000 (11:08 -0400)
commit4f76dedd9e0c6e1bd7925e32a06ad96626bff1f8
treeee7de8a3ff6ea74d86c070d3bc3f7d36eb42065b
parent2d38d8266bb11a568a29b9e4d36cad466f92e65c
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