Skip to content

Commit

Permalink
[DNM] Test OSISM CI image + boot from volume
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Jun 20, 2023
1 parent e715911 commit c15da04
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@
- yamllint
- flake8
- testbed-deploy
- testbed-deploy-ceph
- testbed-deploy-stable
- testbed-update-stable
- testbed-upgrade
- testbed-upgrade-ceph
- testbed-upgrade-stable
# - testbed-deploy-ceph
# - testbed-deploy-stable
# - testbed-update-stable
# - testbed-upgrade
# - testbed-upgrade-ceph
# - testbed-upgrade-stable
gate:
jobs:
- ansible-lint
Expand Down
12 changes: 6 additions & 6 deletions terraform/environments/ci.tfvars
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# customisation:access_floatingip
# customisation:default
# customisation:neutron_floatingip
# override:manager_boot_from_image
# override:manager_boot_from_volume
# override:neutron_availability_zone_hints_network
# override:neutron_availability_zone_hints_router
# override:nodes_boot_from_image
flavor_manager = "SCS-4V-8-50s"
flavor_node = "SCS-8V-32-100s"
image = "Ubuntu 22.04"
image_node = "Ubuntu 22.04"
# override:nodes_boot_from_volume
flavor_manager = "SCS-4V-8"
flavor_node = "SCS-8V-32"
image = "OSISM CI 20230620"
image_node = "OSISM CI 20230620"
public = "public"
availability_zone = "nova"
volume_availability_zone = "nova"
Expand Down

0 comments on commit c15da04

Please sign in to comment.