From 25ad134d7db02dfad70683c0819096903ef93c30 Mon Sep 17 00:00:00 2001 From: Nikolay Mahotkin Date: Thu, 22 Sep 2016 14:19:31 +0300 Subject: [PATCH] [CI/CD] Adding requirement to instance flavor Change-Id: I4054a384283431362456143fddd84f50d64e4c9a --- murano-apps/CiCdEnvironment/package/UI/ui.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/murano-apps/CiCdEnvironment/package/UI/ui.yaml b/murano-apps/CiCdEnvironment/package/UI/ui.yaml index 2973575..e717513 100644 --- a/murano-apps/CiCdEnvironment/package/UI/ui.yaml +++ b/murano-apps/CiCdEnvironment/package/UI/ui.yaml @@ -112,6 +112,10 @@ Forms: depends on this parameter. initial: m1.medium required: false + requirements: + min_disk: 10 + min_memory_mb: 1024 + min_vcpus: 1 - name: osImage type: image imageType: linux