Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: Iee78fd67f327fbfa4dc0a627adacbcc7af03f72a
Issue-ID: OOM-493
Signed-off-by: lizi <li.zi30@zte.com.cn>
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Issue-ID: OOM-515
Change-Id: Ia87da1e2f24aa36e9f3ce43404ee4f1ff8635a79
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Issue-ID: OOM-342
Change-Id: Ifb03e5515b1d1a637c2172a27f07749dfcef9bfe
Signed-off-by: akhosla <akanksha.khosla@amdocs.com>
|
|
Change-Id: Iadd91e8b6f3b183add15343d506a88dc6b46ff14
Issue-ID: OOM-505
Signed-off-By: Bharath Thiruveedula<bharath_ves@hotmail.com>
(cherry picked from commit 2fa940f062455b4646e58f7d4d6d48a3af6df3a4)
|
|
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>
|
|
Issue-ID: OOM-481
Change-Id: Ie8bdcf5fdd3999488728fc751596121399e9738c
Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
|
|
Change-Id: Iac46cbae69404d17e1f4e59f85ed18fc7ecd01dd
Issue-ID: OOM-432
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
(cherry picked from commit f033f949c49cc195be1f3a6bdf79759f7e0983ca)
|
|
Change-Id: I8353d297b45dfa7c3559523a652ef34bb5340a9d
Issue-ID: OOM-495
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Replace "services" with "service"
Change-Id: Iabd261c4a01fac43cd4c28c79b2410d5de64f578
Issue-ID: OOM-478
Signed-off-by: Marco Platania <platania@research.att.com>
|
|
Change-Id: Ib0ecc3437a2b02768147b1ba4d6fedc187e02c52
Issue-ID: OOM-432
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
|
|
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>
|
|
Change-Id: I33edd09472a96405859e87549650ce451f330469
Issue-ID: OOM-477
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
|
|
Change-Id: I73ae8da9734cf7e8f60b25ded2691fc4b981efe1
Issue-ID: OOM-382
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
|
|
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>
|
|
- 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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|