From 2709a9bee6a562cc6acef75b394d7c4e9a3b3f3f Mon Sep 17 00:00:00 2001 From: "carey.xu" Date: Fri, 30 Oct 2015 10:33:51 +0800 Subject: add option to disable security group JIRA: COMPASS-126 Change-Id: Ie9417be0e78690b5580d460b9c61f77ccc1d91c6 Signed-off-by: carey.xu --- .../ansible/roles/secgroup/vars/Debian.yml | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 deploy/adapters/ansible/roles/secgroup/vars/Debian.yml (limited to 'deploy/adapters/ansible/roles/secgroup/vars/Debian.yml') diff --git a/deploy/adapters/ansible/roles/secgroup/vars/Debian.yml b/deploy/adapters/ansible/roles/secgroup/vars/Debian.yml new file mode 100644 index 00000000..85025bf5 --- /dev/null +++ b/deploy/adapters/ansible/roles/secgroup/vars/Debian.yml @@ -0,0 +1,27 @@ +--- +configs_templates: + - src: nova.j2 + dest: + - /etc/nova/nova.conf + - src: neutron.j2 + dest: + - /etc/neutron/plugins/ml2/ml2_conf.ini + - /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini + - /etc/neutron/plugins/ml2/restproxy.ini + +controller_services: + - nova-api + - nova-cert + - nova-conductor + - nova-consoleauth + - nova-novncproxy + - nova-scheduler + - neutron-server + - neutron-plugin-openvswitch-agent + - neutron-l3-agent + - neutron-dhcp-agent + - neutron-metadata-agent + +compute_services: + - nova-compute + - neutron-plugin-openvswitch-agent -- cgit 1.2.3-korg