From acbaf5dcbea959377f37b057add3203906a58717 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Mon, 18 Jul 2016 17:34:59 -0400 Subject: Makes flavor consistent in virtual/baremetal deploys Changes include: - Fixes bug where baremetal control nodes would deploy to ironic nodes labeled 'compute', and cause deployment failure - Makes virtual deployments also use flavor types when deploying JIRA: APEX-205 Change-Id: I84e1a6d1e2ccc3391ad2b4e34ea6ca62d480d64f Signed-off-by: Tim Rozet --- build/opnfv-environment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build/opnfv-environment.yaml') diff --git a/build/opnfv-environment.yaml b/build/opnfv-environment.yaml index 7a3ae739..fe37aba8 100644 --- a/build/opnfv-environment.yaml +++ b/build/opnfv-environment.yaml @@ -3,7 +3,8 @@ parameters: controllerImage: overcloud-full - OvercloudControlFlavor: baremetal + OvercloudControlFlavor: control + OvercloudComputeFlavor: compute ControllerEnableSwiftStorage: false EnableSahara: false ExtraConfig: -- cgit 1.2.3-korg