[PORTAL] Move portal subcharts to components 55/108355/3
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Thu, 21 May 2020 21:53:02 +0000 (23:53 +0200)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Thu, 28 May 2020 23:22:26 +0000 (01:22 +0200)
In order to allow to define dependencies per subchart let's move all
of them to components and make sure that they can be build
independently.

Issue-ID: AAF-1134
Change-Id: Ia75ba66d9338dbacaea500c20f6a5b384d1685a1
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
81 files changed:
kubernetes/portal/Makefile [new file with mode: 0644]
kubernetes/portal/components/Makefile [new file with mode: 0644]
kubernetes/portal/components/portal-app/.helmignore [moved from kubernetes/portal/charts/portal-app/.helmignore with 100% similarity]
kubernetes/portal/components/portal-app/Chart.yaml [moved from kubernetes/portal/charts/portal-app/Chart.yaml with 100% similarity]
kubernetes/portal/components/portal-app/requirements.yaml [new file with mode: 0644]
kubernetes/portal/components/portal-app/resources/config/deliveries/properties/ONAPPORTAL/fusion.properties [moved from kubernetes/portal/charts/portal-app/resources/config/deliveries/properties/ONAPPORTAL/fusion.properties with 100% similarity]
kubernetes/portal/components/portal-app/resources/config/deliveries/properties/ONAPPORTAL/logback.xml [moved from kubernetes/portal/charts/portal-app/resources/config/deliveries/properties/ONAPPORTAL/logback.xml with 100% similarity]
kubernetes/portal/components/portal-app/resources/config/deliveries/properties/ONAPPORTAL/music.properties [moved from kubernetes/portal/charts/portal-app/resources/config/deliveries/properties/ONAPPORTAL/music.properties with 100% similarity]
kubernetes/portal/components/portal-app/resources/config/deliveries/properties/ONAPPORTAL/openid-connect.properties [moved from kubernetes/portal/charts/portal-app/resources/config/deliveries/properties/ONAPPORTAL/openid-connect.properties with 100% similarity]
kubernetes/portal/components/portal-app/resources/config/deliveries/properties/ONAPPORTAL/portal.properties [moved from kubernetes/portal/charts/portal-app/resources/config/deliveries/properties/ONAPPORTAL/portal.properties with 100% similarity]
kubernetes/portal/components/portal-app/resources/config/deliveries/properties/ONAPPORTAL/system.properties [moved from kubernetes/portal/charts/portal-app/resources/config/deliveries/properties/ONAPPORTAL/system.properties with 100% similarity]
kubernetes/portal/components/portal-app/resources/server/server.xml [moved from kubernetes/portal/charts/portal-app/resources/server/server.xml with 99% similarity]
kubernetes/portal/components/portal-app/resources/server/web.xml [moved from kubernetes/portal/charts/portal-app/resources/server/web.xml with 100% similarity]
kubernetes/portal/components/portal-app/templates/NOTES.txt [moved from kubernetes/portal/charts/portal-app/templates/NOTES.txt with 100% similarity]
kubernetes/portal/components/portal-app/templates/configmap.yaml [moved from kubernetes/portal/charts/portal-app/templates/configmap.yaml with 100% similarity]
kubernetes/portal/components/portal-app/templates/deployment.yaml [moved from kubernetes/portal/charts/portal-app/templates/deployment.yaml with 100% similarity]
kubernetes/portal/components/portal-app/templates/ingress.yaml [moved from kubernetes/portal/charts/portal-app/templates/ingress.yaml with 100% similarity]
kubernetes/portal/components/portal-app/templates/secret.yaml [moved from kubernetes/portal/charts/portal-app/templates/secret.yaml with 100% similarity]
kubernetes/portal/components/portal-app/templates/service.yaml [moved from kubernetes/portal/charts/portal-app/templates/service.yaml with 100% similarity]
kubernetes/portal/components/portal-app/values.yaml [moved from kubernetes/portal/charts/portal-app/values.yaml with 98% similarity]
kubernetes/portal/components/portal-cassandra/.helmignore [moved from kubernetes/portal/charts/portal-cassandra/.helmignore with 100% similarity]
kubernetes/portal/components/portal-cassandra/Chart.yaml [moved from kubernetes/portal/charts/portal-cassandra/Chart.yaml with 100% similarity]
kubernetes/portal/components/portal-cassandra/requirements.yaml [new file with mode: 0644]
kubernetes/portal/components/portal-cassandra/resources/config/cassandra/docker-entrypoint-initdb.d/portal.cql [moved from kubernetes/portal/charts/portal-cassandra/resources/config/cassandra/docker-entrypoint-initdb.d/portal.cql with 100% similarity]
kubernetes/portal/components/portal-cassandra/resources/config/cassandra/docker-entrypoint-initdb.d/portal_single.cql [moved from kubernetes/portal/charts/portal-cassandra/resources/config/cassandra/docker-entrypoint-initdb.d/portal_single.cql with 100% similarity]
kubernetes/portal/components/portal-cassandra/resources/config/cassandra/docker-entrypoint-initdb.d/portalsdk.cql [moved from kubernetes/portal/charts/portal-cassandra/resources/config/cassandra/docker-entrypoint-initdb.d/portalsdk.cql with 100% similarity]
kubernetes/portal/components/portal-cassandra/templates/NOTES.txt [moved from kubernetes/portal/charts/portal-cassandra/templates/NOTES.txt with 100% similarity]
kubernetes/portal/components/portal-cassandra/templates/configmap.yaml [moved from kubernetes/portal/charts/portal-cassandra/templates/configmap.yaml with 100% similarity]
kubernetes/portal/components/portal-cassandra/templates/deployment.yaml [moved from kubernetes/portal/charts/portal-cassandra/templates/deployment.yaml with 100% similarity]
kubernetes/portal/components/portal-cassandra/templates/pv.yaml [moved from kubernetes/portal/charts/portal-cassandra/templates/pv.yaml with 100% similarity]
kubernetes/portal/components/portal-cassandra/templates/pvc.yaml [moved from kubernetes/portal/charts/portal-cassandra/templates/pvc.yaml with 100% similarity]
kubernetes/portal/components/portal-cassandra/templates/service.yaml [moved from kubernetes/portal/charts/portal-cassandra/templates/service.yaml with 100% similarity]
kubernetes/portal/components/portal-cassandra/values.yaml [moved from kubernetes/portal/charts/portal-cassandra/values.yaml with 100% similarity]
kubernetes/portal/components/portal-mariadb/.helmignore [moved from kubernetes/portal/charts/portal-mariadb/.helmignore with 100% similarity]
kubernetes/portal/components/portal-mariadb/Chart.yaml [moved from kubernetes/portal/charts/portal-mariadb/Chart.yaml with 100% similarity]
kubernetes/portal/components/portal-mariadb/requirements.yaml [new file with mode: 0644]
kubernetes/portal/components/portal-mariadb/resources/config/mariadb/docker-entrypoint.sh [moved from kubernetes/portal/charts/portal-mariadb/resources/config/mariadb/docker-entrypoint.sh with 100% similarity]
kubernetes/portal/components/portal-mariadb/resources/config/mariadb/oom_updates.sql [moved from kubernetes/portal/charts/portal-mariadb/resources/config/mariadb/oom_updates.sql with 100% similarity]
kubernetes/portal/components/portal-mariadb/templates/NOTES.txt [moved from kubernetes/portal/charts/portal-mariadb/templates/NOTES.txt with 100% similarity]
kubernetes/portal/components/portal-mariadb/templates/configmap.yaml [moved from kubernetes/portal/charts/portal-mariadb/templates/configmap.yaml with 100% similarity]
kubernetes/portal/components/portal-mariadb/templates/deployment.yaml [moved from kubernetes/portal/charts/portal-mariadb/templates/deployment.yaml with 100% similarity]
kubernetes/portal/components/portal-mariadb/templates/job.yaml [moved from kubernetes/portal/charts/portal-mariadb/templates/job.yaml with 100% similarity]
kubernetes/portal/components/portal-mariadb/templates/pv.yaml [moved from kubernetes/portal/charts/portal-mariadb/templates/pv.yaml with 100% similarity]
kubernetes/portal/components/portal-mariadb/templates/pvc.yaml [moved from kubernetes/portal/charts/portal-mariadb/templates/pvc.yaml with 100% similarity]
kubernetes/portal/components/portal-mariadb/templates/secrets.yaml [moved from kubernetes/portal/charts/portal-mariadb/templates/secrets.yaml with 100% similarity]
kubernetes/portal/components/portal-mariadb/templates/service.yaml [moved from kubernetes/portal/charts/portal-mariadb/templates/service.yaml with 100% similarity]
kubernetes/portal/components/portal-mariadb/values.yaml [moved from kubernetes/portal/charts/portal-mariadb/values.yaml with 100% similarity]
kubernetes/portal/components/portal-sdk/.helmignore [moved from kubernetes/portal/charts/portal-sdk/.helmignore with 100% similarity]
kubernetes/portal/components/portal-sdk/Chart.yaml [moved from kubernetes/portal/charts/portal-sdk/Chart.yaml with 100% similarity]
kubernetes/portal/components/portal-sdk/requirements.yaml [new file with mode: 0644]
kubernetes/portal/components/portal-sdk/resources/config/deliveries/properties/ONAPPORTALSDK/fusion.properties [moved from kubernetes/portal/charts/portal-sdk/resources/config/deliveries/properties/ONAPPORTALSDK/fusion.properties with 100% similarity]
kubernetes/portal/components/portal-sdk/resources/config/deliveries/properties/ONAPPORTALSDK/logback.xml [moved from kubernetes/portal/charts/portal-sdk/resources/config/deliveries/properties/ONAPPORTALSDK/logback.xml with 100% similarity]
kubernetes/portal/components/portal-sdk/resources/config/deliveries/properties/ONAPPORTALSDK/music.properties [moved from kubernetes/portal/charts/portal-sdk/resources/config/deliveries/properties/ONAPPORTALSDK/music.properties with 100% similarity]
kubernetes/portal/components/portal-sdk/resources/config/deliveries/properties/ONAPPORTALSDK/portal.properties [moved from kubernetes/portal/charts/portal-sdk/resources/config/deliveries/properties/ONAPPORTALSDK/portal.properties with 100% similarity]
kubernetes/portal/components/portal-sdk/resources/config/deliveries/properties/ONAPPORTALSDK/system.properties [moved from kubernetes/portal/charts/portal-sdk/resources/config/deliveries/properties/ONAPPORTALSDK/system.properties with 100% similarity]
kubernetes/portal/components/portal-sdk/resources/server/server.xml [moved from kubernetes/portal/charts/portal-sdk/resources/server/server.xml with 100% similarity]
kubernetes/portal/components/portal-sdk/templates/NOTES.txt [moved from kubernetes/portal/charts/portal-sdk/templates/NOTES.txt with 100% similarity]
kubernetes/portal/components/portal-sdk/templates/configmap.yaml [moved from kubernetes/portal/charts/portal-sdk/templates/configmap.yaml with 100% similarity]
kubernetes/portal/components/portal-sdk/templates/deployment.yaml [moved from kubernetes/portal/charts/portal-sdk/templates/deployment.yaml with 100% similarity]
kubernetes/portal/components/portal-sdk/templates/ingress.yaml [moved from kubernetes/portal/charts/portal-sdk/templates/ingress.yaml with 100% similarity]
kubernetes/portal/components/portal-sdk/templates/secrets.yaml [moved from kubernetes/portal/charts/portal-sdk/templates/secrets.yaml with 100% similarity]
kubernetes/portal/components/portal-sdk/templates/service.yaml [moved from kubernetes/portal/charts/portal-sdk/templates/service.yaml with 100% similarity]
kubernetes/portal/components/portal-sdk/values.yaml [moved from kubernetes/portal/charts/portal-sdk/values.yaml with 98% similarity]
kubernetes/portal/components/portal-widget/.helmignore [moved from kubernetes/portal/charts/portal-widget/.helmignore with 100% similarity]
kubernetes/portal/components/portal-widget/Chart.yaml [moved from kubernetes/portal/charts/portal-widget/Chart.yaml with 100% similarity]
kubernetes/portal/components/portal-widget/requirements.yaml [new file with mode: 0644]
kubernetes/portal/components/portal-widget/resources/config/deliveries/properties/ONAPWIDGETMS/application.properties [moved from kubernetes/portal/charts/portal-widget/resources/config/deliveries/properties/ONAPWIDGETMS/application.properties with 100% similarity]
kubernetes/portal/components/portal-widget/resources/config/deliveries/properties/ONAPWIDGETMS/application.yml [moved from kubernetes/portal/charts/portal-widget/resources/config/deliveries/properties/ONAPWIDGETMS/application.yml with 100% similarity]
kubernetes/portal/components/portal-widget/templates/NOTES.txt [moved from kubernetes/portal/charts/portal-widget/templates/NOTES.txt with 100% similarity]
kubernetes/portal/components/portal-widget/templates/configmap.yaml [moved from kubernetes/portal/charts/portal-widget/templates/configmap.yaml with 100% similarity]
kubernetes/portal/components/portal-widget/templates/deployment.yaml [moved from kubernetes/portal/charts/portal-widget/templates/deployment.yaml with 100% similarity]
kubernetes/portal/components/portal-widget/templates/service.yaml [moved from kubernetes/portal/charts/portal-widget/templates/service.yaml with 100% similarity]
kubernetes/portal/components/portal-widget/values.yaml [moved from kubernetes/portal/charts/portal-widget/values.yaml with 100% similarity]
kubernetes/portal/components/portal-zookeeper/.helmignore [moved from kubernetes/portal/charts/portal-zookeeper/.helmignore with 100% similarity]
kubernetes/portal/components/portal-zookeeper/Chart.yaml [moved from kubernetes/portal/charts/portal-zookeeper/Chart.yaml with 100% similarity]
kubernetes/portal/components/portal-zookeeper/requirements.yaml [new file with mode: 0644]
kubernetes/portal/components/portal-zookeeper/templates/NOTES.txt [moved from kubernetes/portal/charts/portal-zookeeper/templates/NOTES.txt with 100% similarity]
kubernetes/portal/components/portal-zookeeper/templates/deployment.yaml [moved from kubernetes/portal/charts/portal-zookeeper/templates/deployment.yaml with 100% similarity]
kubernetes/portal/components/portal-zookeeper/templates/service.yaml [moved from kubernetes/portal/charts/portal-zookeeper/templates/service.yaml with 100% similarity]
kubernetes/portal/components/portal-zookeeper/values.yaml [moved from kubernetes/portal/charts/portal-zookeeper/values.yaml with 100% similarity]
kubernetes/portal/requirements.yaml

