SuccessChanges

Summary

  1. Arranging the description of vcpu thread policy according to current (details)
Commit 5b3240d6cfcf763e5eed4abb5fe0b4c74f076f1e by aticig
Arranging the description of vcpu thread policy according to current
Cloud API.
Change-Id: I7ca500e85d1f8e3e480bebce2f8d6b997e8a0e38 Signed-off-by:
Gulsum Atici <gulsum.atici@canonical.com>
(cherry picked from commit 72ef227544b795ad947b81e690f7149fbd184c6e)
The file was modifiedmodels/augments/epa.yang

Summary

  1. Set K8s 1.26 in charmed OSM installation (details)
  2. Remove checks for copyright in charms (details)
  3. Fixing black errors in Keystone (details)
  4. Update Dockerfile and stage-test script to run tests for charms (details)
  5. Pin Charmed Operator Framework version for charms (details)
  6. Improve stage-test script: Split charms list according to tox envlist. (details)
  7. Fix Bug 2204 - Grafana Charm is failing to be deployed in Charmed OSM (details)
  8. Update juju version to 2.9.43 (details)
  9. Fix docker tag in stage3 to coexist with periodic clean-up (details)
  10. Pin version of charmed MongoDB to use channel latest/stable (details)
  11. Removing charm promotion (details)
Commit c36754d60cb8b6532e0838dcb50c19549b5b8141 by guillermo.calvino
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>
The file was modifiedinstallers/charmed_install.sh
Commit 542b2f8fb3c159e7f20150ad5814872bed02cc7c by beierlm
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>
(cherry picked from commit 99325bd3a2891df4b88329931535619e96ae28ec)
The file was modifiedinstallers/charm/osm-mon/pyproject.toml
The file was modifiedinstallers/charm/vca-integrator-operator/tox.ini
The file was modifiedinstallers/charm/vca-integrator-operator/pyproject.toml
The file was modifiedinstallers/charm/osm-nbi/pyproject.toml
The file was modifiedinstallers/charm/osm-ro/pyproject.toml
The file was modifiedinstallers/charm/juju-simplestreams-operator/pyproject.toml
The file was modifiedinstallers/charm/juju-simplestreams-operator/tox.ini
The file was modifiedinstallers/charm/osm-mon/tox.ini
The file was modifiedinstallers/charm/osm-lcm/pyproject.toml
The file was modifiedinstallers/charm/osm-lcm/tox.ini
The file was modifiedinstallers/charm/osm-ng-ui/pyproject.toml
The file was modifiedinstallers/charm/osm-nbi/tox.ini
The file was modifiedinstallers/charm/osm-pol/pyproject.toml
The file was modifiedinstallers/charm/osm-ng-ui/tox.ini
The file was modifiedinstallers/charm/osm-pol/tox.ini
The file was modifiedinstallers/charm/osm-ro/tox.ini
Commit f0cb2ddc6c4e9ca6b9a2fb3b859ecea447878763 by beierlm
Fixing black errors in Keystone
Change-Id: Ie49432fa32325f4b2d5677d864675f900942e566 Signed-off-by: Mark
Beierl <mark.beierl@canonical.com>
The file was modifiedinstallers/charm/keystone/src/charm.py
Commit 6ce504a281a36bb3e775a06437abcbe519ae9df6 by beierlm
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>
The file was modifiedinstallers/charm/vca-integrator-operator/tox.ini
The file was modifiedinstallers/charm/osm-lcm/tox.ini
The file was modifiedinstallers/charm/osm-ro/tox.ini
The file was modifiedinstallers/charm/osm-pol/tox.ini
The file was modifiedDockerfile
The file was modifiedinstallers/charm/osm-nbi/tox.ini
The file was modifieddevops-stages/stage-test.sh
The file was modifiedinstallers/charm/osm-mon/src/charm.py
The file was modifiedinstallers/charm/osm-mon/tox.ini
The file was modifiedinstallers/charm/osm-ng-ui/tox.ini
Commit 8e078d935ea92be32f0aac8c726f497a6f409f91 by mark.beierl
Pin Charmed Operator Framework version for charms
Change-Id: Iff5659151e5678298b72e54b7b22a375bc7b7ebf Signed-off-by:
Dario Faccin <dario.faccin@canonical.com>
(cherry picked from commit d0303f5fff9c744aa101767166e94277c9e3259f)
The file was modifiedinstallers/charm/osm-ro/requirements.txt
The file was modifiedinstallers/charm/vca-integrator-operator/requirements.txt
The file was modifiedinstallers/charm/osm-nbi/tox.ini
The file was modifiedinstallers/charm/osm-lcm/requirements.txt
The file was modifiedinstallers/charm/osm-mon/requirements.txt
The file was modifiedinstallers/charm/osm-nbi/requirements.txt
The file was modifiedinstallers/charm/juju-simplestreams-operator/requirements.txt
The file was modifiedinstallers/charm/osm-lcm/tox.ini
The file was modifiedinstallers/charm/osm-mon/tox.ini
The file was modifiedinstallers/charm/vca-integrator-operator/charmcraft.yaml
The file was modifiedinstallers/charm/osm-pol/tox.ini
The file was modifiedinstallers/charm/osm-pol/requirements.txt
The file was modifiedinstallers/charm/vca-integrator-operator/tox.ini
The file was modifiedinstallers/charm/osm-ng-ui/requirements.txt
The file was modifiedinstallers/charm/osm-ro/tox.ini
Commit 93e14ef514e68b0d060f359c8b33c962f61393e2 by beierlm
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>
The file was modifieddevops-stages/stage-test.sh
Commit c1ea3ca9f950c55c98a014bce9e314ffc0d7337c by beierlm
Fix Bug 2204 - Grafana Charm is failing to be deployed in Charmed OSM
Master
Change-Id: Ia79845f41b642d223d8b501a87a61bdb99db9ab3 Signed-off-by:
Guillermo Calvino <guillermo.calvino@canonical.com>
(cherry picked from commit ee303f97b9afe276076f56220d73c6382aa65c48)
The file was modifiedinstallers/charm/grafana/src/charm.py
Commit a43f09f36a703631bd69b37011b5e08f4d7a961e by guillermo.calvino
Update juju version to 2.9.43
Change-Id: I8685dde8ba05ce6710a3e3d5ddaf5711d61666e0 Signed-off-by:
Guillermo Calvino <guillermo.calvino@canonical.com>
The file was modifiedinstallers/install_juju.sh
The file was modifiedinstallers/charmed_install.sh
Commit 0cdeb58c450dc210755b60bad39ef9d24e1a4ae8 by beierlm
Fix docker tag in stage3 to coexist with periodic clean-up
Change-Id: I1ce9a5de84e0bcedd7abaecfa0fb6d753b853cb7 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
The file was modifiedjenkins/ci-pipelines/ci_stage_3.groovy
Commit 37a7ee5c717a44113ecd0d0eec4bf4857b0494f4 by garciadeblas
Pin version of charmed MongoDB to use channel latest/stable
Change-Id: I5ac276ff9984252951e57e7e0fd67f4ed7e8e58b Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
The file was modifiedinstallers/full_install_osm.sh
Commit 366ed71248f46f8a3754cb5189e39b9ea53a22b7 by mark.beierl
Removing charm promotion
Change-Id: Ic4cf3985f20bcbacf4949ce5c9b5c07530e67bbf Signed-off-by: Mark
Beierl <mark.beierl@canonical.com>
The file was modifiedjenkins/ci-pipelines/ci_stage_3.groovy
The file was modifiedjenkins/ci-pipelines/ci_stage_2.groovy