summaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
2019-05-13Set resources to smallJerry Flood5-2/+8
Issue-ID: OPTFRA-403 Change-Id: I403ea53eaeb8b3cc90ba3f20804fb1c6e7d0f675 Signed-off-by: Jerry Flood <jflood@att.com>
2019-05-13Add helm charts for multicloud-k8sKiran Kamineni8-0/+339
Add helm charts for multicloud-k8s Add support for access via msb internal gateway Use 9015 port instead to align with other Multicloud services Add Makefile under multicloud to do helm dep up for k8s as k8s uses the mongo chart in its requirements.yaml Update licenses Issue-ID: ONAPARC-363 Change-Id: I31aaf9e97a3807501af5bf7e56b3df53dfc22074 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-05-13Merge "Adding helm Chart for etcd"Mike Elliott7-0/+469
2019-05-13Merge "Add deviation in readiness check sleep time"Borislav Glozman2-2/+6
2019-05-13Merge "Minimize container image"Borislav Glozman3-9/+5
2019-05-13Merge "Bumped the version of HOLMES images"Borislav Glozman1-2/+2
2019-05-13Merge "update vfc image version"Borislav Glozman2-4/+4
2019-05-13update vfc image versionyangyan2-4/+4
Issue-ID: VFC-1373 Change-Id: I42af27a20622109b1ec96d6900c9e40cbb7e3970 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2019-05-13Bumped the version of HOLMES imagesGuangrongFu1-2/+2
Change-Id: If943f159a4a60d0b3530ddcb3f012d051b6f3a99 Issue-ID: HOLMES-224 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2019-05-12SDC-2288 Add internalPort2 in sdc workflow FEdfx19711-0/+1
Issue-ID: SDC-2288 Signed-off-by: Avi Ziv<avi.ziv@amdocs.com> Change-Id: Iaa62fa44619e9a6f48afad508f2f19b8d3a903a1
2019-05-12Merge "Update CLAMP images tags"Yang Xu3-3/+3
2019-05-11Adding helm Chart for etcdRitu Sood7-0/+469
Based on the helm chart in github helm repo https://github.com/helm/charts/tree/master/incubator/etcd etcd required as datastore by k8s Plugin in multi-cloud project. Change-Id: Ie6c7d9fc394f2a08cd9d34dda6261da13ef005f3 Signed-off-by: Ritu Sood <ritu.sood@intel.com> Issue-ID: OOM-1828
2019-05-10Add deviation in readiness check sleep timeDmitry Puzikov2-2/+6
Added some random delay avoiding massive parallel call of k8s API by multiple readiness-check containers Change-Id: Ia5e6e49b91db9f0339ab828734eedb94eb3029cb Issue-ID: INT-1045 Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
2019-05-10Minimize container imageDmitry Puzikov3-9/+5
Rebase image on alpine Change-Id: I923c0792783b551bf623f754a2aed4bf1a765f45 Issue-ID: INT-1045 Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
2019-05-10integrate artifact broker into multicloud pluginsliboNet5-0/+175
add config.json for each multicloud plugin update deployment to add it as sidecar update the values.yaml of multicloud to store image name remove the hardcode namespace fix typo and use 1.3.1 image tag Change-Id: I6cc9e381ea655b1d75760b013d2be693b0c0575c Issue-ID: MULTICLOUD-597 Signed-off-by: liboNet <libo.zhu@intel.com>
2019-05-10Merge "Changes related to TLS implemenation for oof-has"Mike Elliott8-13/+169
2019-05-10Merge "Update CMSO OOM to use HTTPS and AAF"Mike Elliott31-48/+471
2019-05-10Merge "Use released version of ESR"Alexis de Talhouët2-2/+2
2019-05-10Merge "robot_variable_for_hvves_testsuite"Alexis de Talhouët2-0/+14
2019-05-10update cds bueprint nameeeginux1-1/+1
Update cds blueprint name to grpc service name Issue-ID: SO-1855 Change-Id: I079246cae3ba8471fffa95dbb11091cd53a94168 Signed-off-by: eeginux <henry.xie@est.tech>
2019-05-10Merge "Update env value for blueprint processor http endpoint"Alexis de Talhouët1-1/+1
2019-05-10Merge "change usecase-ui-server api url"Alexis de Talhouët1-1/+1
2019-05-10Merge "Remove obsolete warning about concurrent executions"Alexis de Talhouët2-4/+2
2019-05-10Merge "Change to fix db connection issues in xacml-pdp"Alexis de Talhouët1-0/+53
2019-05-10Update CMSO OOM to use HTTPS and AAFJerry Flood31-48/+471
Fixes OPTFRA-484 and OPTFRA-390 Issue-ID: OPTFRA-391 Change-Id: I2b65743e38464aac8dbc8cf81419e9ce36769b7d Signed-off-by: Jerry Flood <jflood@att.com>
2019-05-10robot_variable_for_hvves_testsuitemarekpl2-0/+14
Issue-ID: DCAEGEN2-1448 Change-Id: I306abc4fdbdafe7fbb0eadc9d372515fb3fa2896 Signed-off-by: marekpl <marek.pondel@nokia.com>
2019-05-10Update CLAMP images tagsChrisC3-3/+3
Update to RC images for clamp (4.0.1) Issue-ID: CLAMP-377 Change-Id: I3b890652ebd7bb045976c19263b0dadf3f291642 Signed-off-by: ChrisC <christophe.closset@intl.att.com>
2019-05-10Remove obsolete warning about concurrent executionskaihlavi2-4/+2
Remove warning about unparameterized --display as it is now parameterized (this commit is a follow-up to comments in already merged https://gerrit.onap.org/r/#/c/87357/) Added also brackets for namespace parameter in usage guide Change-Id: I78a753b026e3e9b410798687b28ad0ca1115703e Issue-ID: OOM-1844 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
2019-05-10change usecase-ui-server api urlguochuyicmri1-1/+1
Change-Id: Ib56a22795a17b72dd8bcc5726802a6b56b4a8060 Issue-ID: USECASEUI-260 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
2019-05-09Update env value for blueprint processor http endpointNirvan Ramjuttun1-1/+1
Issue-ID: CCSDK-1292 Change-Id: Icc97df921abf06a20e71b15c02a82a5f12d329f8 Signed-off-by: Nirvan Ramjuttun <nirvan.ramjuttun@amdocs.com>
2019-05-09Merge "SDC-2246 Connection to WF designer times out Issue-ID: SDC-2246 ↵Yang Xu3-0/+59
Signed-off-by: Avi Ziv<avi.ziv@amdocs.com> Change-Id: I8becf40534bab160d08690769fec48e46a385e1d"
2019-05-09Merge "Update tag and PH config"Yang Xu3-4/+5
2019-05-09Merge "Fix tag explanations in usage and comments"Alexis de Talhouët2-38/+37
2019-05-09Merge "Reference released docker images"Yang Xu2-2/+2
2019-05-09Update git submodulesVenkata Harish Kajur1-0/+0
* Update kubernetes/aai from branch 'master' to e67a94e6be333271c8237d6ebd5fb0f489401350 - Merge "Enable AAI to authenticate with cassandra" - Enable AAI to authenticate with cassandra Change-Id: I7de526ea6dc1f01c6aad1db005853d5f5797700d Issue-ID: OOM-1835 Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
2019-05-09Change to fix db connection issues in xacml-pdpMichael Mokry1-0/+53
Added xacml.properties file with proper jdbc url that includes the {{ .Values.global.mariadb.nameOverride }} value This is only half the fix, please reference review for xacml-pdp repo for full fix. Change-Id: Ic73864439b9437e812c135f24a093ba9f969b6ee Issue-ID: POLICY-1760 Signed-off-by: Michael Mokry <michael.mokry@att.com>
2019-05-09Use released version of ESRJimmy Forsyth2-2/+2
Issue-ID: AAI-2403 Change-Id: I3435903e055268309fb67503b095b28422b707df Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-05-09Changes related to TLS implemenation for oof-hasIkramullah, Ikram8-13/+169
update oof certificates to add has hostnames updating oof certs to the latest generated date Change-Id: Ib9191d66eb491975f74062ee5e28b762d9cce9c1 Issue-ID: OPTFRA-461 Signed-off-by: Ikramullah, Ikram <ikram@research.att.com> Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
2019-05-09Reference released docker imagesdglFromAtt2-2/+2
Change-Id: Ic746cd1c1c05562823740813eb8ca2390940a7c3 Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-1196
2019-05-09Add doc guide fixesMike Elliott1-11/+7
Change-Id: Ibe57c857b4d9367b77878757821c2e9c44c61a7b Issue-ID: OOM-1598 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2019-05-09Fix tag explanations in usage and commentskaihlavi2-38/+37
Issue-ID: OOM-1844 Change-Id: I7549c2eed0a03ca55a8a4e1dc3aa89daae270c7e Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
2019-05-09Merge "Add missing deployment url"Alexis de Talhouët1-2/+3
2019-05-09Merge "Add Portal suggested parameters to console"Alexis de Talhouët2-8/+8
2019-05-09Update git submodulesJimmy Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to 1b28e45136d5096ef4c07f4142c76b45224b3cf4 - Update babel version Issue-ID: AAI-2402 Change-Id: I9e76264a81938598d81f4c68728ee7e39c22621c Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-05-09Merge "SDC Certificate location is configurable"Alexis de Talhouët6-2/+108
2019-05-09Merge "remove readiness for ansible pod"Alexis de Talhouët2-16/+1
2019-05-09Add missing deployment urlDeterme, Sebastien (sd378r)1-2/+3
Add missing DCAE deployment url and creds for oom deployment Issue-ID: CLAMP-373 Change-Id: Ida189881960e006064fb3b5426ac7187e66e0483 Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>
2019-05-08Add Portal suggested parameters to consolejhh2-8/+8
Point PAP and PDP default config to new PAP and PDP. Change-Id: Ib0452739f2ff272f97398e568c71268e80517881 Issue-ID: POLICY-1745 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2019-05-09SDC Certificate location is configurablekooper6-2/+108
Change-Id: I1512c47570a4cd8a739b3ce517ee6bf8c5544b18 Issue-ID: SDC-2195 Signed-off-by: kooper <sergey.sachkov@est.tech>
2019-05-09remove readiness for ansible podTaka Cho2-16/+1
ansible pod does not require any dependency with other pod, and the restful script can be brought up within one minutes also use the release version Change-Id: I310963a3d01d5ca99c3495f201e1aa3ec3d60fea Issue-ID: APPC-1602 Signed-off-by: Taka Cho <takamune.cho@att.com>