This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git.
Pull mirroring updated .
- May 22, 2019
-
-
diazb authored
Adds install of mysql deps in LWUI Dockerfile. Adds use of entrypoint script in LWUI Dockerfile Change-Id: Iab709bd534291083d4890dd33e9f3c490d11cea1 Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
-
govindappa authored
Modified file: installers/full_install_osm.sh Edited the script to parse the following arguments with -m option POL PROMETHEUS KEYSTONE-DB Change-Id: Ia9b7d2526161494257c73dbfa58626f26c9508b6 Signed-off-by: govindappa <prabhunath.g@tataelxsi.co.in>
-
- Apr 17, 2019
-
-
garciadeblas authored
Change-Id: I1a9a136ed572a69c9867212543280d7055b18dc2 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
Change-Id: I0c49f673716377694639f5bf9c1319431157fa3d Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Apr 10, 2019
-
-
Bug 592 Change-Id: Ie7198055049fd3cfab37cc96e153f57fdedec5ad Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
-
Sets maximum number of log files to 5 per module, with max size 10MB each. Change-Id: I6cd23ea0f3e785ed31813355b9ef5f3f3f1b1410 Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
-
- Apr 08, 2019
-
-
Eduardo Sousa authored
It introduces the Keystone host variable which should help in Kubernetes distributions. It also checks if the database was created but it is empty. Change-Id: I7c4bf7423023825f21accc1d34c4d858596b2fd9 Signed-off-by: Eduardo Sousa <esousa@whitestack.com>
-
- Apr 05, 2019
-
-
Adds script to automatically create database if not existant. Adds generation of db env var to install script. Change-Id: I334ffe2a2f9c2570cf94454948e23f1ce4b5aee7 Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
-
Adds script to automatically create database if not existant. Adds generation of db env var to install script. Depends on 7255 Change-Id: Ic4da007e5799f8986b27c896b82c278e49e9b7e5 Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
-
- Mar 01, 2019
-
-
ro-db is renamed to mysql There is no benefit of having multiple sql database engines. All components should share the same. This is part of the effort to make OSM components support an HA scenario. Unifying sql db engines, allows to have them all connected to a database cluster, for example. Change-Id: I5d0f2b75da9ea7c6bbb341cac3cb899b4821dd40 Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
-
- Feb 20, 2019
-
-
diazb authored
Depends on 7217 Change-Id: Ibef79ce619c4d129f948dee31756ce0f7c5d6a50 Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
-
- Dec 20, 2018
-
-
garciadeblas authored
Change-Id: I173947d424c0a334b51a3e0f58a4efae7ee57cd8 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Dec 13, 2018
-
-
garciadeblas authored
Change-Id: I218fb7eb264820a104ba0c0da7184a97212efd8f Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Dec 11, 2018
-
-
garciadeblas authored
Change-Id: I2896cf8218509e439732e5727bf9e51a1470ac09 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Dec 05, 2018
-
-
garciadeblas authored
Change-Id: I05ac8953c8b1250dd6017a2205e31afd38d49438 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Dec 04, 2018
-
-
garciadeblas authored
Change-Id: I225f5bcf6754f0446d8be8ee9d455516b2f4c233 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Dec 03, 2018
-
-
garciadeblas authored
Change-Id: I045f775876d946fa04c63820acf0e8b4642322d7 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 30, 2018
-
-
Removes old references to kafka-exporter container Replaces osm/pm for osm/pol Adds OSM_DOCKER_TAG for proper image deletion Change-Id: If2544bcdbadfa29f47a9e4f4f3ed1ce47fb87dc7 Signed-off-by: lavado <glavado@whitestack.com>
-
- Nov 28, 2018
-
-
diazb authored
Change-Id: I8e02c652492741408ba411818d7fb41cc8230ec4 Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
-
lavado authored
Change-Id: Ia81b287db078312af26b67214c927d3c666a6681 Signed-off-by: lavado <glavado@whitestack.com>
-
- Nov 27, 2018
-
-
garciadeblas authored
Change-Id: Ifa8dfe06fc4ca348689d257d493d675c66db81ac Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 26, 2018
-
-
lavado authored
Change-Id: Ib9f8e7d18d910d42baee52ce7ffdc91d6e53daed Signed-off-by: lavado <glavado@whitestack.com>
-
- Nov 23, 2018
-
-
garciadeblas authored
Change-Id: Ic72fb2b24778c4a49f58b60bf24f474b8e3df4f9 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 22, 2018
-
-
israelad authored
We originally ran into this at the hackfest, where the installer would fail on Ubuntu 18.04, the latest long-term supported release. The behaviour of the `sg` command has failed (an apparent upstream change) so that it can't be reliably used to check the error code of the command it runs. Considering the original use of `sg`, to ensure that the user had access to lxd in order to bootstrap, reduces how we use `sg`, only calling it if we need to bootstrap a new juju controller. The other commands -- `juju show-controller` and `juju controllers` -- do not need access to the lxd group in order to function. I've tested this patch on Ubuntu 16.04 and 18.04 and verified that it works as expected on both (where lxd now pre-installed) and will also work with older versions of 16.04 that may not have it installed. Signed-off-by: Adam Israel <adam.israel@canonical.com> Change-Id: I0e50ef3ac3cf127b63f5f56d8f90fea44f5be0f2
-
- Nov 21, 2018
-
-
garciadeblas authored
Change-Id: I40dd4066ff7eba0d9e9dc1d8d6cc66b5535a5629 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
Docker images will use opensourcemano/* by default Change-Id: Iab627373d3747995d96c9c0fa5016ffdf91a9cb4 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 18, 2018
-
-
lavado authored
Change-Id: I8283b5e0e00cea1c1ce02198f5661ef7000dc19e Signed-off-by: lavado <glavado@whitestack.com>
-
- Nov 16, 2018
-
-
lavado authored
Replacing previous logstash docker image for metricbeats and filebeats Beats will feed Elasticsearch directly Decreasing metricbeat logging to info level Change-Id: I9316688e37a0a319955cf7000825246c6b398a50 Signed-off-by: lavado <glavado@whitestack.com>
-
- Nov 15, 2018
-
-
lavado authored
Change-Id: I7ef9f72a248412e7998d8489791d92d303c21f05 Signed-off-by: lavado <glavado@whitestack.com>
-
- Nov 13, 2018
-
-
diazb authored
Modifies generation of random passwords by using /dev/urandom instead of date Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com> Change-Id: I4182567834bd61da071f66255430411c23ff47fa
-
- Nov 07, 2018
-
-
garciadeblas authored
Change-Id: Id6700aa6eba58cc85d407fdce1756d01237bd298 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 08, 2018
-
-
lavado authored
Change-Id: I8467174ac3313f6939a3796499b22845f2910f54 Signed-off-by: lavado <glavado@whitestack.com>
-
- Nov 01, 2018
-
-
lavado authored
Change-Id: Ice20e43db75e6a4f5514c894c8531e314288902d Signed-off-by: lavado <glavado@whitestack.com>
-
Michael Marchetti authored
- update test_vnf to wait for ns to delete Signed-off-by: Michael Marchetti <mmarchetti@sandvine.com>
-
lavado authored
Change-Id: If3a118684202e91aa1f6fecab6bb547ee996b6f2 Signed-off-by: lavado <glavado@whitestack.com>
-
- Oct 31, 2018
-
-
lavado authored
Change-Id: If5d871e0c919dba5dd07179740f5f20d511ed699 Signed-off-by: lavado <glavado@whitestack.com>
-
- Oct 30, 2018
-
-
Alfonso Tierno authored
Change-Id: I6bee107efe96003c2eb69a271df9db28ad896379 Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
-
- Oct 26, 2018
-
-
lavado authored
Change-Id: Ia8648e659f1c53d7d1f3cfd4867f1defc6dbbda0 Signed-off-by: lavado <glavado@whitestack.com>
-
- Oct 25, 2018
-
-
lavado authored
Change-Id: Ic46d84b7c1fc1a9252fda26a2710b20b439369a9 Signed-off-by: lavado <glavado@whitestack.com>
-
- Oct 24, 2018
-
-
lavado authored
Change-Id: I32dc13c969a4dae4c039cccc694d0fa9e87cd899 Signed-off-by: lavado <glavado@whitestack.com>
-