diff options
author | jmac <james.macnider@amdocs.com> | 2018-03-29 01:18:02 +0000 |
---|---|---|
committer | jmac <james.macnider@amdocs.com> | 2018-04-02 12:01:58 +0000 |
commit | 065e2ce2d14ddc3a698a8ad4dfb77ade8e3f95f4 (patch) | |
tree | cc4cdf3dfeac2c01597cb8170dcce647ab0be1a0 /kubernetes/sdnc/resources/config/dmaap/dhcpalert.properties | |
parent | ced8514d3c19dc5ba4ae8e42797fc731ef25d200 (diff) |
Add Standardized Configuration to SDN-C Chart
Change-Id: I9f4d43c2a3f0766b9c8477a180f5a0bd45fde243
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: OOM-748
Diffstat (limited to 'kubernetes/sdnc/resources/config/dmaap/dhcpalert.properties')
-rw-r--r-- | kubernetes/sdnc/resources/config/dmaap/dhcpalert.properties | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/kubernetes/sdnc/resources/config/dmaap/dhcpalert.properties b/kubernetes/sdnc/resources/config/dmaap/dhcpalert.properties deleted file mode 100644 index cfc8e130be..0000000000 --- a/kubernetes/sdnc/resources/config/dmaap/dhcpalert.properties +++ /dev/null @@ -1,35 +0,0 @@ -TransportType=HTTPAUTH -Latitude =50.000000 -Longitude =-100.000000 -Version =1.0 -ServiceName =dmaap-v1.dev.dmaap.dt.saat.acsi.openecomp.org/events -Environment =TEST -Partner = BOT_R -routeOffer=MR1 -SubContextPath =/ -Protocol =http -MethodType =GET -username =admin -password =admin -contenttype =application/json -authKey=fxoW4jZrO7mdLWWa:f4KxkoBtToyoEG7suMoV8KhnkwM= -authDate=2016-02-18T13:57:37-0800 -host=dmaap.{{.Values.nsPrefix}}:3904 -topic=VCPE-DHCP-EVENT -group=jmsgrp -id=sdnc1 -timeout=15000 -limit=1000 -filter= -AFT_DME2_EXCHANGE_REQUEST_HANDLERS=com.att.nsa.test.PreferredRouteRequestHandler -AFT_DME2_EXCHANGE_REPLY_HANDLERS=com.att.nsa.test.PreferredRouteReplyHandler -AFT_DME2_REQ_TRACE_ON=true -AFT_ENVIRONMENT=AFTUAT -AFT_DME2_EP_CONN_TIMEOUT=15000 -AFT_DME2_ROUNDTRIP_TIMEOUT_MS=240000 -AFT_DME2_EP_READ_TIMEOUT_MS=50000 -sessionstickinessrequired=NO -DME2preferredRouterFilePath=/opt/onap/sdnc/data/properties/dmaap-listener.preferredRoute.txt -sdnc.odl.user=admin -sdnc.odl.password=admin -sdnc.odl.url-base=https://sdnhost.{{.Values.nsPrefix}}:8443/restconf/operations |