Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.67 KB

README.md

File metadata and controls

57 lines (37 loc) · 1.67 KB

Neutron DHCP agent OpenStack Ansible Role

Status

  • Build Status on master branch
  • Build Status on development branch
  • Ansible Galaxy on Ansible Galaxy

OpenStack Neutron DHCP agent installation

Tested on Ubuntu Precise (12.04) and Trusty (14.04)

Requirements

None

Role Variables

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.

Dependencies

None.

Example Playbook

- 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


License

Apache

Author Information

Davide Guerri - davide.guerri@gmail.com