Oleksii Butenko | ca420d8 | 2018-09-26 12:33:42 +0300 | [diff] [blame] | 1 | {% 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 Butenko | 81d8a7f | 2018-09-26 16:09:27 +0300 | [diff] [blame] | 22 | {{ SHARED_OPENSTACK.MACRO_INSTALL_KEYSTONE(USE_ORCHESTRATE=true) }} |
Oleksii Butenko | ca420d8 | 2018-09-26 12:33:42 +0300 | [diff] [blame] | 23 | |
| 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 Butenko | f57d1ff | 2018-09-28 17:59:45 +0300 | [diff] [blame] | 36 | {{ SHARED_OPENSTACK.MACRO_INSTALL_COMPUTE(CELL_MAPPING=true) }} |