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 513264d
Showing 1 changed file with 2 additions and 2 deletions.
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 513264d

Please sign in to comment.