From d855dead9efb524048d61dbbdb856ff45e268a06 Mon Sep 17 00:00:00 2001 From: Martin Skorupski Date: Sun, 5 Feb 2023 19:07:02 +0100 Subject: [PATCH] Add a FlowManagement Component - create .env for apps IssueID: OAM-308 Change-Id: If82a8b5902d12d64db1e0ea5929168db47c150c4 Signed-off-by: Martin Skorupski --- solution/smo/apps/.env | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 solution/smo/apps/.env diff --git a/solution/smo/apps/.env b/solution/smo/apps/.env new file mode 100644 index 0000000..7254383 --- /dev/null +++ b/solution/smo/apps/.env @@ -0,0 +1,28 @@ +################################################################################ +# Copyright 2023 highstreet technologies and others +# +# 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. +# + +COMPOSE_PROJECT_NAME=o-ran-sc-h-release + +# flows (implemened by nodered) +FLOWS_IMAGE=nodered/node-red:latest + +# gateway implemenyed by traefik +SOLUTION_DOMAIN=smo.o-ran-sc.org + +# apps +APP_VENDOR=O-RAN-SC-OAM-Project +APP_SOURCE=O-RAN-SC-OAM-Test-Component-01 +APP_NETWORK_FUNCTION_ID=pnf2 -- 2.16.6