SuccessChanges

Summary

  1. Fix Bug 1988 - Drop down for action does not reflect what the deployed (details)
Commit 1584e3ed8287618ebef184f7ad82cdb2b21913a0 by sandhya.j
Fix Bug 1988 - Drop down for action does not reflect what the deployed
service can actually do
- If VNF is removed within an existing Network service, primitive
action will not show the removed
  VNF in dropdown only the available VNF will be shown in UI
Change-Id: I60648093ba63c6b962380898300e75d69bcbf409 Signed-off-by:
SANDHYA.JS <sandhya.j@tataelxsi.co.in>
The file was modifiedsrc/app/instances/ns-instances/NSInstancesComponent.ts
The file was modifiedsrc/app/utilities/ns-instances-action/NSInstancesActionComponent.ts
The file was modifiedsrc/models/NSInstanceModel.ts
The file was modifiedsrc/app/instances/ns-primitive/NSPrimitiveComponent.ts
The file was modifiedsrc/app/instances/ns-primitive/NSPrimitiveComponent.html

Summary

  1. Use branch for charms (details)
  2. Fixing hostpath problem in debug mode for ro charm (details)
  3. Add integration tests for osm-lcm charm (details)
  4. Adding NG-LCM charm (details)
  5. Improve Merge Job Speed (details)
  6. Change iptables rule to allow docker and LXD can share the same host (details)
  7. Reformat files according to new black validation (details)
  8. Make iptables persistent after reboot (details)
  9. Add NBI integration tests (details)
  10. Removing temporal from LCM (details)
  11. Dockerfile for NGLCM (details)
  12. Correcting osm-nglcm charm configuration file name. (details)
  13. Update from master (details)
  14. Fixing bundle (details)
