summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-12-08Migrate to R1 released docker imagesAlexis de Talhouët11-36/+41
Change-Id: Iac46cbae69404d17e1f4e59f85ed18fc7ecd01dd Issue-ID: OOM-432 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> (cherry picked from commit f033f949c49cc195be1f3a6bdf79759f7e0983ca)
2017-12-04Merge "Adjust mso-docker.json to latest"Alexis de Talhouët1-23/+34
2017-12-04Merge "Adjust mso mysql to latest"Alexis de Talhouët4-42/+91
2017-12-04Merge "Adjust UUI to latest"Alexis de Talhouët4-2/+76
2017-12-04Merge "Adjust VFC modules to latest"Alexis de Talhouët5-16/+172
2017-12-04Merge "Adjust clamp to latest"Alexis de Talhouët2-4/+5
2017-12-04Merge "Adjust appc to latest (Amsterdam)"Alexis de Talhouët3-11/+11
2017-12-04Merge "Fix: AAI HAProxy syslog are not monitored"Alexis de Talhouët2-2/+1
2017-12-04Merge "Fix Robot vm_properties.py params"Alexis de Talhouët1-1/+2
2017-12-04Merge "Fix VID to MSO password"Alexis de Talhouët1-1/+1
2017-12-04Merge "Fix ONAP entity-event-policy.xml bean package"Alexis de Talhouët1-3/+3
2017-12-04Merge "Output the Robot logs at the proper place"Alexis de Talhouët2-2/+2
2017-12-01Merge "Fix Elasticsearch template issue"Mike Elliott1-1/+1
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-30Output the Robot logs at the proper placeAlexis de Talhouët2-2/+2
A small webserver in bind behind /share/logs specifically to display the logs, so we need to correctly output them there. As specified in the robot scripts. see https://gerrit.onap.org/r/gitweb?p=testsuite/properties.git;a=blob;f=ete.sh;h=93070c995d12f2cdb59275477e9ca6be2956e696;hb=refs/heads/amsterdam#l20 see https://gerrit.onap.org/r/gitweb?p=testsuite/properties.git;a=blob;f=demo.sh;h=e7dcd51db31a58d75095c60fde93abc1d8c2b01c;hb=refs/heads/amsterdam#l147 Change-Id: I5a41c9865295d2db0ded131bb985ef323a79ecc5 Issue-ID: OOM-382 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-11-30Fix VID to MSO passwordAlexis de Talhouët1-1/+1
Change-Id: I33edd09472a96405859e87549650ce451f330469 Issue-ID: OOM-477 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-28Adjust UUI to latestAlexis de Talhouët4-2/+76
Fixes: add uui-server fix uui health check add MSB registration endpoint to uui Change-Id: I0f1b10a67e980fd134f28c559ab1396b2e9febb3 Issue-ID: OOM-474 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-11-28Adjust VFC modules to latestAlexis de Talhouët5-16/+172
- add nokia driver - add workflow engine activiti - fix workflow deps - update versions to released ones (TB updated) Change-Id: Ia8df5fdd1df13e4d237aa628fb2c4fceb2d033cc Issue-ID: OOM-473 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-11-28Adjust clamp to latestAlexis de Talhouët2-4/+5
Fixes: - use proper docker version - use proper environment variable Change-Id: I1fba341a9d708c3f11304410f6b0339aa1b22283 Issue-ID: OOM-472 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-11-28Adjust mso mysql to latestAlexis 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-28Adjust mso-docker.json to latestAlexis 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-28Adjust appc to latest (Amsterdam)Alexis de Talhouët3-11/+11
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ët2-2/+1
Change-Id: I83f99c960a16aca43caac0aa4feb285716f0ade0 Issue-ID: OOM-466 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-11-28bringing robot up to date with 1.1Mandeep Khinda17-247/+195
-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-27Merge "Fix MSO encrypted password on long namespaces"Alexis de Talhouët1-1/+1
2017-11-27revert OOM-420 to avoid helm 2.3+ upgradeMichael O'Brien4-4/+6
Issue-ID: OOM-441 Change-Id: I657b9c169dcfc9a8320277f14b5b7908dd2cdf2a Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
2017-11-27Fix 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-22Merge "fix double quote in test-config - see aai-461"Alexis de Talhouët1-1/+1
2017-11-22Fix Elasticsearch template issueshanedaniel1-1/+1
Issue-ID: OOM-443 Change-Id: Idc24ac31d3582f73df75d6697363efd44306cb12 Signed-off-by: shanedaniel <shane.daniel@amdocs.com>
2017-11-21Merge "Deploy MR on VM by TOSCA IssueID: OOM-453"Hong Guan2-0/+284
2017-11-21Deploy MR on VM by TOSCAJun Hu2-0/+284
IssueID: OOM-453 Change-Id: I110899696666accebe31a03ab4fae5ffe00bbf13 Signed-off-by: Nicolas Hu <jh245g@att.com>
2017-11-21Add reference to allow proper linkingGildas Lanilis1-0/+2
The goal is to have better preocess for cross referencing pages in Readthedocs. Issue-ID: DOC-203 Change-Id: I1dd2f8c5851756896ec864cff9e29a34bcebc546 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2017-11-21Deploy SO on VMs by TOSCAHong Guan2-0/+320
Change-Id: Ic0b775089f218f869d1abe2f374919f3286aec1d IssueID: OOM-450 Signed-off-by: Guan, Hong (hg4105) <hg4105@att.com>
2017-11-20Deploy appc on VMs by TOSCAHong Guan2-0/+319
Change-Id: Ic14e65350482641f0b4e71960f3eadf543e27504 IssueID: OOM-78 Signed-off-by: Guan, Hong (hg4105) <hg4105@att.com>
2017-11-20fix double quote in test-config - see aai-461Michael O'Brien1-1/+1
IssueID: OOM-426 Change-Id: Id387663ca801aefd0dc659281e91acbfd52e7e40 Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
2017-11-17Deploy Policy on VMs by TOSCAJun Hu4-0/+301
IssueID: OOM-80 Change-Id: Ifa21629bba5a8dbac652b8341f4ac52947bd619f Signed-off-by: Nicolas Hu <jh245g@att.com>
2017-11-16DOC: Updated release notes copyrights.Marc Alexandre Choquette1-1/+1
IssueID: OOM-426 Change-Id: Ic9027c670c6b6deea2f297f506451115bd6b218e Signed-off-by: Marc Alexandre Choquette <m.a.choquette@bell.ca>
2017-11-16DOC: push release notes for R1Michael O'Brien1-0/+65
IssueID: OOM-426 Change-Id: I4a0df7f62cca7b1fb709c34cedd537c46a4af894 Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
2017-11-15Update the haproxy to use latest aai certificateVenkata Harish K Kajur2-26/+65
Issue-ID: AAI-44 Change-Id: I60dedc488b17e3340a30abcd4df5de83a377f1a1 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-11-12fixed kibana and logstash connection to esKerenj4-6/+6
Change-Id: If140f2fb65a5668c8f71d4beeea086ab2c07999e Issue-ID: OOM-420 Signed-off-by: Kerenj <keren.joseph@amdocs.com>
2017-11-10Merge "Fix port for sdnhost"Mandeep Khinda1-1/+2
2017-11-09Fix port for sdnhostSylvain Desbureaux1-1/+2
As sdnhost second port didn't have a fixed port, it could take one of the needed one for the other services (as mentionned in OOM-410). Fixing it here to {{ .Values.nodePortPrefix }}08 (which is not used by other services) all to fix the issue Change-Id: Ia27ca713d4edfe4dd0bde0b6ab484e71caec4126 Issue-ID: OOM-410 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2017-11-08Updating ECOMPPORTAL to ONAPPORTALRahul Sharma1-3/+3
Issue-Id: OOM-409 Change-Id: I1d1323dc98852d914024537b10f4a45332b296f8 Signed-off-by: Rahul Sharma <Rahul.Sharma2@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-11-06Fix SDC-FE logging confiurationBorislavG1-1/+3
SDC-FE logs location was missing /var/log/onap Issue-ID: OOM-403 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> Change-Id: Iec13970609981c94c7da85b56c78cea11846ade8
2017-11-01Merge "Add logstash parsing for SDC-BE and AAI-ML"Mandeep Khinda1-10/+62
2017-11-01Add logstash parsing for SDC-BE and AAI-MLshanedaniel1-10/+62
Issue-ID: OOM-378 Change-Id: Iac26f9076b09b815c6cb70643e8c6f384c3b8b9c Signed-off-by: shanedaniel <shane.daniel@amdocs.com>
2017-11-01Merge "Fix configuration of elasticsearch"Mandeep Khinda3-33/+44