Dynamic DNS for OpenNebula (fork with setuid)
 
 
 
Go to file
Justin Riley 9bcddf29ad refactor code to use new OneDNS api class
- OneDNS class provides VM -> DNS interface
- Updated OneMonitor to subclass OneDNS
- Moved 'register' method from skydns client to OneDNS as add_vm
- Moved 'update' method from OneMonitor to OneDNS as sync
- Added methods to OneDNS to add/remove VMs by id
2016-07-21 09:52:00 -04:00
onedns refactor code to use new OneDNS api class 2016-07-21 09:52:00 -04:00
.gitignore initial project scaffolding 2016-07-14 15:33:13 -04:00
README.md initial project scaffolding 2016-07-14 15:33:13 -04:00
one-dns.yaml initial docker-compose configuration for one-dns 2016-07-13 23:46:26 -04:00
requirements.txt initial project scaffolding 2016-07-14 15:33:13 -04:00
setup.py initial project scaffolding 2016-07-14 15:33:13 -04:00

README.md

OneDNS

Dyanmic DNS for OpenNebula

Usage

$ docker-compose -f one-dns.yaml up
$ python setup.py install
$ onedns --etcd-host=http://localhost:2379 --client-cert /path/to/ssl/cert