Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.

.PHONY: ceph bootstrap mariadb etcd postgresql keystone memcached rabbitmq helm-toolkit neutron nova cinder heat maas all clean
.PHONY: ceph bootstrap mariadb etcd keystone memcached rabbitmq helm-toolkit neutron nova cinder heat all clean

B64_DIRS := helm-toolkit/secrets
B64_EXCLUDE := $(wildcard helm-toolkit/secrets/*.b64)

CHARTS := ceph mariadb etcd postgresql rabbitmq memcached keystone glance horizon neutron nova cinder heat maas
CHARTS := ceph mariadb etcd rabbitmq memcached keystone glance horizon neutron nova cinder heat
TOOLKIT_TPL := helm-toolkit/templates/_globals.tpl

all: helm-toolkit ceph bootstrap mariadb etcd postgresql rabbitmq memcached keystone glance horizon neutron nova cinder heat maas
all: helm-toolkit ceph bootstrap mariadb etcd rabbitmq memcached keystone glance horizon neutron nova cinder heat

helm-toolkit: build-helm-toolkit

Expand All @@ -33,8 +33,6 @@ mariadb: build-mariadb

etcd: build-etcd

postgresql: build-postgresql

keystone: build-keystone

cinder: build-cinder
Expand All @@ -51,8 +49,6 @@ nova: build-nova

heat: build-heat

maas: build-maas

memcached: build-memcached

clean:
Expand Down
17 changes: 0 additions & 17 deletions maas/Chart.yaml

This file was deleted.

62 changes: 0 additions & 62 deletions maas/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions maas/requirements.yaml

This file was deleted.

50 changes: 0 additions & 50 deletions maas/templates/bin/_import-boot-resources.sh.tpl

This file was deleted.

20 changes: 0 additions & 20 deletions maas/templates/bin/_job-readiness.sh.tpl

This file was deleted.

129 changes: 0 additions & 129 deletions maas/templates/bin/_maas-region-controller.postinst.tpl

This file was deleted.

38 changes: 0 additions & 38 deletions maas/templates/bin/_register-rack-controller.sh.tpl

This file was deleted.

Loading