Add cinter types and stsstack vars

This commit is contained in:
Arif Ali 2023-07-13 17:08:42 +01:00
parent e54d63390c
commit fa4d2e7859
Signed by: arif
GPG Key ID: 369608FBA1353A70
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,17 @@
resource "openstack_blockstorage_volume_type_v3" "cinder-t1" {
name = "cinder-t1"
description = "Cinder Ceph type"
is_public = true
extra_specs = {
volume_backend_name = "cinder-ceph"
}
}
resource "openstack_blockstorage_volume_type_v3" "cinder-t2" {
name = "cinder-t2"
description = "Cinder Ceph pool2 type"
is_public = true
extra_specs = {
volume_backend_name = "cinder-ceph-pool2"
}
}

View File

@ -0,0 +1,2 @@
cloud = "stsstack"
domain_id = "3739b5bb4e9e417da4ecd72e5efd1185"