diff options
author | Derek Higgins <derekh@redhat.com> | 2013-11-11 20:42:46 +0000 |
---|---|---|
committer | Derek Higgins <derekh@redhat.com> | 2013-11-18 13:34:44 +0000 |
commit | 378783f876e10b88becdcd1eb0d0d24fd45e7a80 (patch) | |
tree | 1fbebc1d0ffedb44fa19f3b59dea40d238e3af56 /Makefile | |
parent | dea5f2faacb4c051c77d84959233101fa119919b (diff) |
Add metadata to configure swift
o Adds the required swift metadata (in swift-source.yaml).
o Sets up glance to use the swift backend on the overcloud.
o Sets up glance to use the file backend on the undercloud and seed,
i.e. maintain the Status quo.
Change-Id: I4a70ffbf9c51f1fea5cfc84d8718d3d30d36b3f2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ -overcloud.yaml: overcloud-source.yaml nova-compute-instance.yaml - python merge.py $< > $@.tmp +overcloud.yaml: overcloud-source.yaml nova-compute-instance.yaml swift-source.yaml + # $^ won't work here because we want to list nova-compute-instance.yaml as + # a prerequisite but don't want to pass it into merge.py + python merge.py overcloud-source.yaml swift-source.yaml > $@.tmp mv $@.tmp $@ undercloud-vm-tuskar.yaml: undercloud-vm.yaml tuskar-source.yaml |