osm/devops.git
3 years agoAdd ping to robot container 48/10648/1
beierlm [Thu, 15 Apr 2021 18:52:00 +0000 (14:52 -0400)]
Add ping to robot container

Adds iputils ping package to the robot container so it can
ping vms as part of its tests.

Change-Id: I1b0e3a3f9c2e0860ceb05ffa4e04b86cc658557c
Signed-off-by: beierlm <mark.beierl@canonical.com>
3 years agoRevert "Update stage1 and stage3 to run robot tests with tag" 39/10639/1
beierlm [Wed, 14 Apr 2021 17:02:15 +0000 (13:02 -0400)]
Revert "Update stage1 and stage3 to run robot tests with tag"

This reverts commit 2a344a38ea05e493cfdf33a4d37d92126633823e.

Syntax error/mismatched braces

Change-Id: I23a1f8304dc45b27b9688bdf92825edb16af737f
Signed-off-by: beierlm <mark.beierl@canonical.com>
3 years agoAdd missing software layers 33/10633/2
beierlm [Wed, 14 Apr 2021 14:12:58 +0000 (10:12 -0400)]
Add missing software layers

Adds openssh to MON
Adds mysqladmin to POL
Adds envsubst to tests

Fixes bug 1503

Change-Id: Ieafee31695bfc6ccecb1f1bcf52b57e91a45686e
Signed-off-by: beierlm <mark.beierl@canonical.com>
3 years agoUpdate stage1 and stage3 to run robot tests with tag 14/10614/3
garciadeblas [Sat, 10 Apr 2021 07:34:34 +0000 (09:34 +0200)]
Update stage1 and stage3 to run robot tests with tag

This commit updates stage1 and stage3 to allow running robot
tests in stage3 by default for every commit.

The commit removes param DO_STAGE_4 since it is confusing. Only
params DO_ROBOT and ROBOT_TAG will be used. If DO_ROBOT is set
to true, robot tests will be run in stage3 for all tests containing
the tag indicated by ROBOT_TAG. The param ROBOT_TAG replaces
the previous param TEST_NAME.

MDG stage1 can specify params DO_ROBOT and ROBOT_TAG. If specified,
they will be used. Otherwise, the default for stage3 will apply
(DO_ROBOT=true, ROBOT_TAG=sanity).

Daily job, which will run stage1, can also specify params DO_ROBOT
and ROBOT_TAG. In principle, they will be set as follows:
DO_ROBOT=true, ROBOT_TAG=daily.

Stage1 job, in case of failure, will send an e-mail to OSM_MDL
mailing list reporting the failure. The mail will only be sent
if the name of the job starts with "daily-stage_4".

Change-Id: If481f2da01f4c811495504329fe7b6d7bd88c9de
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
3 years agoFix bug 1151 to install openebs operator 26/10626/3
garciadeblas [Tue, 13 Apr 2021 16:26:55 +0000 (18:26 +0200)]
Fix bug 1151 to install openebs operator

This change updates the method install_k8s_storageclass of
full_install_osm.sh.

The change creates a temporary folder for downloading the K8s manifest
file for openebs. The download of the manifest file is decoupled from
its application with kubectl (in the same way that it isdone for the
CNI provider). After its application, an additional check is added to
verify that the storage class openebs-hostpath has been defined. If it
does not exist, the installation will fail and exit. Otherwise, it will
proceed. Finally, the timeout for the openebs-hostpath storage class
has been increased from 300s to 400s.

Change-Id: Ic1da8b9606bd7b3265f38c1da7389e5b2cdc741b
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
3 years agoAdding SCP 28/10628/2
beierlm [Tue, 13 Apr 2021 21:01:53 +0000 (17:01 -0400)]
Adding SCP

LCM also needs to shell out to SCP so that command is needed in
final layer too

Change-Id: Ifb7b7a5ceefe8e31e11c6f2fad567c0ee3e3cc6c
Signed-off-by: beierlm <mark.beierl@canonical.com>
3 years agoUpdate robot test tag from sanity to daily 00/10600/2
garciadeblas [Fri, 26 Mar 2021 12:22:50 +0000 (13:22 +0100)]
Update robot test tag from sanity to daily

Change-Id: I6ca0579e492c1a96a3f89468f153bd280afc50e5
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
3 years agoBug 1501 - Correct tag for push 25/10625/2
beierlm [Tue, 13 Apr 2021 16:18:37 +0000 (12:18 -0400)]
Bug 1501 - Correct tag for push

Change to use the tag of the current build to promote to the
final dockertag that is pushed to Dockerhub

Fixes bug 1501

Change-Id: I13b83afd9dad013cd51b646a6a14399c8c62cd3c
Signed-off-by: beierlm <mark.beierl@canonical.com>
3 years agoBugs 1499, 1500: missing runtime components 23/10623/2
beierlm [Tue, 13 Apr 2021 14:04:22 +0000 (10:04 -0400)]
Bugs 1499, 1500: missing runtime components

Adding ca-certificates for SSL verification
Adding ssh cli as it is needed by something in LCM

Fixes Bug 1499
Fixes Bug 1500

