Age | Commit message (Collapse) | Author | Files | Lines |
|
Issue-ID: OOM-1027
Change-Id: Ia0d6890c27cb957dbf10b65b7e72bce3806b8d35
Signed-off-by: Priyanka Jain <Priyanka.Jain3@amdocs.com>
|
|
Change-Id: I9f6487d4588c443817010e727515e0f262ba0d01
Signed-off-by: Roger Maitland <Roger.Maitland@amdocs.com>
Issue-ID: OOM-1034
|
|
|
|
|
|
|
|
|
|
Updated installation scripts based on changes to ccsdk.
Updated properties file to support Nitrogen ODL.
Change-Id: Ib714fe0fc4a2adec839dc573700338db4129eeb5
Issue-ID: OOM-1021
Signed-off-by: Aaron Hay <ah415j@att.com>
|
|
Mounting only the cassandra/data directory causes any data not yet
persisted to be lost. Mounting the commitlog directory as well will
allow cassandra to persist data properly.
Change-Id: If4453e3b39307e0243c20167b568d4ac1af20d12
Issue-ID: OOM-1024
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
|
|
Issue-ID: AAI-1110
Change-Id: Ibc51b36bb96c969a61aa54b31abf7c99f0e62fe6
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
|
|
The path '/opt/opendaylight/current/daexim' is now mapped to a persistent
volume that will survive pod restarts and destruction. A separate PV is
created for each SDN-C instance with the same ordinal as the corresponding
sdnc pod.
Change-Id: Ib5373fc2ae25b70992ff69e78571106f37af72e4
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: SDNC-223
|
|
Change-Id: I89b90f5da3e9ee9da545b21cc01b4ac392318a21
Issue-ID: OOM-1033
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
|
|
Issue-ID: OOM-975
Change-Id: Ia774ce8a3777ea704a7f269ec77f7c512d4d9d94
Signed-off-by: Pradeep Patel <Pradeep.patel2@amdocs.com>
|
|
Issue-ID: OOM-1023
Change-Id: I42d49c477b0212544fda9f9d556be75cb0ce5a6c
Signed-off-by: Priyanka Jain <Priyanka.Jain3@amdocs.com>
|
|
|
|
|
|
|
|
Issue-ID: OOM-898
Change-Id: I8d05f3ae4a970be35ac94114ff9fd3b3cad3edc8
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|
|
|
|
|
|
-introducing a loadBalancer object instead of node port.
this will let us use port 8989 instead of 300xx
-removing port forwarding helper script
-making URLs configurable for flexibility
Issue-ID: OOM-633
Change-Id: I92a0205e6ed68b2217c08d124ddfaf1a1f73a6cd
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|
|
|
|
Issue-ID: OOM-920
Change-Id: I804686275a45be3e7678f73567a5f7898e40ec4d
Signed-off-by: Priyanka Jain <Priyanka.Jain3@amdocs.com>
|
|
Change-Id: I1ceb0ee27bd758f9d1dac5e3dfac808dbeaae6ab
Issue-ID: OOM-779
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
Updated pod and job dependencies to provide consistent startup order.
Change-Id: Ib0d6aefbd59d30a5dd0f121415e3e8b4e3dcba01
Issue-ID: OOM-1022
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
|
|
- sparky configuration files are separated from image,
and are in the aai/test-config project.
AAI and OOM teams agreed that minimal configuration
will be added to the image eventually, but until then all files are mapped.
- a change in logback.xml was made to match the logback for
aai/test-config project file for search-data, in order to get the pod up and
running with minimal changes to app files.
Issue-ID: OOM-947
Change-Id: Ife863ccd50615f40c21a9c72e666d4ab14c6011e
Signed-off-by: Keren Joseph <keren.joseph@amdocs.com>
Signed-off-by: Karen Joseph <keren.joseph@amdocs.com>
Signed-off-by: Keren Joseph <keren.joseph@amdocs.com>
|
|
|
|
|
|
|
|
Patchset 1: first cut at integration with common/postgres
Patchset 2: Mandeep Khinda - refactored charts to standardize
Wired in shared postgres chart
Patchset 6: Introduced simple dmaap/Makefile to force
helm dep up in the deeper charts directory.
Includes slight modification to parent make clean target
Patchset 8: merge conflict again
Change-Id: If59f08638bac8761ae5452b60f172c99fcf4ec86
Signed-off-by: Dominic Lunanuova <dgl@research.att.com>
Issue-ID: DMAAP-117
Signed-off-by: Dominic Lunanuova <dgl@research.att.com>
|
|
patchset #3 Add ExternalName service to provide alternate name
for consul in the common namespace. Needed for
compatibility with CM plugin.
patchset #2 Fix Holmes inputs to use correct postgres address.
Minor fixes for ves and tca.
Change-Id: Iacfef5a34ab5d2f365dcc6fc160816f80dfa7b69
Issue-ID: DCAEGEN2-477
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|
|
DMaaP listener was not trying to connect to the right service name, so
it was failing.
In addition, the pod doesn't wait for the dmaap pod to be up and running
before starting, so I've added that dependency.
Lastly, I removed the config of the DMaaP port from the top level values.yaml
files, as out of the box it's very unlikely this would be changed.
Change-Id: I5a190b39f4f163b020189ac9dd178040f80125cd
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: SDNC-293
|
|
A new property was added in Beijing to connect to SDC, so this needed to
be added to ueb-listener.properties
While investigating, I also noticed that dblib.properties wasn't being properly configured, so I fixed that as well.
Added init dependencies on the dmaap and sdc-be pods.
Change-Id: I40b36c7333d511aeaa03e51cd9fadc8dc10956ac
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: CCSDK-254
|
|
|
|
|
|
|
|
-must include suffix of "onap.org" in URL for single signon
-this isn't truly configurable - portal-app needs to be rebuilt
See: portal/docs/tutorials/portal-sdk/single-signon.rst
-must update local etc hosts with "fake" dns names
-must use kubectl to portforward application ports into the pods
-fixed zookeeper service name,
-this is needed to be able to login (auth)
-adding helper script to launch port-forwarding
Issue-ID: OOM-633
Change-Id: I019f33f71a673467c420d1e44ee6c42da4a95f4b
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|
|
Change-Id: Iad21b14e5dde25271c3f274dfc437b423c6d46e9
Issue-ID: OOM-1015
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
|
|
|
|
|
|
Issue-ID: DCAEGEN2-245
Change-Id: Ieb234a72897c5f307193cd998bcf64ce7658b700
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Change-Id: I00508840a92c0bd04afbe1859bac463f0c1f9765
Issue-ID: OOM-1007
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
|
|
Change-Id: Ifff4f3b8163c5f1d057b6a59129aa3aa4dbdc382
Issue-ID: OOM-1008
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
|
|
|
|
|
|
Change-Id: Id4e4e263b24cef115d3ceaf8a3bf899ac73e01e0
Issue-ID: OOM-1013
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|
|
Templating system seems to fail when included in json. As namespace
isn't required, use current namespace as default.
Change-Id: Ic9936054c2285cd79004bc94c1aa8b6ee544324d
Issue-ID: OOM-920
Signed-off-by: ac2550 <ac2550@intl.att.com>
|
|
Issue-ID: OOM-849
Change-Id: I86692b520f9661fac06cb0e9ea1d0373eb04df27
Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
|
|
Issue-ID: OOM-1011
Change-Id: I85444ebb9df9368d96f55bb968291351c9d286d5
Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
|