-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In the CI use flavors with non-local storage (#1668)
This also adds the feature to define the volume type for base volumes. Signed-off-by: Christian Berendt <[email protected]>
- Loading branch information
Showing
4 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# 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" | ||
# override:nodes_boot_from_volume | ||
flavor_manager = "SCS-4V-8" | ||
flavor_node = "SCS-8V-32" | ||
volume_type = "ssd" | ||
image = "Ubuntu 22.04" | ||
image_node = "Ubuntu 22.04" | ||
public = "public" | ||
availability_zone = "nova" | ||
volume_availability_zone = "nova" | ||
network_availability_zone = "nova" | ||
volume_availability_zone = "nova" | ||
public = "public" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters