diff options
author | Tim Rozet <trozet@redhat.com> | 2016-07-18 17:34:59 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-07-18 17:34:59 -0400 |
commit | acbaf5dcbea959377f37b057add3203906a58717 (patch) | |
tree | c939c7422729115250a506c9b5b6a9a1d9e5a5fe /build | |
parent | 9f7c8cc97bb73069455b5357c0d4c0dcfc26d5a3 (diff) |
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 <trozet@redhat.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/opnfv-environment.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
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: |