summaryrefslogtreecommitdiffstats
path: root/kubernetes/config
AgeCommit message (Collapse)AuthorFilesLines
2018-01-18Add support for dmaap and ueb for sdncAlexis de Talhouët3-1/+57
Update config-init container with the added files Change-Id: I8703307207c376a1f0a1410af126e4fa4be3fb13 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Issue-ID: OOM-491
2018-01-16Use latest container including all modificationsAlexis de Talhouët1-1/+1
- dcae - policy Change-Id: I868f23500ea18363acf1f1c15595e4a9f8f3b053 Issue-ID: OOM-490 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-01-16Add aai and mso FQDN in drools /etc/hostsAlexis de Talhouët1-2/+2
.api.simpledemo.openecomp.org See https://jira.onap.org/browse/POLICY-510 This is a temporary solution. Assign a static IP address to aai-service and inject it in the /etc/hosts of drools. Change-Id: I52c25225e63be9d9dfb9c92836f2b16da9f2b813 Issue-ID: OOM-549 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-01-16Disable persisting policy mariadbAlexis de Talhouët154-10/+0
See https://lists.onap.org/pipermail/onap-discuss/2018-January/007199.html Change-Id: Ib75fbb40e99b6c97ccee9285750c9463f9c6a4f8 Issue-ID: OOM-548 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-01-16Add support for DCAE in AmsterdamAlexis de Talhouët19-63/+1485
- add nginx container to reverse proxy hostname coming from DCAE world to OOM world. - create DNS zone in Designate for simpledemo.onap.org. to point to the K8S hosts where dcaegen2 service is running. - add heat stack to deploy DCAE - update SDC configuration file to dynamically inject the UEB servers as those are in reality the k8s nodes ip addresses, as the dmaap service port is exposed by the dcaegen2 service. This is done because the service-change-handler container deployed by DCAE is getting the UEB servers IP list from SDC itself, hence to enable resolution in the DCAE VM, the IP has to be reachable. (Hence this config assume DCAE VMs can route to K8S hosts). Previous config was using dmaap.onap-message-router for UEB servers host, but this is not resolvable by any DNS. - add knob to deploy DCAE or not - add DCAE related parameters in onap-parameters.yaml (initial config) - fix DCAE healthcheck - add support to keystone v2.0 and v3 - fix vm_properties robot file Change-Id: I64ec6faf7b45b293bf7110e9e23e31798bf9b841 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Issue-ID: OOM-508
2017-12-20Fix date format in vid logbackyuryn2-4/+4
Change-Id: Ia9380d310a699f0332a78e15cc1ec397eb757df0 Issue-ID: OOM-527 Signed-off-by: yuryn <Yury.Novitsky@amdocs.com>
2017-12-20Merge "Incorrect start-kafka.sh mounted to global-kafka" into amsterdamAlexis de Talhouët1-69/+0
2017-12-20Incorrect start-kafka.sh mounted to global-kafkamayankg27031-69/+0
Issue-ID: OOM-481 Change-Id: Ie8bdcf5fdd3999488728fc751596121399e9738c Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com> (cherry picked from commit 2c1e36d2e9c224e901179d253616d0ee62a41a86)
2017-12-20Fix policyAlexis de Talhouët8-212/+317
- remove useless init-check in deployment to match requirement from policy team: https://gerrit.onap.org/r/gitweb?p=policy/docker.git;a=blob;f=docker-compose.yml;h=96fd5073e9d51908dabd04643aa96b42820ac681;hb=HEAD - add missing drools port (9696) - update configuration files to reflect latest Change-Id: I3399c21a3357b649fdc078a0bd4ba4af1f751a9b Issue-ID: OOM-490 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-12-19Merge "Remove redundant filebeat from portal-db" into release-1.1.0Alexis de Talhouët1-306/+0
2017-12-18Fix SDC-ES Connection refusedMunir Ahmad1-1/+0
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> Issue-ID: OOM-515 Change-Id: Ia87da1e2f24aa36e9f3ce43404ee4f1ff8635a79 (cherry picked from commit 9d932016e610293305f4446eafcbc9183a21112a)
2017-12-17Remove redundant filebeat from portal-dbBorislavG1-306/+0
Portal-db is maria-db. It has no logback.xml configuration. The filebeat in this pod is redundant. Issue-ID: OOM-517 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> Change-Id: I9118491ff6d9c51851cc915143b9962d98a883e4
2017-12-11Update the endpoint of Portal to ONAPPORTALBharath Thiruveedula4-8/+8
Change-Id: Iadd91e8b6f3b183add15343d506a88dc6b46ff14 Issue-ID: OOM-505 Signed-off-By: Bharath Thiruveedula<bharath_ves@hotmail.com>
2017-12-01Update config container to levrage latest fixAlexis de Talhouët1-1/+1
Change-Id: Ibc0f574e7723a09b1f2f923d07d5235da3b407ba Issue-ID: OOM-382 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-12-01Update the haproxy to use latest aai certificateVenkata Harish K Kajur1-25/+64
Issue-ID: AAI-44 Change-Id: I60dedc488b17e3340a30abcd4df5de83a377f1a1 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com> (cherry picked from commit 134c6259cf5d25e636aa1422d464ed5b89e2494e)
2017-12-01Merge changes from topic 'fix-amsterdam' into release-1.1.0Mike Elliott1-3/+3
* changes: Fix ONAP entity-event-policy.xml bean package Fix docker image name for AAI Output the Robot logs at the proper place
2017-12-01Merge "Fix Robot vm_properties.py params" into release-1.1.0Mike Elliott1-1/+2
2017-11-30Fix admin_tenant in SO json configMarco Platania1-1/+1
Replace "services" with "service" Change-Id: Iabd261c4a01fac43cd4c28c79b2410d5de64f578 Issue-ID: OOM-478 Signed-off-by: Marco Platania <platania@research.att.com>
2017-11-30Fix ONAP entity-event-policy.xml bean packageAlexis de Talhouët1-3/+3
Change-Id: Ib0ecc3437a2b02768147b1ba4d6fedc187e02c52 Issue-ID: OOM-432 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-11-30Fix Robot vm_properties.py paramsAlexis de Talhouët1-1/+2
Change-Id: I73ae8da9734cf7e8f60b25ded2691fc4b981efe1 Issue-ID: OOM-382 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-11-30Merge "Adjust appc to latest (Amsterdam)" into release-1.1.0Mike Elliott1-6/+8
2017-11-30Merge "bringing robot up to date with 1.1" into release-1.1.0Mike Elliott15-371/+182
2017-11-30Merge "Fix: AAI HAProxy syslog are not monitored" into release-1.1.0Mike Elliott1-1/+0
2017-11-30Merge "Adjust loggers to latest (Amsterdam)" into release-1.1.0Mike Elliott11-989/+1521
2017-11-30Merge "Adjust mso mysql to latest (Amsterdam)" into release-1.1.0Mike Elliott4-42/+91
2017-11-30Merge "Adjust mso-docker.json to latest (Amsterdam)" into release-1.1.0Mike Elliott1-23/+34
2017-11-28Adjust appc to latest (Amsterdam)Alexis de Talhouët1-6/+8
Following fixes as done as per as APPC configuration - fix docker versions: - fix properties file Change-Id: Ie2fa50bd0ddc2073f2dba37b09aa8f15de7643cb Issue-ID: OOM-470 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-11-28Fix: AAI HAProxy syslog are not monitoredAlexis de Talhouët1-1/+0
Change-Id: I83f99c960a16aca43caac0aa4feb285716f0ade0 Issue-ID: OOM-466 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
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>