canonical / bundle-kubeflow

Charmed Kubeflow
Apache License 2.0
104 stars 50 forks source link

Update images used in testing an airgapped CKF 1.9 deployment #1053

Closed mvlassis closed 2 months ago

mvlassis commented 2 months ago

Closes #1051

Firstly, this PR creates separate directories for testing an airgapped deployment on CKF 1.8 and 1.9, under tests/airgapped/1.8 and tests/airgapped/1.9 respectively.

Additionally updates the manually retrieved images in tests/airgapped/ckf-1.9-testing-images.txt for CKF 1.9.

The images are updated as follows:

A small addition is changing the default values (Juju 3.4, ckf-1.9-testing-images.txt) in tests/airgapped/setup.sh.

kimwnasptd commented 2 months ago

@mvlassis @NohaIhab now that https://github.com/canonical/bundle-kubeflow/issues/1036 is resolved, should we have dedicated files with the testing images needed for each release into the sub-folders introduced by this PR?

And then they could be used with the --append-images arg of the scripts/get-images.py script

NohaIhab commented 2 months ago

@kimwnasptd agreed, @mvlassis let's have a testing-images.txt in the directory for each release as we are saying in the README