This is an ExternalDNS provider for OpenStack's Designate DNS server. This projects externalizes the yet in-tree OpenStack Designate provider.
To run the webhook locally, you'll need to create a clouds.yaml
file and put it in one of the standard-locations.
Then set the cloud to be used in the OS_CLOUD
environemnt variable.
You can then start the webhook server using:
go run cmd/webhook/main.go