summaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
2018-04-25Adding Quorum client sub chart for smsKiran Kamineni20-7/+387
SMS uses vault for its backend which needs an unseal operation to proceed. Quorumclient provides the unseal operation via 3 replicas that store each unseal shard and provide it during unseal. Issue-ID: AAF-255 Change-Id: I62db7a450e1e81aa6bfb2cc5b9da29ce99efd24b Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-04-25Merge "Update ROBOT DCAE healthcheck endpoint"Jerome Doucerain2-2/+2
2018-04-25Merge "Add OOM dependency on Champ"Mandeep Khinda1-0/+2
2018-04-25Merge "Synch ete-k8s.sh and ete.sh"Mike Elliott1-2/+10
2018-04-25Merge "Fix demo-k8"Mike Elliott1-3/+9
2018-04-25Merge "Adding sdc-onboarding-be to OOM"Borislav Glozman32-79/+861
2018-04-25Update ROBOT DCAE healthcheck endpointMike Elliott2-2/+2
See Jira issue for details. Change-Id: Iacdb5d7f73610ceeaf60b1b09d8cf3cd755b5391 Issue-ID: OOM-1007 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-04-25Merge "Add new model loader config parameters"Mandeep Khinda2-4/+11
2018-04-25Adding sdc-onboarding-be to OOMMandeep Khinda32-79/+861
-adding sdc-onboarding-be chart -sdc-cs and es are now in a cluster format -using the sdc provided ready probe script for readiness -increasing the initial delay as per sdc project team k8s specs -fixed logging bugs. logs for be, fe, onboard-be are now in /var/log/onap/sdc/blah -sdc-be readiness health check is failing which prevents sdb-be from becoming "ready". -the commit that changes the template is: Add cluster resiliance support (c033cdce906efc3b6ccd1d2f45544af47e328ed4) Issue-ID: OOM-1002 Change-Id: Ib231cb1e7daa287a41e04db95528edecbdbbf7bc Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-25Add new model loader config parametersDaniel Silverthorn2-4/+11
Change-Id: I347f78d8d911664befcf35dbf1c5edd56b493a66 Issue-ID: AAI-1094 Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
2018-04-24Fix cloudify manager image versionJack Lucas1-1/+1
Change-Id: Iab5c73fc9ebcef5b31a44adc7ce2d39d754f4aee Issue-ID: OOM-1003 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-04-24Merge "Make all services independent of helm Release.Name"Mike Elliott159-386/+449
2018-04-24Merge "updated the MR image version"Mandeep Khinda1-1/+1
2018-04-24Merge "changing portal liveness/readiness probe"Mike Elliott1-4/+14
2018-04-24updated the MR image versionsu622b1-1/+1
Issue-ID: DMAAP-433 Change-Id: If47a4ea3fb1f3614e06dbdedc360e1bbee7d2a23 Signed-off-by: su622b <sunil.unnava@att.com>
2018-04-24Make all services independent of helm Release.NameBorislavG159-386/+449
Issue-ID: OOM-906 Change-Id: Ic65127d3981cb0a696c784392cab59fbf06b1e66 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-24Update VID imageSonsino, Ofir (os0695)1-1/+1
Change-Id: I70cbe0b60816a370b5dabb9e9819b538a44213ef Issue-ID: VID-218 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-04-24Merge "Update vfc charts configutation"Mandeep Khinda3-1/+10
2018-04-24changing portal liveness/readiness probeMandeep Khinda1-4/+14
Inspired by aai-cassandra's stateful set Using nodetool instead of a port. Issue-ID: MUSIC-72 Change-Id: I877300d772c3357855756a9dcac6f148381615da Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-23Synch ete-k8s.sh and ete.shBrian Freeman1-2/+10
Issue-ID: OOM-989 Change-Id: I8db1ea5919d15d4213367cf1acca7b2e63651355 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-04-23Fix demo-k8Brian Freeman1-3/+9
Issue-ID: OOM-794 Change-Id: I07674d726496f7d30350033b4a3ad0ad337f4b28 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-04-23Merge "Add DCAE Bootstrap support"Mike Elliott16-0/+556
2018-04-23Merge "Add DCAE Cloudify-Manager support"Mike Elliott18-110/+559
2018-04-23Merge "Fix DCAE Redis"Mike Elliott10-9/+10
2018-04-23Merge "Fix Log logstash healthcheck port number"Mike Elliott2-3/+3
2018-04-23Fix Log logstash healthcheck port numberNeal Chatterley2-3/+3
Issue-ID: OOM-914 Change-Id: Iccb699def449a49fb184c8d0426fb51bf239f010 Signed-off-by: Neal Chatterley <nealch@amdocs.com>
2018-04-23Merge "Fix multicloud service registration in MSB"Mike Elliott1-1/+1
2018-04-22Add DCAE healthcheckJack Lucas5-0/+207
Change-Id: Icd3839ae7570547550cf9a3df3a129181f187f24 Issue-ID: DCAEGEN2-461 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-04-22Add DCAE Bootstrap supportBorislavG16-0/+556
** Changes to add readiness checks for all dependencies, make copyright notices consistent. This commit adds a job that is supposed to spin-up DCAE Few problems: Bootstrap fails looking for consul service, which has Release.Name prefix. Release.Name will soon be removed everywhere. Meanwhile can run helm insall/upgrade providing parameter: --set dcaegen2.dcae-bootstrap.config.address.consul.host=<Release.Name>-consul-server backoffLimit: 0 in the job does not seem to work on my environment therefore left it in a comment There are many TODO, which need to be cleaned-out (by DCAE team) Change-Id: If54440544cb9c8f4ac9aff59ac6752023fb3e670 Issue-ID: OOM-854 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-04-22Add DCAE Cloudify-Manager supportBorislavG18-110/+559
22/Apr: This review is ready to merge. ** Resolves issue by using the k8s-provided secret. No longer need to map .kube/config. Change-Id: I0f51f7d8bb9ed9a5653089e77be495dc7456ef22 Issue-ID: OOM-855 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-04-22Fix DCAE RedisBorislavG10-9/+10
Change-Id: Ie9375030601961ee6975f49acddb9822e1eb067c Issue-ID: OOM-985 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-20Revert policy keystoreMike Elliott1-0/+0
See comment posted April 20th at 5:46pm under patch https://gerrit.onap.org/r/#/c/43601/ for details. Change-Id: I5b669b02b9b5a3a95aa7040847153564807d05df Issue-ID: POLICY-747 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-04-20Fix multicloud service registration in MSBjasmineWen1-1/+1
Issue-ID: OOM-912 Change-Id: I296ffe80a4c886f6d8888f3862d715fa0f59d1f3 Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
2018-04-20Merge "Support truststore with AAF root certs"Mike Elliott1-0/+0
2018-04-20Merge "Fix startODL.sh"Mandeep Khinda1-5/+7
2018-04-20Merge "getting portal-cassandra music to start"Mike Elliott3-34/+13
2018-04-20Fix startODL.shTrevor Tait1-5/+7
Issue-ID: SDNC-286 Change-Id: I223e97c634deac5d235701f30e755b86b13a27ad Signed-off-by: Trevor Tait <rtait@amdocs.com>
2018-04-20Add OOM dependency on Champsblimkie1-0/+2
Champ needs to wait for kafka to come up Change-Id: I0a5fef89a08fc5cd538bf949403927987fcb14c0 Issue-ID: AAI-1085 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
2018-04-20Merge "Fix message router config for UUI"Mandeep Khinda2-2/+2
2018-04-20fixing sdc health checkMandeep Khinda12-58/+98
-Basically compared docker_run.sh from sdc master branch with charts/values in OOM -disabling sdc-kb liveness until we tune the timing of it Issue-ID: OOM-964 Change-Id: I7447eed47c919d5d64786f45e01b5f2a3bc490a0 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-19Fix message router config for UUIMike Elliott2-2/+2
This is only a first step towards uui healthcheck passing in OOM. Fixing dmaap config revealed an error on startup of the uui server. The log is captured in the defect in Jira. Change-Id: I796e9a404e05b64368382cbdae74375a525fc849 Issue-ID: USECASEUI-106 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-04-20Add LOG component robot healthcheckNeal Chatterley2-1/+11
fixing incorrect service names Issue-ID: OOM-914 Change-Id: I59e0150781094c85fe335811381b627c265cda57 Signed-off-by: Neal Chatterley <nealch@amdocs.com> Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-20adding vnfsdk, cli and nbi to oom robotMandeep Khinda2-1/+14
Issue-ID: OOM-960 Change-Id: I3e30b4cf4057ed0235bebc6ff11c8e79d66cd462 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-19Merge "Fix SO healthcheck on multi-node cluster"Mandeep Khinda7-41/+42
2018-04-19Fix SO healthcheck on multi-node clusterMike Elliott7-41/+42
Aligned service names (and numerous other minor fixes) with latest best practices and standard templates. Change-Id: I740fe299053805df60abcd6a6043031d8beda7e8 Issue-ID: OOM-909 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-04-19Merge "Fixes for SDNC portal pod"Mike Elliott7-14/+29
2018-04-19getting portal-cassandra music to startMandeep Khinda3-34/+13
-Fixed pv/pvc problem. -The docker image changed so that it was not chown'ng files coupled with the tweaks to the mount directory this fixes the read-only file system issue. -The portal-cassandra container is not considered running yet by K8s though Port 9160 is not opened so the liveness probe will tear it down unless it is disabled by the person deploying the chart. Issue-ID: OOM-900 Change-Id: I004fcb77c70db92679c10c7488594cb3000a11d9 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-19Add chart name override to service name tplMike Elliott1-3/+4
See issue id for details. Change-Id: Iea807608f7bd315a28032b640f3aa9370adc17eb Issue-ID: OOM-971 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-04-19Merge "Add Common Helm Chart "mariadb-galera""Mandeep Khinda11-0/+418
2018-04-19fix nfs-provisioner for appc and sdncJerome Doucerain6-17/+8
change in common/mysql/templates/pvc.yaml to allow pvc use when persistence is required change in common/mysql/templates/storageclass.yaml to be led by the disableNfsprovisioner variable change in appc/values to default the disableNfsprovisioner to false as it is in sdnc changing the default disableNfsprovisioner to true for both appc and sdnc changing the stateful set avoid volumeclaimtemplates. When used in helm, the volumeclaimtemplates is causing pvc to be left after the helm delete --purge. I guess this is due to the fact the pvc are not directly created by the helm install by indirectly by kubernetes Now the tests are working in both cases (nfsprovisioner disabled or not) The only piece remaining after a helm delete is pv in released state in case we are using nfsprovisioner. That makes sense again because this are objects created by the provisioner and not by helm. removed some leftover Issue-ID: OOM-787 Change-Id: Ieb1f1c482217aeb1b89be39a437bb891a299db71 Signed-off-by: Jerome Doucerain <jerome.doucerain@bell.ca>