|
|
|
@ -120,9 +120,8 @@ Kilo, and heat must be enabled by yourself)::
|
|
|
|
|
# Enable barbican service and use it to store TLS certificates
|
|
|
|
|
# For details http://docs.openstack.org/developer/magnum/dev/tls.html
|
|
|
|
|
enable_plugin barbican https://git.openstack.org/openstack/barbican
|
|
|
|
|
|
|
|
|
|
enable_plugin heat https://git.openstack.org/openstack/heat
|
|
|
|
|
enable_plugin neutron-lbaas https://git.openstack.org/openstack/neutron-lbaas
|
|
|
|
|
enable_plugin octavia https://git.openstack.org/openstack/octavia
|
|
|
|
|
|
|
|
|
|
# Enable magnum plugin after dependent plugins
|
|
|
|
|
enable_plugin magnum https://git.openstack.org/openstack/magnum
|
|
|
|
@ -130,6 +129,20 @@ Kilo, and heat must be enabled by yourself)::
|
|
|
|
|
# Optional: uncomment to enable the Magnum UI plugin in Horizon
|
|
|
|
|
#enable_plugin magnum-ui https://github.com/openstack/magnum-ui
|
|
|
|
|
|
|
|
|
|
VOLUME_BACKING_FILE_SIZE=20G
|
|
|
|
|
END
|
|
|
|
|
|
|
|
|
|
**NOTE:** Update PUBLIC_INTERFACE as appropriate for your system.
|
|
|
|
|
|
|
|
|
|
**NOTE:** Enable heat plugin is necessary.
|
|
|
|
|
|
|
|
|
|
Optionally, you can enable neutron/lbaas v2 with octavia to create load
|
|
|
|
|
balancers for multi master clusters::
|
|
|
|
|
|
|
|
|
|
cat >> /opt/stack/devstack/local.conf << END
|
|
|
|
|
enable_plugin neutron-lbaas https://git.openstack.org/openstack/neutron-lbaas
|
|
|
|
|
enable_plugin octavia https://git.openstack.org/openstack/octavia
|
|
|
|
|
|
|
|
|
|
# Disable LBaaS(v1) service
|
|
|
|
|
disable_service q-lbaas
|
|
|
|
|
# Enable LBaaS(v2) services
|
|
|
|
@ -139,13 +152,8 @@ Kilo, and heat must be enabled by yourself)::
|
|
|
|
|
enable_service o-hk
|
|
|
|
|
enable_service o-hm
|
|
|
|
|
enable_service o-api
|
|
|
|
|
VOLUME_BACKING_FILE_SIZE=20G
|
|
|
|
|
END
|
|
|
|
|
|
|
|
|
|
**NOTE:** Update PUBLIC_INTERFACE as appropriate for your system.
|
|
|
|
|
|
|
|
|
|
**NOTE:** Enable heat plugin is necessary.
|
|
|
|
|
|
|
|
|
|
Optionally, you can enable ceilometer in devstack. If ceilometer is enabled,
|
|
|
|
|
magnum will periodically send metrics to ceilometer::
|
|
|
|
|
|
|
|
|
|