summaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
2018-05-22Fix Incorrect AAI servicesBorislavG12-33/+34
Change-Id: If4b17c3525a75530aa6b149a6901cb0d8737a8d0 Issue-ID: OOM-1102 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.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 "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 "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
2018-05-16Merge "Update appc.properties file for vCPE failure"Mandeep Khinda1-0/+1
2018-05-16Add robot-ete to list of realtime clientsJimmy Forsyth2-2/+2
Issue-ID: AAI-1144 Change-Id: I5deb2152a1ff783ab2e6311517e76709c76ba60a Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-05-16Update appc.properties file for vCPE failureAaron Hay1-0/+1
The appc.properties change for APPC-900 needs to be ported over to the OOM version of the appc.properties file. Change-Id: I854e3fc6e80bd610fe8bf33240a28ead4c7b4e63 Issue-ID: OOM-1088 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-05-16Increase portal-db initial liveness probe timeGary Wu1-2/+2
The initial liveness probe against portal-db was too quick, causing the container to be terminated in the middle of DB schema initialization and leaving the DB in a corrupted state. This change increases the initial delay before the liveness probe. Change-Id: I2f428ea33b60c3a99ca1e49dc8e59405aa4d824c Issue-ID: PORTAL-283 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-16Merge "SDN-C db schema/sdnctl not reliably being created"Mandeep Khinda1-1/+1
2018-05-16Merge "Enable https endpoint for SMS"Mike Elliott6-18/+24
2018-05-16Clamp cannot connect to SDCac25504-10/+41
Change-Id: Ib55827b52a4b46001ed15518efdec36756f99dfa Issue-ID: CLAMP-151 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-05-16Merge "Correct variable references for namespace shift"Borislav Glozman1-20/+20
2018-05-16Merge "policy healthcheck"Borislav Glozman2-0/+125
2018-05-16Clamp DB Health CheckPriyanka2-0/+31
Issue-ID: OOM-688 Change-Id: Ied8688fdfa7759b8b5f33b9914195d227eb08e48 Signed-off-by: Priyanka <Priyanka.Jain3@amdocs.com>
2018-05-16clamphealth checkPriyanka1-0/+17
Issue-ID: OOM-688 Change-Id: Ib1d2ae73f6026c161cb453ba6947d667d78a1d7a Signed-off-by: Priyanka <Priyanka.Jain3@amdocs.com>
2018-05-15Fix docker tag for CDAP TCALusheng Ji1-1/+1
Issue-ID: DCAEGEN2-510 Change-Id: I9af79ea0eea57dfe81ddd6936e00aef2d0657247 Signed-off-by: Lusheng Ji <lji@research.att.com>