install firewall and metering agent
This commit is contained in:
parent
d287fa6d43
commit
e751dd0ebe
1 changed files with 11 additions and 1 deletions
|
@ -214,7 +214,7 @@ CONFIG_NOVA_NETWORK_FLOATRANGE={{ public_interface_cidr }}
|
||||||
CONFIG_NOVA_NETWORK_DEFAULTFLOATINGPOOL=external
|
CONFIG_NOVA_NETWORK_DEFAULTFLOATINGPOOL=external
|
||||||
|
|
||||||
# Automatically assign a floating IP to new instances
|
# Automatically assign a floating IP to new instances
|
||||||
CONFIG_NOVA_NETWORK_AUTOASSIGNFLOATINGIP=y
|
CONFIG_NOVA_NETWORK_AUTOASSIGNFLOATINGIP=n
|
||||||
|
|
||||||
# First VLAN for private networks
|
# First VLAN for private networks
|
||||||
CONFIG_NOVA_NETWORK_VLAN_START=100
|
CONFIG_NOVA_NETWORK_VLAN_START=100
|
||||||
|
@ -258,6 +258,16 @@ CONFIG_NEUTRON_L2_PLUGIN=ml2
|
||||||
# metadata agent
|
# metadata agent
|
||||||
CONFIG_NEUTRON_METADATA_PW={{ NEUTRON_PASS }}
|
CONFIG_NEUTRON_METADATA_PW={{ NEUTRON_PASS }}
|
||||||
|
|
||||||
|
# Set to 'y' if you would like Packstack to install Neutron LBaaS
|
||||||
|
CONFIG_LBAAS_INSTALL=y
|
||||||
|
|
||||||
|
# Set to 'y' if you would like Packstack to install Neutron L3
|
||||||
|
# Metering agent
|
||||||
|
CONFIG_NEUTRON_METERING_AGENT_INSTALL=y
|
||||||
|
|
||||||
|
# Whether to configure neutron Firewall as a Service
|
||||||
|
CONFIG_NEUTRON_FWAAS=y
|
||||||
|
|
||||||
# A comma separated list of network type driver entrypoints to be
|
# A comma separated list of network type driver entrypoints to be
|
||||||
# loaded from the neutron.ml2.type_drivers namespace.
|
# loaded from the neutron.ml2.type_drivers namespace.
|
||||||
CONFIG_NEUTRON_ML2_TYPE_DRIVERS=local,flat,gre
|
CONFIG_NEUTRON_ML2_TYPE_DRIVERS=local,flat,gre
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue