1 # O-RAN-SC docker-compose files
3 The docker-compose.yml file will create an entire nonrtric system with one command:
6 Two docker-compose files are provided in this folder:
8 nosdnc/docker-compose.yml
9 This file is to create nonrtric system without sdnc a1-controller
11 sdnc/docker-compose.yml
12 This file is to create nonrtric system with sdnc a1-controller
23 The scripts in data/ will generate some dummy data in the running system.
25 one policy type in a1-sim-OSC
26 one service in policy agent
27 one policy in a1-sim-OSC
28 one policy in a1-sim-STD
32 ./fill_data.sh [policy-agent-port] [a1-sim-OSC-port] [a1-sim-STD-port] [http/https]
35 http://localhost:[control-panel-port]/
37 All the generated data is shown on the web page
41 Copyright (C) 2020 Nordix Foundation.
42 Licensed under the Apache License, Version 2.0 (the "License")
43 you may not use this file except in compliance with the License.
44 You may obtain a copy of the License at
46 http://www.apache.org/licenses/LICENSE-2.0
48 Unless required by applicable law or agreed to in writing, software
49 distributed under the License is distributed on an "AS IS" BASIS,
50 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
51 See the License for the specific language governing permissions and
52 limitations under the License.
54 For more information about license please see the [LICENSE](LICENSE.txt) file for details.