OSM DB Update Charm 90/13090/7
authorMark Beierl <mark.beierl@canonical.com>
Thu, 23 Mar 2023 17:51:15 +0000 (13:51 -0400)
committeraticig <gulsum.atici@canonical.com>
Tue, 25 Apr 2023 16:08:47 +0000 (18:08 +0200)
commit6db47d485db75641a282f8da13720e23d6f6dfb5
tree33667096f9e83ef10503a11fba61fdf567f120ea
parentf91f9c32f0d3cd4011a288235d0e4e1ba44b85d5
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>
19 files changed:
installers/charm/osm-update-db-operator/.gitignore [new file with mode: 0644]
installers/charm/osm-update-db-operator/.jujuignore [new file with mode: 0644]
installers/charm/osm-update-db-operator/CONTRIBUTING.md [new file with mode: 0644]
installers/charm/osm-update-db-operator/LICENSE [new file with mode: 0644]
installers/charm/osm-update-db-operator/README.md [new file with mode: 0644]
installers/charm/osm-update-db-operator/actions.yaml [new file with mode: 0644]
installers/charm/osm-update-db-operator/charmcraft.yaml [new file with mode: 0644]
installers/charm/osm-update-db-operator/config.yaml [new file with mode: 0644]
installers/charm/osm-update-db-operator/metadata.yaml [new file with mode: 0644]
installers/charm/osm-update-db-operator/pyproject.toml [new file with mode: 0644]
installers/charm/osm-update-db-operator/requirements.txt [new file with mode: 0644]
installers/charm/osm-update-db-operator/src/charm.py [new file with mode: 0755]
installers/charm/osm-update-db-operator/src/db_upgrade.py [new file with mode: 0644]
installers/charm/osm-update-db-operator/tests/integration/test_charm.py [new file with mode: 0644]
installers/charm/osm-update-db-operator/tests/unit/test_charm.py [new file with mode: 0644]
installers/charm/osm-update-db-operator/tests/unit/test_db_upgrade.py [new file with mode: 0644]
installers/charm/osm-update-db-operator/tox.ini [new file with mode: 0644]
jenkins/ci-pipelines/ci_stage_2.groovy
jenkins/ci-pipelines/ci_stage_3.groovy