Merge "Stop creating m1.small flavor"
This commit is contained in:
commit
8411e6016f
@ -41,16 +41,8 @@ class openstack_integration::provision (
|
|||||||
disk => '2',
|
disk => '2',
|
||||||
vcpus => '1',
|
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
|
# 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':
|
nova_flavor { 'm1.tiny':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
id => '1',
|
id => '1',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user