diff options
author | Hao Kuang <Hao.Kuang@amdocs.com> | 2017-08-14 18:05:52 +0000 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-08-14 18:49:16 +0000 |
commit | ab167b4e3066ed127316322dbb22feeaf8c13ef3 (patch) | |
tree | 486f8444014db6fe319dd033bafbfaefcf28dfb8 /installation/src | |
parent | d809474a8754d9fd9675427d3b8d93ecffd2070f (diff) |
OAM operations - deployment
Add new APPC features for oam, command-executor and lifecycle-management.
Includes these user stories: APPC-39/41/43/44/45/46/52/77.
Issue Id: APPC-38
Change-Id: I374fb363a46158fbf867228857c932b4da553fac
Signed-off-by: Hao Kuang <Hao.Kuang@amdocs.com>
Diffstat (limited to 'installation/src')
-rw-r--r-- | installation/src/main/properties/appc.properties | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/installation/src/main/properties/appc.properties b/installation/src/main/properties/appc.properties index 4e2fd02..aa6ba61 100644 --- a/installation/src/main/properties/appc.properties +++ b/installation/src/main/properties/appc.properties @@ -112,3 +112,13 @@ DCAE.dmaap.appc.username=test DCAE.dmaap.appc.password=test DCAE.dmaap.event.pool.members=10.0.11.1:3904 +#OAM Listener +appc.OAM.disabled=true +appc.OAM.provider.url=http://localhost:8181/restconf/operations/appc-oam +appc.OAM.poolMembers=10.0.11.1:3904 +appc.OAM.service=ueb +appc.OAM.topic.read=testOAM +appc.OAM.topic.write=testOAM +appc.OAM.client.name=testOAM +appc.OAM.provider.user=admin +appc.OAM.provider.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U |