4749a8194c38231110b244cd228d20eddf7f2a7f
[it/dep.git] / smo-install / test / pythonsdk / src / orantests / resources / network-simulators-topology / network-simulators-override.yaml
1 ###
2 # ============LICENSE_START=======================================================
3 # ORAN SMO Package
4 # ================================================================================
5 # Copyright (C) 2021 AT&T Intellectual Property. All rights
6 #                             reserved.
7 # ================================================================================
8 # Licensed under the Apache License, Version 2.0 (the "License");
9 # you may not use this file except in compliance with the License.
10 # You may obtain a copy of the License at
11 #
12 # http://www.apache.org/licenses/LICENSE-2.0
13 #
14 # Unless required by applicable law or agreed to in writing, software
15 # distributed under the License is distributed on an "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 # See the License for the specific language governing permissions and
18 # limitations under the License.
19 # ============LICENSE_END============================================
20 # ===================================================================
21
22 ###
23
24 ##### Network Simulators #####
25
26 ru-du-simulators:
27   topologyServer: true
28   ruSimulator: true
29   duSimulator: true
30
31
32 x-ntsimNg: &ntsimConfig
33   sdnControllerUsername: admin
34   sdnControllerPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
35
36   vesEndpointUsername: sample1
37   vesEndpointPassword: sample1
38
39 ru-simulator: 
40   ntsimNg:
41     <<: *ntsimConfig
42     ipV6Enabled: false
43     sshConnections: 0
44     tlsConnections: 1
45
46 du-simulator:
47   ntsimNg:
48     <<: *ntsimConfig
49     ipV6Enabled: false
50     sshConnections: 1
51     tlsConnections: 0
52
53 topology-server:
54   ntsimNg:  
55     <<: *ntsimConfig
56     ipV6Enabled: false
57     sshConnections: 0
58     tlsConnections: 1