diff options
author | Dan Radez <dradez@redhat.com> | 2015-10-09 10:29:44 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2015-10-14 23:00:54 -0400 |
commit | 9cb33fba16cce5990e6412db6024168f44698435 (patch) | |
tree | 5d1bf66fa539cedd41b5d1122e2f1bc36554b1b8 /build/cache.mk | |
parent | 040e68b1ae46004ab832e40bb9d46ed27751b96f (diff) |
using rdo project glance images
Change-Id: I61cd1ff95c0940dcc5ef7d8dfcab507c5609b072
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'build/cache.mk')
-rw-r--r-- | build/cache.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build/cache.mk b/build/cache.mk index 28495a9d..29a7c252 100644 --- a/build/cache.mk +++ b/build/cache.mk @@ -16,6 +16,14 @@ CACHECLEAN := $(addsuffix .clean,$(CACHEFILES) $(CACHEDIRS)) # BEGIN of variables to customize # CACHEFILES += .versions +CACHEFILES += stack/deploy-ramdisk-ironic.initramfs +CACHEFILES += stack/deploy-ramdisk-ironic.kernel +CACHEFILES += stack/ironic-python-agent.initramfs +CACHEFILES += stack/ironic-python-agent.kernel +CACHEFILES += stack/ironic-python-agent.vmlinuz +CACHEFILES += stack/overcloud-full.initrd +CACHEFILES += stack/overcloud-full.qcow2 +CACHEFILES += stack/overcloud-full.vmlinuz CACHEFILES += $(shell basename $(ISOSRC)) # # END of variables to customize |