793de6306f39e17bb95ff10b17ddddf3bb24e822
[optf/osdf.git] / test / config / osdf_config.yaml
1 placementVersioningEnabled: False
2
3 # Placement API latest version numbers to be set in HTTP header
4 placementMajorVersion: "1"
5 placementMinorVersion: "0"
6 placementPatchVersion: "0"
7
8 # Placement API default version numbers to be set in HTTP header
9 placementDefaultMajorVersion: "1"
10 placementDefaultMinorVersion: "0"
11 placementDefaultPatchVersion: "0"
12
13 osdfUserNameForSO: ""   # The OSDF Manager username for MSO.
14 odfPasswordForSO: ""   # The OSDF Manager password for MSO.
15
16 # msoUrl: ""   # The SO url for call back. This will be part of the request, so no need
17 soUsername: ""   # SO username for call back.
18 soPassword: ""   # SO password for call back.
19
20 conductorUrl: "https://OOF-HAS-CONDUCTOR-HOST:8091"
21 conductorUsername: "CONDUCTOR-USER"
22 conductorPassword: "CONDUCTOR-PASSWD"
23 conductorPingWaitTime: 60  # seconds to wait before calling the conductor retry URL
24 conductorMaxRetries: 30  # if we don't get something in 30 minutes, give up
25 # versions to be set in HTTP header
26 conductorMinorVersion: 0
27
28 # Policy Platform -- requires ClientAuth, Authorization, and Environment
29 policyPlatformUrl: https://POLICY-URL:8081/pdp/getConfig # Policy Dev platform URL
30 policyPlatformEnv: TEST  # Environment for policy platform
31 policyPlatformUsername: POLICY-USER   # Policy platform username.
32 policyPlatformPassword: POLICY-PASSWD   # Policy platform password.
33 policyClientUsername: POLICY-CLIENT-USER   # For use with ClientAuth
34 policyClientPassword: POLICY-CLIENT-PASSWD   # For use with ClientAuth
35
36 messageReaderHosts: https://DMAAP-HOST1:3905,https://DMAAP-HOST2:3905,https://DMAAP-HOST3:3905
37 messageReaderTopic: org.onap.oof.osdf.multicloud
38 messageReaderAafUserId: DMAAP-OSDF-MC-USER
39 messageReaderAafPassword: DMAAP-OSDF-MC-PASSWD
40
41 sdcUrl: https://SDC-HOST:8443/sdc/v1/catalog
42 sdcUsername: SDC-OSDF-USER
43 sdcPassword: SDC-OSDF-PASSWD
44 sdcONAPInstanceID: ONAP-OSDF
45
46 osdfPlacementUrl: "http://127.0.0.1:24699/osdf/api/v2/placement"
47 osdfPlacementUsername: "test"
48 osdfPlacementPassword: "testpwd"
49
50 is_aaf_enabled: False
51 aaf_cache_expiry_mins: 5
52 aaf_url: https://aaftest.simpledemo.onap.org:8095
53 aaf_user_roles:
54   - '/placement:org.onap.oof.access|*|read ALL'
55   - '/pci:org.onap.oof.access|*|read ALL'
56
57 # Secret Management Service from AAF
58 aaf_sms_url: https://aaf-sms.onap:10443
59 aaf_sms_timeout: 30
60 secret_domain: osdf
61 aaf_ca_certs: ssl_certs/aaf_root_ca.cer
62
63 # Credentials for PCIHandler
64 pciHMSUsername: ""   # pcihandler username for call back.
65 pciHMSPassword: ""   # pcihandler password for call back.
66
67 # Credentials for the OOF PCI Opt service
68 osdfPCIOptUsername: PCI-OSDF-USER
69 osdfPCIOptPassword: PCI-OSDF-PASSWD
70
71 aaiUrl: "https://aai.url:30233"
72 aaiServiceInstanceUrl : "/aai/v20/nodes/service-instances/service-instance/"
73
74 #DES api
75 desUrl: https://des.url:9000
76 desApiPath: /datalake/v1/exposure/
77 desHeaders:
78   Accept: application/json
79   Content-Type: application/json
80 desUsername:
81 desPassword:
82
83 #consulconfig
84 consulHost: '127.0.0.1'
85 consulPort: 8500
86 consulScheme: 'http'
87 consulVerify: True
88 consulCert: None
89 activateConsulConfig: False