remche / externaldns-solidserver

Integrate Openstack Neutron with EfficientIP Solidserver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

External DNS driver for EfficientIP SolidServer

This project allow you to register VM port or floating IP in an EfficientIP SolidServer IPAM using Neutron DNS integration with an external service

Installation

Via pip :

pip install externaldns-solidserver

Configuration

Add following lines to neutron.conf :

[solidserver]
url = http://solidserver_url/rest/
space = solidserver_space
user = solidserver_user
password = soliserver_password

[default]
external_dns_driver = solidserver

Restart neutron_server. Check use cases on Neutron documentation.

About

Integrate Openstack Neutron with EfficientIP Solidserver

License:Apache License 2.0


Languages

Language:Python 100.0%