Alex Dehn | f6a8d45 | 2024-09-26 07:14:30 +0000 | [diff] [blame] | 1 | # Copyright © 2021-2022 AT&T Intellectual Property |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
| 15 | # Static Defaults |
| 16 | # image: |
| 17 | # repository: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
| 18 | # name: nts-ng-o-ran-ru-fh |
| 19 | # tag: 1.5.0 |
| 20 | # pullPolicy: IfNotPresent |
| 21 | |
| 22 | # service: |
| 23 | # type: NodePort |
| 24 | # ports: |
| 25 | # port: 830 |
| 26 | |
| 27 | # rus: |
| 28 | # - name: o-ru-11221 |
| 29 | # simulatedFaults: |
| 30 | # - name: fault1 |
| 31 | # condition: "C/U-plane logical Connection faulty" |
| 32 | # severity: CRITICAL |
| 33 | # specificProblem: "C/U-plane logical Connection faulty" |
| 34 | # faultSeverity: CRITICAL |
| 35 | # cleared: false |
| 36 | # text: "O-RU Port Down" |
| 37 | # faultId: 28 |
| 38 | # object: "09a95e08-5b53-4734-815f-a9c12300fc62" |
| 39 | # - name: fault1-close |
| 40 | # condition: "C/U-plane logical Connection faulty" |
| 41 | # severity: NORMAL |
| 42 | # specificProblem: "C/U-plane logical Connection faulty" |
| 43 | # faultSeverity: CRITICAL |
| 44 | # cleared: true |
| 45 | # text: "O-RU Port Down" |
| 46 | # faultId: 28 |
| 47 | # object: "09a95e08-5b53-4734-815f-a9c12300fc62" |
| 48 | |
| 49 | # - name: o-ru-11222 |
| 50 | # simulatedFaults: |
| 51 | # - name: fault1 |
| 52 | # condition: "C/U-plane logical Connection faulty" |
| 53 | # severity: CRITICAL |
| 54 | # specificProblem: "C/U-plane logical Connection faulty" |
| 55 | # faultSeverity: CRITICAL |
| 56 | # cleared: false |
| 57 | # text: "O-RU Port Down" |
| 58 | # faultId: 28 |
| 59 | # object: "09a95e08-5b53-4734-815f-a9c12300fc63" |
| 60 | # - name: fault1-close |
| 61 | # condition: "C/U-plane logical Connection faulty" |
| 62 | # severity: NORMAL |
| 63 | # specificProblem: "C/U-plane logical Connection faulty" |
| 64 | # faultSeverity: CRITICAL |
| 65 | # cleared: true |
| 66 | # text: "O-RU Port Down" |
| 67 | # faultId: 28 |
| 68 | # object: "09a95e08-5b53-4734-815f-a9c12300fc63" |
| 69 | |
| 70 | |
| 71 | # NTS NG settings |
| 72 | ntsimNg: |
| 73 | ipV6Enabled: false |
| 74 | sshConnections: 1 |
| 75 | tlsConnections: 0 |
| 76 | ntsHostBasePort: 50000 |
| 77 | ntsHostNetconfSshBasePort: 1000 |
| 78 | ntsHostNetconfTlsBasePort: 1500 |
| 79 | ntsHostTransferFtpBasePort: 2000 |
| 80 | ntsHostTransferSftpBasePort: 2000 |
| 81 | ntsNfMountPointAddressingMethod: docker-mapping |
| 82 | |
| 83 | sdnControllerProtocol: http |
| 84 | sdnControllerCallHomeAddress: sdnc-callhome.onap |
| 85 | sdnControllerCallHomePort: 4334 |
| 86 | sdnControllerUsername: admin |
| 87 | #sdnControllerPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U |
| 88 | sdnControllerPassword: admin |
| 89 | sdnControllerPort: 8282 |
| 90 | sdnControllerAddress: sdnc.onap |
| 91 | |
| 92 | vesCommonHeaderVersion: 7.2.1 |
| 93 | vesEndpointProtocol: https |
| 94 | vesEndpointAddress: dcae-ves-collector.onap |
| 95 | vesEndpointPort: 8443 |
| 96 | vesEndpointAuthMethod: basic-auth |
| 97 | vesEndpointUsername: sample1 |
| 98 | vesEndpointPassword: sample1 |
| 99 | |
| 100 | ntsNfStandaloneStartFeatures: datastore-populate netconf-call-home web-cut-through |