Use smaller flavor for for ucp
proposed flavor has 6144 mb ram and 8 vcpu
it was observed that with adding of tsrv node there is frequent
quota exceeded by ram. However from atop data it is clear that
ucp+k8s master uses 4-4,5 gb ram maximum.
Change-Id: Ie5c47c8f4d22550a503322651f65b79aef7c2abd
Related-Prod: PRODX-3456
diff --git a/de/heat-templates/top.yaml b/de/heat-templates/top.yaml
index 68a725a..623d825 100644
--- a/de/heat-templates/top.yaml
+++ b/de/heat-templates/top.yaml
@@ -229,7 +229,7 @@
default: {"labels": {"tempest": "enabled"}}
ucp_flavor:
type: string
- default: 'kaas-bm.worker'
+ default: 'mosk.s.ucp'
masters_flavor:
type: string
default: 'system.compact.openstack.proxy'