blob: f8f750057c260c8148c0ee4fb87ecdcaec93a0b4 [file] [log] [blame]
Dileep Ranganathan425ba922018-10-04 15:34:34 -07001placementVersioningEnabled: False
vrvarma3fe70c72018-09-28 10:30:00 -04002
Dileep Ranganathan425ba922018-10-04 15:34:34 -07003# Placement API latest version numbers to be set in HTTP header
4placementMajorVersion: "1"
5placementMinorVersion: "0"
6placementPatchVersion: "0"
vrvarma3fe70c72018-09-28 10:30:00 -04007
Dileep Ranganathan425ba922018-10-04 15:34:34 -07008# Placement API default version numbers to be set in HTTP header
9placementDefaultMajorVersion: "1"
10placementDefaultMinorVersion: "0"
11placementDefaultPatchVersion: "0"
12
13# Config for Conductor
vrvarma3fe70c72018-09-28 10:30:00 -040014conductorUrl: "http://127.0.0.1:5000/simulated/oof/has-api/flow1-success-simple/main.json"
vrvarma3fe70c72018-09-28 10:30:00 -040015conductorPingWaitTime: 2 # seconds to wait before calling the conductor retry URL
16conductorMaxRetries: 5 # if we don't get something in 30 minutes, give up
Dileep Ranganathan425ba922018-10-04 15:34:34 -070017# versions to be set in HTTP header
18conductorMinorVersion: 0
vrvarma3fe70c72018-09-28 10:30:00 -040019
20# Policy Platform -- requires ClientAuth, Authorization, and Environment
21policyPlatformUrl: http://127.0.0.1:5000/simulated/policy/pdp-has-vcpe-good/getConfig # Policy Dev platform URL
22policyPlatformEnv: TEST # Environment for policy platform
vrvarma3fe70c72018-09-28 10:30:00 -040023
Dileep Ranganathan425ba922018-10-04 15:34:34 -070024# Config for DMaaP
vrvarma3fe70c72018-09-28 10:30:00 -040025messageReaderHosts: https://DMAAP-HOST1:3905,https://DMAAP-HOST2:3905,https://DMAAP-HOST3:3905
26messageReaderTopic: org.onap.oof.osdf.multicloud
vrvarma3fe70c72018-09-28 10:30:00 -040027
Dileep Ranganathan425ba922018-10-04 15:34:34 -070028# Config for SDC
vrvarma3fe70c72018-09-28 10:30:00 -040029sdcUrl: https://SDC-HOST:8443/sdc/v1/catalog
vrvarma3fe70c72018-09-28 10:30:00 -040030sdcONAPInstanceID: ONAP-OSDF
31
32osdfPlacementUrl: "http://127.0.0.1:24699/osdf/api/v2/placement"
33
Dileep Ranganathan425ba922018-10-04 15:34:34 -070034is_aaf_enabled: False
35aaf_cache_expiry_hrs: 3
36aaf_url: https://aaftest.simpledemo.onap.org:8095
37aaf_user_roles:
38 - /api/oof/v1/placement:org.onap.osdf.access|*|read ALL
vrvarma3fe70c72018-09-28 10:30:00 -040039
Dileep Ranganathan425ba922018-10-04 15:34:34 -070040# Secret Management Service from AAF
41aaf_sms_url: http://aaf-sms.onap:10443
42aaf_sms_timeout: 30
43secret_domain: osdf
44aaf_ca_certs: ssl_certs/aaf_root_ca.cer
vrvarma3fe70c72018-09-28 10:30:00 -040045
46# config db api
47configDbUrl: http://127.0.0.1:5000/simulated/configdb
vrvarma3fe70c72018-09-28 10:30:00 -040048configDbGetCellListUrl: 'getCellList'
49configDbGetNbrListUrl: 'getNbrList'