Add cinter types and stsstack vars
This commit is contained in:
parent
e54d63390c
commit
fa4d2e7859
17
openstack/init/04-cinder-type.tf
Normal file
17
openstack/init/04-cinder-type.tf
Normal 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"
|
||||
}
|
||||
}
|
2
openstack/stsstack.tfvars
Normal file
2
openstack/stsstack.tfvars
Normal file
@ -0,0 +1,2 @@
|
||||
cloud = "stsstack"
|
||||
domain_id = "3739b5bb4e9e417da4ecd72e5efd1185"
|
Loading…
Reference in New Issue
Block a user