summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-05-31Add port variable for appc cdtPatrick Brady3-1/+10
Adding a environment variable into the CDT container. This variable will set the port that CDT uses to connect to the APPC backend. Also changing the entry point of the CDT container to run the script that will set the port in the CDT javascript files. Change-Id: I0cba860d95a567e0cc4dd1eee322565c9d3b7d1c Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-924
2018-05-29Add appc cdt proxy to oomPatrick Brady3-0/+13
Change to the appc startODL.sh script to startup the cdt proxy service to allow backend connection from the cdt tool. Adding a new port forward into the appc container for the above service. External port 9090, internal port 9191 Change-Id: Ib13bb5744705ef3b2d3f5c9e9a73b26620c515c7 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-924
2018-05-23Merge "Fix typo in ReadTheDocs"Borislav Glozman1-3/+3
2018-05-23Merge "Correct Helm Chart for NBI"Borislav Glozman1-2/+2
2018-05-23Merge "Incorect DCAE urls"Borislav Glozman1-2/+2
2018-05-22Merge "Disable NBI deployment option"Mike Elliott2-0/+4
2018-05-22Disable NBI deployment optionBorislavG2-0/+4
Change-Id: I8e2268ab90bc685e9764daf923cf74f37e0a5477 Issue-ID: OOM-1103 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-05-22Correct Helm Chart for NBIEric Debeau1-2/+2
The pair-wising tests failed based on OOM. sdc-be should be used instead of sdc-fe https must be used for aai Change-Id: I95109b3f99fb75b5017e017e964ed05b2435d26d Issue-ID: EXTAPI-92 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2018-05-18Fix typo in ReadTheDocsGildas Lanilis1-3/+3
Change-Id: I3c48b6d539d35aa5898ed9bab32ed932426b3714 Issue-ID: OOM-1100 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-05-18Add External Interface NBI project into OOM TOSCAHong Guan1-0/+10
Change-Id: Iecdc9916014fa08147b3d592557806f24bc7c0b2 Issue-ID: OOM-1099 Signed-off-by: Hong Guan <hg4105@att.com>
2018-05-18Incorect DCAE urlsac25501-2/+2
Issue-ID: CLAMP-167 Change-Id: Id44a24fa88052e857001020393d6ec7b73c563a9 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-05-17Merge "Multi-site High-availability Manual Failover (PoC)"Mandeep Khinda3-5/+10
2018-05-17Merge "Fix postgres startup"Mandeep Khinda2-5/+10
2018-05-17Merge "pdp-x range in pap config not to skip -2"Mandeep Khinda1-1/+1
2018-05-17Multi-site High-availability Manual Failover (PoC)Neha Jain3-5/+10
Change-Id: I9f1417a77b0e3cae23f55b1bfc1d419730d8f9cd Signed-off-by: Neha Jain <neha.jain3@amdocs.com> Issue-ID: SDNC-214
2018-05-17fixing common makefile build errorMandeep Khinda1-1/+2
Issue-ID: OOM-1095 Change-Id: I469fcf48b3c99496199d31f55a7c46bfb9711832 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-05-17Merge "log logstash replicaset to 3"Mandeep Khinda1-1/+2
2018-05-17Merge "Use :latest for image tag"Mandeep Khinda2-2/+2
2018-05-17Fix postgres startupBorislavG2-5/+10
Change-Id: I411447a908c16b3769a5819d8812a93b58623af6 Issue-ID: OOM-1094 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-05-17Merge "Add External Interface NBI project into OOM"Mandeep Khinda28-0/+1344
2018-05-17removing space in appc properties fileMandeep Khinda1-1/+1
it fails the helm linter Issue-ID: OOM-1085 Change-Id: I04541ceba07204be3fef1749fd7d8bcdbb688cbe Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-05-17Add External Interface NBI project into OOMSylvain Desbureaux28-0/+1344
NBI (North Bound Interface) is one of the new project added for Beijing release. Features added ============== MongoDB common chart -------------------- Ability to start a mongo container, with a chart consistent with other common charts (readiness, liveness, persistence, resources, nfs, service, ...). Specific configuration: * name of the db to create if needed NBI chart --------- Ability to start a mariadb container, with a chart consistent with other common charts (readiness, liveness, persistence, resources, nfs, service, ...). Specific configuration: * name of the db to create if needed * name of the user that has access to the db * password of the user that has access to the db * root password of the database Ability to start a NBI container, with a chart consistent with other common charts (readiness, liveness, persistence, resources, nfs, service, ...). Specific configuration: * log level * cloudOwner * ecompInstanceId * openStackRegion * openStackServiceTenantName * sdc_authorization * aai_authorization * so_authorization ONAP chart ---------- Added a requirement on NBI chart, possibility to enable/disable and configuration to push to the chart. Current Status ============== - [*] adding a common chart for mongodb - [*] make mongo chart compiling - [*] testing the mongodb common role - [*] creating a mariadb chart inside nbi helm - [*] testing the mariadb chart - [*] make mariadb chart compiling - [*] make nbi use these charts - [*] make nbi chart compiling - [*] test the whole solution - [*] create a service for nbi Change-Id: I8dd3e79768c83b1553a05c892cf418f840931255 Issue-ID: EXTAPI-54 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2018-05-17Merge "Appc Conf Changes"Mandeep Khinda1-3/+3
2018-05-17Appc Conf ChangesPriyanka1-3/+3
Issue-ID: OOM-1085 Change-Id: I8aea111d120dc72fc8681504bda6df075b2d14da Signed-off-by: Priyanka <Priyanka.Jain3@amdocs.com>
2018-05-17Merge "Add OOM Release Notes to RTD"Mandeep Khinda3-8/+394
2018-05-17Merge "Policy 1.2.2 released artifacts"Mandeep Khinda4-4/+4
2018-05-17pdp-x range in pap config not to skip -2Jorge Hernandez1-1/+1
Change-Id: Ic06921ee7fd0b5072381fbadc314647fb7df4a49 Issue-ID: POLICY-802 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2018-05-17Policy 1.2.2 released artifactsPamela Dragosh4-4/+4
Issue-ID: POLICY-798 Change-Id: If35ad61649daa347118e02de383b6778c4b4472c Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-05-17Merge "Add Portal access instructions to OOM User Guide"Mandeep Khinda1-1/+55
2018-05-17Merge "Sync OOM docker versions with docker-manifest.csv"Mandeep Khinda3-3/+3
2018-05-17Use :latest for image tagJack Lucas2-2/+2
Change-Id: Ib54c897a44eb9535ec375213d75ab738db42fd08 Issue-ID: DCAEGEN2-512 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-05-17Merge "clamphealth check"Mike Elliott1-0/+17
2018-05-17Merge "Clamp DB Health Check"Mike Elliott2-0/+31
2018-05-17Merge "Clamp cannot connect to SDC"Mike Elliott4-10/+41
2018-05-17Merge "ELK version bump"Mike Elliott3-6/+6
2018-05-17Merge "Fix clamp changing persistence permissions"Mike Elliott1-0/+1
2018-05-17Merge "enable pooling and liveness in pdp-d"Mike Elliott6-3/+28
2018-05-17Merge "sdc <-> vnf sdk integration"Borislav Glozman2-2/+1
2018-05-17sdc <-> vnf sdk integrationMichael Lando2-2/+1
update sdc config map json to use the service for vnfsdk Change-Id: Ie6de2f5841155850bced87946186b4b0437cd54b Issue-ID: SDC-1332 Signed-off-by: Michael Lando <ml636r@att.com>
2018-05-17Fix clamp changing persistence permissionsBorislavG1-0/+1
There is a missing parameter in clamp values.yaml: persistence.mountSubPathLogs, which causes /dockerdta-nfs/ReleaseName directory to be come with permissions 777. Issue-ID: OOM-1086 --- modified: clamp/charts/clamp-dash-es/values.yaml Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> Change-Id: Iddd80f77e7e42b06dd4b55c302d4d45127ea1b72
2018-05-17enable pooling and liveness in pdp-dJorge Hernandez6-3/+28
Change-Id: I4b29367fd419f4ae31cf455a21b8df80c231c3fa Issue-ID: POLICY-795 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2018-05-17ELK version bumpac25503-6/+6
Issue-ID: CLAMP-162 Change-Id: I7174d1a18452e444d6806564662ab3d2ba0bc252 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-05-17Merge "Dmaap and Clamp nsPrefix Changes"Borislav Glozman2-2/+0
2018-05-17Merge "nsPrefix Changes for Log"Borislav Glozman1-1/+0
2018-05-17nsPrefix Changes for LogPriyanka1-1/+0
Issue-ID: OOM-1028 Change-Id: I1923cbbf75bdf7eead3da506a1c2bb3766f83d31 Signed-off-by: Priyanka <Priyanka.Jain3@amdocs.com>
2018-05-17Dmaap and Clamp nsPrefix ChangesPriyanka2-2/+0
Issue-ID: OOM-1029 Change-Id: I13d44d09bce42250b434d459612c0be6b46239c0 Signed-off-by: Priyanka <Priyanka.Jain3@amdocs.com>
2018-05-17OOF nsPrefix ChangesPriyanka1-1/+0
Issue-ID: OOM-1059 Change-Id: Ib718cfc8c9b8645dc31456a14f27dc99d783bb98 Signed-off-by: Priyanka <Priyanka.Jain3@amdocs.com>
2018-05-16log logstash replicaset to 3Michael O'Brien1-1/+2
Change-Id: I7aad5416d19326800e79961eb5cb51947c2daa5b Issue-ID: LOG-376 Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
2018-05-16Sync OOM docker versions with docker-manifest.csvGary Wu3-3/+3
Sync OOM docker versions with docker-manifest.csv commit e5a9fb0a2d90d7e626a4b76f4cf53b58e2a3cd6a Change-Id: I885492c138389d0483d63d5bc211109f83eabe91 Issue-ID: OOM-1053 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-16Merge "Add robot-ete to list of realtime clients"Mandeep Khinda2-2/+2