From 9bebfc4c3a614ca6f3721fbef4c466e74411323a Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Thu, 7 Apr 2016 11:52:01 -0400 Subject: Fixes controller Image to be overcloud-full New param introduced into THT that exposes the image to use for the Controller. The new var is defaulted to use overcloud-control and is causing master to fail. Changes Include: - Adds opnfv-environment yaml file to use for common parameters required in all deployments - Defaults controllerImage to be overcloud-full Change-Id: I5da8921d9c9efd167748a3d6f42866d18f46d2b7 Signed-off-by: Tim Rozet --- build/opnfv-environment.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 build/opnfv-environment.yaml (limited to 'build/opnfv-environment.yaml') diff --git a/build/opnfv-environment.yaml b/build/opnfv-environment.yaml new file mode 100644 index 00000000..127a7283 --- /dev/null +++ b/build/opnfv-environment.yaml @@ -0,0 +1,5 @@ +#Environment file used to list common parameters required for all deployment +#types + +parameters: + controllerImage: overcloud-full -- cgit 1.2.3-korg