Add heat template to deploy onap infrastructure 12/94112/2
authorMichal Zegan <m.zegan@samsung.com>
Thu, 22 Aug 2019 12:43:11 +0000 (14:43 +0200)
committerMichal Zegan <m.zegan@samsung.com>
Wed, 4 Sep 2019 09:24:46 +0000 (11:24 +0200)
commit07479cbc38ef4bf15ea0c4854c8af08e1201a53d
tree205be6bab64184a6f1746aa5618c782f4e27807f
parent666d3a9009dcdb770ee0f4de736f7d10d33db29d
Add heat template to deploy onap infrastructure

This change adds a heat template that
deploys empty onap infrastructure on open stack.
Infrastructure consists of an installer instance + infra instance +
specified number of kubernetes nodes.
All instances are empty after creation, and live in the internal network with
cidr 10.1.0.0/24.
They are isolated by security groups in order not to have
external network access except possibly the intranet, but
it is possible to enable internet access if required.

Change-Id: I70024e1e2344ed75f443f03b2239b460a71d0151
Issue-ID: OOM-2042
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
tools/cicdansible/heat/config.yaml [new file with mode: 0644]
tools/cicdansible/heat/installer.env [new file with mode: 0644]
tools/cicdansible/heat/installer.yaml [new file with mode: 0644]
tools/cicdansible/heat/instance.yaml [new file with mode: 0644]
tools/cicdansible/heat/node.yaml [new file with mode: 0644]