This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git.
Pull mirroring updated .
- Jun 11, 2019
-
-
garciadeblas authored
This reverts commit 3d1396d3. Change-Id: I1d0ee8971db63e8644170b583cf5cdd5284dbb17 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
Change-Id: Iee1ed292fe24e7c68490579670c879c65cb658d4 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- May 30, 2019
-
-
beierl authored
Replaces 'source' with '.' as the command 'source' is not valid sh syntax. It is only valid in bash, but the sg command invokes sh, not bash. BUG 717 Change-Id: I76f58120cff78420a751308c283798ad57b83df8 Signed-off-by: beierl <mbeierl@vmware.com>
-
- May 29, 2019
-
-
garciadeblas authored
This reverts commit f37f12e1. Change-Id: I4d38e9a3aa95ce4ee4563b299b4208b01755934e Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- May 24, 2019
-
-
garciadeblas authored
Change-Id: I741a430b069c2ec0f70939fbde266029f0199053 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- 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: I0c49f673716377694639f5bf9c1319431157fa3d Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.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>
-
- Dec 13, 2018
-
-
garciadeblas authored
Change-Id: I218fb7eb264820a104ba0c0da7184a97212efd8f 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
-
-
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 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 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 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>
-
- 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>
-
lavado authored
Change-Id: I2efce382585f2082ab476d43f38cee02aa8c116d Signed-off-by: lavado <glavado@whitestack.com>
-
- Oct 23, 2018
-
-
Mike Marchetti authored
Change-Id: I3815c395c62dbce0fdedcef42a544664cc1f4773 Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
-
- Oct 19, 2018
-
-
lavado authored
Moves Prometheus installation to OSM Core for it to be available for MON Collector. Sets Prometheus version to v2.4.3 Copies prometheus.yml file to the working dir Modifies configurations in Prometheus to leverage new MON exporter. Modifies OSM Sample Dashboard at Grafana to point to new metric names. Removes "Kafka Exporter" container (previous workaround to get metrics from bus) Signed-off-by: lavado <glavado@whitestack.com> Change-Id: I15451f717d9ee1cfbdee266a84ed29398360ed94
-
- Oct 11, 2018
-
-
garciadeblas authored
Change-Id: Id2287931b58e11293705bf05c9eb99fcb63efbd0 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Oct 09, 2018
-
-
Eduardo Sousa authored
Change-Id: I72476acb6edbec2be3a12a08cfa8c3ca2e35d346 Signed-off-by: Eduardo Sousa <esousa@whitestack.com>
-
- Oct 05, 2018
-
-
lavado authored
Change-Id: I32808384b57207a3913c5fbae29fe93d6b9c45f5 Signed-off-by: lavado <glavado@whitestack.com>
-
- Oct 04, 2018
-
-
diazb authored
Kafka image was being pulled from latest, which generated incompatibilities with kafka clients used in modules. It has been modified to pull from the latest supported version, which is 1.0.2. In case there is a need to use another image tag, it can be done through KAFKA_TAG env var. Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
-
- Oct 01, 2018
-
-
Mike Marchetti authored
Change-Id: I099e07ecd796e708a2fa6ce4edc0d9a3894dbe62 Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
-
- Sep 25, 2018
-
-
Eduardo Sousa authored
Adding the necessary environment variables to the NBI MDG Dockerfile in order for the Keystone authentication to work. Completing the docker-compose yaml, fixing renaming typo in keystone dockerfile and updating environment file creation. Change-Id: I4eb15119f4dba304494ef16fc90eea8d8c230927 Signed-off-by: Eduardo Sousa <esousa@whitestack.com>
-
- Sep 21, 2018
-
-
Eduardo Sousa authored
Included environment files. Admin password selection and storage needs to be discussed. Change-Id: Ibcaa818bcc3ae6fd013507b0b114b15b70e60150 Signed-off-by: Eduardo Sousa <esousa@whitestack.com>
-
- Sep 19, 2018
-
-
Mike Marchetti authored
- Added option to installer to use specfic docker build tag Change-Id: Ia6cf6316c6fb84a18ecdbaf98747a95c20ce2f0b Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
-