Change-Id: Ib7fab398cf39fd577003cf5dd5ac48b8d1b70121
Signed-off-by: beierlm <mark.beierl@canonical.com>
3 years agoFixes for bug 1496 20/10620/1
beierlm [Mon, 12 Apr 2021 20:05:38 +0000 (16:05 -0400)]
Fixes for bug 1496

No longer uses a build layer as there are development tools we still
need at runtime.

Bug 1496

Change-Id: Ia655b88dd0e36cbba20b240be0aede5670904027
Signed-off-by: beierlm <mark.beierl@canonical.com>
3 years agoBugfix 1491 - adding /etc/protocols 99/10599/2
sousaedu [Thu, 8 Apr 2021 13:57:59 +0000 (15:57 +0200)]
Bugfix 1491 - adding /etc/protocols

Change-Id: Ib6fa3f6c2c3538aed02c9d6fa122ebc2c6cc5afe
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agoFixes Bug 1492 94/10594/1
beierlm [Wed, 7 Apr 2021 18:19:03 +0000 (14:19 -0400)]
Fixes Bug 1492

Adds ssh-keygen to the final layer as it is needed at runtime.

Change-Id: I2bd773a388b0d26b453ebb5053f3f07e9473996a
Signed-off-by: beierlm <mark.beierl@canonical.com>
3 years agoPip standardization 87/10587/2
beierlm [Wed, 7 Apr 2021 11:34:04 +0000 (07:34 -0400)]
Pip standardization

Bring forward all shared libraries for tests container

Change-Id: I6388ede5461678fdefc9fe8fafa027db84747ed5
Signed-off-by: beierlm <mark.beierl@canonical.com>
3 years agoPip Standardization Update 86/10586/1
beierlm [Wed, 7 Apr 2021 09:25:10 +0000 (05:25 -0400)]
Pip Standardization Update

Adds mysqladmin to POL for startup
Brings osm binary to final layer in tests

Change-Id: I0418be0dc224fbd846a5ea694e9cf3e97ffc9954
Signed-off-by: beierlm <mark.beierl@canonical.com>
3 years agoUpdating to latest 85/10585/1
beierlm [Wed, 7 Apr 2021 00:05:30 +0000 (20:05 -0400)]
Updating to latest

Curl and NodeJS had security patches released

Change-Id: I4ecd0f921457c2b215768ef81515c304c91780f6
Signed-off-by: beierlm <mark.beierl@canonical.com>
3 years agoAdding missing dependency 84/10584/1
beierlm [Tue, 6 Apr 2021 23:27:32 +0000 (19:27 -0400)]
Adding missing dependency

osmclient dockerfile was missing openssl dev

Change-Id: I5c416f5093a57c579571b7f39cdf1ff73a972a66
Signed-off-by: beierlm <mark.beierl@canonical.com>
3 years agoFixup path 83/10583/4
beierlm [Tue, 6 Apr 2021 17:51:33 +0000 (13:51 -0400)]
Fixup path

Specify correct location of pre-merge software to stage.
Runs commands without -l (login) so the environment is preserved.

Change-Id: I226cdfd62bcb40f65dbe5977d1a4b78d2e5fe061
Signed-off-by: beierlm <mark.beierl@canonical.com>
3 years agoFeature 10296 19/10319/22
David Garcia [Wed, 17 Mar 2021 14:28:47 +0000 (15:28 +0100)]
Feature 10296

Update dockerfiles to fetch dependencies from Artifactory
.deb and using pip3 -r instead of apt to resolve all upstream
depenencies

Update stage_3 to use URLs for artifactory packages instead
of apt server for installation of packages

Change-Id: I3abb1e1314862f386fb090cb18429f4283b0273d
Signed-off-by: beierlm <mark.beierl@canonical.com>
3 years agoAdding backup action to prometheus charm 37/10437/6
sousaedu [Wed, 3 Mar 2021 00:12:49 +0000 (01:12 +0100)]
Adding backup action to prometheus charm

Change-Id: Icfc97e308c7d49eb1e7c5c18b6f21648822cba87
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agofix bug 1483: read only the IP address of the right device with the default route 60/10560/2
garciadeblas [Mon, 29 Mar 2021 09:45:29 +0000 (11:45 +0200)]
fix bug 1483: read only the IP address of the right device with the default route

Change-Id: I84a239ad062d00abc993fbab9f090f1c0a2b2a19
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
3 years agoFix bug 1482 61/10561/1
calvinosanc1 [Mon, 29 Mar 2021 09:54:38 +0000 (11:54 +0200)]
Fix bug 1482

Change-Id: I6e17434ffc3b7f13ac3311f71092ec0784a952f0
Signed-off-by: calvinosanc1 <guillermo.calvino@canonical.com>
3 years agoFix bug 1481: fix typo in kafka init-container command 55/10555/1
garciadeblas [Fri, 26 Mar 2021 12:26:20 +0000 (13:26 +0100)]
Fix bug 1481: fix typo in kafka init-container command

