openstackgerrit | Merged openstack/designate master: Add release notes link to README https://review.openstack.org/565976 | 00:04 |
---|---|---|
*** mikal_ has joined #openstack-dns | 00:45 | |
*** rfreire has quit IRC | 00:47 | |
*** mikal has quit IRC | 00:49 | |
openstackgerrit | Nguyen Van Trung proposed openstack/designate master: Change copyright information for field.py https://review.openstack.org/565237 | 01:17 |
*** w|zzy has quit IRC | 01:34 | |
*** caowei has quit IRC | 02:10 | |
*** KeithMnemonic has joined #openstack-dns | 03:08 | |
openstackgerrit | Nguyen Van Trung proposed openstack/designate master: Allow to check pep8 along with D000 https://review.openstack.org/567458 | 03:10 |
*** w|zzy has joined #openstack-dns | 04:45 | |
*** KeithMnemonic has quit IRC | 05:09 | |
*** jmccrory has quit IRC | 05:28 | |
*** jmccrory has joined #openstack-dns | 05:28 | |
*** browny_ is now known as browny | 05:55 | |
*** trungnv has quit IRC | 06:38 | |
*** trungnv has joined #openstack-dns | 06:38 | |
*** blake has joined #openstack-dns | 06:40 | |
*** blake has quit IRC | 06:45 | |
*** trungnv has quit IRC | 06:49 | |
*** trungnv has joined #openstack-dns | 06:49 | |
*** pcaruana has joined #openstack-dns | 06:51 | |
*** caowei has joined #openstack-dns | 07:06 | |
*** trungnv has quit IRC | 07:32 | |
*** trungnv has joined #openstack-dns | 07:32 | |
*** livelace has joined #openstack-dns | 07:57 | |
*** livelace has quit IRC | 08:10 | |
*** keithmnemonic[m] has quit IRC | 08:36 | |
*** caowei has quit IRC | 09:34 | |
*** keithmnemonic[m] has joined #openstack-dns | 09:35 | |
*** salmankhan has joined #openstack-dns | 09:49 | |
*** salmankhan has quit IRC | 10:30 | |
*** salmankhan has joined #openstack-dns | 10:54 | |
*** rfreire has joined #openstack-dns | 12:09 | |
rfreire | mugsie, morning Graham! o/ | 12:18 |
mugsie | o/ | 12:22 |
rfreire | mugsie, Graham, more pestering. | 12:23 |
rfreire | <grins> | 12:23 |
mugsie | :) | 12:23 |
rfreire | My fellow RDO guys were asking for some demos at their booth | 12:23 |
rfreire | And I puffed myself and said - kay; I'll demo DNSaaS to you guys | 12:24 |
rfreire | <yikes> | 12:24 |
mugsie | :D | 12:24 |
rfreire | WILL NOT disclose the presentation date/time to not incur in the risk to being watched by YOU | 12:24 |
rfreire | haha | 12:24 |
mugsie | I must ask our RH account manager when it is :P | 12:24 |
rfreire | dammit. | 12:24 |
rfreire | Question Graham | 12:24 |
mugsie | shoot | 12:25 |
rfreire | When I'm configuring my DNSaaS, | 12:25 |
rfreire | I create a zone | 12:25 |
rfreire | And attach it to a neutron network | 12:25 |
rfreire | pretty much <end>. | 12:25 |
rfreire | But.. What if I want a different project/tenant managing different zones? | 12:26 |
mugsie | on the same network? | 12:26 |
rfreire | methinks | 12:26 |
mugsie | or just separate designate zones? | 12:26 |
rfreire | Both scenarios? | 12:26 |
rfreire | same net | 12:26 |
rfreire | and diff net? | 12:26 |
mugsie | on the same network doesn;t work right now | 12:27 |
rfreire | ACK, good to know. | 12:27 |
mugsie | you can create a port with a different dns_domain though | 12:27 |
rfreire | Alright. I will review my setup steps | 12:27 |
mugsie | but we don't support sharing zones yet | 12:27 |
rfreire | make some tests | 12:27 |
mugsie | so it is one zone == one project | 12:27 |
rfreire | and ask you shall doubts arrive ;-) | 12:27 |
*** AlexeyAbashkin has joined #openstack-dns | 12:28 | |
mugsie | for just a DNS zone - a different project can just create their own zone and use the API / dashboard | 12:28 |
rfreire | ok; two zones == two projects ? | 12:28 |
mugsie | no, a project can have multiple zones | 12:28 |
rfreire | mugsie, let the snippet | 12:30 |
rfreire | -- | 12:30 |
rfreire | ZONE_ID=`openstack zone create --email admin@$ZONE_NAME $ZONE_NAME. -f value -c id` | 12:30 |
rfreire | crudini --set /etc/designate/designate.conf handler:nova_fixed domain_id $ZONE_ID | 12:30 |
rfreire | crudini --set /etc/designate/designate.conf handler:neutron_floatingip domain_id $ZONE_ID | 12:30 |
rfreire | -- | 12:30 |
rfreire | So here I am creating a zone | 12:30 |
mugsie | oh, using sink? | 12:30 |
mugsie | yeah, that is a single zone for the entire deployment | 12:30 |
rfreire | Sorry? | 12:30 |
rfreire | What's the opposite of 'using sink'? | 12:31 |
mugsie | that it for designate-sink | 12:31 |
mugsie | let me grab the link | 12:31 |
rfreire | alright! | 12:31 |
mugsie | https://docs.openstack.org/neutron/queens/admin/config-dns-int-ext-serv.html | 12:32 |
* rfreire mira | 12:32 | |
rfreire | mugsie, for what I have understood here, and it is the way I have deployed it, I have a single zone, a default zone, and every operation is done in the same zone. | 12:35 |
rfreire | Now let a scenario | 12:35 |
rfreire | We have a project "rfreire" with "rf01.co" | 12:35 |
rfreire | Which is the default | 12:35 |
rfreire | Can we have a project "mugsie" which instances would be "ham.ie" ? | 12:36 |
mugsie | using the setup I linked above, yes, in yours, no | 12:36 |
rfreire | natively, without having to create hooks or CMPs to do that? | 12:36 |
* rfreire will re-read the fancy manual | 12:36 | |
*** AlexeyAbashkin has quit IRC | 12:37 | |
*** AlexeyAbashkin has joined #openstack-dns | 12:47 | |
*** AlexeyAbashkin has quit IRC | 12:48 | |
*** v12aml has quit IRC | 12:50 | |
*** pcaruana|afk| has joined #openstack-dns | 13:03 | |
*** NotPcaruana has joined #openstack-dns | 13:04 | |
rfreire | mugsie, no joy :| | 13:11 |
rfreire | https://pastebin.com/JJBYS0R4 | 13:11 |
mugsie | rfreire: it will only publish the floating IP record | 13:12 |
mugsie | is there a floating IP on that VM? | 13:12 |
rfreire | https://people.redhat.com/rfreire/mugsie.png | 13:13 |
mugsie | and, the ham.ie. zone should be owned by the same project as the VM - is the ham.ie. zone in 2ecbe22716a44df8a3e042ca704e7175 ? | 13:13 |
rfreire | methinks | 13:14 |
rfreire | I think not | 13:14 |
mugsie | look at the neutron logs - there should be errors there | 13:14 |
rfreire | [root@cc10-cont1 ~(keystone_admin)]# export OS_TENANT_NAME=mugsie | 13:14 |
rfreire | [root@cc10-cont1 ~(keystone_admin)]# openstack zone list | 13:14 |
rfreire | [root@cc10-cont1 ~(keystone_admin)]# openstack zone create --email gra@ham1.ie ham1.ie. -f value -c id | 13:14 |
rfreire | fd0cc2d5-afcf-4064-bd70-d5dddfc569c3 | 13:14 |
rfreire | [root@cc10-cont1 ~(keystone_admin)]# openstack zone list | 13:14 |
rfreire | +--------------------------------------+----------+---------+------------+--------+--------+ | 13:14 |
rfreire | | id | name | type | serial | status | action | | 13:14 |
*** v12aml has joined #openstack-dns | 13:14 | |
rfreire | +--------------------------------------+----------+---------+------------+--------+--------+ | 13:15 |
rfreire | | fd0cc2d5-afcf-4064-bd70-d5dddfc569c3 | ham1.ie. | PRIMARY | 1525958078 | ACTIVE | NONE | | 13:15 |
rfreire | +--------------------------------------+----------+---------+------------+--------+--------+ | 13:15 |
rfreire | [root@cc10-cont1 ~(keystone_admin)]# | 13:15 |
* rfreire grins | 13:15 | |
rfreire | i did not create in the mugsie tenant | 13:15 |
rfreire | it was created in the admin tenant | 13:15 |
* rfreire changes stuffs | 13:15 | |
mugsie | aha, that would cause the issue alright | 13:15 |
rfreire | [root@cc10-cont1 ~(keystone_admin)]# openstack recordset list fd0cc2d5-afcf-4064-bd70-d5dddfc569c3 | 13:17 |
rfreire | +--------------------------------------+-----------------+------+-------------------------------------------------------------------------+--------+--------+ | 13:17 |
rfreire | | id | name | type | records | status | action | | 13:17 |
rfreire | +--------------------------------------+-----------------+------+-------------------------------------------------------------------------+--------+--------+ | 13:17 |
rfreire | | 19f365bb-f725-4948-bde9-6d0fe42b58b2 | ham1.ie. | NS | cc10-cont1.interna.rf01.co. | ACTIVE | NONE | | 13:17 |
rfreire | | e36d0045-442a-49e6-b3e6-6214a83d5bb4 | ham1.ie. | SOA | cc10-cont1.interna.rf01.co. gra.ham1.ie. 1525958212 3596 600 86400 3600 | ACTIVE | NONE | | 13:17 |
rfreire | | fb611978-4c86-480b-9e56-7a797a221770 | graham.ham1.ie. | A | 172.25.250.196 | ACTIVE | NONE | | 13:17 |
rfreire | +--------------------------------------+-----------------+------+-------------------------------------------------------------------------+--------+--------+ | 13:17 |
rfreire | [root@cc10-cont1 ~(keystone_admin)]# | 13:17 |
rfreire | just. PERFECT. | 13:17 |
rfreire | Dammit that works real nice! | 13:17 |
rfreire | cool | 13:19 |
rfreire | I have something to entertain the audience! | 13:19 |
rfreire | mugsie++ | 13:19 |
mugsie | :D | 13:19 |
mugsie | yeah, it is a cool integration - the current PTL of neutron wrote it a while back | 13:20 |
rfreire | [root@cc10-cont1 ~(keystone_admin)]# openstack recordset list fd0cc2d5-afcf-4064-bd70-d5dddfc569c3 | 13:20 |
rfreire | +------------------+-----------------+------+--------------------+--------+--------+ | 13:20 |
rfreire | | id | name | type | records | status | action | | 13:20 |
rfreire | +------------------+-----------------+------+--------------------+--------+--------+ | 13:20 |
rfreire | | 19f365bb-f725-49 | ham1.ie. | NS | cc10-cont1.interna | ACTIVE | NONE | | 13:20 |
rfreire | | 48-bde9-6d0fe42b | | | .rf01.co. | | | | 13:20 |
rfreire | | 58b2 | | | | | | | 13:20 |
rfreire | | e36d0045-442a-49 | ham1.ie. | SOA | cc10-cont1.interna | ACTIVE | NONE | | 13:20 |
rfreire | | e6-b3e6-6214a83d | | | .rf01.co. | | | | 13:20 |
rfreire | | 5bb4 | | | gra.ham1.ie. | | | | 13:20 |
rfreire | | | | | 1525958373 3596 | | | | 13:20 |
rfreire | | | | | 600 86400 3600 | | | | 13:20 |
rfreire | | fb611978-4c86 | graham.ham1.ie. | A | 172.25.250.196 | ACTIVE | NONE | | 13:20 |
rfreire | | -480b-9e56-7a797 | | | | | | | 13:20 |
rfreire | | a221770 | | | | | | | 13:20 |
rfreire | | 43e614f1-af47 | gra.ham1.ie. | A | 172.25.250.190 | ACTIVE | NONE | | 13:20 |
rfreire | | -46ad-96c3-f7611 | | | | | | | 13:20 |
rfreire | | d21b4af | | | | | | | 13:20 |
rfreire | +------------------+-----------------+------+--------------------+--------+--------+ | 13:20 |
rfreire | bnemec, look ma! Without hands! | 13:20 |
*** v12aml has quit IRC | 13:32 | |
*** NotPcaruana has quit IRC | 13:34 | |
*** pcaruana|afk| has quit IRC | 13:34 | |
*** v12aml has joined #openstack-dns | 13:46 | |
*** McClymontS has joined #openstack-dns | 13:57 | |
*** salmankhan has quit IRC | 14:28 | |
*** salmankhan has joined #openstack-dns | 14:33 | |
openstackgerrit | Akihiro Motoki proposed openstack/designate-dashboard master: Django 2.0 support https://review.openstack.org/567608 | 14:41 |
rfreire | mugsie, Graham | 14:47 |
rfreire | A question | 14:47 |
rfreire | more... Cosmethic. | 14:47 |
mugsie | sure | 14:47 |
rfreire | Have you managed to make your instances get a decent hostname? | 14:47 |
rfreire | instead of a nova.conf or dhcp_agent.ini -based fqdn? | 14:47 |
rfreire | seems that I can only define a FQDN that is applied _globally_ | 14:47 |
mugsie | That is currently a bug i neutron | 14:48 |
mugsie | in* | 14:48 |
mugsie | :( | 14:48 |
rfreire | HAHA oh wow!!! | 14:48 |
rfreire | ¯\_(ツ)_/¯ alright; patience :-) | 14:49 |
mugsie | https://bugs.launchpad.net/neutron/+bug/1580588 | 14:49 |
openstack | Launchpad bug 1580588 in neutron "[RFE] use network's dns_domain to generate dns_assignment" [Wishlist,Confirmed] - Assigned to Miguel Lavalle (minsel) | 14:49 |
*** McClymontS has quit IRC | 15:00 | |
openstackgerrit | Akihiro Motoki proposed openstack/designate-dashboard master: Django 2.0 support https://review.openstack.org/567608 | 15:06 |
rfreire | +1ed that mugsie thanks for pointing! | 15:25 |
*** v12aml has quit IRC | 15:27 | |
*** v12aml has joined #openstack-dns | 15:29 | |
*** v12aml has quit IRC | 15:36 | |
*** v12aml has joined #openstack-dns | 15:40 | |
*** pcaruana has quit IRC | 15:52 | |
openstackgerrit | Merged openstack/designate-dashboard master: Remove "-y" option for package install command. https://review.openstack.org/567090 | 15:54 |
*** KeithMnemonic has joined #openstack-dns | 15:58 | |
*** pcaruana has joined #openstack-dns | 16:36 | |
*** pcaruana has quit IRC | 16:44 | |
*** salmankhan has quit IRC | 17:04 | |
*** ianychoi_ has joined #openstack-dns | 17:32 | |
*** ianychoi has quit IRC | 17:35 | |
*** masuberu has joined #openstack-dns | 18:16 | |
*** masber has quit IRC | 18:19 | |
*** KeithMnemonic has quit IRC | 18:36 | |
*** livelace has joined #openstack-dns | 19:01 | |
*** rfreire has quit IRC | 21:02 | |
*** vinhags[m] has joined #openstack-dns | 21:18 | |
*** livelace has quit IRC | 21:58 | |
*** ivve has quit IRC | 22:09 | |
*** KeithMnemonic has joined #openstack-dns | 22:31 | |
*** browny_ has joined #openstack-dns | 22:42 | |
*** KeithMnemonic has quit IRC | 22:42 | |
*** browny has quit IRC | 22:42 | |
*** KeithMnemonic has joined #openstack-dns | 22:43 | |
*** dhellmann has quit IRC | 22:49 | |
*** dhellmann has joined #openstack-dns | 22:50 | |
*** KeithMnemonic has quit IRC | 23:11 | |
*** KeithMnemonic has joined #openstack-dns | 23:18 | |
*** puck has quit IRC | 23:32 | |
*** KeithMnemonic has quit IRC | 23:34 | |
*** puck has joined #openstack-dns | 23:36 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!