This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git.
Pull mirroring updated .
- May 06, 2021
-
-
Mark Beierl authored
Manual cherry pick of c395a454 to swtich from defunct xip.io to nip.io Fixes bug 1527 in v9.0 Change-Id: I56ba9ef730a3b5ca6be4994cf7270605453fa459 Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
- Mar 02, 2021
-
-
garciadav authored
Change-Id: I585eb7f490099fc9a86d072ab8e9a4b40ee378b9 Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Feb 25, 2021
-
-
This commit does several things: - Geneneral fix for installing the most stable release of microstack - Configure and set up microstack so it is ready to use: create an osm-ext network, a router, configure the security groups etc; so it is ready to be used by OSM - Add xenial, bionic, and focal images to microstack - Add microstack as VIM to OSM Change-Id: Id15531ee94c893e2670b7ee8a89b2eb4e55cead0 Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Feb 10, 2021
-
-
garciadav authored
Change-Id: Ifa3b66d489adfd2522814d07a99886b35492dc67 Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Feb 09, 2021
-
-
Change-Id: I53068cdbfd15e357d25cb18c2c5435a69601824f Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Jan 27, 2021
-
-
garciadav authored
This needs to be reverted when PLA is correctly published to DockerHub Change-Id: I1aa509288ae49233f110e5951c491f3598be8b05 Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Jan 15, 2021
-
-
garciadav authored
- 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>
-
- Jan 05, 2021
-
-
calvinosanc1 authored
Fix 1394: Use of R9 images Change-Id: I0e246889e914c93963984b26423ab5620cb65efe Signed-off-by:
calvinosanc1 <guillermo.calvino@canonical.com>
-
- Dec 17, 2020
-
-
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>
-
- Dec 16, 2020
-
-
Mark Beierl authored
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>
-
garciadav authored
Change-Id: I462edbd5c7f0a6deb6c4baab0cb2ac0714aa4698 Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Dec 15, 2020
-
-
garciadav authored
- Fixes bug 1365 - Changes in the installer: - use site_url config to expose both NBI and NG-UI - use resources for images - Changes in the NBI: some minor fixes - Changes in the NG-UI: follow the same pattern as in the new set of charms Change-Id: I6a11009ddf9cd22689602b2a53ecf67f376830cb Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
garciadav authored
Change-Id: I4777fa038ceb2624a20a6bd182f14b5546b58d59 Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Dec 14, 2020
-
-
Mark Beierl authored
Pins Microk8s to 1.19 Change-Id: Ic21f1774cb7c3d8fc6362f6a4a0b95bf4f3e5e73 Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
- Nov 30, 2020
-
-
Mark Beierl authored
Changes the charmed_installer so that it deploys from edge channel on master. Change-Id: I41af6dc29ddd813e1538f14d83a4bdc8ec9387e7 Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
- Nov 29, 2020
-
-
- Add kafka and mongo relations - Remove ui-k8s from bundle - Add new RO relations Change-Id: I9d68cab33dd262408b8023d58e54b0be8dc024c6 Signed-off-by:
David Garcia <david.garcia@canonical.com> Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
- Nov 09, 2020
-
-
garciadav authored
- Update JUJU_AGENT_VERSION to 2.8.6 - Use mongodb charm and update needed osm pod specs to point at it Change-Id: I7c03ae7de6611fcacef35716646ff08bfc1ff988 Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Nov 06, 2020
-
-
Mark Beierl authored
Allow alternate registry to be supplied, with optional credentials. If registry is just host:port/path, no credentials will be used If user:pass@host:port/path, user and pass will be supplied as credentials. Change-Id: I8acf67b2916fea059fb306782388910e543b4046 Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
- Oct 21, 2020
-
-
Mark Beierl authored
Update the ingress rules to be explicit about version to avoid extensions/v1beta1 Ingress is deprecated in v1.14+ message. Use kubectl annotate instead of kubectl replace. Ensure microk8s is in ready state before installing juju. Report error if non-existing vca is requested. Expose prometheus and grafana. Change-Id: I0a8aa78c5c9be3163918c0b08b38b4c47d8fae6c Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
- Oct 19, 2020
-
-
Mark Beierl authored
Update the ingress rules to be explicit about version to avoid extensions/v1beta1 Ingress is deprecated in v1.14+ message. Use kubectl annotate instead of kubectl replace. Ensure microk8s is in ready state before installing juju. Report error if non-existing vca is requested. Expose prometheus and grafana. Change-Id: I0a8aa78c5c9be3163918c0b08b38b4c47d8fae6c Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
- Sep 30, 2020
-
-
Mark Beierl authored
Pins the Juju agent version to 2.8.1 as the model cleanup can timeout, but this does not happen in master where the version is 2.8.1 Bug 1216 Change-Id: I223be2e36cc11ce045aaeffa2c164e592d96ec12 Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
- Sep 24, 2020
-
-
Mark Beierl authored
Updates the juju version and also pins the charmed bundle versions. Increases the install timeout by checking for 10 minutes where no services progress at all, vs 10 minutes total time. Fixes bug 1229 Change-Id: I95db91162ad646a2d04b351558ae5f8b64ea579c Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
- Sep 15, 2020
-
-
Mark Beierl authored
Pins the agent version of juju to ensure consistent behaviour. Change-Id: I7112638fd02bc9ab9e6be5aa18481f93dd955f3a Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
Mark Beierl authored
Pins the agent version of juju to ensure consistent behaviour. Change-Id: I7112638fd02bc9ab9e6be5aa18481f93dd955f3a Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
- Sep 09, 2020
-
-
- Bundles updated - Installer updated Change-Id: I0f8e9aafd51e9579159f9166864eb8634292f99c Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Sep 02, 2020
-
-
Change-Id: Iffde16ff5f92aa3a99f2fb8e1ff22c8b9eb61caf Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Aug 27, 2020
-
-
Mark Beierl authored
This is a combination of all the commits. ======================================================================= Enable Robot Tests Enabling robot tests in CI/CD pipeline Propagate the parameter DO_ROBOT to stage_3-merge Setting OSM_HOSTNAME for robot test execution Adding prometheus_hostname env variable for ci/cd tests Archive containers logs in robot test execution Signed-off-by:
beierlm <mark.beierl@canonical.com> Author: Felipe Vicens <felipe.vicens@atos.net> 8716 - K8s Proxy Charms This commit contains the following changes: - Changes to LCM Charm to configure vca k8s cloud - K8s installation: - Add storageclass to K8s - Add k8s to VCA - Configure lcm.env to pass k8s cloud name - Pass k8s cloud name to LCM Charm in charmed installation - Pin juju version tu 2.8/stable - Instal juju after Microk8s in charmed installation Signed-off-by:
Dominik Fleischmann <dominik.fleischmann@canonical.com> Add PLA charm Signed-off-by:
David Garcia <david.garcia@canonical.com> Add NG-UI Charm Signed-off-by:
David Garcia <david.garcia@canonical.com> Fix bugs in NG-UI charm Signed-off-by:
David Garcia <david.garcia@canonical.com> Updated Dockerfiles to use ReleaseEIGHT-daily repo by default Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com> Fix bug 1124: K8s added to juju after k8s has been initialized Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com> Helm and k8s storage initialization for k8s-based installation Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com> Fix bug 1125: iptables must be installed and configured if not present Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com> Fix bug 1129: juju_addk8s requires the storage class Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com> Fix issue in UI charm Scale policy is only available in stateful pods Signed-off-by:
David Garcia <david.garcia@canonical.com> Adds image overlay to bundle When installing using a bundle, the image overlay was not being generated, resulting in the --tag option being ignored. Bug 1130 Signed-off-by:
beierlm <mark.beierl@canonical.com> Fix uninstall process, will fix issues is daily-stage4 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com> Fix PLA relations, add missing ENVs, and include it in the bundle Signed-off-by:
David Garcia <david.garcia@canonical.com> Fix 1127 bug: Use config instead of resources for SSL certificates Signed-off-by:
David Garcia <david.garcia@canonical.com> Remove unused config from PLA overlayx Signed-off-by:
David Garcia <david.garcia@canonical.com> Installer: refactor file generation, improved ng-ui and light-ui separation, fixes in PLA Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com> Pin libjuju version to 2.8.2 This fixes bug 1144 Signed-off-by:
David Garcia <david.garcia@canonical.com> Pin libjuju version to 2.8.2 Fixes bug 1144 Signed-off-by:
Mark Beierl <mark.beierl@canonical.com> Remove api_proxy variable in charmed installer - Fixes bug 1154 Signed-off-by:
David Garcia <david.garcia@canonical.com> Add waiting period to Storage Class creation This commit adds a waiting period until the storage class is available. It also fixes a minor bug in the juju add-k8s command. This fixes Bug 1155 Signed-off-by:
Dominik Fleischmann <dominik.fleischmann@canonical.com> Remove api_proxy from osm bundles Signed-off-by:
David Garcia <david.garcia@canonical.com> Make Charmed Installer Idempotent By default, the charmed installer will create a controller called 'controller', unless an external VCA is specified using the --vca option. Upon uninstall, it is not known or safe to remove this Juju controller as there might be other applications using it. This change shows that message on uninstall, giving the user the opportunity to remove it with a command. Also, as part of the installation, this change checks for the controller and if it exists, presents the user with options for how to resolve the situation. Fixes bug 1126 Signed-off-by:
beierlm <mark.beierl@canonical.com> Remove unneeded mysql interface in PLA, fix osm-ha bundle, and add README.md to bundles Signed-off-by:
David Garcia <david.garcia@canonical.com> Expose NBI and NG-UI Adds ingress rules for K8s installation to expose the NBI, the NG-UI and allow for unlimited content size. Fixes bug 1171 Signed-off-by:
beierlm <mark.beierl@canonical.com> Installer Quits Too Soon Increases the timeout and provides more feedback on progress. Signed-off-by:
beierlm <mark.beierl@canonical.com> Change in returned storage status format from microk8s Signed-off-by:
calvinosanc1 <guillermo.calvino@canonical.com> ======================================================================================== Change-Id: I9223675bb9ad25a0da1f20215e79ef392e544eb5 Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
- Aug 21, 2020
-
-
calvinosanc1 authored
Change-Id: I70a7c1ee52381f3465266d8b455cd1bc023dbf2e Signed-off-by:
calvinosanc1 <guillermo.calvino@canonical.com>
-
- Aug 20, 2020
-
-
Fixes the following problem: - ERROR The charm or bundle "osm" is ambiguous. - This was happening if a folder "osm" existed in the current directory Change-Id: If7a56249b0ce5601761a7cebfa87392715abff62 Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
garciadav authored
- The lxd-preseed.conf uses btrfs, so zfs is not needed anymore. Change-Id: Ife9aa65e2746bf2f35f3c96ab05430dcf46acc0b Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Aug 14, 2020
-
-
Mark Beierl authored
Increases the timeout and provides more feedback on progress. Change-Id: Iab4cfa3652883ee5db36ca359412e5b1d705bdaf Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
- Jul 28, 2020
-
-
Mark Beierl authored
Adds ingress rules for K8s installation to expose the NBI, the NG-UI and allow for unlimited content size. Fixes bug 1171 Change-Id: Id286dfe1f26969337ef937bf6c5bff541e89cf26 Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
- Jul 21, 2020
-
-
Mark Beierl authored
By default, the charmed installer will create a controller called 'controller', unless an external VCA is specified using the --vca option. Upon uninstall, it is not known or safe to remove this Juju controller as there might be other applications using it. This change shows that message on uninstall, giving the user the opportunity to remove it with a command. Also, as part of the installation, this change checks for the controller and if it exists, presents the user with options for how to resolve the situation. Fixes bug 1126 Change-Id: Id13cd822ed7eef60250544108b74bbba7998d9b7 Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
- Jul 16, 2020
-
-
garciadav authored
- Fixes bug 1154 Change-Id: I60ac8b83b46f1c2435f7f90032be2be26ec38e2b Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Jul 10, 2020
-
-
Change-Id: I54c16ab90fdfe3c83661a2568159c19a1958e612 Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
garciadav authored
Change-Id: I66246049e3ca48cdaa03bbc58e123a519f696acc Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Jul 09, 2020
-
-
Change-Id: I4d309d045404a900e04909c46196d32e43bb1862 Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Jul 08, 2020
-
-
Mark Beierl authored
When installing using a bundle, the image overlay was not being generated, resulting in the --tag option being ignored. Bug 1130 Change-Id: I8e474d60b03abcb913d8586c8d643d099f1d8baf Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
- Jul 03, 2020
-
-
Mark Beierl authored
Removal of iptables manipulation from charmed installer Expose juju controller using metallb Pin version of juju Change-Id: I3853dfe1d3b264311bed1f3a805397a9197b10bc Signed-off-by:
beierlm <mark.beierl@canonical.com> (cherry picked from commit 3749e310)
-
Mark Beierl authored
Removal of iptables manipulation from charmed installer Expose juju controller using metallb Pin version of juju Change-Id: I3853dfe1d3b264311bed1f3a805397a9197b10bc Signed-off-by:
beierlm <mark.beierl@canonical.com>
-