summaryrefslogtreecommitdiffstats
path: root/docs/release-notes.rst
AgeCommit message (Expand)AuthorFilesLines
2018-11-24Upadte release-note for Documentation projectEric Debeau1-5/+15
2018-09-28Update: Hyper Linkankatare1-1/+1
2018-09-01Cherry pick beijing improvements to masterRich Bennett1-1/+22
2017-11-18Add Tutorial Links & Getting StartedRich Bennett1-6/+3
2017-11-17Improve References to User GuidesRich Bennett1-5/+5
2017-11-03Multiple editorial improvementsRich Bennett1-0/+36
id='n116' href='#n116'>116 117 118 119 120 121 122 123 124 125 126 127 128
{
    "dmaapProvider": {
        "name": "DMaaP simulator",
        "topicSweepSec": 300
    },
    "restServers": [
        {
            "name": "DMaaP simulator",
            "providerClass": "org.onap.policy.models.sim.dmaap.rest.DmaapSimRestControllerV1",
            "host": "0.0.0.0",
            "port": 3905,
            "https": true
        },
        {
            "name": "A&AI simulator",
            "providerClass": "org.onap.policy.simulators.AaiSimulatorJaxRs",
            "host": "0.0.0.0",
            "port": 6666,
            "https": true
        },
        {
            "name": "Guard simulator",
            "providerClass": "org.onap.policy.simulators.GuardSimulatorJaxRs",
            "host": "0.0.0.0",
            "port": 6667,
            "https": true
        },
        {
            "name": "SDNC simulator",
            "providerClass": "org.onap.policy.simulators.SdncSimulatorJaxRs",
            "host": "0.0.0.0",
            "port": 6668,
            "https": true
        },
        {
            "name": "SO simulator",
            "providerClass": "org.onap.policy.simulators.SoSimulatorJaxRs",
            "host": "0.0.0.0",
            "port": 6669,
            "https": true
        },
        {
            "name": "VFC simulator",
            "providerClass": "org.onap.policy.simulators.VfcSimulatorJaxRs",
            "host": "0.0.0.0",
            "port": 6670,
            "https": true
        }
    ],
    "topicSinks": [
        {
            "topic": "APPC-CL",
            "servers": ["${HOST_NAME}"],
            "topicCommInfrastructure": "DMAAP",
            "useHttps": true,
            "allowSelfSignedCerts" : true
        },
        {
            "topic": "APPC-LCM-WRITE",
            "servers": ["${HOST_NAME}"],
            "topicCommInfrastructure": "DMAAP",
            "useHttps": true,
            "allowSelfSignedCerts" : true
        },
        {
            "topic": "SDNR-CL",
            "servers": ["${HOST_NAME}"],
            "topicCommInfrastructure": "DMAAP",
            "useHttps": true,
            "allowSelfSignedCerts" : true
        }
    ],
    "topicSources": [
        {
            "topic": "APPC-CL",
            "servers": ["${HOST_NAME}"],
            "topicCommInfrastructure": "DMAAP",
            "useHttps": true,
            "allowSelfSignedCerts" : true
        },
        {
            "topic": "APPC-LCM-READ",
            "servers": ["${HOST_NAME}"],
            "topicCommInfrastructure": "DMAAP",
            "useHttps": true,
            "allowSelfSignedCerts" : true
        },
        {
            "topic": "SDNR-CL-RSP",
            "servers": ["${HOST_NAME}"],
            "topicCommInfrastructure": "DMAAP",
            "useHttps": true,
            "allowSelfSignedCerts" : true
        }
    ],
    "topicServers": [
        {
            "name": "APPC Legacy simulator",
            "providerClass": "org.onap.policy.simulators.AppcLegacyTopicServer",
            "sink": "APPC-CL",
            "source": "APPC-CL"
        },
        {
            "name": "APPC-LCM simulator",
            "providerClass": "org.onap.policy.simulators.AppcLcmTopicServer",
            "sink": "APPC-LCM-WRITE",
            "source": "APPC-LCM-READ"
        },
        {
            "name": "SDNR simulator",
            "providerClass": "org.onap.policy.simulators.SdnrTopicServer",
            "sink": "SDNR-CL",
            "source": "SDNR-CL-RSP"
        }
    ],
    "grpcServer": {
        "name": "CDS simulator",
        "providerClass": "org.onap.policy.simulators.CdsSimulator",
        "host": "0.0.0.0",
        "port": 6680,
        "timeout": 30,
        "username": "ccsdkapps",
        "password": "ccsdkapps",
        "resourceLocation": "/opt/app/policy/simulators/etc/mounted/",
        "successRepeatCount": 0,
        "requestedResponseDelayMs": 0
    }
}