Fix non-existing all.yml file 12/71012/1
authorVictor Morales <victor.morales@intel.com>
Mon, 22 Oct 2018 15:40:21 +0000 (08:40 -0700)
committerVictor Morales <victor.morales@intel.com>
Mon, 22 Oct 2018 15:44:39 +0000 (08:44 -0700)
commit7ccc899a3181a5370962fcdbe2ea743afb734976
tree7e52382aadd5fb0ed4e34fea3ff89be231c69a3c
parent6633028e4e5177ad18227eb020fe022f3ede16d1
Fix non-existing all.yml file

The all.yml file contains global configuration used by kubespray.
During the initial execution this file doesn't exist and its
execution can raise an error. This change fix that scenario.

Change-Id: I1f0c0134ccbc439b6a6c3e26c993cf498bb8dbf8
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301
vagrant/installer.sh