Mailing List Archive

DNS integration
Folks,


Is there a way to tell openstack when you launch instance add them in
external DNS using some kind of api call?

We are using extarnal pDSN (power DNS) and wants my VM get register
itself as soon as we launch them, is it possible by neutron or we
should use cloud-init?

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Re: DNS integration [ In reply to ]
You need DNS integration with OpenStack Designate [1]. The process is described in the Networking guide [2].

[1] https://docs.openstack.org/designate/latest
[2] https://docs.openstack.org/neutron/latest/admin/config-dns-int-ext-serv.html

Bernd

> On Jul 1, 2018, at 23:06, Satish Patel <satish.txt@gmail.com> wrote:
>
> Folks,
>
>
> Is there a way to tell openstack when you launch instance add them in
> external DNS using some kind of api call?
>
> We are using extarnal pDSN (power DNS) and wants my VM get register
> itself as soon as we launch them, is it possible by neutron or we
> should use cloud-init?
>
> _______________________________________________
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Re: DNS integration [ In reply to ]
Satish Patel writes:
> Is there a way to tell openstack when you launch instance add them in
> external DNS using some kind of api call?

Yes, this is supported using external DNS integration. See e.g.

https://docs.openstack.org/neutron/latest/admin/config-dns-int-ext-serv.html

for configuration examples.

> We are using extarnal pDSN (power DNS) and wants my VM get register
> itself as soon as we launch them, is it possible by neutron or we
> should use cloud-init?

Designate supports pDNS as a back-end, but I have only tested
configurations where Designate has full control over the primary
nameserver (BIND9 in my case, though as I said pDNS should work too).
--
Simon.

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Re: DNS integration [ In reply to ]
Thanks for the clue, I will give it a try and get back here

Sent from my iPhone

> On Jul 1, 2018, at 11:37 AM, Simon Leinen <simon.leinen@switch.ch> wrote:
>
> Satish Patel writes:
>> Is there a way to tell openstack when you launch instance add them in
>> external DNS using some kind of api call?
>
> Yes, this is supported using external DNS integration. See e.g.
>
> https://docs.openstack.org/neutron/latest/admin/config-dns-int-ext-serv.html
>
> for configuration examples.
>
>> We are using extarnal pDSN (power DNS) and wants my VM get register
>> itself as soon as we launch them, is it possible by neutron or we
>> should use cloud-init?
>
> Designate supports pDNS as a back-end, but I have only tested
> configurations where Designate has full control over the primary
> nameserver (BIND9 in my case, though as I said pDNS should work too).
> --
> Simon.

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Re: DNS integration [ In reply to ]
Have a look at Designate: https://wiki.openstack.org/wiki/Designate
It has support for powerDNS, and sounds like what you're looking for.

Torin Woltjer

Grand Dial Communications - A ZK Tech Inc. Company

616.776.1066 ext. 2006
www.granddial.com

----------------------------------------
From: Satish Patel <satish.txt@gmail.com>
Sent: 7/1/18 10:27 AM
To: openstack <openstack@lists.openstack.org>
Subject: [Openstack] DNS integration
Folks,

Is there a way to tell openstack when you launch instance add them in
external DNS using some kind of api call?

We are using extarnal pDSN (power DNS) and wants my VM get register
itself as soon as we launch them, is it possible by neutron or we
should use cloud-init?

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Re: DNS integration [ In reply to ]
Yes, i am looking at it but documentation is little confusion too..

On Mon, Jul 2, 2018 at 8:52 AM, Torin Woltjer
<torin.woltjer@granddial.com> wrote:
> Have a look at Designate: https://wiki.openstack.org/wiki/Designate
> It has support for powerDNS, and sounds like what you're looking for.
>
> Torin Woltjer
>
> Grand Dial Communications - A ZK Tech Inc. Company
>
> 616.776.1066 ext. 2006
> www.granddial.com
>
> ________________________________
> From: Satish Patel <satish.txt@gmail.com>
> Sent: 7/1/18 10:27 AM
> To: openstack <openstack@lists.openstack.org>
> Subject: [Openstack] DNS integration
> Folks,
>
>
> Is there a way to tell openstack when you launch instance add them in
> external DNS using some kind of api call?
>
> We are using extarnal pDSN (power DNS) and wants my VM get register
> itself as soon as we launch them, is it possible by neutron or we
> should use cloud-init?
>
> _______________________________________________
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Re: DNS integration [ In reply to ]
Are you using OOO? Or what? HA mode?

Remo

> On Jul 2, 2018, at 7:32 AM, Satish Patel <satish.txt@gmail.com> wrote:
>
> Yes, i am looking at it but documentation is little confusion too..
>
> On Mon, Jul 2, 2018 at 8:52 AM, Torin Woltjer
> <torin.woltjer@granddial.com <mailto:torin.woltjer@granddial.com>> wrote:
>> Have a look at Designate: https://wiki.openstack.org/wiki/Designate
>> It has support for powerDNS, and sounds like what you're looking for.
>>
>> Torin Woltjer
>>
>> Grand Dial Communications - A ZK Tech Inc. Company
>>
>> 616.776.1066 ext. 2006
>> www.granddial.com
>>
>> ________________________________
>> From: Satish Patel <satish.txt@gmail.com>
>> Sent: 7/1/18 10:27 AM
>> To: openstack <openstack@lists.openstack.org>
>> Subject: [Openstack] DNS integration
>> Folks,
>>
>>
>> Is there a way to tell openstack when you launch instance add them in
>> external DNS using some kind of api call?
>>
>> We are using extarnal pDSN (power DNS) and wants my VM get register
>> itself as soon as we launch them, is it possible by neutron or we
>> should use cloud-init?
>>
>> _______________________________________________
>> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>> Post to : openstack@lists.openstack.org
>> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
> _______________________________________________
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Re: DNS integration [ In reply to ]
I am using Openstack-ansible deployment method in HA mode.

On Mon, Jul 2, 2018 at 11:08 AM, Remo Mattei <Remo@italy1.com> wrote:

> Are you using OOO? Or what? HA mode?
>
> Remo
>
>
> On Jul 2, 2018, at 7:32 AM, Satish Patel <satish.txt@gmail.com> wrote:
>
> Yes, i am looking at it but documentation is little confusion too..
>
> On Mon, Jul 2, 2018 at 8:52 AM, Torin Woltjer
> <torin.woltjer@granddial.com> wrote:
>
> Have a look at Designate: https://wiki.openstack.org/wiki/Designate
> It has support for powerDNS, and sounds like what you're looking for.
>
> Torin Woltjer
>
> Grand Dial Communications - A ZK Tech Inc. Company
>
> 616.776.1066 ext. 2006
> www.granddial.com
>
> ________________________________
> From: Satish Patel <satish.txt@gmail.com>
> Sent: 7/1/18 10:27 AM
> To: openstack <openstack@lists.openstack.org>
> Subject: [Openstack] DNS integration
> Folks,
>
>
> Is there a way to tell openstack when you launch instance add them in
> external DNS using some kind of api call?
>
> We are using extarnal pDSN (power DNS) and wants my VM get register
> itself as soon as we launch them, is it possible by neutron or we
> should use cloud-init?
>
> _______________________________________________
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/
> openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/
> openstack
>
>
> _______________________________________________
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/
> openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/
> openstack
>
>
>