diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-02-04 21:16:07 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-02-06 23:40:59 +0100 |
commit | 86c8109641cf22548ca68876e7de89b0d13e96b5 (patch) | |
tree | b3b2ffc36b9de3e93d4638110e9586adc6f458df /mcp/scripts | |
parent | 1a0e8e7e86aa5884a678ba448c6eb09c00ecc032 (diff) |
[hybrid] Merge config/scenario/{baremetal,virtual}
Instead of classifying scenarios by underlying machine type, switch
to HA/NOHA differentiantion only.
This allows us to add support for hybrid scenarios (with some virtual
and some baremetal nodes in the same cluster).
To facilitate this, we will template the scenario files, which is a
small step towards SDF (Scenario Descriptor File) definition and
adoption later.
JIRA: FUEL-338
Change-Id: If5787991869a3105d82c27ffa0a86ac79b4b08ba
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp/scripts')
-rw-r--r-- | mcp/scripts/requirements_deb.yaml | 2 | ||||
-rw-r--r-- | mcp/scripts/requirements_rpm.yaml | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/mcp/scripts/requirements_deb.yaml b/mcp/scripts/requirements_deb.yaml index bb0d586da..e50a48ff8 100644 --- a/mcp/scripts/requirements_deb.yaml +++ b/mcp/scripts/requirements_deb.yaml @@ -28,8 +28,6 @@ requirements_pkg: - python-ipaddress - python-jinja2 - python-yaml - # Optional, deploy-type-specific requirements - # baremetal: # Optional, arch-specific requirements, matched by key name = $(uname -m) aarch64: # AArch64 VMs use AAVMF (guest UEFI) diff --git a/mcp/scripts/requirements_rpm.yaml b/mcp/scripts/requirements_rpm.yaml index d510ba87d..ccb066e76 100644 --- a/mcp/scripts/requirements_rpm.yaml +++ b/mcp/scripts/requirements_rpm.yaml @@ -32,8 +32,6 @@ requirements_pkg: - python-ipaddress - python-jinja2 - python-yaml - # Optional, deploy-type-specific requirements - # baremetal: # Optional, arch-specific requirements, matched by key name = $(uname -m) aarch64: # AArch64 VMs use AAVMF (guest UEFI) |