summaryrefslogtreecommitdiffstats
path: root/kubernetes/config
AgeCommit message (Collapse)AuthorFilesLines
2017-11-27Adjust loggers to latest (Amsterdam)Alexis de Talhouët11-989/+1521
Setup is broken, updating to latest SO logger config is fixing this. See bug to have more details. Change-Id: I2cd456aa4d813a9c1245506252bae1c76ba773a4 Issue-ID: OOM-462 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-11-27Adjust mso mysql to latest (Amsterdam)Alexis de Talhouët4-42/+91
Actual: MariaDB [mso_catalog]> select * from service; 3 rows in set (0.00 sec) MariaDB [mso_catalog]> select * from service_recipe; 4 rows in set (0.01 sec) MariaDB [mso_catalog]> select * from vnf_components_recipe; 15 rows in set (0.00 sec) Expected: MariaDB [mso_catalog]> select * from service; 4 rows in set (0.01 sec) MariaDB [mso_catalog]> select * from service_recipe; 6 rows in set (0.00 sec) MariaDB [mso_catalog]> select * from vnf_components_recipe; 12 rows in set (0.00 sec) Change-Id: I505c38f37a49c752fda0bdf5dcacd07c71201dab Issue-ID: OOM-462 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-11-27Adjust mso-docker.json to latest (Amsterdam)Alexis de Talhouët1-23/+34
A few properties were missing, hence MSO wasn't playing to chef recipes correctly, hence was not getting configured as expected. ================================================================================ Recipe Compile Error in /var/berks-cookbooks/chef-repo/local-mode-cache/cache/cookbooks/mso-config/attributes/topology.rb ================================================================================ URI::BadURIError ---------------- both URI are relative Cookbook Trace: --------------- /var/berks-cookbooks/chef-repo/local-mode-cache/cache/cookbooks/mso-config/attributes/topology.rb:5:in `from_file' Relevant File Content: ---------------------- /var/berks-cookbooks/chef-repo/local-mode-cache/cache/cookbooks/mso-config/attributes/topology.rb: 1: require 'uri' 2: ###################### 3: # MSO Config Path 4: ########## 5>> node.default["mso-config"]["topology"]["apih-load-balancer"] = URI.join(node["mso-bpmn-urn-config"]["adaptersOpenecompDbEndpoint"], "/").to_s Change-Id: Ia070823116f2ccdc806d6423cc9e8769e5d049c5 Issue-ID: OOM-462 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-11-23bringing robot up to date with 1.1Mandeep Khinda15-371/+182
-updates to various files that have changed in the VM version -OpenO support (test success requires kube2msb and msb to be working) -removed un-used -docker.sh scripts (I don't find them useful so I am proposing to removing them here) -updates to SDNC preload eliminates some old parameter subst. we were doing. -With these change and a temporary tweak to kube2msb that points it to a rancher server (kubeMasterUrl) robot results are pretty much on par with my VM deployment of ONAP: ============================================================================== OpenECOMP ETE | FAIL | 31 critical tests, 25 passed, 6 failed Issue-ID: OOM-382 Change-Id: I2e3bcfd6fce31b0e4de8b7d66be90c7490e04c5c Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-11-23Fix MSO encrypted password on long namespacesBorislavG1-1/+1
Change-Id: Ib9f69ff7b1d1417a69bfd3e8b2259342b6132bdd Issue-ID: OOM-456 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2017-11-08Update filebeat configuration for logsBorislavG2-59/+61
Need to add another location for logs gathering: /var/log/onap/*/*/*/*.log Issue-ID: OOM-407 Change-Id: Ic812205f5d10e2dd23eb0e6c2cf1fce640db51b2 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2017-10-25Merge "synching up portal config again"Mike Elliott13-261/+388
2017-10-25Merge "fix location of certs for aai statuses scripts"Mandeep Khinda4-3/+3
2017-10-25synching up portal config againMandeep Khinda13-261/+388
PORTAL-130 renamed various mounts and FQDNs -it also added an additional logback.xml for portalsdk What I did was move the 2 logback files into the config/log dir so that the centralized logging team can update them as required. Was able to login to the portal using the vnc session Issue-ID: OOM-340 Change-Id: Id1872422e7d876953ecb0a92ce55a8753d9d7eaa Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-10-19fix location of certs for aai statuses scriptsSylvain Desbureaux4-3/+3
Change-Id: I8a47a6e97997daf9aeb289ba27fc0ac1e566242a Issue-ID: OOM-366 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2017-10-18Merge "scripts & kubectl are executable for consul-agent"Mandeep Khinda17-0/+0
2017-10-17Synching up portal configMandeep Khinda12-223/+115
-moving container tags to 1.3 -pulling latest docker config mount files -changing mariadb password back to original. there was no reason to change in the first place -robot health check passes: Basic Portal Health Check | PASS | Issue-ID: OOM-340 Change-Id: I77d22b701aa27473a9cfce25031c13f9be845dae Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-10-17scripts & kubectl are executable for consul-agentSylvain Desbureaux17-0/+0
Issue-ID: OOM-364 Change-Id: Iefdf89152056efa25ab9bdc5c76c0518def95459 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2017-10-13synching up robot with SO name changeMandeep Khinda1-1/+1
Issue-ID: OOM-311 Change-Id: Idd81379eb97669a1496bc4deccc8856e4a26ad8f Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-10-13synching up SO configurationMandeep Khinda7-253/+237
Issue-ID:OOM-339 Change-Id: I6a74b12e2b334632d90f41ccaa5e3f6bb07582e9 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-10-11syncing up appc configMandeep Khinda2-122/+122
Issue-ID: OOM-338 Change-Id: Iac2e50f606285ceb7e64f2b2305d7a9e5ab680ae Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-10-05Merge "Add missing aai canonical logging"Mike Elliott2-458/+0
2017-10-05Merge "Added missing mount to aaf deployment yaml"Mike Elliott1-0/+9
2017-10-05synching up sdncMandeep Khinda2-37/+196
things keep changing, oom keeps synching.. Issue-ID: OOM-337 Change-Id: I6722c4428a5d617fe36433cd4315229501d05b83 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-10-03Add missing aai canonical loggingBorislavG2-458/+0
Add filebeats and logback configuration to: sparky-be, search-data-service, model-loader, traversal, resources using configMaps Issue-ID: OOM-112 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> Change-Id: Ia1fa0ee2ad3894553a60468797d9d2b1cecb8f2e
2017-10-02Added missing mount to aaf deployment yamlDusan Rozman1-0/+9
Created mount /data2/ needed for aaf Change-Id: I050579e42afce9dc29c4c7a3cfdfb05ddb4d4217 Issue-ID: OOM-331 Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>
2017-09-27added filebeat to all componentsyuryn1-0/+1
Deployment of: filebeat containar for each relevant component + chown of log dir to root - prevents filebeat complaining about filebeat file + ecomp web app renamed onap - fixed dep-pap.yaml + fixed multiple volumeMounts in vid-server Change-Id: I74f8f2abd5feeba1d37b044d2a023674fd41c994 Issue-ID:OOM-110 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-09-26Merge "Added AAF containers to ONAP Kubernetes"Mandeep Khinda4-0/+418
2017-09-26Added AAF containers to ONAP KubernetesDusan Rozman4-0/+418
Created the initial deployment yamls for AAF project Issue-ID: OOM-11 Change-Id: I3c60185d78e8ce5596791624086f7cf32b3c3c38 Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>
2017-09-26removing dcae-config.tar from repoMandeep Khinda1-0/+0
It isn't referenced anywhere and dcaegen1 pods come up without it Issue-ID: OOM-323 Change-Id: I42901c9a57c2f3b9be0405b2b2fff90e607a1688 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-25Merge "Add Consul health check support for SDNC"Mike Elliott1-0/+22
2017-09-25Merge "Add Consul health check support for SDC"Mike Elliott5-0/+121
2017-09-22Add Consul health check support for SDNCgfraboni1-0/+22
This push adds health checks for the SDNC. IssueID: OOM-86 Change-Id: I73b15e09388e87dc481d77b76ba302ff4dcb4317 Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-09-22Add Consul health check support for SDCgfraboni5-0/+121
This push adds health checks for the SDC components. Issue-ID: OOM-86 Change-Id: I67c861a7a3e98f2aaa88c30e3132500cfc429118 Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-09-22Merge "Add Consul health check support for MSO"Mandeep Khinda4-0/+73
2017-09-22Merge "synching up SO 1.1"Mandeep Khinda24-3138/+767
2017-09-22Merge "Add AAI config changes"Alexis de Talhouët9-124/+6310
2017-09-22Add Consul health check support for MSOgfraboni4-0/+73
This push adds health checks for the MSO components. Issue-ID: OOM-86 Change-Id: Ia8908e4225248f51c73d8d41aa8895cd6f9b511c Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-09-22Add AAI config changesMike Elliott9-124/+6310
A new RESOURCES_HOSTNAME environment variable was added to the traversal service to allow configuration for communicating with resource service. The gremlin service has been removed from AAI 1.1 deliverables. Change-Id: Id38581d49822cb3aa8ccb912508fabfb5c775a5a Issue-Id: OOM-312 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2017-09-22Add Consul health check support for message-routergfraboni5-0/+56
This push adds health checks for the following message-router components: DMaaP, Kafka, and ZooKeeper. Issue-ID: OOM-86 Change-Id: Icb557a27208eea94ea7ee6d8eadfb1f02481d7b4 Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-09-21Add Consul support to 'OneClick' deployment.gfraboni19-0/+383
The OOM is moving to using Consul to provide health checks for all ONAP components. This push adds deployment of a 3 node Consul Server cluster and a single Consul agent to the 'OneClick' deployment. As a first step, health check scripts for the A&AI microservices have also been included. Support for additional ONAP components will follow. Issue-ID: OOM-86 Change-Id: Ib63f3d8b1b745551c9ec55b6529d022b32006e9c Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-09-21synching up SO 1.1Mandeep Khinda24-3138/+767
trying to keep up with changes in SO upstream 1.1 -robot health check still fails with a HTTP 503. --The same error is observed in the HEAT env. -unforking config directories and instead mounting files that we need to change. -the DB boot sql scripts are checked out on the VM and are not within the container which makes keeping in synch an ongoing process until we spend time improving config/boot Issue-ID: OOM-311 Change-Id: Ia91ced683ca985184c2752917795e2b7ebffb9a8 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-20Merge "Added CLAMP containers to ONAP Kubernetes"Mike Elliott6-0/+897
2017-09-20adding debug log to config-init.shMandeep Khinda1-1/+1
Issue-ID: OOM-307 Change-Id: Ic7261ae2bf34f5490b67daf01851aea1913bd585 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-20porting robot tenantId changeMandeep Khinda4-1/+7
This change to robot caused demo init stop working in OOM as we were using tenantName to keystone auth. https://gerrit.onap.org/r/#/c/11539/ This fixes the issue and requires a new parameter to onap-parameters.yaml. steps to workaround will be provided in the jira comments Issue-ID: INT-149 Change-Id: I3dad07b24313a5bc6637b602a8c52835544155e8 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-20Added CLAMP containers to ONAP KubernetesDusan Rozman6-0/+897
Added the initial deployment yamls for CLAMP and updated one-click Issue-ID: OOM-12 Change-Id: I48c842d77bf95ad53dcff9ab28edf542b1cb4bf5 Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>
2017-09-14For global-onap-configmap use file contentyuryn1-1/+1
Change-Id: I12780f57f5f2070e5603d25a7fd6a78320220845 Issue-ID: OOM-277 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-09-14Merge "move policy config to onap 1.1"Mandeep Khinda12-113/+283
2017-09-14move policy config to onap 1.1Mandeep Khinda12-113/+283
was the cause of the robot failure for policy in oom Issue-ID: OOM-297 Change-Id: Iabb24cc7a007ef852cde3ebe2cbb9226bb4153b3 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: Ahmed Alabulrahman <ahmed.alabdulrahman@amdocs.com>
2017-09-14Seed of deployment of log componentsItay Hassid26-1/+3772
Deployment of: Logstash + ElasticSearch + Kubana with all the configuration files Issue-ID:OOM-110 Change-Id: I1788485ccb283f0ec4dc8910479072a6cf034e5f Signed-off-by: Itay Hassid <itay.hassid@amdocs.com>
2017-09-13Revert "moving certs and keys to k8s secrets"Keren Joseph9-2/+1
This reverts commit 59ffd500ea34c201fbb3edc39e64655fa8381be0. Tested locally and does not work. DmaaP fails to come up causing many other pods to crash loop. failed to start container "dmaap": Error response from daemon: {"message":"invalid header field value "oci runtime error: container_linux.go:247:starting container process caused "process_linux.go:359: container init caused "rootfs_linux.go:53: mounting "/var/lib/kubelet/pods/9ae222e0-98a9-11e7-badd-02cfc855c3b9 /volumes/kubernetes.io~secret/mykey" to rootfs "/var/lib/docker/aufs/mnt /b92c56185f3371cb1f091679780d40797dd2c6124cd00cb8fe68da2b247363a8" at "/var/lib/docker/aufs/mnt/.../appl/dmaapMR1/etc/keyfile" caused "not a directory"""n""} Issue-ID: OOM-293 Change-Id: I348ffa14718bd6e89e99f2859cf6612c10370559 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-12moving certs and keys to k8s secretsKeren Joseph9-1/+2
changed location of used certs and keys files, updated deploy yamls and create/delete all Issue-ID: OOM-293 Change-Id: I53766b7028d6b725bf381875105b196246ff2ee1 Signed-off-by: Keren Joseph <keren.joseph@amdocs.com>
2017-09-11synching portal config with upstreamMandeep Khinda9-16/+288
on master branch there were changes to portals vm_init script and docker-compose process that needed to be ported to oom. src of config are on master in portal/deliveries/ reverted the docker image name changes. upstream master has introuced a "-" between apps, db and wms. these images were cauing NPEs during portal spring boot so went back to original image names until further notice. Issue-ID: OOM-276 Change-Id: I708628f4b375325f2f2b753d1a374699b763098a Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-08fixing bug in new config podMandeep Khinda3-3/+2
-it appears the variable substitution was not working and the config map was empty causing the config pod to fail. I was sure I tested this...alas :'( Issue-ID: OOM-277 Change-Id: I439d2e0d12f74e76c2fb0a2d44da8aaa473035a7 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-08Merge "converting config to helm and setting demo values"Mandeep Khinda18-66/+249