diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2019-03-01 09:26:13 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2019-03-04 14:02:06 +0100 |
commit | 7acab5645e0fa68f45941c8f1358307fb2e10c8f (patch) | |
tree | 7de3629aea41b27f47db4526b3b14eece40b26e2 /kubernetes/common/blueprints-processor/requirements.yaml | |
parent | 54a0a8a2a2f6e5ef7debf616de0abbc1c421a231 (diff) |
Add CDS as new chart
CDS (Common Design Studio) was put in common but with the arrival of a
chart that hosts the UI, it seems better to have it into its own "root"
chart.
For now, CDS chart is being installed if it's set as enabled in SDNC.
Change-Id: I73bdcfaeb29b796793374513e152244a41e82d52
Issue-ID: CCSDK-1015
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Diffstat (limited to 'kubernetes/common/blueprints-processor/requirements.yaml')
-rwxr-xr-x | kubernetes/common/blueprints-processor/requirements.yaml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/kubernetes/common/blueprints-processor/requirements.yaml b/kubernetes/common/blueprints-processor/requirements.yaml deleted file mode 100755 index 1d06a389a8..0000000000 --- a/kubernetes/common/blueprints-processor/requirements.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright (c) 2019 IBM, Bell Canada -# -# 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: mariadb-galera - version: ~4.x-0 - repository: file://../mariadb-galera/ - - name: common - version: ~4.x-0 - repository: '@local'
\ No newline at end of file |