Skip to content

Commit

Permalink
Merge magnum bundles into main bundles
Browse files Browse the repository at this point in the history
When regression testing stable point releases, we typically test
several projects with one of the main bundles. The stable releases
now include magnum, so this should hopefully make testing SRUs in
a single deployment possible, even though they will take longer to
run.

This also bumps the ceph-osd storage to 24G since magnum setup
uploads image(s) and we were running out of storage.
  • Loading branch information
Corey Bryant committed Sep 22, 2023
1 parent f87c94e commit 509d3ae
Show file tree
Hide file tree
Showing 45 changed files with 666 additions and 3,981 deletions.
2 changes: 1 addition & 1 deletion tests/distro-regression/tests/bundles/bionic-queens.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ applications:
options:
source: *source
storage:
osd-devices: cinder,15G
osd-devices: cinder,24G
constraints: mem=4096
channel: luminous/edge
cinder:
Expand Down
2 changes: 1 addition & 1 deletion tests/distro-regression/tests/bundles/bionic-rocky.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ applications:
options:
source: *source
storage:
osd-devices: cinder,15G
osd-devices: cinder,24G
constraints: mem=4096
channel: mimic/edge
cinder:
Expand Down
2 changes: 1 addition & 1 deletion tests/distro-regression/tests/bundles/bionic-stein.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ applications:
options:
source: *source
storage:
osd-devices: cinder,15G
osd-devices: cinder,24G
constraints: mem=4096
channel: octopus/edge
cinder:
Expand Down
2 changes: 1 addition & 1 deletion tests/distro-regression/tests/bundles/bionic-train.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ applications:
options:
source: *source
storage:
osd-devices: cinder,15G
osd-devices: cinder,24G
constraints: mem=4096
channel: nautilus/edge
cinder:
Expand Down
2 changes: 1 addition & 1 deletion tests/distro-regression/tests/bundles/bionic-ussuri.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ applications:
options:
source: *source
storage:
osd-devices: cinder,15G
osd-devices: cinder,24G
constraints: mem=4096
channel: octopus/edge
cinder:
Expand Down
315 changes: 0 additions & 315 deletions tests/distro-regression/tests/bundles/focal-ussuri-base.yaml

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ applications:
options:
source: *source
storage:
osd-devices: cinder,15G
osd-devices: cinder,24G
constraints: mem=4096
channel: octopus/edge
cinder:
Expand Down
Loading

0 comments on commit 509d3ae

Please sign in to comment.