blob: 5d19c1674c17fc9b1dde014df28ddd861dd6047d [file] [log] [blame]
Oleksii Butenkoca420d82018-09-26 12:33:42 +03001{% from 'cookied-mcp-pike-dvr-ceph/underlay.yaml' import HOSTNAME_CFG01 with context %}
2{% from 'cookied-mcp-pike-dvr-ceph/underlay.yaml' import HOSTNAME_CTL01 with context %}
3{% from 'cookied-mcp-pike-dvr-ceph/underlay.yaml' import HOSTNAME_CTL02 with context %}
4{% from 'cookied-mcp-pike-dvr-ceph/underlay.yaml' import HOSTNAME_CTL03 with context %}
5{% from 'cookied-mcp-pike-dvr-ceph/underlay.yaml' import HOSTNAME_GTW01 with context %}
6{% from 'shared-salt.yaml' import IPV4_NET_EXTERNAL_PREFIX with context %}
7{% from 'shared-salt.yaml' import IPV4_NET_TENANT_PREFIX with context %}
8
9{% import 'shared-salt.yaml' as SHARED with context %}
10{% import 'shared-openstack.yaml' as SHARED_OPENSTACK with context %}
11
12{% import 'shared-ceph.yaml' as SHARED_CEPH with context %}
13
14{{ SHARED_CEPH.MACRO_INSTALL_CEPH_MONS() }}
15
16{{ SHARED_CEPH.MACRO_INSTALL_CEPH_MGR() }}
17
18{{ SHARED_CEPH.MACRO_INSTALL_CEPH_OSD_AND_RADOSGW() }}
19
20{{ SHARED_CEPH.CONNECT_CEPH_TO_SERVICES() }}
21
Oleksii Butenko81d8a7f2018-09-26 16:09:27 +030022{{ SHARED_OPENSTACK.MACRO_INSTALL_KEYSTONE(USE_ORCHESTRATE=true) }}
Oleksii Butenkoca420d82018-09-26 12:33:42 +030023
24{{ SHARED_OPENSTACK.MACRO_INSTALL_GLANCE() }}
25
26{{ SHARED_OPENSTACK.MACRO_INSTALL_NOVA() }}
27
28{{ SHARED_OPENSTACK.MACRO_INSTALL_CINDER() }}
29
30{{ SHARED_OPENSTACK.MACRO_INSTALL_NEUTRON() }}
31
32{{ SHARED_OPENSTACK.MACRO_INSTALL_HEAT() }}
33
34{{ SHARED_OPENSTACK.MACRO_INSTALL_HORIZON() }}
35
Oleksii Butenkof57d1ff2018-09-28 17:59:45 +030036{{ SHARED_OPENSTACK.MACRO_INSTALL_COMPUTE(CELL_MAPPING=true) }}