summaryrefslogtreecommitdiff
path: root/systems/swift-system.morph.in
blob: 4ad5a28a0ca4a932e0c361d4271adfcc4764c8e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: swift-system.{{CONFIG}}
kind: system
description: |
  A base system for deploying OpenStack Swift nodes.
arch: {{ ARCH }}
strata:
- name: build-essential
  morph: strata/build-essential.morph
- name: core
  morph: strata/core.morph
- name: foundation
  morph: strata/foundation.morph
- name: swift
  morph: strata/swift.morph
- name: ntpd
  morph: strata/ntpd.morph
- name: python2-core
  morph: strata/python2-core.morph
- name: python-common
  morph: strata/python-common.morph
- name: ansible
  morph: strata/ansible.morph
- name: openstack-common
  morph: strata/openstack-common.morph
{% if BSP %}
- name: bsp-{{ BSP }}
  morph: strata/bsp-{{ BSP }}.morph
{% endif %}
configuration-extensions:
- extensions/set-hostname
- extensions/add-config-files
- extensions/simple-network
- extensions/nfsboot
- extensions/install-files
- extensions/fstab
- extensions/swift-storage
- extensions/install-essential-files