From 1d138e5ff3a5f4eac654d6163db4c2062a6b0454 Mon Sep 17 00:00:00 2001 From: "Brandon B. Jozsa" Date: Fri, 23 Dec 2016 17:30:07 -0500 Subject: [PATCH] correcting mistype and add to gitignore --- .gitignore | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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