Catalog alignment
[sdc.git] / catalog-dao / src / test / resources / config / catalog-dao / configuration.yaml
1 identificationHeaderFields:
2    - HTTP_IV_USER
3    - HTTP_CSP_FIRSTNAME
4    - HTTP_CSP_LASTNAME
5    - HTTP_IV_REMOTE_ADDRESS
6    - HTTP_CSP_WSTYPE
7
8
9 # catalog backend hostname
10 beFqdn: 0.0.0.0
11 # sdccatalog.att.com
12
13 # catalog backend http port
14 beHttpPort: 8080
15
16 # catalog backend http context
17 beContext: /sdc/rest/config/get
18
19 # catalog backend protocol
20 beProtocol: http
21
22 # catalog backend ssl port
23 beSslPort: 8443
24
25 version: 1.0
26 released: 2012-11-30
27
28 janusGraphCfgFile: src/main/resources/config/janusgraph.properties
29 janusGraphInMemoryGraph: true
30 janusGraphLockTimeout: 30
31
32 # Protocols
33 protocols:
34    - http
35    - https
36
37 # Users
38 users:
39     tom: passwd
40     bob: passwd
41 #Neoj4
42 neo4j:
43     host: neo4jhost
44     port: 7474
45     user: neo4j
46     password: "12345"
47     maxHttpConnection: 100
48     maxHttpPerRoute: 20
49
50 cassandraConfig:
51     cassandraHosts: ['000000000']
52     localDataCenter:
53     reconnectTimeout : 30000
54     authenticate: false
55     username: koko
56     password: bobo
57     ssl: false
58     truststorePath : /path/path
59     truststorePassword : 123123
60     keySpaces:
61         - { name: sdcaudit, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
62         - { name: sdcartifact, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
63
64
65 switchoverDetector:
66     gBeFqdn: AIO-BE.ecomp.idns
67     gFeFqdn: AIO-FE.ecomp.idns
68     beVip: 0.0.0.0
69     feVip: 0.0.0.0
70     beResolveAttempts: 3
71     feResolveAttempts: 3
72     enabled: false
73     interval: 60
74     changePriorityUser: ecompasdc
75     changePriorityPassword: ecompasdc123
76     publishNetworkUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/update_network?user=root"
77     publishNetworkBody: '{"note":"publish network"}'
78     groups:
79       beSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-BE.ecomp.idns.com?user=root",
80                changePriorityBody: '{"name":"AIO-BE.ecomp.idns.com","uri":"/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-BE.ecomp.idns.com","no_ad_redirection":false,"v4groups":{"failover_groups":["/crt/CipDomain.ECOMP-ASDC-DEVST/config/groups/group_mg_be","/crt/CipDomain.ECOMP-ASDC-DEVST/config/groups/group_bs_be"],"failover_policy":["FAILALL"]},"comment":"AIO BE G-fqdn","intended_app_proto":"DNS"}'}
81       feSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-FE.ecomp.idns.com?user=root",
82                changePriorityBody: '{"comment":"AIO G-fqdn","name":"AIO-FE.ecomp.idns.com","v4groups":{"failover_groups":["/crt/CipDomain.ECOMP-ASDC-DEVST/config/groups/group_mg_fe","/crt/CipDomain.ECOMP-ASDC-DEVST/config/groups/group_bs_fe"],"failover_policy":["FAILALL"]},"no_ad_redirection":false,"intended_app_proto":"DNS","uri":"/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-FE.ecomp.idns.com"}'}
83
84 applicationL1Cache:
85     datatypes:
86         enabled: true
87         firstRunDelay: 10
88         pollIntervalInSec: 60
89
90 environmentContext:
91     defaultValue: General_Revenue-Bearing
92     validValues:
93     - Critical_Revenue-Bearing
94     - Vital_Revenue-Bearing
95     - Essential_Revenue-Bearing
96     - Important_Revenue-Bearing
97     - Needed_Revenue-Bearing
98     - Useful_Revenue-Bearing
99     - General_Revenue-Bearing
100     - Critical_Non-Revenue
101     - Vital_Non-Revenue
102     - Essential_Non-Revenue
103     - Important_Non-Revenue
104     - Needed_Non-Revenue
105     - Useful_Non-Revenue
106     - General_Non-Revenue
107
108 applicationL2Cache:
109     enabled: true
110     catalogL1Cache:
111         enabled: true
112         resourcesSizeInCache: 300
113         servicesSizeInCache: 200
114         productsSizeInCache: 100
115     queue:
116         syncIntervalInSecondes: 60
117         waitOnShutDownInMinutes: 30
118         numberOfCacheWorkers: 4
119 toscaValidators:
120     stringMaxLength: 1024