tripleo-validations/roles/openshift-on-openstack/templates/openshift-hw-requirements-warnings.j2
Gael Chamoulaud d80e3277af Add openshift-on-openstack role
This patch adds the openshift-on-openstack role created from
validations/openshift-[hw|nw]-requirements.yaml.

Change-Id: Ie36c6b01ce20eed2a7803c48ce8d6bb9fab2bac8
Implements: blueprint validation-framework
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
2019-03-15 10:48:19 +01:00

18 lines
767 B
Django/Jinja

While checking the hardware requirements for an OpenShift deployment, the following problems were detected:
{% if not matching_image %}
- No image with name "centos" or "rhel" could be found.
{% endif %}
{% if not matching_flavors_testing %}
- There is no flavor available that meets the hardware requirements for a test setup.
{% endif %}
{% if not matching_flavors_prod %}
- There is no flavor available that meets the hardware requirements for a production setup.
{% endif %}
{% if not resource_reqs_testing %}
- The resources necessary for a default test setup are not available on the hypervisors.
{% endif %}
{% if not resource_reqs_prod %}
- The resources necessary for a default production setup are not available on the hypervisors.
{% endif %}