Logan V 9a34f271f7 Remove static log-file parameter from init
The init/systemd scripts support dynamic parameters to be passed
to init services, however there is a static --log-file option that
was configured to be passed to ALL services using the init templates.

For services that are implemented which do not support --log-file
parameters this causes a startup failure ie.
calico-felix: error: no such option: --log-file

This change moves the --log-file parameter into the neutron_services
dictionary, allowing the parameter to be passed on a per-service basis.

Change-Id: I9e98f730e3d167feb40c2f7e898c10f53041bffd
2016-07-10 11:54:53 -05:00
2016-06-27 15:33:05 -04:00
2016-07-08 16:09:48 +00:00
2016-07-06 20:29:08 +00:00
2016-05-04 15:20:57 +01:00
2015-10-29 06:51:18 -07:00
2016-05-03 08:56:35 +01:00
2016-07-08 14:42:20 +01:00
2016-07-08 14:42:20 +01:00

OpenStack Neutron

tags

openstack, neutron, cloud, ansible

category

*nix

Role for deployment, setup and installation of Neutron.

This role will install the following:
  • neutron-server
  • neutron-agents
- name: Installation and setup of Neutron
  hosts: neutron_all
  user: root
  roles:
    - { role: "os_neutron", tags: [ "os-neutron" ] }
  vars:
    neutron_galera_address: "{{ internal_lb_vip_address }}"
Description
Role os_neutron for OpenStack-Ansible
Readme 17 MiB
Languages
Jinja 73.1%
Python 19.2%
Shell 7.7%