]> git-server-git.apps.pok.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:06 +0000 (11:08 -0400)
commitda54ea555ef8e49585ef7c63057e2c8c6f3d9bc2
tree369b574276a1f233f70f8fe0fc30f78ab80502ac
parent492c2b5389ca893e7971f0fd1fc6d4de7fe01fbb
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