diff --git a/.gitignore b/.gitignore index 6b4eeddaac..41c079b6c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*.lock *.tgz **/*.tgz .idea/ diff --git a/Makefile b/Makefile index b43e940ef1..878cc627bc 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ B64_EXCLUDE := $(wildcard common/secrets/*.b64) CHARTS := ceph mariadb rabbitmq GLANCE memcached keystone glance openstack COMMON_TPL := common/templates/_globals.tpl -all: ceph common bootstrap mariadb rabbitmq memcached keystone glance openstack +all: common ceph bootstrap mariadb rabbitmq memcached keystone glance openstack common: build-common