summaryrefslogtreecommitdiffstats
path: root/files/fedora-cloud
diff options
context:
space:
mode:
authorMiroslav Suchý <msuchy@redhat.com>2015-04-27 21:46:12 +0000
committerMiroslav Suchý <msuchy@redhat.com>2015-04-27 21:46:29 +0000
commite751dd0ebe363f5637694df3e1add7a28da3ce8d (patch)
tree2d3ffae416b389103ed4f96e96c3b5f90fe9c1f8 /files/fedora-cloud
parentd287fa6d43339a7bb6e7f63f709982b364176f33 (diff)
downloadansible-e751dd0ebe363f5637694df3e1add7a28da3ce8d.tar.gz
ansible-e751dd0ebe363f5637694df3e1add7a28da3ce8d.tar.xz
ansible-e751dd0ebe363f5637694df3e1add7a28da3ce8d.zip
install firewall and metering agent
Diffstat (limited to 'files/fedora-cloud')
-rw-r--r--files/fedora-cloud/packstack-controller-answers.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/files/fedora-cloud/packstack-controller-answers.txt b/files/fedora-cloud/packstack-controller-answers.txt
index 1dcebcab1..595882cb4 100644
--- a/files/fedora-cloud/packstack-controller-answers.txt
+++ b/files/fedora-cloud/packstack-controller-answers.txt
@@ -214,7 +214,7 @@ CONFIG_NOVA_NETWORK_FLOATRANGE={{ public_interface_cidr }}
CONFIG_NOVA_NETWORK_DEFAULTFLOATINGPOOL=external
# Automatically assign a floating IP to new instances
-CONFIG_NOVA_NETWORK_AUTOASSIGNFLOATINGIP=y
+CONFIG_NOVA_NETWORK_AUTOASSIGNFLOATINGIP=n
# First VLAN for private networks
CONFIG_NOVA_NETWORK_VLAN_START=100
@@ -258,6 +258,16 @@ CONFIG_NEUTRON_L2_PLUGIN=ml2
# metadata agent
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
# loaded from the neutron.ml2.type_drivers namespace.
CONFIG_NEUTRON_ML2_TYPE_DRIVERS=local,flat,gre