summaryrefslogtreecommitdiff
path: root/unmaintained/strata/openstack-services/glance.morph
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:39:48 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:23 +0000
commit7df7f3b427739ff7d69da2ba218da0124822892c (patch)
tree843c75e9bede53862ab101d6a7bcd1da15a33c55 /unmaintained/strata/openstack-services/glance.morph
parent7aad5150f69da42b84994c353283db5daf8e967f (diff)
downloaddefinitions-7df7f3b427739ff7d69da2ba218da0124822892c.tar.gz
Remove all .morph files and files from the old format
Diffstat (limited to 'unmaintained/strata/openstack-services/glance.morph')
-rw-r--r--unmaintained/strata/openstack-services/glance.morph29
1 files changed, 0 insertions, 29 deletions
diff --git a/unmaintained/strata/openstack-services/glance.morph b/unmaintained/strata/openstack-services/glance.morph
deleted file mode 100644
index 3f81a505..00000000
--- a/unmaintained/strata/openstack-services/glance.morph
+++ /dev/null
@@ -1,29 +0,0 @@
-name: glance
-kind: chunk
-build-system: python-distutils
-post-install-commands:
-# Install some default configuration files
-- mkdir -p "$DESTDIR"/etc/glance
-- install -m 644 etc/glance-api-paste.ini "$DESTDIR"/etc/glance/
-- install -m 644 etc/glance-registry-paste.ini "$DESTDIR"/etc/glance/
-- install -m 644 etc/glance-search-paste.ini "$DESTDIR"/etc/glance/
-- install -m 644 etc/policy.json "$DESTDIR"/etc/glance/
-- install -m 644 etc/schema-image.json "$DESTDIR"/etc/glance/
-- install -m 644 etc/search-policy.json "$DESTDIR"/etc/glance/
-# Install predefined namespaces for Glance Metadata Definitions
-# Catalog (see more info in its README)
-- cp -r etc/metadefs "$DESTDIR"/etc/glance/
-# Install conf files which are not modified by
-- install -m 644 etc/glance-scrubber.conf "$DESTDIR"/etc/glance/
-- install -m 644 etc/glance-cache.conf "$DESTDIR"/etc/glance/
-- install -m 644 etc/glance-search.conf "$DESTDIR"/etc/glance/
-- |
- install -m 644 etc/glance-swift.conf.sample \
- "$DESTDIR"/etc/glance/glance-swift.conf
-- install -m 644 etc/glance-manage.conf "$DESTDIR"/etc/glance/
-- |
- install -m 644 etc/property-protections-policies.conf.sample \
- "$DESTDIR"/etc/glance/property-protections-policies.conf
-- |
- install -m 644 etc/property-protections-roles.conf.sample \
- "$DESTDIR"/etc/glance/property-protections-roles.conf