Change-Id: I55b55ad9db8b346ada4df62496eec028a2c17661
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
3 years agoMongod-exporter charm: fixing connection string in HA 51/10551/3
sousaedu [Thu, 25 Mar 2021 16:19:10 +0000 (17:19 +0100)]
Mongod-exporter charm: fixing connection string in HA

Change-Id: I606a36a373c39d7d15e572d90065acd093506de5
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agoCertificate addition support to mon and ro charms 49/10549/5
David Garcia [Thu, 25 Mar 2021 14:04:52 +0000 (15:04 +0100)]
Certificate addition support to mon and ro charms

This commit adds the `certificates` config in both RO and MON charms.

Changes:
 - Add `certificates` config option in mon and ro charms
 - Use charmed-osm/ops-lib-charmed-osm library in all charms

Change-Id: I14e3cf7ad2c846c4a2af57f317d4151119ce5fbb
Signed-off-by: David Garcia <david.garcia@canonical.com>
3 years agoapt hold k8s packages 23/10523/2
endika [Mon, 22 Mar 2021 16:13:45 +0000 (17:13 +0100)]
apt hold k8s packages

Change-Id: Ib940a950bb0a7a40f2d867dcd5e9b3d46e7238c0
Signed-off-by: endika <endika.aldecoa@ehu.eus>
3 years agoFixed Openstack SDK and client version issues 18/10518/1
Antonio Marsico [Fri, 19 Mar 2021 17:54:57 +0000 (18:54 +0100)]
Fixed Openstack SDK and client version issues

Change-Id: I4f7ad3dfd137b2e621609b1a1062392b34be0e43
Signed-off-by: Antonio Marsico <antonio.marsico@bt.com>
3 years agoFix 1473 and add vca_model_config_* to lcm charm 08/10508/5
David Garcia [Wed, 17 Mar 2021 14:28:47 +0000 (15:28 +0100)]
Fix 1473 and add vca_model_config_* to lcm charm

Changes in all operator charms:
- Optimize deps for tox environments
- Add import-order-style to flake8
- Optimize .jujuignore to reduce the size of charm artifacts
OSM LCM charm:
- Added vca_model_config_* options
Added bundle example for using a bundle
Updated the bundles and pin the new versions in the installer

Change-Id: Ic6591354fa5d1b5f43383215b2f0df13eb28ce67
Signed-off-by: David Garcia <david.garcia@canonical.com>
3 years agoChange Charmed OSM bundles descriptions 90/10490/3
calvinosanc1 [Mon, 15 Mar 2021 11:20:33 +0000 (12:20 +0100)]
Change Charmed OSM bundles descriptions

Change-Id: Ic540680914a2559c418d653e7466833a75e3f8b2
Signed-off-by: calvinosanc1 <guillermo.calvino@canonical.com>
3 years agoAdding MON relation to Keystone for charmed OSM 64/10464/4
calvinosanc1 [Mon, 8 Mar 2021 14:20:07 +0000 (15:20 +0100)]
Adding MON relation to Keystone for charmed OSM

Change-Id: Icc81251002736a4e25579f42500a5a8f6b3fe74a
Signed-off-by: calvinosanc1 <guillermo.calvino@canonical.com>
3 years agoConfigure keystone service password on MON env variables 53/10453/3
limon [Thu, 4 Mar 2021 12:43:09 +0000 (13:43 +0100)]
Configure keystone service password on MON env variables

Change-Id: I04553aa703d2f4106d5bbf5585bec9ab2e202249
Signed-off-by: limon <alimonj@indra.es>
3 years agoFixing System Dashboards for Charmed OSM 61/10461/3
sousaedu [Mon, 8 Mar 2021 00:15:41 +0000 (01:15 +0100)]
Fixing System Dashboards for Charmed OSM

Change-Id: I53f8acf12a284f2479d79f614fb1ee9afcfde618
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agoMajor improvement in OSM charms 85/10385/17
David Garcia [Wed, 24 Feb 2021 12:48:22 +0000 (13:48 +0100)]
Major improvement in OSM charms

- Adapt all new operator charms to use the same pattern. They are all
using now this library that encapsulates the common logic for all
charms: https://github.com/davigar15/ops-lib-charmed-osm. That will be
eventually moved to gitlab, when it has a PyPI repository available
- Add unit tests to all charms
- Modify installer and bundles to point to the new charms
- Improve the build.sh script for building the charms

Change-Id: I0896ceb082d1b6a76b3560c07482a4135a220a3f
Signed-off-by: David Garcia <david.garcia@canonical.com>
3 years agoRemove PyYaml apt package 55/10455/1
beierlm [Thu, 4 Mar 2021 21:16:53 +0000 (16:16 -0500)]
Remove PyYaml apt package

NBI is not building with PyYAML from apt, need to prefer the version from
pip instad.

Change-Id: Ie2bbf3a9c1dde60b8876f3bd2063dc1649f4904b
Signed-off-by: beierlm <mark.beierl@canonical.com>
3 years agoUbuntu version updated to 20.04 91/10391/13
palsus [Thu, 25 Feb 2021 20:16:19 +0000 (20:16 +0000)]
Ubuntu version updated to 20.04

