Status
OpenStack Neutron DHCP agent installation
Tested on Ubuntu Precise (12.04) and Trusty (14.04)
For RHEL/CentOS, RHOSP or RDO repositories are needed.
None
Name | Default value | Description | Note |
---|---|---|---|
rabbit_hostname |
localhost |
Hostname/IP address where the RabbitMQ service runs | |
rabbit_username |
rabbit_username_default |
RabbitMQ username for glance | |
rabbit_pass |
rabbit_pass_default |
RabbitMQ password for glance. |
None.
- hosts: network001
roles:
- role: openstack-neutron_dhcp_agent
rabbit_username: "openstack-neutron"
rabbit_pass: "{{ RABBIT_NEUTRON_PASS }}"
A complete Ansible playbook demo, which uses this role, is available on Github (openstack-ansible-galaxy/vagrant-ansible-openstack) https://github.com/openstack-ansible-galaxy/vagrant-ansible-openstack
RedHat support implemented by Abel Boldú abel.boldu@gmx.com
Apache
Davide Guerri - davide.guerri@gmail.com