correcting mistype and add to gitignore
This commit is contained in:
parent
e5a4237d60
commit
1d138e5ff3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
|
*.lock
|
||||||
*.tgz
|
*.tgz
|
||||||
**/*.tgz
|
**/*.tgz
|
||||||
.idea/
|
.idea/
|
||||||
|
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ B64_EXCLUDE := $(wildcard common/secrets/*.b64)
|
|||||||
CHARTS := ceph mariadb rabbitmq GLANCE memcached keystone glance openstack
|
CHARTS := ceph mariadb rabbitmq GLANCE memcached keystone glance openstack
|
||||||
COMMON_TPL := common/templates/_globals.tpl
|
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
|
common: build-common
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user