Commit 27da38deb3b184608a6d66ab6bc476506d8d7301 by beierlm
Use branch for charms
When merging changes for charms in a development branch (ie: not v10.0,
etc), we want to publish it to latest/edge/branch-name so that it can be
kept separate from the other branches of development
Change-Id: I8f2ec65057d2029d7cda83b9b607a0474a801455 Signed-off-by: Mark
Beierl <mark.beierl@canonical.com>
The file was modifiedjenkins/ci-pipelines/ci_stage_2.groovy
Commit 8675e580f375a52b790c899420cebae973ea0c7f by gulsum.atici
Fixing hostpath problem in debug mode for ro charm
Solving nested hostpath problem in debug mode for RO charm and adding
missing hostpath of RO-SDN-onos-openflow.
Change-Id: Id75ccdb1e5d713c910686aaeddf0acb2e275b1c2 Signed-off-by:
Gulsum Atici <gulsum.atici@canonical.com>
The file was modifiedinstallers/charm/osm-mon/lib/charms/osm_libs/v0/utils.py
The file was modifiedinstallers/charm/osm-ng-ui/lib/charms/osm_libs/v0/utils.py
The file was modifiedinstallers/charm/osm-ro/lib/charms/osm_libs/v0/utils.py
The file was modifiedinstallers/charm/osm-lcm/lib/charms/osm_libs/v0/utils.py
The file was modifiedinstallers/charm/osm-ro/src/charm.py
The file was modifiedinstallers/charm/osm-nbi/lib/charms/osm_libs/v0/utils.py
The file was modifiedinstallers/charm/osm-pol/lib/charms/osm_libs/v0/utils.py
Commit 810002d5ecce421a50534052f79ffafaa4231a4d by beierlm
Add integration tests for osm-lcm charm
Change-Id: I2f2201a7910caa5d95e8b87e97a9ffdeb5a56e03 Signed-off-by:
Dario Faccin <dario.faccin@canonical.com>
The file was modifiedinstallers/charm/osm-lcm/tox.ini
The file was modifiedinstallers/charm/osm-lcm/tests/unit/test_charm.py
The file was addedinstallers/charm/osm-lcm/tests/integration/test_charm.py
Commit 7cb878a01863db170ee1d6c238d13708295b9748 by beierlm
Adding NG-LCM charm
Creation of a charm for deploying the existing LCM OCI, but running a
different main() and providing Temporal configuration data
Change-Id: Ibbd636a0dcd9dfde987f83bfee11783080a79155 Signed-off-by: Mark
Beierl <mark.beierl@canonical.com>
The file was addedinstallers/charm/osm-nglcm/CONTRIBUTING.md
The file was addedinstallers/charm/osm-nglcm/LICENSE
The file was addedinstallers/charm/osm-nglcm/requirements.txt
The file was addedinstallers/charm/osm-nglcm/README.md
The file was addedinstallers/charm/osm-nglcm/config.yaml
The file was addedinstallers/charm/osm-nglcm/charmcraft.yaml
The file was addedinstallers/charm/osm-nglcm/lib/charms/osm_temporal/v0/temporal.py
The file was addedinstallers/charm/osm-nglcm/files/vscode-workspace.json
The file was addedinstallers/charm/osm-nglcm/tests/unit/test_charm.py
The file was addedinstallers/charm/osm-nglcm/actions.yaml
The file was modifiedinstallers/charm/osm-lcm/src/charm.py
The file was addedinstallers/charm/osm-nglcm/.jujuignore
The file was addedinstallers/charm/osm-nglcm/lib/charms/osm_libs/v0/utils.py
The file was modifiedtools/local-build.sh
The file was addedinstallers/charm/osm-nglcm/src/charm.py
The file was addedinstallers/charm/osm-nglcm/src/legacy_interfaces.py
The file was addedinstallers/charm/osm-nglcm/metadata.yaml
The file was addedinstallers/charm/osm-nglcm/.gitignore
The file was addedinstallers/charm/osm-nglcm/tox.ini
The file was addedinstallers/charm/osm-nglcm/lib/charms/osm_vca_integrator/v0/vca.py
The file was addedinstallers/charm/osm-nglcm/pyproject.toml
Commit 5d9ce300ce3f5aaeaa635a49ae2c3cee819a4d7d by mark.beierl
Improve Merge Job Speed
Checks for charms that were changed for the merge job too instead of
forcing all charms to be rebuilt
Change-Id: I9018813ba087cd968968dc98f6167097a8ca4bdb Signed-off-by: Mark
Beierl <mark.beierl@canonical.com>
The file was modifiedjenkins/ci-pipelines/ci_stage_2.groovy
Commit 5e26330a19f44fb4d5c9caafad69ee0156b6ecb2 by gulsum.atici
Change iptables rule to allow docker and LXD can share the same host
network.
Change-Id: Ie3a79e27acb55b3aa942ddee2a81fd5ec64428e4 Signed-off-by:
Gulsum Atici <gulsum.atici@canonical.com>
The file was modifiedinstallers/full_install_osm.sh
Commit a24433b555d3cf1e2ab1e048dcd7b89fe9af4fe7 by dario.faccin
Reformat files according to new black validation
Change-Id: Ie550b7a41d14260080c9602df91d646e486e6884 Signed-off-by:
Dario Faccin <dario.faccin@canonical.com>
The file was modifiedinstallers/charm/mon/src/charm.py
The file was modifiedinstallers/charm/keystone/src/charm.py
The file was modifiedinstallers/charm/nbi/src/charm.py
The file was modifiedinstallers/charm/kafka-exporter/src/charm.py
The file was modifiedinstallers/charm/pla/src/charm.py
The file was modifiedinstallers/charm/pol/src/charm.py
The file was modifiedinstallers/charm/lcm/src/charm.py
Commit 3d3a76780c013a747d4aad5a11fe05d1e5acf89d by beierlm
Make iptables persistent after reboot
Change-Id: Ief0342cf23406622458c28cf2c65a6e6069262fc Signed-off-by:
Gulsum Atici <gulsum.atici@canonical.com>
The file was modifiedinstallers/full_install_osm.sh
Commit 129b6e026cb771b3c571b668f83ec29d5710a85c by beierlm
Add NBI integration tests
Change-Id: Id3330c06eb5a2d1fb5fe9a48be30f69c6012fb27 Signed-off-by:
Dario Faccin <dario.faccin@canonical.com>
The file was modifiedinstallers/charm/osm-nbi/tox.ini
The file was addedinstallers/charm/osm-nbi/tests/integration/test_charm.py
The file was modifiedinstallers/charm/osm-nbi/tests/unit/test_charm.py
Commit 482fcb01c0866e677a6bc436489d1a81027108e1 by mark.beierl
Removing temporal from LCM
Only NGCM should have temporal.  This was committed in error
Change-Id: I1a3a5bbadd0f83a4596c92488dc6ca7686a2930a Signed-off-by: Mark
Beierl <mark.beierl@canonical.com>
The file was modifiedinstallers/charm/osm-lcm/src/charm.py
The file was modifiedtools/local-build.sh
Commit 02ce9bf096028b2a482be621722c214494b74cb4 by mark.beierl
Dockerfile for NGLCM
Stage 3 dockerfile to create NGLCM container
Change-Id: If0cde13b52d3ba78aa80856203a508eba2e5b35f Signed-off-by: Mark
Beierl <mark.beierl@canonical.com>
The file was addeddocker/NGLCM/scripts/start.sh
The file was addeddocker/NGLCM/Dockerfile
Commit b26337f4b399b8d2307002aa7ca98c23e2d3a1ed by beierlm
Correcting osm-nglcm charm configuration file name.
Change-Id: Icba73353564dbf65eaa283d08d73f3488cb343ce Signed-off-by:
Gulsum Atici <gulsum.atici@canonical.com>
The file was modifiedinstallers/charm/osm-nglcm/src/charm.py
Commit e93311d0d1e614b2ee73cc88d8a04fdec217cff8 by mark.beierl
Update from master
Merged the following from master into paas branch:
Add OSM-POL integration tests
Change-Id: I140b9eb271c0f03520660b676e075b3f0d62a128 Signed-off-by:
Dario Faccin <dario.faccin@canonical.com>
Add OSM-MON integration tests
Change-Id: I3199869880d0c9ce0784dcc623c844dd39f1180a Signed-off-by:
Dario Faccin <dario.faccin@canonical.com>
Bug 2218: Fix command for `juju run-action`
Change-Id: Ife2e8e9f532f3c67c7e2f71d3f77d3e4e7dc5257 Signed-off-by:
Daniel Arndt <daniel.arndt@canonical.com>
Update the artifacts stored in stage2
This change updates the patterns of the artifacts to be stored by the
method `archive` in `ci_helper.groovy`.
The pattern "dists/*.gz" and "dists/*Packages" corresponding to index
files for debian repos are no longer required.
The pattern "dist/*.whl" corresponding to Python wheel files is now
required, since it is an additional artifact generated in stage2.
Change-Id: Id87fcb98b2d79a9bd0b64fdaca44da8acd9e1cb1 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
ntegration of OSM Charms with new MongoDB
Change-Id: I9e723dc94ff4c5b7e691179be4e9e3c7b43b6ab0 Signed-off-by:
Dario Faccin <dario.faccin@canonical.com>
Charm cleanup
Removal of obsolete charm code
Change-Id: Ifc5e83457cf580d8b236a636328470c527c5c3a9 Signed-off-by: Mark
Beierl <mark.beierl@canonical.com>
Integration tests for NG UI charm
Change-Id: I3c8958d54aeed84faf1ed2194bc818c1691cf755 Signed-off-by:
Daniel Arndt <daniel.arndt@canonical.com>
Fix unit tests for NG-UI charm
Change-Id: If5b98446bb589a3346bcaf1d260a3ad2c5affd3b Signed-off-by:
Daniel Arndt <daniel.arndt@canonical.com>
Set K8s 1.26 in charmed OSM installation
storage is deprecated: replaced by hostpath-storage
Change-Id: I11dd6fc2c18f89c289ad80da696929a7c0236d63 Signed-off-by:
Patricia Reinoso <patricia.reinoso@canonical.com>
Remove duplicated lines in Airflow Dockerfile
Change-Id: Iaeb200d498c01e53a7748293d39b6d9a0ba3cfa9 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
Fix docker tag in stage3 to coexist with periodic clean-up
Change-Id: I1ce9a5de84e0bcedd7abaecfa0fb6d753b853cb7 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
Pin Charmed Operator Framework version for charms
Change-Id: Iff5659151e5678298b72e54b7b22a375bc7b7ebf Signed-off-by:
Dario Faccin <dario.faccin@canonical.com>
Update base image for Airflow to 2.5.2
Change-Id: Id73a0de10b80a4154e1816c5695d3c96de1b03fe Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
Update base image for Airflow to support Python 3.10
Change-Id: I4d0bd5be38faff10de4bd2dbaaa9a6010ab12732 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
Remove checks for copyright in charms
This patch removes the flake8 copyright plugin and configuration.
Change-Id: I65e362748e16efbc48055370f8f1590d4910c000 Signed-off-by:
Dario Faccin <dario.faccin@canonical.com>
Update bundle (standalone and HA) to use MongoDB charm from edge channel
Change-Id: Ie60a105a58c5838db90129f1d6d896907675a405 Signed-off-by:
Dario Faccin <dario.faccin@canonical.com>
Update Dockerfile and stage-test script to run tests for charms
This patch updates Dockerfile to use Ubuntu 20.04 as base for building
and testing charms. This patch updates stage-test script to execute
testing for charms. Tests will be executed only for charms modified by
the review. This patch updates tox configuration for charms setting the
python interpreter to python3.8.
Change-Id: Ib9046b78d6520188cc51ac776fe60ea16479f11c Signed-off-by:
Dario Faccin <dario.faccin@canonical.com>
Adding documentation to OSM bundles
Change-Id: I94b2d7467f4fba40b625acaf545dc20fc6079f8c Signed-off-by:
Guillermo Calvino <guillermo.calvino@canonical.com>
Partial revert of 13026
The *.gz and *Packages are actually used in the creation of the debian
repository for the installers.
Change-Id: I56ba0ce478fba9bcaeb58d6f2abaf235a4eab78a Signed-off-by: Mark
Beierl <mark.beierl@canonical.com>
Minor indentation fixes in MON and POL K8s manifests
Change-Id: Ib96f1655df650587fc6255d5f98986e1332bbb2f Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
Integration tests for VCA Integrator Operator
Change-Id: I2bc362961edb19f3a0696c779aa9eeaacc361572 Signed-off-by:
Dario Faccin <dario.faccin@canonical.com> Signed-off-by: Mark Beierl
<mark.beierl@canonical.com>
LCM integration tests: use RO charm from charmhub instead of building it
locally
Change-Id: I3c1aba9227d9ef5c28f559447da63035214c8ea1 Signed-off-by:
Dario Faccin <dario.faccin@canonical.com>
Feature 10981: installation of AlertManager as part of NG-SA
Change-Id: I99bb5785081df4395be336f323d5d4ac3dfd68b6 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
Feature 10981: installation of webhook translator as part of NG-SA
Change-Id: I5318460103a6b89b37931bf661618251a3837d04 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
Remove unnecessary Makefile related to old docker image build process
Change-Id: Icc304cfe7124979584405ec6635ce2c7a9861eac Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
Update tools/local-build.sh to run python http server instead of qhttp
Change-Id: Id9857656e18e1487da7123e076bf00c0b9869d25 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
Add Dockerfile for Webhook translator
Change-Id: Id9a787e0fd3fd953b1b2ace190cdca6a77199f27 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
Replace OSM_STACK_NAME by OSM_NAMESPACE in installers scripts
Change-Id: I5ce4bdc392fd64b4bed7479768b91adba53c67e4 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
Update helm version to 3.11.3
Change-Id: Ic95f32cd1fc311bf93a817da90f48a17d7c2bd13 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
Add nohup to http.server in tools/local-build.sh
Change-Id: Ic21b33c22c069d6145ba9d60c7e3cebb75f99664 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
Feature 10981: auto-scaling alerts rules for AlertManager
Change-Id: I7e8c3f7b1dd3201b75848ae6264eaa2375a5b06b Signed-off-by:
aguilard <e.dah.tid@telefonica.com>
Feature 10981: fix CMD in webhook Dockerfile
Change-Id: If8332c12c2f065c0a4d195873e24a98aa34b0ed4 Signed-off-by:
aguilard <e.dah.tid@telefonica.com>
Feature 10981: remove mon and pol for ng-sa installation
This change removes the deployment of POL for NG-SA installation. In
addition, it deploys a reduced MON, which will only run mon-dashboarder.
A new K8s manifest (ng-mon.yaml )file has been created for the purpose.
Change-Id: I243a2710d7b883d505ff4b4d012f7d67920f0e73 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
Feature 10981: extended Prometheus sidecar to dump alerts rules in
config files
Change-Id: Ic454c894b60d0b2b88b6ea81ca35a0bf4d54ebac Signed-off-by:
aguilard <e.dah.tid@telefonica.com>
OSM DB Update Charm
Initial load of code for the osm-update-db-operator charm
Change-Id: I2884249efaaa86f614df6c286a69f3546489b523 Signed-off-by: Mark
Beierl <mark.beierl@canonical.com>
Improve stage-test script: Split charms list according to tox envlist.
For newer charms the tox envlist includes lint, unit and integration:
for these charms execute only lint and unit tests. For older charms the
tox envlist includes black, cover, flake8, pylint, yamllint, safety: for
these charms execute all tests.
Change-Id: I6cfbe129440be1665f63572a1879060eccd822fd Signed-off-by:
Dario Faccin <dario.faccin@canonical.com> Signed-off-by: Mark Beierl
<mark.beierl@canonical.com>
The file was removedinstallers/charm/interfaces/osm-nbi/README.md
The file was modifiedinstallers/charm/osm-lcm/config.yaml
The file was removedinstallers/charm/mon/src/charm.py
The file was modifiedinstallers/install_juju.sh
The file was modifiedinstallers/charm/osm-ro/metadata.yaml
The file was modifieddocker/Prometheus/Dockerfile
The file was addedinstallers/charm/osm-pol/tests/integration/test_charm.py
The file was removedinstallers/charm/lcm/lib/charms/kafka_k8s/v0/kafka.py
The file was modifiedinstallers/charm/osm-lcm/requirements.txt
The file was removedinstallers/charm/nbi/tox.ini
The file was removedinstallers/charm/ng-ui/src/pod_spec.py
The file was removedinstallers/charm/pla/config.yaml
The file was removedinstallers/charm/mon/charmcraft.yaml
The file was modifiedinstallers/charm/osm-nbi/src/charm.py
The file was modifiedinstallers/charm/osm-ro/src/charm.py
The file was modifiedinstallers/helm/values/airflow-values.yaml
The file was modifiedjenkins/ci-pipelines/ci_helper.groovy
The file was modifiedinstallers/charm/osm-mon/pyproject.toml
The file was modifiedinstallers/charm/osm-nglcm/requirements.txt
The file was modifiedinstallers/charm/osm-mon/tox.ini
The file was removedinstallers/charm/lcm/.yamllint.yaml
The file was removedinstallers/charm/pol/.gitignore
The file was modifiedinstallers/charm/osm-pol/tests/unit/test_charm.py
The file was removedinstallers/charm/pla/tests/__init__.py
The file was modifiedinstallers/charm/osm-nglcm/tox.ini
The file was removedinstallers/charm/pol/config.yaml
The file was removedinstallers/charm/ro/config.yaml
The file was removedinstallers/charm/update-bundle-revisions.sh
The file was removedinstallers/charm/layers/osm-common/reactive/osm_common.py
The file was modifiedinstallers/charm/juju-simplestreams-operator/requirements.txt
The file was removedinstallers/charm/nbi/src/charm.py
The file was removedinstallers/charm/mon/config.yaml
The file was removedinstallers/charm/ro/tests/test_pod_spec.py
The file was modifiedinstallers/docker/osm_pods/pol.yaml
The file was removedinstallers/charm/interfaces/osm-ro/copyright
The file was modifiedinstallers/charm/osm-pol/metadata.yaml
The file was removedinstallers/charm/release_edge.sh
The file was removedinstallers/charm/nbi/lib/charms/kafka_k8s/v0/kafka.py
The file was modifiedinstallers/charm/osm-lcm/lib/charms/osm_libs/v0/utils.py
The file was removedinstallers/charm/mon/.jujuignore
The file was removedinstallers/charm/mon/.yamllint.yaml
The file was addedinstallers/charm/osm-pol/lib/charms/data_platform_libs/v0/data_interfaces.py
The file was modifiedinstallers/charm/osm-lcm/tests/integration/test_charm.py
The file was removedinstallers/charm/ng-ui/src/charm.py
The file was addedinstallers/charm/osm-nglcm/lib/charms/data_platform_libs/v0/data_interfaces.py
The file was modifiedinstallers/charm/osm-ro/tox.ini
The file was removedinstallers/charm/ng-ui/templates/default.template
The file was addedinstallers/charm/osm-update-db-operator/charmcraft.yaml
The file was removedinstallers/charm/ro/.gitignore
The file was modifiedinstallers/charm/osm-mon/config.yaml
The file was addedinstallers/charm/osm-ng-ui/tests/integration/test_charm.py
The file was removedinstallers/charm/ng-ui/tox.ini
The file was modifiedinstallers/charm/osm-ro/pyproject.toml
The file was removedinstallers/charm/osm-nglcm/src/legacy_interfaces.py
The file was removedinstallers/charm/lcm/tests/test_charm.py
The file was removedinstallers/charm/mon/tox.ini
The file was removedinstallers/charm/pla/.yamllint.yaml
The file was modifiedinstallers/charm/osm-lcm/lib/charms/osm_ro/v0/ro.py
The file was removedinstallers/charm/pol/tox.ini
The file was addedinstallers/charm/osm-ro/lib/charms/data_platform_libs/v0/data_interfaces.py
The file was modifiedinstallers/charm/osm-nbi/pyproject.toml
The file was removedinstallers/charm/pla/.gitignore
The file was modifiedtools/local-build.sh
The file was removedinstallers/charm/interfaces/osm-nbi/interface.yaml
The file was removedinstallers/charm/interfaces/osm-nbi/provides.py
The file was removedinstallers/charm/mon/README.md
The file was removedinstallers/charm/nbi/tests/__init__.py
The file was removedinstallers/charm/pol/requirements-test.txt
The file was modifiedinstallers/charm/osm-temporal/src/charm.py
The file was modifiedinstallers/charm/vca-integrator-operator/tox.ini
The file was removeddocker/mk/Makefile.include
The file was removedinstallers/charm/lcm/metadata.yaml
The file was removedinstallers/charm/nbi/config.yaml
The file was modifiedinstallers/charm/osm-nbi/metadata.yaml
The file was modifiedinstallers/charm/osm-ng-ui/pyproject.toml
The file was removedinstallers/charm/ng-ui/tests/__init__.py
The file was removedinstallers/charm/ng-ui/.gitignore
The file was addedinstallers/charm/osm-update-db-operator/.gitignore
The file was removedinstallers/charm/pol/README.md
The file was modifiedinstallers/charm/osm-nbi/tox.ini
The file was removedinstallers/charm/nbi/.jujuignore
The file was removedinstallers/charm/lcm/.gitignore
The file was removedinstallers/charm/pla/tests/test_charm.py
The file was removedinstallers/charm/pol/src/charm.py
The file was removedinstallers/charm/lcm/tests/__init__.py
The file was modifiedinstallers/docker/osm_pods/mon.yaml
The file was removedinstallers/charm/mon/tests/test_charm.py
The file was addedinstallers/charm/osm-update-db-operator/metadata.yaml
The file was removedinstallers/charm/ro/tests/__init__.py
The file was removedinstallers/charm/nbi/requirements.txt
The file was removedinstallers/charm/nbi/tests/test_pod_spec.py
The file was modifiedinstallers/charm/vca-integrator-operator/charmcraft.yaml
The file was removedinstallers/charm/mon/requirements-test.txt
The file was modifiedinstallers/charm/osm-nbi/config.yaml
The file was modifiedinstallers/charm/vca-integrator-operator/pyproject.toml
The file was removedinstallers/charm/lcm/tox.ini
The file was modifiedinstallers/charm/osm-temporal/tests/unit/test_charm.py
The file was modifiedinstallers/charm/osm-mon/src/charm.py
The file was removedinstallers/charm/interfaces/osm-ro/requires.py
The file was modifiedinstallers/charm/osm-nbi/lib/charms/osm_libs/v0/utils.py
The file was removedinstallers/charm/lcm/src/charm.py
The file was removedinstallers/charm/nbi/.yamllint.yaml
The file was addedinstallers/docker/osm_pods/webhook-translator.yaml
The file was removedinstallers/charm/pla/requirements.txt
The file was removedinstallers/charm/ro/requirements-test.txt
The file was removedinstallers/charm/pol/tests/__init__.py
The file was modifiedinstallers/charm/bundles/osm-ha/bundle.yaml
The file was removedinstallers/charm/pla/charmcraft.yaml
The file was modifieddevops-stages/stage-test.sh
The file was removedinstallers/charm/interfaces/osm-ro/README.md
The file was removedinstallers/charm/pol/tests/test_pod_spec.py
The file was modifiedinstallers/charm/osm-pol/src/charm.py
The file was removedinstallers/charm/nbi/src/pod_spec.py
The file was removedinstallers/charm/mon/.gitignore
The file was removedinstallers/charm/pla/requirements-test.txt
The file was removedinstallers/charm/ng-ui/requirements.txt
The file was modifiedinstallers/charm/osm-nbi/requirements.txt
The file was removedinstallers/charm/ro/README.md
The file was addedinstallers/charm/osm-update-db-operator/pyproject.toml
The file was removedinstallers/charm/pla/src/charm.py
The file was modifiedinstallers/full_install_osm.sh
The file was addedinstallers/charm/osm-update-db-operator/config.yaml
The file was removedinstallers/charm/interfaces/osm-nbi/requires.py
The file was removedinstallers/charm/pla/README.md
The file was removedinstallers/charm/lint.sh
The file was removedinstallers/charm/pol/charmcraft.yaml
The file was removedinstallers/charm/mon/metadata.yaml
The file was modifiedinstallers/charm/osm-ng-ui/src/charm.py
The file was removedinstallers/charm/pol/src/pod_spec.py
The file was removedinstallers/charm/ng-ui/metadata.yaml
The file was addedinstallers/charm/osm-update-db-operator/tests/unit/test_charm.py
The file was modifiedinstallers/charm/osm-pol/requirements.txt
The file was removedinstallers/charm/lcm/requirements.txt
The file was removedinstallers/charm/mon/tests/__init__.py
The file was addedinstallers/charm/osm-lcm/lib/charms/data_platform_libs/v0/data_interfaces.py
The file was removedinstallers/charm/nbi/README.md
The file was modifiedinstallers/charm/osm-mon/tests/unit/test_charm.py
The file was modifiedinstallers/charm/osm-ro/tests/unit/test_charm.py
The file was modifiedinstallers/charm/osm-mon/requirements.txt
The file was removedinstallers/charm/nbi/requirements-test.txt
The file was removedinstallers/charm/pol/tests/test_charm.py
The file was removedinstallers/charm/pol/metadata.yaml
The file was addedinstallers/charm/osm-update-db-operator/src/db_upgrade.py
The file was modifiedinstallers/charm/juju-simplestreams-operator/pyproject.toml
The file was addedinstallers/docker/osm_pods/ng-mon.yaml
The file was removedinstallers/charm/interfaces/osm-ro/interface.yaml
The file was modifiedinstallers/charm/osm-lcm/metadata.yaml
The file was removedinstallers/charm/ro/tox.ini
The file was modifiedinstallers/charm/osm-nbi/tests/integration/test_charm.py
The file was removedinstallers/charm/ro/src/pod_spec.py
The file was removedinstallers/charm/lcm/tests/test_pod_spec.py
The file was modifiedinstallers/charm/osm-pol/pyproject.toml
The file was addedinstallers/charm/osm-mon/lib/charms/data_platform_libs/v0/data_interfaces.py
The file was modifiedinstallers/charm/osm-pol/config.yaml
The file was removedinstallers/charm/pla/metadata.yaml
The file was removedinstallers/charm/ro/metadata.yaml
The file was addedinstallers/charm/osm-update-db-operator/src/charm.py
The file was modifiedinstallers/charm/osm-lcm/src/charm.py
The file was modifiedinstallers/charm/osm-lcm/tests/unit/test_charm.py
The file was removedinstallers/charm/nbi/tests/test_charm.py
The file was removedinstallers/charm/layers/osm-common/metadata.yaml
The file was modifieddocker/Airflow/Dockerfile
The file was removedinstallers/charm/lcm/.jujuignore
The file was addedinstallers/charm/osm-update-db-operator/actions.yaml
The file was modifiedinstallers/charm/osm-mon/metadata.yaml
The file was removedinstallers/charm/ng-ui/.yamllint.yaml
The file was modifiedjenkins/ci-pipelines/ci_stage_3.groovy
The file was modifiedinstallers/charm/osm-ro/tests/integration/test_charm.py
The file was removedinstallers/charm/ng-ui/.jujuignore
The file was modifiedinstallers/charm/osm-ng-ui/tox.ini
The file was modifiedinstallers/charm/osm-temporal/src/legacy_interfaces.py
The file was removedinstallers/charm/pol/requirements.txt
The file was modifiedinstallers/charm/osm-temporal/lib/charms/osm_libs/v0/utils.py
The file was removedinstallers/charm/ro/src/charm.py
The file was removedinstallers/charm/pol/lib/charms/kafka_k8s/v0/kafka.py
The file was removedinstallers/charm/mon/src/pod_spec.py
The file was removedinstallers/charm/ro/.yamllint.yaml
The file was modifiedinstallers/charm/osm-nglcm/tests/unit/test_charm.py
The file was addedinstallers/charm/osm-nbi/lib/charms/data_platform_libs/v0/data_interfaces.py
The file was modifiedinstallers/charm/osm-ng-ui/requirements.txt
The file was removedinstallers/charm/ng-ui/requirements-test.txt
The file was removedinstallers/charm/nbi/charmcraft.yaml
The file was modifiedinstallers/charm/vca-integrator-operator/requirements.txt
The file was removedinstallers/charm/pla/lib/charms/kafka_k8s/v0/kafka.py
The file was modifiedinstallers/charm/osm-nglcm/metadata.yaml
The file was addedinstallers/charm/osm-update-db-operator/requirements.txt
The file was modifiedinstallers/charm/vca-integrator-operator/tests/integration/test_charm.py
The file was removedinstallers/charm/lcm/config.yaml
The file was modifieddocker/Prometheus/src/app.py
The file was removedinstallers/charm/ro/tests/test_charm.py
The file was removedinstallers/charm/ro/requirements.txt
The file was removedinstallers/charm/mon/lib/charms/kafka_k8s/v0/kafka.py
The file was modifiedinstallers/charm/osm-ng-ui/tests/unit/test_charm.py
The file was addedinstallers/charm/osm-update-db-operator/.jujuignore
The file was removedinstallers/charm/pol/.jujuignore
The file was removedinstallers/charm/layers/osm-common/lib/charms/osm/k8s.py
The file was removedinstallers/charm/ng-ui/tests/test_charm.py
The file was removedinstallers/charm/interfaces/osm-ro/provides.py
The file was modifiedinstallers/charm/osm-lcm/pyproject.toml
The file was removedinstallers/charm/lcm/charmcraft.yaml
The file was addeddocker/MON/scripts/dashboarder-start.sh
The file was removedinstallers/charm/nbi/metadata.yaml
The file was removedinstallers/charm/lcm/README.md
The file was removedinstallers/charm/pol/.yamllint.yaml
The file was addedinstallers/charm/osm-mon/tests/integration/test_charm.py
The file was removedinstallers/charm/lcm/src/pod_spec.py
The file was removedinstallers/charm/mon/tests/test_pod_spec.py
The file was addedinstallers/charm/osm-update-db-operator/LICENSE
The file was removedinstallers/charm/pla/tox.ini
The file was removedinstallers/charm/interfaces/keystone/provides.py
The file was removedinstallers/charm/interfaces/keystone/interface.yaml
The file was removedinstallers/charm/ro/lib/charms/kafka_k8s/v0/kafka.py
The file was removedinstallers/charm/nbi/.gitignore
The file was modifiedDockerfile
The file was modifiedinstallers/charm/osm-nglcm/lib/charms/osm_libs/v0/utils.py
The file was modifiedinstallers/charmed_install.sh
The file was modifiedinstallers/charm/osm-nbi/tests/unit/test_charm.py
The file was modifiedinstallers/charm/osm-ro/requirements.txt
The file was modifiedinstallers/charm/juju-simplestreams-operator/tox.ini
The file was addedinstallers/charm/osm-update-db-operator/tests/integration/test_charm.py
The file was modifiedinstallers/uninstall_osm.sh
The file was modifiedinstallers/charm/bundles/osm/bundle.yaml
The file was addedinstallers/charm/osm-update-db-operator/tox.ini
The file was modifiedinstallers/charm/osm-nglcm/src/charm.py
The file was modifiedinstallers/install_ngsa.sh
The file was modifiedinstallers/docker/osm_pods/ng-prometheus.yaml
The file was modifiedinstallers/install_kubeadm_cluster.sh
The file was removedinstallers/charm/ng-ui/config.yaml
The file was removedinstallers/charm/pla/.jujuignore
The file was addedinstallers/charm/osm-update-db-operator/CONTRIBUTING.md
The file was removedinstallers/charm/ro/charmcraft.yaml
The file was addeddocker/Webhook/Dockerfile
The file was addedinstallers/charm/osm-update-db-operator/tests/unit/test_db_upgrade.py
The file was removedinstallers/charm/interfaces/osm-nbi/copyright
The file was removedinstallers/charm/lcm/requirements-test.txt
The file was removedinstallers/charm/layers/osm-common/layer.yaml
The file was removedinstallers/charm/build.sh
The file was removedinstallers/charm/layers/osm-common/README.md
The file was removedinstallers/charm/ng-ui/charmcraft.yaml
The file was modifiedinstallers/charm/osm-lcm/tox.ini
The file was addedinstallers/charm/osm-update-db-operator/README.md
The file was modifiedjenkins/ci-pipelines/ci_stage_2.groovy
The file was removedinstallers/charm/mon/requirements.txt
The file was removedinstallers/charm/interfaces/keystone/requires.py
The file was removedinstallers/charm/ng-ui/README.md
The file was removedinstallers/charm/ro/.jujuignore
The file was addedinstallers/helm/values/alertmanager-values.yaml
The file was modifiedinstallers/charm/osm-pol/tox.ini
Commit 39970443c19cfad5ccd681a3768e8e14fb412d54 by mark.beierl
Fixing bundle
Series needs to be specified, and we need to use mongodb from track
5/edge
Change-Id: Ibaf2a2e575f13a66c3024b1ff9a516c4c8b6fc0f Signed-off-by: Mark
Beierl <mark.beierl@canonical.com>
The file was modifiedinstallers/charm/bundles/osm/bundle.yaml