Merge "Stop creating m1.small flavor"

This commit is contained in:
Zuul 2023-11-07 20:54:02 +00:00 committed by Gerrit Code Review
commit 8411e6016f

View File

@ -41,16 +41,8 @@ class openstack_integration::provision (
disk => '2',
vcpus => '1',
}
# NOTE(ykarel): "m1.small" flavor is required by murano scenario tests
nova_flavor { 'm1.small':
ensure => present,
id => '2',
ram => '128',
disk => '2',
vcpus => '1',
}
# NOTE(amoralej): "m1.tiny" flavor is required by murano scenario tests
# https://review.opendev.org/#/c/480848/ moved jobs from m1.small
nova_flavor { 'm1.tiny':
ensure => present,
id => '1',