NF OAM Adopter RAN Mock application
[oam/nf-oam-adopter.git] / ves-nf-oam-adopter / ves-nf-oam-adopter-mock / configuration / application.yml
1 spring.devtools.restart.log-condition-evaluation-delta: false
2 scheduler:
3   fixedDelay: 8000
4   initialDelay: 4000
5 security:
6   auth:
7     username: admin
8     password: admin
9 server:
10   port: ${SERVER_PORT:443}
11   ssl:
12     enabled: true
13     key-store-type: JKS
14     key-alias: nf-oam-adopter
15     key-store: ${KEYSTORE_PATH:ssl/nf-oam-adopter-keystore.jks}
16     key-store-password: ${KEY_STORE_PASSWORD:nf-oam-adopter}
17     key-password: ${KEY_PASSWORD:nf-oam-adopter}
18     enabled-protocols: TLSv1.3
19     ciphers: TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256, TLS_AES_128_CCM_8_SHA256, TLS_AES_128_CCM_SHA256
20 snmp:
21   destiny: ${SNMP-DESTINY:0.0.0.0/162}
22   alarm-trap:
23     1.3.6.1.2.1.1.3.0: "0:00:50.00"
24     1.3.6.1.6.3.1.1.4.1.0: "1.3.6.1.4.1.1007.0.0.1.0.1"
25     1.3.6.1.4.1.1007.0.0.1.0.2: "OAM-BOX"
26     1.3.6.1.4.1.1007.0.0.1.0.3: "Port DOWN"
27     1.3.6.1.4.1.1007.0.0.1.0.4: "1613592976108380"
28     1.3.6.1.4.1.1007.0.0.1.0.5: "1613592976108380"
29     1.3.6.1.4.1.1007.0.0.1.0.6: "10283"
30     1.3.6.1.4.1.1007.0.0.1.0.7: "A0"
31   clear-trap:
32     1.3.6.1.2.1.1.3.0: "0:00:50.00"
33     1.3.6.1.6.3.1.1.4.1.0: "1.3.6.1.4.1.1007.0.0.1.0.2"
34     1.3.6.1.4.1.1007.0.0.1.0.2: "OAM-BOX"
35     1.3.6.1.4.1.1007.0.0.1.0.3: "Port UP"
36     1.3.6.1.4.1.1007.0.0.1.0.4: "1613592976109380"
37     1.3.6.1.4.1.1007.0.0.1.0.5: "1613592976109880"
38     1.3.6.1.4.1.1007.0.0.1.0.6: "10283"
39     1.3.6.1.4.1.1007.0.0.1.0.7: "A0"