Change-Id: I03dffeb5f1934828f0f8d85760a0b396373ae082
Signed-off-by: palsus <subhankar.pal@aricent.com>
3 years agoFix minor issue with permissions in Charmed Installer 32/10432/3
David Garcia [Mon, 8 Feb 2021 14:18:27 +0000 (15:18 +0100)]
Fix minor issue with permissions in Charmed Installer

Change-Id: I53068cdbfd15e357d25cb18c2c5435a69601824f
Signed-off-by: David Garcia <david.garcia@canonical.com>
3 years agoSeveral fixes to the charmed installer 31/10431/3
David Garcia [Fri, 15 Jan 2021 11:58:59 +0000 (12:58 +0100)]
Several fixes to the charmed installer

- fix bug 1394: update images defining a default TAG (=9)
- fix bug 1401: add --advertise-address option to kube-apiserver in
microk8s
- fix bug 1405
- fix bug 1406: pin the version of the osmclient snap. Add the logic to
install/refresh the snap to the proper version. Add channel preference
(stable -> candidate -> beta -> edge), so the installers tries first
with stable, but if it does not exist, then tries with candidate, etc.

Change-Id: I02edaaeed81e3b06ed328e81ecab2bf71d42c628
Signed-off-by: David Garcia <david.garcia@canonical.com>
(cherry picked from commit b50dabe0ff0ba74ec6fa9566fc1e509e6866c1e4)

3 years agoAdded CACHE_DATE arg to force recreating the docker layer during docker build of... 34/10434/1
garciadeblas [Tue, 2 Mar 2021 17:21:36 +0000 (17:21 +0000)]
Added CACHE_DATE arg to force recreating the docker layer during docker build of tests image

Change-Id: Icbe3c76be7618c557b461227c61463cfcc34d0ac
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
3 years agoAdd tox tests for osm charms in devops 47/10247/17
David Garcia [Wed, 3 Feb 2021 10:10:28 +0000 (11:10 +0100)]
Add tox tests for osm charms in devops

Change-Id: Ibbf1154e514bf8a91ed6d19b6bbf5fce0079da0c
Signed-off-by: David Garcia <david.garcia@canonical.com>
3 years agoMinor fix to charmed installer. Expose OSM_HOSTNAME properly 22/10422/2
David Garcia [Tue, 2 Mar 2021 11:20:14 +0000 (12:20 +0100)]
Minor fix to charmed installer. Expose OSM_HOSTNAME properly

Change-Id: I585eb7f490099fc9a86d072ab8e9a4b40ee378b9
Signed-off-by: David Garcia <david.garcia@canonical.com>
3 years agoAdding scraping relation to Mongodb Exporter 92/10392/4
sousaedu [Thu, 25 Feb 2021 20:32:25 +0000 (21:32 +0100)]
Adding scraping relation to Mongodb Exporter

Change-Id: Ia96b29a9c7373254cde77ca708d069d3681b1386
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agoAdding scraping relation to Kafka Exporter 93/10393/3
sousaedu [Thu, 25 Feb 2021 22:24:47 +0000 (23:24 +0100)]
Adding scraping relation to Kafka Exporter

Change-Id: Iea3c8f39f8a90fb4e287b074bf06f1042b71857c
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agoChanges to mariadb charm 09/10309/3
David Garcia [Fri, 12 Feb 2021 16:32:45 +0000 (17:32 +0100)]
Changes to mariadb charm

- Modify metadata to fit the requirements of CharmHub
- Improve the description of the actions
- Change SVG icon
- Improve the README

Credit goes to Tom Haddon, that actually did the commit in lp, in a repo
that is no longer maintained and will be soon removed

Change-Id: Ic011d6b4d9cf07e5ef02a0e1ecead3ffdfbc3a45
Signed-off-by: David Garcia <david.garcia@canonical.com>
3 years agoAdding Prometheus Mysqld Exporter Charm 62/10262/8
sousaedu [Mon, 8 Feb 2021 01:14:48 +0000 (02:14 +0100)]
Adding Prometheus Mysqld Exporter Charm

Change-Id: I4f4d99613b5cdb04c450359bc8beff52ffe8cec4
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agoAdding Prometheus Kafka Exporter Charm 61/10261/5
sousaedu [Mon, 16 Nov 2020 14:40:14 +0000 (14:40 +0000)]
Adding Prometheus Kafka Exporter Charm

Change-Id: Ibfe71c17ab17e6f8fdf4d6117edc58de61891356
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agoPython Version update 04/10304/5
fonsecaj [Fri, 12 Feb 2021 16:15:00 +0000 (17:15 +0100)]
Python Version update

Change-Id: I4d3f97fadba047586949c1bdf4e15c1e7043b3f0
Author: João Fonseca <jpedrofonseca@av.it.pt>
Committer: João Fonseca <jpedrofonseca@av.it.pt>
Signed-off-by: João Fonseca <jpedrofonseca@av.it.pt>
3 years agoAdding Prometheus Mongodb Exporter Charm 67/10267/5
sousaedu [Mon, 8 Feb 2021 12:34:21 +0000 (13:34 +0100)]
Adding Prometheus Mongodb Exporter Charm

