Skip to content

Commit

Permalink
In the CI use the OSISM CI image
Browse files Browse the repository at this point in the history
The OSISM CI image is a Ubuntu 22.04 image + prepared Docker
services + preinstalled packages.

The image is available @ osism/ci-image.

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Sep 10, 2023
1 parent 00cafdc commit 956aece
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,13 @@
- ansible-lint
- yamllint
- flake8
- testbed-deploy
# - testbed-deploy
- testbed-deploy-ceph
- testbed-deploy-stable
- testbed-update-stable
- testbed-upgrade
- testbed-upgrade-ceph
- testbed-upgrade-stable
# - testbed-deploy-stable
# - testbed-update-stable
# - testbed-upgrade
# - testbed-upgrade-ceph
# - testbed-upgrade-stable
gate:
jobs:
- ansible-lint
Expand Down
4 changes: 2 additions & 2 deletions terraform/environments/ci.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
flavor_manager = "SCS-4V-8"
flavor_node = "SCS-8V-32"
volume_type = "ssd"
image = "Ubuntu 22.04"
image_node = "Ubuntu 22.04"
image = "OSISM CI"
image_node = "OSISM CI"
availability_zone = "nova"
network_availability_zone = "nova"
volume_availability_zone = "nova"
Expand Down

0 comments on commit 956aece

Please sign in to comment.