diff options
author | Michal Ptacek <m.ptacek@partner.samsung.com> | 2019-04-03 13:55:29 +0000 |
---|---|---|
committer | Michal Ptacek <m.ptacek@partner.samsung.com> | 2019-04-05 13:23:09 +0200 |
commit | 90ec0cf1365c7d5b104ed921a9c273623a4886ba (patch) | |
tree | c7df982159c24aef7be0e46add76092209fbf358 /build/fetch_and_patch_charts.sh | |
parent | 4e2e9e887b8941a501a80a6c870ad4cb9295ddac (diff) |
Our bare repos need to have casablanca branch
This is required to align with OOM charts, otherwise
some components like DMAAP might be not initialized
properly. Furthmore removing duplicated files, most
of our data_lists are same for Casablanca MR and
Casablanca base releases.
Change-Id: I376410c7915d8f2682287c31392e2f3796adc990
Issue-ID: OOM-1771
Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
Diffstat (limited to 'build/fetch_and_patch_charts.sh')
-rwxr-xr-x | build/fetch_and_patch_charts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/fetch_and_patch_charts.sh b/build/fetch_and_patch_charts.sh index 2c1312e0..9d28afcb 100755 --- a/build/fetch_and_patch_charts.sh +++ b/build/fetch_and_patch_charts.sh @@ -37,7 +37,7 @@ C_='\033[0m' #Color off usage () { echo "Usage:" echo -e "./$(basename $0) <helm charts repo> <commit/tag/branch> <patchfile> <target_dir>\n" - echo "Example: ./$(basename $0) https://gerrit.onap.org/r/oom 3.0.0-ONAP /root/offline-installer/patches/casablanca.patch /root/offline-installer/ansible/application/helm_charts" + echo "Example: ./$(basename $0) https://gerrit.onap.org/r/oom 3.0.1-ONAP /root/offline-installer/patches/casablanca.patch /root/offline-installer/ansible/application/helm_charts" } if [ "$#" -ne 4 ]; then |