Change-Id: I6d157a79f8ae6be2a5675692c72eeceb796d42e8
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agoChange VM Size 79/10379/1
beierlm [Tue, 23 Feb 2021 16:37:01 +0000 (11:37 -0500)]
Change VM Size

Changes flavor to a sanity constant so we can tailor it without
needing further code changes.

Change-Id: Ife5d2e84dce09d126e7f16c660c47b629833094c
Signed-off-by: beierlm <mark.beierl@canonical.com>
3 years agoCorrect Docker Proxy Syntax 56/10356/1
beierlm [Fri, 19 Feb 2021 14:34:57 +0000 (09:34 -0500)]
Correct Docker Proxy Syntax

Updates the syntax for managing the docker proxy so we can avoid
the rate limit issue

Change-Id: I29f9da9f7b3af57dd1614ded595d463c4ef14f9e
Signed-off-by: beierlm <mark.beierl@canonical.com>
3 years agodocker/PLA/Dockerfile: Avoid waiting for user input during APT installs 18/10318/1
João Fonseca [Tue, 16 Feb 2021 14:05:01 +0000 (14:05 +0000)]
docker/PLA/Dockerfile: Avoid waiting for user input during APT installs

Change-Id: I98d5abf877641c80de99ea93e2584c8908ed12b8
Signed-off-by: João Fonseca <jpedrofonseca@av.it.pt>
3 years agoFixes Bug 1275 NBI Dockerfile Update 95/10295/10
fonsecaj [Thu, 11 Feb 2021 13:08:52 +0000 (14:08 +0100)]
Fixes Bug 1275 NBI Dockerfile Update

Author: João Fonseca <jpedrofonseca@av.it.pt>
Committer: João Fonseca <jpedrofonseca@av.it.pt>

Change-Id: Iae14ab5be983188af0616cfbf238362781aea6b1
Signed-off-by: João Fonseca <jpedrofonseca@av.it.pt>
3 years agoFixes 1436 - docker/tests/Dockerfile: cryptography dependencies 14/10314/1
João Fonseca [Mon, 15 Feb 2021 15:57:51 +0000 (15:57 +0000)]
Fixes 1436 - docker/tests/Dockerfile: cryptography dependencies

Change-Id: I1c3fad357012407285e5ada403916b829312cd97
Signed-off-by: João Fonseca <jpedrofonseca@av.it.pt>
3 years agoUnbuffered stdout/stderr for RO 81/10281/2
sousaedu [Tue, 9 Feb 2021 13:39:12 +0000 (14:39 +0100)]
Unbuffered stdout/stderr for RO

Change-Id: I84cd18d5c2d8c09557e8030c6a97e01750f0f760
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years ago Fixes Bug 1436- Python3-Cryptography dependencies updated 75/10275/2
João Fonseca [Mon, 8 Feb 2021 22:19:19 +0000 (22:19 +0000)]
 Fixes Bug 1436- Python3-Cryptography dependencies  updated

Change-Id: I533d54312c389c6c0cadf435b5eee3bf4a52ff67
Signed-off-by: João Fonseca <jpedrofonseca@av.it.pt>
3 years ago Fixes Bug 1275- aiokafka version updated 72/10272/1
João Fonseca [Mon, 8 Feb 2021 19:56:26 +0000 (19:56 +0000)]
 Fixes Bug 1275- aiokafka version  updated

Change-Id: I0b3d5615b072ab8d5df3d7d69a886775ca7ef3e2
Signed-off-by: João Fonseca <jpedrofonseca@av.it.pt>
3 years agoFixes Bug 1429: Add a different way to install nodejs 50/10250/1
fonsecaj [Wed, 3 Feb 2021 10:27:58 +0000 (10:27 +0000)]
Fixes Bug 1429: Add a different way to install nodejs

Change-Id: Ica1150cb1f85e9706d2259904fd5ddc483b48754
Signed-off-by: fonsecaj <jpedrofonseca@av.it.pt>
(cherry picked from commit 988b7868af92877714dab49ff9d877f55569d39e)

3 years agoAdd enable_web_admin_api config to prometheus charm 37/10237/2
David Garcia [Fri, 29 Jan 2021 12:27:22 +0000 (13:27 +0100)]
Add enable_web_admin_api config to prometheus charm

Unit tests fixed

Change-Id: I8400794918780f929ad7612f72d477d37aee1b74
Signed-off-by: David Garcia <david.garcia@canonical.com>
3 years agoAdding OSM Monitoring dashboards to Grafana charm 35/10235/1
sousaedu [Thu, 28 Jan 2021 12:21:54 +0000 (13:21 +0100)]
Adding OSM Monitoring dashboards to Grafana charm

Change-Id: Idb9b552d799181623aa48110a083439d808fd0b3
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agoRefactoring Grafana Charm to use Operator Framework 19/10219/4
sousaedu [Tue, 26 Jan 2021 11:58:25 +0000 (12:58 +0100)]
Refactoring Grafana Charm to use Operator Framework

