diff options
author | Dan Radez <dradez@redhat.com> | 2015-10-15 16:21:35 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2015-10-16 11:02:30 -0400 |
commit | b85921456409bab0f4fa2d4ba5ac74eb3cd2721a (patch) | |
tree | 9d58748e03aa2fdac16a38cd7741a208f0337fc6 /build/Makefile | |
parent | 9cb33fba16cce5990e6412db6024168f44698435 (diff) |
updates to the instack VM
- increasing memory and vcpus for the VM
- dumping yum cache
- virt-sparsifying the instack disk image
- remove cleaning stack dir so we actually cache its contents
Change-Id: Ie35a2daeba69a1b53a749ef3423ac6356408ff97
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/Makefile b/build/Makefile index 38099089..c2ceea95 100644 --- a/build/Makefile +++ b/build/Makefile @@ -132,8 +132,6 @@ instack-clean: rm -f baremetalbrbm_1.xml rm -f instack.xml rm -f instack.qcow2 - rm -rf stack - .PHONY: iso iso: build-clean instack.qcow2 rpm $(ISOCACHE) |