From b425e5ef1919381ca90353fef276e2b8b5c557d3 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Fri, 29 Apr 2016 21:19:39 +0000 Subject: [PATCH] Create folder to hold the cloud launcher yaml file The cloud launcher role consumes a file with the environment switch, e.g.: ansible-playbook run_cloud_launcher.yml -e "@file.yml" Ideally, we will maintain a file on system-config repo that will grow over time, containing the various clouds resources. This file will be located under system-config/cloud-launcher/clouds_layouts.yml Change-Id: Ib911710c118eddd2ce1cd77eab65a924bf7a9912 --- cloud_launcher/clouds_layouts.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cloud_launcher/clouds_layouts.yml diff --git a/cloud_launcher/clouds_layouts.yml b/cloud_launcher/clouds_layouts.yml new file mode 100644 index 0000000000..0702896393 --- /dev/null +++ b/cloud_launcher/clouds_layouts.yml @@ -0,0 +1,2 @@ +profiles: [] +clouds: []