Change-Id: Ic792da3ab197784a1d9239ccd8fd9b28c1489a4a
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agostage3: do not keep container on fail 23/10223/1
garciadeblas [Wed, 27 Jan 2021 11:58:12 +0000 (11:58 +0000)]
stage3: do not keep container on fail

Change-Id: I97ee6d03e4e3d233988b035419994e115dd57128
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
3 years agoFix ConfigMap for Prometheus Charm 20/10220/1
sousaedu [Tue, 26 Jan 2021 15:30:25 +0000 (16:30 +0100)]
Fix ConfigMap for Prometheus Charm

Change-Id: I340d65d50daa3dd40baf2123b7655bba9ed66fd5
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agoRefactoring Prometheus Charm to use Operator Framework 14/10214/2
sousaedu [Fri, 15 Jan 2021 16:50:26 +0000 (16:50 +0000)]
Refactoring Prometheus Charm to use Operator Framework

Change-Id: Ib1b33bd5e6b91d2689a7c3abdfd834de20ceed88
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agoSnap promotion fix 10/10210/1
beierlm [Fri, 22 Jan 2021 18:20:35 +0000 (13:20 -0500)]
Snap promotion fix

Changes snapcraft to run directly on host instead of in docker
continer.  This adds the requirement to have snapcraft installed
in the Jenkins agent, but is more reliable as the snapcraft docker
image is not the best practice anymore for building snaps.

Change-Id: I78a9d12d1c6e054f0fe886ccfe08472309100d0f
Signed-off-by: beierlm <mark.beierl@canonical.com>
3 years agoAdding MariaDB charm 04/10204/1
sousaedu [Wed, 20 Jan 2021 16:14:58 +0000 (16:14 +0000)]
Adding MariaDB charm

Change-Id: I7b3290ca9d9fdb0c3b9521f8d12c4ba76ddcbbcb
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agoAdding MongoDB charm 01/10201/2
sousaedu [Wed, 20 Jan 2021 16:09:48 +0000 (16:09 +0000)]
Adding MongoDB charm

Change-Id: I23d491617525601587633d8338e09bcb9473f542
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agoci_stage_1.groovy: clean-up indentation 42/10142/5
garciadeblas [Wed, 16 Dec 2020 16:05:34 +0000 (16:05 +0000)]
ci_stage_1.groovy: clean-up indentation

Change-Id: I0745dc2e4dfd94b17b2403542e2aae3023530bb8
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
3 years agofull_install_osm.sh: minor fix in dump_vars 91/10191/2
garciadeblas [Mon, 18 Jan 2021 17:56:32 +0000 (17:56 +0000)]
full_install_osm.sh: minor fix in dump_vars

Change-Id: If2bef42df8b2fe8765c54164410ec86e8ecd7a69
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
3 years agoFix bug 1404: helm2 initialization with new stable repo URL 89/10189/3
garciadeblas [Fri, 15 Jan 2021 11:37:49 +0000 (11:37 +0000)]
Fix bug 1404: helm2 initialization with new stable repo URL

Change-Id: I30e5a84002c2f5675f0f0403ddaef2383980296f
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
3 years agoFix installation to use 9 tag as default for docker images 88/10188/3
garciadeblas [Mon, 21 Dec 2020 11:50:36 +0000 (11:50 +0000)]
Fix installation to use 9 tag as default for docker images

Change-Id: Ia0bed5627301fa7bbcaa5a5229ea9138f70d2d92
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
3 years agofull_install_osm.sh: fixes for docker proxy and docker tag for PLA 41/10141/5
garciadeblas [Thu, 17 Dec 2020 21:48:24 +0000 (21:48 +0000)]
full_install_osm.sh: fixes for docker proxy and docker tag for PLA

Change-Id: I272668b9461d3ccd1fc6509fa61dfd1765d824f5
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
3 years agoEnsure clean snap 95/10195/1
beierlm [Tue, 19 Jan 2021 15:02:22 +0000 (10:02 -0500)]
Ensure clean snap

Issues a snapcraft clean to make sure there is nothing
left from any prior runs of the build.

Change-Id: I42109d8b4a750c0a4732afcf127cc407e6956ec9
Signed-off-by: beierlm <mark.beierl@canonical.com>
3 years agoFixing kafka_port validation in RO charm 90/10190/2
sousaedu [Mon, 18 Jan 2021 17:53:28 +0000 (17:53 +0000)]
Fixing kafka_port validation in RO charm

Change-Id: I5d7ea4ecd3f45e901d0da431e386580f5c49611c
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agoAdding Zookeeper charm 94/10194/1
sousaedu [Tue, 19 Jan 2021 11:32:39 +0000 (11:32 +0000)]
Adding Zookeeper charm

Change-Id: I86d907be64fc4c7bee4a6f118fea0be30e606927
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agoBug 1409 82/10182/3
beierlm [Fri, 15 Jan 2021 16:09:15 +0000 (11:09 -0500)]
Bug 1409

Update the snapcraft dockerfile to ensure we use the latest on
each build.

Fixes Bug 1409

