summaryrefslogtreecommitdiff
path: root/unmaintained/systems/swift-system-x86_64.morph
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/systems/swift-system-x86_64.morph')
-rw-r--r--unmaintained/systems/swift-system-x86_64.morph92
1 files changed, 74 insertions, 18 deletions
diff --git a/unmaintained/systems/swift-system-x86_64.morph b/unmaintained/systems/swift-system-x86_64.morph
index 442ead93..3acf4c32 100644
--- a/unmaintained/systems/swift-system-x86_64.morph
+++ b/unmaintained/systems/swift-system-x86_64.morph
@@ -1,34 +1,90 @@
name: swift-system-x86_64
-kind: system
+kind: assemblage
description: A base system for deploying swift nodes
-arch: x86_64
-strata:
+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
+contents:
- name: build-essential
morph: strata/build-essential.morph
+ build-depends: []
- name: core
morph: strata/core.morph
+ build-depends:
+ - build-essential
+- name: python2-core
+ morph: strata/python2-core.morph
+ build-depends:
+ - build-essential
+ - core
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ name: coreutils-common
+ morph: strata/coreutils-common.morph
- name: foundation
morph: strata/foundation.morph
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
+- name: python-common
+ morph: strata/python-common.morph
+ build-depends:
+ - build-essential
+ - core
+ - python2-core
+- include-mode: build-time
+ build-depends:
+ - build-essential
+ - core
+ - python2-core
+ name: docutils
+ morph: strata/docutils.morph
- name: bsp-x86_64-generic
morph: strata/bsp-x86_64-generic.morph
-- name: swift
- morph: strata/swift.morph
+ build-depends:
+ - build-essential
+ - core
+ - docutils
+ - python2-core
- name: ntpd
morph: unmaintained/strata/ntpd.morph
-- name: python2-core
- morph: strata/python2-core.morph
-- name: python-common
- morph: strata/python-common.morph
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
+ - foundation
- name: ansible
morph: strata/ansible.morph
+ build-depends:
+ - build-essential
+ - core
+ - python-common
+ - python2-core
- name: openstack-common
morph: strata/openstack-common.morph
-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
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
+ - foundation
+ - python-common
+ - python2-core
+- name: swift
+ morph: strata/swift.morph
+ build-depends:
+ - build-essential
+ - core
+ - coreutils-common
+ - foundation
+ - openstack-common
+ - python-common
+ - python2-core