vrvarma | 3fe70c7 | 2018-09-28 10:30:00 -0400 | [diff] [blame^] | 1 | osdfUserNameForSO: "" # The OSDF Manager username for MSO. |
| 2 | odfPasswordForSO: "" # The OSDF Manager password for MSO. |
| 3 | |
| 4 | # msoUrl: "" # The SO url for call back. This will be part of the request, so no need |
| 5 | soUsername: "" # SO username for call back. |
| 6 | soPassword: "" # SO password for call back. |
| 7 | |
| 8 | conductorUrl: "http://127.0.0.1:5000/simulated/oof/has-api/flow1-success-simple/main.json" |
| 9 | conductorUsername: "CONDUCTOR-USER" |
| 10 | conductorPassword: "CONDUCTOR-PASSWD" |
| 11 | conductorPingWaitTime: 2 # seconds to wait before calling the conductor retry URL |
| 12 | conductorMaxRetries: 5 # if we don't get something in 30 minutes, give up |
| 13 | |
| 14 | # Policy Platform -- requires ClientAuth, Authorization, and Environment |
| 15 | policyPlatformUrl: http://127.0.0.1:5000/simulated/policy/pdp-has-vcpe-good/getConfig # Policy Dev platform URL |
| 16 | policyPlatformEnv: TEST # Environment for policy platform |
| 17 | policyPlatformUsername: POLICY-USER # Policy platform username. |
| 18 | policyPlatformPassword: POLICY-PASSWD # Policy platform password. |
| 19 | policyClientUsername: POLICY-CLIENT-USER # For use with ClientAuth |
| 20 | policyClientPassword: POLICY-CLIENT-PASSWD # For use with ClientAuth |
| 21 | |
| 22 | messageReaderHosts: https://DMAAP-HOST1:3905,https://DMAAP-HOST2:3905,https://DMAAP-HOST3:3905 |
| 23 | messageReaderTopic: org.onap.oof.osdf.multicloud |
| 24 | messageReaderAafUserId: DMAAP-OSDF-MC-USER |
| 25 | messageReaderAafPassword: DMAAP-OSDF-MC-PASSWD |
| 26 | |
| 27 | sdcUrl: https://SDC-HOST:8443/sdc/v1/catalog |
| 28 | sdcUsername: SDC-OSDF-USER |
| 29 | sdcPassword: SDC-OSDF-PASSWD |
| 30 | sdcONAPInstanceID: ONAP-OSDF |
| 31 | |
| 32 | osdfPlacementUrl: "http://127.0.0.1:24699/osdf/api/v2/placement" |
| 33 | |
| 34 | # Credentials for the OOF placement service - Generic |
| 35 | osdfPlacementUsername: test |
| 36 | osdfPlacementPassword: testpwd |
| 37 | |
| 38 | # Credentials for the OOF placement service - SO |
| 39 | osdfPlacementSOUsername: so_test |
| 40 | osdfPlacementSOPassword: so_testpwd |
| 41 | |
| 42 | # Credentials for the OOF placement service - VFC |
| 43 | osdfPlacementVFCUsername: vfc_test |
| 44 | osdfPlacementVFCPassword: vfc_testpwd |
| 45 | |
| 46 | # Credentials for the OOF CM scheduling service - Generic |
| 47 | osdfCMSchedulerUsername: test1 |
| 48 | osdfCMSchedulerPassword: testpwd1 |
| 49 | |
| 50 | # config db api |
| 51 | configDbUrl: http://127.0.0.1:5000/simulated/configdb |
| 52 | configDbUserName: osdf |
| 53 | configDbPassword: passwd |
| 54 | configDbGetCellListUrl: 'getCellList' |
| 55 | configDbGetNbrListUrl: 'getNbrList' |
| 56 | |
| 57 | # Credentials for PCIHandler |
| 58 | pciHMSUsername: "" # pcihandler username for call back. |
| 59 | pciHMSPassword: "" # pcihandler password for call back. |
| 60 | |
| 61 | #Credentials for the OOF PCI Opt Service |
| 62 | osdfPCIOptUsername: pci_test |
| 63 | osdfPCIOptPassword: pci_testpwd |
| 64 | |