Change-Id: I762f46b82c6a6c1924560b4cfda4cfe7a416ccb3
Signed-off-by: beierlm <mark.beierl@canonical.com>
3 years agoFix for Bug 1397: Inconsistent behaviour between MON image in dockerhub and MON image... 86/10186/7
palsus [Mon, 18 Jan 2021 08:36:26 +0000 (08:36 +0000)]
Fix for Bug 1397: Inconsistent behaviour between MON image in dockerhub and MON image built from git repo

Change-Id: I8f66786134cf08d91a70b9da7ddfbb1a5ca03800
Signed-off-by: palsus <subhankar.pal@aricent.com>
3 years agoAdding Kafka charm 87/10187/1
sousaedu [Mon, 18 Jan 2021 12:27:42 +0000 (12:27 +0000)]
Adding Kafka charm

Change-Id: Ie1e55c79d5cab9bd51bed91f378abce37f31218b
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agoAdding Grafana charm 84/10184/1
sousaedu [Fri, 15 Jan 2021 18:41:15 +0000 (18:41 +0000)]
Adding Grafana charm

Change-Id: I07f1861c5b42acc8459daa6351a17c72dc2ca2f3
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agoAdding Prometheus charm 83/10183/2
sousaedu [Fri, 15 Jan 2021 16:59:14 +0000 (16:59 +0000)]
Adding Prometheus charm

Change-Id: Ib17db114e32c2cbaaa89474e92890263f705e0e5
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agoFix 1391: New version of yq snap makes charmed installer to fail 57/10157/2
calvinosanc1 [Mon, 4 Jan 2021 10:42:18 +0000 (11:42 +0100)]
Fix 1391: New version of yq snap makes charmed installer to fail

Change-Id: I111fe3e213002d428c21bb18f81f7d1abe8a6c7c
Signed-off-by: calvinosanc1 <guillermo.calvino@canonical.com>
3 years agoAnsible installer update 52/10152/2
Antonio Marsico [Mon, 21 Dec 2020 16:29:42 +0000 (17:29 +0100)]
Ansible installer update

  * Moved Ansible to version 2.10
  * Python Virtual env
  * New option to use a custom SSH key
  * Use of cloud-init file supported
  * Increased the number of options to be passed to the remote installer

Change-Id: I70131f1a24707656c9390445df91d17abab95763
Signed-off-by: Antonio Marsico <antonio.marsico@bt.com>
3 years agoRefactoring RO Charm to use Operator Framework 48/9948/12
sousaedu [Wed, 4 Nov 2020 21:44:01 +0000 (21:44 +0000)]
Refactoring RO Charm to use Operator Framework

This refactoring work includes tests.

Note 1: old charm is in ro-k8s folder.
Note 2: relation-departed is currently not tested because there is
        no function to remove a relation in the Testing Harness.
        There is currently one issue open and the Charmcraft team
        should provide feedback soon.

Change-Id: Ia97de802aec2c4e10a1d2c86ba2515d3f17f55af
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agoBug 1389 fixed. Added --stable-repo-url https://charts.helm.sh/stable to helm init... 55/10155/2
rodriguezgar [Thu, 31 Dec 2020 12:36:06 +0000 (13:36 +0100)]
Bug 1389 fixed. Added --stable-repo-url https://charts.helm.sh/stable to helm init and changed ligut-ui to ng-ui and mongodb to mongodb-k8s

Change-Id: I91b69084ef49cdd27890cea9c5f8baea373f612f
Signed-off-by: rodriguezgar <frodriguezg@indra.es>
3 years agochange docker/RO include osm-common and remove not used osm-im old RO 36/10136/8
tierno [Thu, 17 Dec 2020 15:35:15 +0000 (15:35 +0000)]
change docker/RO include osm-common and remove not used osm-im old RO

Change-Id: I3a858b54ac7d82a0263b795b200e24a9379902f3
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
3 years agoMoving charms to use latest stable release container image 64/10164/2
sousaedu [Tue, 5 Jan 2021 15:42:40 +0000 (15:42 +0000)]
Moving charms to use latest stable release container image

Change-Id: I92897515d7c8843bb619080cecee3b3c2aedb976
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agoRemoving pydantic from POL charm 63/10163/2
sousaedu [Tue, 5 Jan 2021 15:25:10 +0000 (15:25 +0000)]
Removing pydantic from POL charm

Change-Id: I0c8a7cac50f7f81f61fb151d8166846cf4c4fd18
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agoRemoving pydantic from MON charm 61/10161/3
sousaedu [Tue, 5 Jan 2021 14:39:30 +0000 (14:39 +0000)]
Removing pydantic from MON charm

Change-Id: Ice1c19c142f16ad8af6b9bc2ac20295f3b5215b9
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agoRemoving pydantic from LCM charm 60/10160/4
sousaedu [Tue, 5 Jan 2021 14:25:19 +0000 (14:25 +0000)]
Removing pydantic from LCM charm

Change-Id: I08e4acff8b84f4f9a36846cc0f7973d06c4abc1c
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agoPassing data only through unit relation data 62/10162/1
sousaedu [Tue, 5 Jan 2021 14:58:49 +0000 (14:58 +0000)]
Passing data only through unit relation data

