summaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
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-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>
2018-04-18Add Common Helm Chart "mariadb-galera"vitalied11-0/+418
A new common helm chart that will deploy a Galera cluster for MariaDB. Please note that this chart is still work in progress and more features will be added or improved. Change-Id: Ia4487666798f83d2869c35bcfaacc5516068f194 Issue-ID: OOM-758 Signed-off-by: vitalied <vitalied@amdocs.com>
2018-04-18Fixes for SDNC portal podjmac7-14/+29
With these changes, the SDNC Portal pod is now coming up cleanly and there are no errors in the logs. I was able to successfully create a user and log in to the portal. Change-Id: Iab3374c585a0b88844e83860d14e572e151958a6 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-881
2018-04-18Merge "Updated AAI to latest images"Mandeep Khinda4-190/+179
2018-04-18Merge "Update from using hbase to using cassandra"Mandeep Khinda35-788/+2137
2018-04-18Update from using hbase to using cassandravagrant35-788/+2137
Also update resources and traversal to remove chef MK: Addressing the -1 statefulset comment Issue-ID: AAI-33 Change-Id: Ieee819703764fdda727f17d4e9be43084886828c Signed-off-by: Kajur, Harish vk250x@att.com <vk250x@att.com> Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-17Updated AAI to latest imagesKeren Joseph6-192/+181
- values were updated to latest images for all but sparky - configuration approch should be agreed before updateing. - a change in logback.xml was made to match the logback for internal app of search-data, in order to get the pod up and running with minimal changes to app files. - there is an issue with traversl logging that will be solved with the app developers. Issue-ID: OOM-947 Change-Id: I40d1dd51d03db35926a9c65678b318e0091caad9 Signed-off-by: Keren Joseph <keren.joseph@amdocs.com>
2018-04-17Merge "Fix SO Healthcheck"Mike Elliott6-37/+227
2018-04-17Merge "Update APPC charts for Nitrogen ODL"Borislav Glozman11-24/+47
2018-04-17Merge "Change the service name of MSB register annotation"Borislav Glozman1-1/+1
2018-04-17Update APPC charts for Nitrogen ODLAaron Hay11-24/+47
SDNC directory renamed to ccsdk based on latest ccsdk update. Files startODL.sh and appc.properties updated based on Nitrogen ODL. Change-Id: I096ffb211afdd7df7438f5bb276ecc6b0fbfc09d Issue-ID: OOM-951 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-04-17Fix SO HealthcheckBorislavG6-37/+227
Change-Id: Ia742842cf1878c5786f71949013ed8afedd13c39 Issue-ID: OOM-909 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-17Merge "Fix SDN-C bundles that don't come up properly"Borislav Glozman6-12/+53
2018-04-17fixing bug in new service templateMandeep Khinda1-1/+1
Issue-ID: OOM-906 Change-Id: Idfbb47f70146a63759fe9829b6dae25b88cc562f Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-17Synching robot up with Beijing codeMandeep Khinda11-750/+506
-updating configmaps with master -parameterizing auth -removing asdc interface fork. no longer needed as be/fe are split -fixing spaces -aligning with templates better -adding comments to values that need overriding per environment -injecting demo project into container in /share/heat on startup -addressing comment on demo-k8s.sh Issue-ID: OOM-795 Change-Id: Iebc959c20491e3e2ca8cf64f22444918650d1970 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-17Change the service name of MSB register annotationLiZi1-1/+1
The service name of vfc-workflow and vfc-workflow-engine are both "workflow" in MSB register annotations. Actually they are two different service. Change-Id: I45bb3a131431bb4893c0dc992cdb008c1045cf84 Issue-ID: OOM-949 Signed-off-by: LiZi <li.zi30@zte.com.cn>
2018-04-17Merge "changes to ensure pap/pdps comes healthy"Borislav Glozman2-1/+4
2018-04-17incorrect config map mountingmayankg27033-17/+34
Change-Id: I54dbc1ceaf46ddc54a9aeb8504f9dee30f042872 Issue-ID: OOM-918 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
2018-04-16changes to ensure pap/pdps comes healthyJorge Hernandez2-1/+4
Change-Id: I4ac01cabaaed0796659c22a545cc8be19138c6d1 Issue-ID: OOM-904 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2018-04-16Merge "VID Health Check fails"Mike Elliott2-9/+9
2018-04-16Fix SDN-C bundles that don't come up properlyjmac6-12/+53
Change-Id: Ieccbd863e45bb68d76f4f1f066433276c9adf3cd Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-945
2018-04-16Merge "Add service name standard template"Jerome Doucerain4-7/+43
2018-04-16Merge "Update readiness-check version"Mike Elliott71-71/+71
2018-04-16VID Health Check failsmahendrr2-9/+9
Issue-ID: OOM-910 Change-Id: I7cf1c14a922d3917d24455b1fb23367569752299 Signed-off-by: mahendrr <mahendra.raghuwanshi@amdocs.com>
2018-04-16Update readiness-check versionBorislavG71-71/+71
Readiness check version is not sinchronized in many pods This causing deployment failures. Issue-ID: OOM-936 Change-Id: Ieef91df17836adcdf24db536440d0a1624a50591 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-15Add service name standard templateMike Elliott4-7/+43
Updated helm starter to make use of a standard service name tpl. Change-Id: Ia387c2944da6d46238aa041db8542368b5c8d6a1 Issue-ID: OOM-906 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-04-15Merge "Update Policy images to STAGING"Mike Elliott2-2/+2
2018-04-15Fix dcaegen2 redis values timeoutBorislavG1-1/+2
There is a missing liveliness check timeoutSeconds param Issue-ID: OOM-917 Change-Id: I2979cdde0c8f1df290a6443a52e81b87a3cff3db Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-15Merge "updated the docker repository"Borislav Glozman2-4/+4
2018-04-15Merge "Remove oxm fetching logic from data-router"Borislav Glozman2-18/+0
2018-04-15Merge "Bump buscontroller image (for working without AAF)"Borislav Glozman1-1/+1
2018-04-15Merge "oom component logs missing in Elasticsearch"Borislav Glozman1-27/+33
2018-04-13updated the docker repositorysu622b2-4/+4
Issue-ID: DMAAP-389 Change-Id: I40f3d7fad3d0153ba271ff8bdb1cb4ceb30c7f81 Signed-off-by: su622b <sunil.unnava@att.com>
2018-04-13Remove oxm fetching logic from data-routerDaniel Silverthorn2-18/+0
Change-Id: Ib51e46773d02780013305f98bdb24d0cbcf1b6c9 Issue-ID: OOM-925 Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
2018-04-13Update Policy images to STAGINGPamela Dragosh2-2/+2
We have released artifacts and want to test with our STAGING docker image. Change-Id: I7885d433dc6c4c9499e90e4a1e7af6cb9e84889d Issue-ID: POLICY-708 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-04-13Merge "Changed the usage prompt copy n paste error."Mike Elliott1-1/+1
2018-04-13Merge "Ensure sdnctl user/schema created on master MySQL"Mandeep Khinda6-8/+11
2018-04-12Changed the usage prompt copy n paste error.Helen Chen1-1/+1
Change-Id: I3544eb6cd409e0c56c9c2ce1c7d68d6c67b529cc Issue-ID: OOM-916 Signed-off-by: Helen Chen <helen.chen@huawei.com>
2018-04-12Merge "Fix consul agent start problems"Mike Elliott2-4/+8
2018-04-12Merge "Add Standardized Configuration to VNFSDK"Mike Elliott14-144/+360