summaryrefslogtreecommitdiff
path: root/clusters
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-10-12 08:24:16 +0000
committerJavier Jardón <jjardon@gnome.org>2016-10-12 08:24:35 +0000
commit36f7e4923ae5d03dd345d74f7fcade48c99a498d (patch)
treeb4b91a6df40ca846422def1045fe20db464d7312 /clusters
parente3a0c6c3881728c0c1699ab1500fb1d3d488300c (diff)
downloaddefinitions-36f7e4923ae5d03dd345d74f7fcade48c99a498d.tar.gz
Revert "Add ostree.write deployment extension"
Deployment of the minimal system broke after applying this This reverts commit 5bca5fc3e8215601d1e2d33ce31f6a41c4bcfcc9. Change-Id: Ibbc7cd24e10adec207ccb9848985c301974dca6b
Diffstat (limited to 'clusters')
-rw-r--r--clusters/minimal-system-deploy-ostree.morph22
1 files changed, 0 insertions, 22 deletions
diff --git a/clusters/minimal-system-deploy-ostree.morph b/clusters/minimal-system-deploy-ostree.morph
deleted file mode 100644
index c0f4ed7c..00000000
--- a/clusters/minimal-system-deploy-ostree.morph
+++ /dev/null
@@ -1,22 +0,0 @@
-name: minimal-system-deploy-ostree
-kind: cluster
-description: |
- Example of deploying a minimal system to a local OSTree repo.
-systems:
-- morph: systems/minimal-system-x86_64-generic.morph
- deploy:
- minimal-system:
- type: extensions/ostree
-
- # This is the default location for the repo on systems that were
- # *deployed* with OSTree. You can use any repo created with `ostree init`
- # here for testing purposes.
- location: /ostree/repo
-
- OSTREE_BRANCH: minimal-system-x86_64
- OSTREE_COMMIT_SUBJECT: Example deployment of minimal-system-x86_64
-
- STRIP_DEVICE_NODES: true
-
- HOSTNAME: tiny-x86_64
- INIT_SYSTEM: busybox