The data between apps should only be passed through
the unit relation data.

The unit tests have also been updated.

Change-Id: Id5467922c3217c84ff1d7bbcdbe7d2a1caba19dd
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
3 years agoFix k8s-based installer to be run on a VM in the stage3 37/10137/2 release-v9.0-start v9.0.0rc1
garciadeblas [Thu, 17 Dec 2020 16:17:35 +0000 (17:17 +0100)]
Fix k8s-based installer to be run on a VM in the stage3

Change-Id: I20183be13b3b4b3af8bc5158b1beb9842654c26c
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
3 years agoAdding timestamps to kubectl logs in stage3 34/10134/2
garciadeblas [Thu, 17 Dec 2020 15:16:53 +0000 (16:16 +0100)]
Adding timestamps to kubectl logs in stage3

Change-Id: I0ac9f519dcf0dbc28aa5ca14325d3d19528ee283
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
3 years agoUpdate scripts/start.sh from MON repo 30/10130/1
garciadeblas [Thu, 17 Dec 2020 10:47:59 +0000 (10:47 +0000)]
Update scripts/start.sh from MON repo

Change-Id: Ia22d953234da67291fa396ef8ebef4640fcc597f
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
3 years agoFix bugs and pin osm bundles 21/10121/4
David Garcia [Wed, 16 Dec 2020 16:25:15 +0000 (17:25 +0100)]
Fix bugs and pin osm bundles

Keystone charm (bug 1378): Improve the way we handle the relation data from the database
relation
Ro charm (bug 1379): Fix the status of the non-leader units
Ng-ui (bug 1380): Fix the nbi-relation-changed hook for the non-leader
units
Installer: Pin the version of the OSM bundles

Change-Id: Ied07c964b1c85b1c534916eb4b30fd6bc87287a6
Signed-off-by: David Garcia <david.garcia@canonical.com>
3 years agoFix osm_health for the default installation 26/10126/1
garciadeblas [Wed, 16 Dec 2020 22:03:17 +0000 (22:03 +0000)]
Fix osm_health for the default installation

Change-Id: Idd5198f3a3ea1605742342379ac9a5b071c6d9af
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
3 years agoAllocate PTY 25/10125/3
beierlm [Wed, 16 Dec 2020 18:25:48 +0000 (13:25 -0500)]
Allocate PTY

Change ssh to allocate a PTY so that lxc commands can
read from STDIN over ssh connection.

Change-Id: I4fb74880ca498431679212f40dd60ef3c39a6a00
Signed-off-by: beierlm <mark.beierl@canonical.com>
3 years agoAdded docker login before pulling, to pull images from internal registry 23/10123/3
garciadeblas [Wed, 16 Dec 2020 18:03:10 +0000 (19:03 +0100)]
Added docker login before pulling, to pull images from internal registry

Change-Id: Ice7a4573200d7c8de19f08dadbc60371cab3534c
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
3 years agoFixes bug 1377 20/10120/2
beierlm [Wed, 16 Dec 2020 13:46:40 +0000 (08:46 -0500)]
Fixes bug 1377

Adds the system VIM and k8s cluster the same way that the
k8s installer does.

Change-Id: I11ad41c35f11467c51f0edc2aba4b3cb5e048823
Signed-off-by: beierlm <mark.beierl@canonical.com>
3 years agoremoving zfs install from install_juju 22/10122/1
garciadeblas [Wed, 16 Dec 2020 17:32:32 +0000 (18:32 +0100)]
removing zfs install from install_juju

Change-Id: I8710829669dd9e27f06df23c0e55d012ad549cfe
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
3 years agoUpdates in CI pipeline and installer for the new pipeline: registry and proxy url... 58/10058/6
garciadeblas [Mon, 30 Nov 2020 14:07:03 +0000 (14:07 +0000)]
Updates in CI pipeline and installer for the new pipeline: registry and proxy url, different docker tag for specific modules

Change-Id: Id434332fd1e051d9888bb35bf03ace974cd14bbc
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
3 years agoDefault installation with K8s instead of swarm 59/10059/5
garciadeblas [Mon, 6 Jul 2020 15:37:59 +0000 (15:37 +0000)]
Default installation with K8s instead of swarm

Change-Id: I5b934ced7024e3d926cec865a8a38219454956a4
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
3 years agoInstaller and pipelines updates for Rel NINE 10/10110/3
garciadeblas [Tue, 15 Dec 2020 00:32:13 +0000 (00:32 +0000)]
Installer and pipelines updates for Rel NINE

Change-Id: I86786dc85eda0f717dac75049f7136bc668449d7
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
3 years agoAdds JUJU_PASSWORD 17/10117/3
beierlm [Wed, 16 Dec 2020 10:20:56 +0000 (05:20 -0500)]
Adds JUJU_PASSWORD

Fetches the current juju password from the target installation
and passes that to the robot test container for use in
Basic 12 - NS Primitives.

Change-Id: I72d2af5179a29b86c076fb9e6dad7f22e31aa859
Signed-off-by: beierlm <mark.beierl@canonical.com>