diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-08-07 13:19:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-08-07 13:19:13 +0000 |
commit | b466cb8270ebf9515d6acbad4d4dcfe28af47dd6 (patch) | |
tree | bbba9dc0d30696c1ffecb8caa03f5e1f821e46dc /mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml | |
parent | 9b106457ce0cc0d4d03115ef94c3b386164ea051 (diff) | |
parent | 291d972bdd666d36e35f8bb3953b0da806ea0eea (diff) |
Merge changes from topics 'baremetal-noha', 'move-maas-classes'
* changes:
[noha] cinder: Align VG name with HA scenarios
[reclass] Move system.single class to common
[maas] Add reclass storage definitions for all
[reclass] Move MaaS classes to common dir for NOHA
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml index a027113ae..5c9c16d6b 100644 --- a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml +++ b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml @@ -49,6 +49,10 @@ parameters: host: ${_param:openstack_control_address} cinder: volume: + backend: + lvm-driver: + # Align system.cinder.volume.backend.lvm and MaaS data + volume_group: ${linux:storage:lvm:cinder-vg:name} my_ip: ${_param:single_address} database: host: ${_param:cluster_local_address} @@ -68,6 +72,11 @@ parameters: fstype: nfs device: ${_param:openstack_control_address}:/srv/nova/instances linux: + storage: + lvm: + # Align with both system.cinder.volume.backend.lvm and MaaS data + cinder-vg: + name: vgroot system: kernel: sysctl: |