ecaiyanlinux | 9002c53 | 2021-09-02 12:21:00 +0200 | [diff] [blame] | 1 | # ============LICENSE_START=============================================== |
| 2 | # Copyright (C) 2021 Nordix Foundation. All rights reserved. |
| 3 | # ======================================================================== |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | # ============LICENSE_END================================================= |
| 16 | # |
| 17 | |
| 18 | #PMS |
| 19 | PMS_IMAGE_BASE="onap/ccsdk-oran-a1policymanagementservice" |
Dan Timoney | 2eca548 | 2023-11-10 10:07:15 -0500 | [diff] [blame] | 20 | PMS_IMAGE_TAG="1.7.0-SNAPSHOT-latest" |
ecaiyanlinux | 9002c53 | 2021-09-02 12:21:00 +0200 | [diff] [blame] | 21 | |
| 22 | #A1_SIM |
| 23 | A1_SIM_IMAGE_BASE="nexus3.o-ran-sc.org:10002/o-ran-sc/a1-simulator" |
| 24 | A1_SIM_IMAGE_TAG="2.1.0" |
| 25 | |
| 26 | #DB |
ecaiyanlinux | b15ceab | 2021-09-23 12:42:04 +0200 | [diff] [blame] | 27 | DB_IMAGE_BASE="mariadb" |
| 28 | DB_IMAGE_TAG="10.5" |
ecaiyanlinux | 9002c53 | 2021-09-02 12:21:00 +0200 | [diff] [blame] | 29 | |
| 30 | #A1CONTROLLER |
| 31 | A1CONTROLLER_IMAGE_BASE="nexus3.onap.org:10002/onap/sdnc-image" |
Dan Timoney | b1ad800 | 2022-04-01 09:12:51 -0400 | [diff] [blame] | 32 | A1CONTROLLER_IMAGE_TAG="2.3.0" |