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" |
| 20 | PMS_IMAGE_TAG="1.2.1-SNAPSHOT-latest" |
| 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 |
| 27 | DB_IMAGE_BASE="mysql/mysql-server" |
| 28 | DB_IMAGE_TAG="5.6" |
| 29 | |
| 30 | #A1CONTROLLER |
| 31 | A1CONTROLLER_IMAGE_BASE="nexus3.onap.org:10002/onap/sdnc-image" |
| 32 | A1CONTROLLER_IMAGE_TAG="2.1.2" |