Merge "Move all lbaas to v2"
This commit is contained in:
commit
2cdb5e0282
@ -40,7 +40,7 @@ scenario](#All-In-One).
|
|||||||
| glance | rbd | swift | file | file |
|
| glance | rbd | swift | file | file |
|
||||||
| nova | rbd | X | X | X |
|
| nova | rbd | X | X | X |
|
||||||
| neutron | ovs | ovs | linuxbridge | ovs |
|
| neutron | ovs | ovs | linuxbridge | ovs |
|
||||||
| lbaas | v2 | v1 | v1 | v1 |
|
| lbaas | v2 | v2 | v2 | v2 |
|
||||||
| cinder | rbd | iscsi | | iscsi |
|
| cinder | rbd | iscsi | | iscsi |
|
||||||
| ceilometer | X | | | |
|
| ceilometer | X | | | |
|
||||||
| aodh | X | | | |
|
| aodh | X | | | |
|
||||||
|
@ -51,9 +51,7 @@ include ::openstack_integration::keystone
|
|||||||
class { '::openstack_integration::glance':
|
class { '::openstack_integration::glance':
|
||||||
backend => 'rbd',
|
backend => 'rbd',
|
||||||
}
|
}
|
||||||
class { '::openstack_integration::neutron':
|
include ::openstack_integration::neutron
|
||||||
lbaasv2 => true
|
|
||||||
}
|
|
||||||
class { '::openstack_integration::nova':
|
class { '::openstack_integration::nova':
|
||||||
libvirt_rbd => true,
|
libvirt_rbd => true,
|
||||||
}
|
}
|
||||||
|
@ -7,11 +7,11 @@
|
|||||||
#
|
#
|
||||||
# [*lbaasv2*]
|
# [*lbaasv2*]
|
||||||
# (optional) Configure lbaas v2 instead of v1
|
# (optional) Configure lbaas v2 instead of v1
|
||||||
# Defaults to false
|
# Defaults to true
|
||||||
#
|
#
|
||||||
class openstack_integration::neutron (
|
class openstack_integration::neutron (
|
||||||
$driver = 'openvswitch',
|
$driver = 'openvswitch',
|
||||||
$lbaasv2 = false,
|
$lbaasv2 = true,
|
||||||
) {
|
) {
|
||||||
|
|
||||||
include ::openstack_integration::config
|
include ::openstack_integration::config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user