SuccessChanges

Summary

  1. Better release note check (details)
  2. Changing charmed installer to use latest/stable (details)
  3. Revert "Adding TCP Dump" (details)
  4. Changing image versions to 12 in osm bundles (details)
  5. Changing osm bundle to zookeeper-k8s use stable channel (details)
  6. Adding charm build (details)
  7. Fixing track (details)
  8. Bug 2184: Wait for cloud init (details)
  9. Minor fix in stage3 during push to dockerhub (details)
  10. Add logs before removing repo (details)
  11. Fix logs before removing repo (details)
  12. Add missing jq step (details)
  13. Set K8s 1.26 in charmed OSM installation (details)
  14. Make tcpsocket readiness and liveness configurable (details)
  15. Fix docker tag in stage3 to coexist with periodic clean-up (details)
  16. Change default values text for tcpsocket_liveness_probe (details)
Commit 334792668c1484b748a7fe07e01ad4671793ea21 by beierlm
Better release note check
Only checks release notes for incoming patches, not for merge jobs.
Change-Id: I895136d5369f836ddae66cd49a2911cd4aa945cb Signed-off-by:
beierlm <mark.beierl@canonical.com>
The file was modifiedjenkins/ci-pipelines/ci_stage_2.groovy
Commit 4eb45c9ac3537883d4f180521afab84dd10f267d by aticig
Changing charmed installer to use latest/stable
OSM bundles are modified to deploy osm charms from latest/stable.
Change-Id: I0973cf952b9d54de53c1985e0690d24062e160d6 Signed-off-by:
aticig <gulsum.atici@canonical.com>
The file was modifiedinstallers/charmed_install.sh
The file was modifiedinstallers/charm/bundles/osm/bundle.yaml
The file was modifiedinstallers/charm/bundles/osm-ha/bundle.yaml
Commit 169cead7acf4c9d9c569d384945d75f41eaac81d by beierlm
Revert "Adding TCP Dump"
This reverts commit b04e188d083711b5983ad2859fc5851f25dd046d.
Reason for revert: ETSI IT discovered root cause and we no longer need
this large data with every build.
Change-Id: If998fba52a951041f32694ec0393a82a691824fa Signed-off-by:
beierlm <mark.beierl@canonical.com>
(cherry picked from commit 7875aedf960fc966a4b15062b82713b7885cf0bd)
The file was modifiedjenkins/ci-pipelines/ci_stage_3.groovy
Commit 9b86203ca923e98f30255feb4234c14631d5afd2 by aticig
Changing image versions to 12 in osm bundles
Change-Id: I6747d193b72d29cc5a8955e08a6a74e2a0b41952 Signed-off-by:
aticig <gulsum.atici@canonical.com>
The file was modifiedinstallers/charm/bundles/osm-ha/bundle.yaml
The file was modifiedinstallers/charm/bundles/osm/bundle.yaml
Commit 13385f1b073eb3255fd9b9a09d849b87bb08ff77 by garciadeblas
Changing osm bundle to zookeeper-k8s use stable channel
Change-Id: I7ca19699db4a31f73507d80b1ef48e29a700eb54 Signed-off-by:
aticig <gulsum.atici@canonical.com>
The file was modifiedinstallers/charm/bundles/osm/bundle.yaml
The file was modifiedinstallers/charm/bundles/osm-ha/bundle.yaml
Commit b6d802a7344736a558729f0908f0730357dd38a2 by mark.beierl
Adding charm build
Cherry pick of charm publication code from master.  Changes bundle to
use 12.0 track instead of latest
Change-Id: I7d72f1b70ae9849dc8c3d74ca59746b259eeb58e Signed-off-by: Mark
Beierl <mark.beierl@canonical.com>
The file was modifiedjenkins/ci-pipelines/ci_stage_3.groovy
The file was modifiedinstallers/charm/prometheus/charmcraft.yaml
The file was modifiedinstallers/charm/bundles/osm/bundle.yaml
The file was modifiedinstallers/charmed_install.sh
The file was modifiedjenkins/ci-pipelines/ci_stage_2.groovy
The file was modifiedinstallers/charm/bundles/osm-ha/bundle.yaml
Commit c598418ec0c5aadfb38aac91cccf28369a34f23c by mark.beierl
Fixing track
Use variable instead of hard-coded 'latest'
Change-Id: I72bcf6f0ed7ef84aefde255d6ee877ead86836b6 Signed-off-by: Mark
Beierl <mark.beierl@canonical.com>
The file was modifiedjenkins/ci-pipelines/ci_stage_3.groovy
Commit 8d3b1402536f3adbcb82d0e2040fa30ac90b2761 by mark.beierl
Bug 2184: Wait for cloud init
Adds an explicit wait for cloud-init to finish before proceeding with
installation
Change-Id: I76ec924b07a42f8d267acc8dd34920c032a37769 Signed-off-by: Mark
Beierl <mark.beierl@canonical.com>
The file was modifiedjenkins/ci-pipelines/ci_stage_3.groovy
Commit 968966bb572960e23df77d6a3c93a52bc7ef85a3 by garciadeblas
Minor fix in stage3 during push to dockerhub
Change-Id: I54fb53d2e58443fe0900c1e0111bebaa6daf9d16 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
The file was modifiedjenkins/ci-pipelines/ci_stage_3.groovy
Commit 11a8a1e472867d2246228217f6736675e905c5d1 by garciadeblas
Add logs before removing repo
Change-Id: I8d9cde6217f24c7c532bee441ce34f4563697f56 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
The file was modifiedjenkins/ci-pipelines/ci_helper.groovy
The file was modifiedjenkins/ci-pipelines/ci_stage_3.groovy
Commit 8a68c6c6fca87c91b5681f25af1671f8036e64b0 by garciadeblas
Fix logs before removing repo
Change-Id: I2ab85cbb8ee7de1f761ed357dd0ec388009c5852 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
The file was modifiedjenkins/ci-pipelines/ci_stage_3.groovy
Commit 727b5d139580ebd35b8d7368eecf520eedce953e by beierlm
Add missing jq step
Installation of jq was moved from common to k8s specific section, so
must be replicated for charmed section
Change-Id: Ib843314ba9af97cd5be8932926ddd08839b4258a Signed-off-by: Mark
Beierl <mark.beierl@canonical.com>
The file was modifiedinstallers/full_install_osm.sh
Commit 0788ee16814242d83521669105378dd7ccaa6005 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 4a46c6ee105522c9018e977977542e4bee50133c by guillermo.calvino
Make tcpsocket readiness and liveness configurable
Change-Id: If0c466aa5a0b64fff0ed7cee037bd3cf8672ec46 Signed-off-by:
Guillermo Calvino <guillermo.calvino@canonical.com>
The file was modifiedinstallers/charm/prometheus/charmcraft.yaml
The file was modifiedinstallers/charm/nbi/src/charm.py
The file was modifiedinstallers/charm/prometheus/src/charm.py
The file was modifiedinstallers/charm/kafka-exporter/src/charm.py
The file was modifiedinstallers/charm/mon/src/charm.py
The file was modifiedinstallers/charm/nbi/tests/test_charm.py
The file was modifiedinstallers/charm/lcm/src/charm.py
The file was modifiedinstallers/charm/pol/src/charm.py
The file was modifiedinstallers/charm/nbi/config.yaml
The file was modifiedinstallers/charm/keystone/src/charm.py
The file was modifiedinstallers/charm/pla/src/charm.py
Commit c2a26e3453b9f871356e2eae2e6efd8c27ce7451 by garciadeblas
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 cca7b2bdd0e28b3ec3685bf21ef0b08701213aeb by calvinosanc1
Change default values text for tcpsocket_liveness_probe
Change-Id: I4095d352419514d0fe5fddbf9771cda2f325ab30 Signed-off-by:
Guillermo Calvino <guillermo.calvino@canonical.com>
The file was modifiedinstallers/charm/nbi/config.yaml