https://github.com/remche/externaldns-solidserver
Integrate Openstack Neutron with EfficientIP Solidserver
https://github.com/remche/externaldns-solidserver
efficientip-solidserver openstack openstack-neutron
Last synced: 3 days ago
JSON representation
Integrate Openstack Neutron with EfficientIP Solidserver
- Host: GitHub
- URL: https://github.com/remche/externaldns-solidserver
- Owner: remche
- License: apache-2.0
- Created: 2020-01-20T13:49:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T20:07:39.000Z (over 5 years ago)
- Last Synced: 2025-11-30T16:07:44.000Z (6 months ago)
- Topics: efficientip-solidserver, openstack, openstack-neutron
- Language: Python
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://docs.openstack.org/neutron/rocky/admin/config-dns-int-ext-serv.html)
## Installation
Via pip :
```bash
pip install externaldns-solidserver
```
## Configuration
Add following lines to neutron.conf :
```ini
[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](https://docs.openstack.org/neutron/rocky/admin/config-dns-int-ext-serv.html).