Skip to content

Commit

Permalink
Deprecating contrail-helper charts
Browse files Browse the repository at this point in the history
As we are using helm-toolkit from openstack-helm repo, we will remove files and
folders related to contrail-helm charts

Change-Id: I5f0377bf13e0dc4d0089198a608654d9be70e1de
Partial-Bug: #1749018
  • Loading branch information
madhukar32 committed Feb 13, 2018
1 parent 325cea2 commit d85d374
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 123 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@

HELM := helm
FILTER_CHARTS := contrail-helper helm-toolkit
FILTER_CHARTS := helm-toolkit
CONTRAIL_CHARTS := $(FILTER_CHARTS) $(filter-out $(FILTER_CHARTS), $(patsubst %/Chart.yaml, %, $(wildcard */Chart.yaml)))
BUILD_CHARTS := $(foreach chart, $(CONTRAIL_CHARTS), build-$(chart))

Expand Down
3 changes: 0 additions & 3 deletions contrail-analytics/requirements.yaml
@@ -1,7 +1,4 @@
dependencies:
- name: contrail-helper
repository: http://localhost:8879/charts
version: 0.1.0
- name: helm-toolkit
repository: http://localhost:8879/charts
version: 0.1.0
3 changes: 0 additions & 3 deletions contrail-controller/requirements.yaml
@@ -1,7 +1,4 @@
dependencies:
- name: contrail-helper
repository: http://localhost:8879/charts
version: 0.1.0
- name: helm-toolkit
repository: http://localhost:8879/charts
version: 0.1.0
12 changes: 0 additions & 12 deletions contrail-helper/Chart.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions contrail-helper/templates/_endpoint_host_lookup.tpl

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions contrail-helper/templates/kubernetes_spec/_metadata_label.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions contrail-helper/values.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions contrail-thirdparty/requirements.yaml
@@ -1,7 +1,4 @@
dependencies:
- name: contrail-helper
repository: http://localhost:8879/charts
version: 0.1.0
- name: helm-toolkit
repository: http://localhost:8879/charts
version: 0.1.0
3 changes: 0 additions & 3 deletions contrail-vrouter/requirements.yaml
@@ -1,7 +1,4 @@
dependencies:
- name: contrail-helper
repository: http://localhost:8879/charts
version: 0.1.0
- name: helm-toolkit
repository: http://localhost:8879/charts
version: 0.1.0

0 comments on commit d85d374

Please sign in to comment.