aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/config/scenario/os-ovn-nofeature-noha.yaml.j2
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-08-08 13:21:58 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-08-08 13:21:58 +0000
commitce2d5fc4b6b4cda93f858adc5ac6ab991495e8a9 (patch)
tree99d2b769343e1c0462f054c983c50f013d3ca464 /mcp/config/scenario/os-ovn-nofeature-noha.yaml.j2
parent6a3bbf95c70207a146c5b2c82d8518cf02e5c269 (diff)
parent91cbeba3e6fce6a9d292a7af8849db293617038b (diff)
Merge changes from topic 'baremetal-noha'
* changes: [scenarios] noha: Add MaaS VM, state to scenarios [states] baremetal_init: dist_upgrade=True
Diffstat (limited to 'mcp/config/scenario/os-ovn-nofeature-noha.yaml.j2')
-rw-r--r--mcp/config/scenario/os-ovn-nofeature-noha.yaml.j239
1 files changed, 39 insertions, 0 deletions
diff --git a/mcp/config/scenario/os-ovn-nofeature-noha.yaml.j2 b/mcp/config/scenario/os-ovn-nofeature-noha.yaml.j2
new file mode 100644
index 000000000..fee47d7eb
--- /dev/null
+++ b/mcp/config/scenario/os-ovn-nofeature-noha.yaml.j2
@@ -0,0 +1,39 @@
+##############################################################################
+# Copyright (c) 2017 Mirantis Inc., Enea AB and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+{%- import 'net_map.j2' as nm with context %}
+---
+cluster:
+ domain: mcp-ovn-noha.local
+ states:
+{%- if nm.cluster.has_baremetal_nodes %}
+ - maas
+ - baremetal_init
+{%- endif %}
+ - openstack_noha
+ - networks
+virtual:
+ nodes:
+ infra:
+ - cfg01
+{%- if nm.cluster.has_baremetal_nodes %}
+ - mas01
+{%- endif %}
+ control:
+ - ctl01
+ compute:
+ - cmp001
+ - cmp002
+ ctl01:
+ vcpus: 4
+ ram: 14336
+ cmp001:
+ vcpus: 5
+ ram: 8192
+ cmp002:
+ vcpus: 5
+ ram: 8192