diff --git a/kubernetes/portal/Makefile b/kubernetes/portal/Makefile
new file mode 100644 (file)
index 0000000..8af301d
--- /dev/null
@@ -0,0 +1,50 @@
+# Copyright © 2020 Samsung Electronics
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
+OUTPUT_DIR := $(ROOT_DIR)/../dist
+PACKAGE_DIR := $(OUTPUT_DIR)/packages
+SECRET_DIR := $(OUTPUT_DIR)/secrets
+
+EXCLUDES := dist resources templates charts docker
+HELM_CHARTS := $(filter-out $(EXCLUDES), $(sort $(patsubst %/.,%,$(wildcard */.))))
+
+.PHONY: $(EXCLUDES) $(HELM_CHARTS)
+
+all: $(HELM_CHARTS)
+
+$(HELM_CHARTS):
+       @echo "\n[$@]"
+       @make package-$@
+
+make-%:
+       @if [ -f $*/Makefile ]; then make -C $*; fi
+
+dep-%: make-%
+       @if [ -f $*/requirements.yaml ]; then helm dep up $*; fi
+
+lint-%: dep-%
+       @if [ -f $*/Chart.yaml ]; then helm lint $*; fi
+
+package-%: lint-%
+       @mkdir -p $(PACKAGE_DIR)
+       @if [ -f $*/Chart.yaml ]; then helm package -d $(PACKAGE_DIR) $*; fi
+       @helm repo index $(PACKAGE_DIR)
+
+clean:
+       @rm -f */requirements.lock
+       @rm -f *tgz */charts/*tgz
+       @rm -rf $(PACKAGE_DIR)
+%:
+       @:
diff --git a/kubernetes/portal/components/Makefile b/kubernetes/portal/components/Makefile
new file mode 100644 (file)
index 0000000..2fc0cbe
--- /dev/null
@@ -0,0 +1,50 @@
+# Copyright © 2020 Samsung Electronics
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
+OUTPUT_DIR := $(ROOT_DIR)/../../dist
+PACKAGE_DIR := $(OUTPUT_DIR)/packages
+SECRET_DIR := $(OUTPUT_DIR)/secrets
+
+EXCLUDES :=
+HELM_CHARTS := $(filter-out $(EXCLUDES), $(sort $(patsubst %/.,%,$(wildcard */.))))
+
+.PHONY: $(EXCLUDES) $(HELM_CHARTS)
+
+all: $(HELM_CHARTS)
+
+$(HELM_CHARTS):
+       @echo "\n[$@]"
+       @make package-$@
+
+make-%:
+       @if [ -f $*/Makefile ]; then make -C $*; fi
+
+dep-%: make-%
+       @if [ -f $*/requirements.yaml ]; then helm dep up $*; fi
+
+lint-%: dep-%
+       @if [ -f $*/Chart.yaml ]; then helm lint $*; fi
+
+package-%: lint-%
+       @mkdir -p $(PACKAGE_DIR)
+       @if [ -f $*/Chart.yaml ]; then helm package -d $(PACKAGE_DIR) $*; fi
+       @helm repo index $(PACKAGE_DIR)
+
+clean:
+       @rm -f */requirements.lock
+       @rm -f *tgz */charts/*tgz
+       @rm -rf $(PACKAGE_DIR)
+%:
+       @:
diff --git a/kubernetes/portal/components/portal-app/requirements.yaml b/kubernetes/portal/components/portal-app/requirements.yaml
new file mode 100644 (file)
index 0000000..c5d7864
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright © 2020 Samsung Electronics
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+dependencies:
+  - name: common
+    version: ~6.x-0
+    repository: '@local'
@@ -17,6 +17,8 @@
 # Global configuration defaults.
 #################################################################
 global:
+  env:
+    tomcatDir: "/usr/local/tomcat"
   nodePortPrefix: 302
   readinessRepository: oomk8s
   readinessImage: readiness-check:2.0.0
diff --git a/kubernetes/portal/components/portal-cassandra/requirements.yaml b/kubernetes/portal/components/portal-cassandra/requirements.yaml
new file mode 100644 (file)
index 0000000..c5d7864
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright © 2020 Samsung Electronics
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+dependencies:
+  - name: common
+    version: ~6.x-0
+    repository: '@local'
diff --git a/kubernetes/portal/components/portal-mariadb/requirements.yaml b/kubernetes/portal/components/portal-mariadb/requirements.yaml
new file mode 100644 (file)
index 0000000..c5d7864
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright © 2020 Samsung Electronics
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+dependencies:
+  - name: common
+    version: ~6.x-0
+    repository: '@local'
diff --git a/kubernetes/portal/components/portal-sdk/requirements.yaml b/kubernetes/portal/components/portal-sdk/requirements.yaml
new file mode 100644 (file)
index 0000000..c5d7864
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright © 2020 Samsung Electronics
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+dependencies:
+  - name: common
+    version: ~6.x-0
+    repository: '@local'
@@ -17,6 +17,8 @@
 # Global configuration defaults.
 #################################################################
 global:
+  env:
+    tomcatDir: "/usr/local/tomcat"
   nodePortPrefix: 302
   readinessRepository: oomk8s
   readinessImage: readiness-check:2.0.0
diff --git a/kubernetes/portal/components/portal-widget/requirements.yaml b/kubernetes/portal/components/portal-widget/requirements.yaml
new file mode 100644 (file)
index 0000000..c5d7864
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright © 2020 Samsung Electronics
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+dependencies:
+  - name: common
+    version: ~6.x-0
+    repository: '@local'
diff --git a/kubernetes/portal/components/portal-zookeeper/requirements.yaml b/kubernetes/portal/components/portal-zookeeper/requirements.yaml
new file mode 100644 (file)
index 0000000..c5d7864
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright © 2020 Samsung Electronics
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+dependencies:
+  - name: common
+    version: ~6.x-0
+    repository: '@local'
index caff1e5..f89bbd6 100644 (file)
@@ -17,3 +17,21 @@ dependencies:
   - name: common
     version: ~6.x-0
     repository: '@local'
+  - name: portal-app
+    version: ~6.x-0
+    repository: 'file://components/portal-app'
+  - name: portal-cassandra
+    version: ~6.x-0
+    repository: 'file://components/portal-cassandra'
+  - name: portal-mariadb
+    version: ~6.x-0
+    repository: 'file://components/portal-mariadb'
+  - name: portal-sdk
+    version: ~6.x-0
+    repository: 'file://components/portal-sdk'
+  - name: portal-widget
+    version: ~6.x-0
+    repository: 'file://components/portal-widget'
+  - name: portal-zookeeper
+    version: ~6.x-0
+    repository: 'file://components/portal-zookeeper'