X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fnonrtric%2Fvalues.yaml;h=4f067e99b1e8e98f259f9993248231dfd0a79416;hb=HEAD;hp=adf2fa549a5d723a253a52489bb83f4f7ec3e593;hpb=0faae789812e0f84949d26c415e8cb2cce1d94d5;p=it%2Fdep.git diff --git a/nonrtric/helm/nonrtric/values.yaml b/nonrtric/helm/nonrtric/values.yaml index adf2fa54..c8edf879 100644 --- a/nonrtric/helm/nonrtric/values.yaml +++ b/nonrtric/helm/nonrtric/values.yaml @@ -1,18 +1,48 @@ -################################################################################ -# Copyright (c) 2020 Nordix Foundation. # -# # -# 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. # -################################################################################ +# ============LICENSE_START=============================================== +# Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. +# ======================================================================== +# 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. +# ============LICENSE_END================================================= +nonrtric: + installPms: true + installA1controller: true + installA1simulator: true + installControlpanel: true + installInformationservice: true + installRappcatalogueservice: true + installRappcatalogueEnhancedservice: true + installNonrtricgateway: true + installDmaapadapterservice: true + installDmaapmediatorservice: true + installHelmmanager: true + installOrufhrecovery: true + installRansliceassurance: true + installCapifcore: true + installServicemanager: true + installRanpm: true + installrAppmanager: true + installDmeParticipant: true - + volume1: + size: 1Gi + storageClassName: volume1 + hostPath: /dockerdata-nfs/nonrtric/volume1 + volume2: + size: 1Gi + storageClassName: volume2 + hostPath: /dockerdata-nfs/nonrtric/volume2 + volume3: + size: 1Gi + storageClassName: volume3 \ No newline at end of file