*** chlong has joined #openstack-dns | 00:09 | |
*** km has quit IRC | 00:34 | |
*** km has joined #openstack-dns | 00:35 | |
*** andrewbogott_afk is now known as andrewbogott | 01:34 | |
*** stanzgy has joined #openstack-dns | 01:38 | |
*** andrewbogott is now known as andrewbogott_afk | 01:50 | |
*** nihilifer has quit IRC | 02:40 | |
*** chlong has quit IRC | 02:58 | |
*** chlong has joined #openstack-dns | 03:10 | |
*** mwagner_lap has joined #openstack-dns | 03:43 | |
*** chlong has quit IRC | 04:18 | |
*** mwagner_lap has quit IRC | 04:19 | |
*** mwagner_lap has joined #openstack-dns | 04:20 | |
*** chlong has joined #openstack-dns | 04:36 | |
stanzgy | anyone alive? | 05:25 |
---|---|---|
*** stanzgy has quit IRC | 06:08 | |
*** stanzgy has joined #openstack-dns | 06:14 | |
*** chlong has quit IRC | 07:40 | |
ekarlso | stanzgy: yeah me | 08:08 |
ekarlso | rest of the gang is in Canada for the summit :) | 08:08 |
stanzgy | ekarlso: Hi ekarlso. I get troubled that I have a primary domain and want to create sub-domains for each tenants under this primary domain. For now I needs to create each sub-domain under admin tenant then tranfer them to each tenant. It's very unefficient. | 08:45 |
stanzgy | ekarlso: I want to add functionality that allow admin to directly create sub-domain for other tenant by adding "tenant-id" key in create-zone api. what do you think | 08:53 |
stanzgy | ? | 08:53 |
ekarlso | stanzgy: not sure atm :/ | 08:55 |
stanzgy | ekarlso: Alright, I will submit a patch about this there days, looking for others' opinions -.- | 08:58 |
stanzgy | ekarlso: And when looking into this, I found that context.is_admin in designate is always false...I will fix this too.. | 08:59 |
ekarlso | k | 09:04 |
stanzgy | ekarlso: hi ekarlso, do you implements this v2 CLI supports? https://review.openstack.org/#/c/133676 | 09:55 |
stanzgy | ekarlso: great work! but after cherrypick the patch, in my devstack the 'desigante' commands still only recognize v1 api commands. 'openstack' client works good. | 09:57 |
ekarlso | stanzgy: yeah, we're not supporting (at the moment) at least v2 via the old cli :) | 10:07 |
stanzgy | ekarlso: ohh, got it | 10:24 |
*** stanzgy has quit IRC | 10:50 | |
*** untriaged-bot has joined #openstack-dns | 11:02 | |
untriaged-bot | Untriaged bugs so far: | 11:02 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1456115 | 11:02 |
openstack | Launchpad bug 1456115 in Designate "DesignateContext.is_admin is false on admin tenant" [Undecided,New] - Assigned to stanzgy (stanzgy) | 11:02 |
untriaged-bot | https://bugs.launchpad.net/python-designateclient/+bug/1455083 | 11:02 |
openstack | Launchpad bug 1455083 in python-designateclient "record create call ignores 'description' param" [Undecided,Incomplete] - Assigned to DIV (div-unknown) | 11:02 |
*** untriaged-bot has quit IRC | 11:02 | |
*** jmcbride has quit IRC | 11:24 | |
*** barra204 has quit IRC | 11:53 | |
*** shakamunyi has quit IRC | 11:54 | |
*** km has quit IRC | 12:11 | |
*** redixin has joined #openstack-dns | 12:35 | |
*** kei_yama has quit IRC | 13:01 | |
*** hetii has joined #openstack-dns | 13:17 | |
hetii | Hi :) | 13:17 |
openstackgerrit | Endre Karlson proposed openstack/designate: Pin python version to 2.7 https://review.openstack.org/184049 | 13:17 |
ekarlso | hetii: ello | 13:17 |
hetii | ERROR oslo.messaging._drivers.impl_rabbit [-] AMQP server localhost:5672 closed the connection. Check login credentials: Socket closed | 13:20 |
hetii | Where this credentials is stored by designate ? | 13:21 |
ekarlso | hetii: that's the amqp credentials you have ser | 13:23 |
ekarlso | set | 13:23 |
ekarlso | like rabbit_userid or so and pass | 13:23 |
ekarlso | also you need to ensure the credentials are added to rabbit | 13:23 |
hetii | but fromwhere designate-central know with credentials should use? | 13:24 |
tg90nor | hetii: its in designate.conf :) | 13:25 |
ekarlso | +1 tg90nor :) | 13:26 |
hetii | hmm | 13:26 |
hetii | I with section ?:) | 13:26 |
hetii | *in | 13:26 |
tg90nor | [DEFAULT] | 13:26 |
hetii | hmm ok not in my case | 13:27 |
tg90nor | then its probably using default values. you should set it to something sensible | 13:27 |
hetii | yep In my config there is missing RabbitMQ section :> | 13:28 |
tg90nor | rabbit_userid = designate | 13:28 |
tg90nor | rabbit_password = TOP_SECRET | 13:28 |
hetii | I grab config from http://docs.openstack.org/developer/designate/install/ubuntu-juno.html where its ommited | 13:29 |
tg90nor | if your running designate from git master, or kilo rc, i found this to be helpful: https://github.com/openstack/designate/blob/master/etc/designate/designate.conf.sample | 13:30 |
hetii | well, I still need to play with juno. | 13:30 |
tg90nor | the default of guest/guest should work out of the box, unless you modified the password in rabbitmq | 13:34 |
tg90nor | but i guess the install guide should mention it | 13:35 |
*** Anatol has quit IRC | 13:45 | |
*** richm has joined #openstack-dns | 13:50 | |
hetii | ok thx | 13:50 |
*** pglass has joined #openstack-dns | 13:53 | |
openstackgerrit | Endre Karlson proposed openstack/designate: Add Functional tests for TLDs https://review.openstack.org/183522 | 13:57 |
openstackgerrit | Endre Karlson proposed openstack/designate: Functional tests for Blacklists https://review.openstack.org/184068 | 13:57 |
tg90nor | hetii: im not a designate developer, so you would have report this somewhere for it to get fixed, unless the devs are reading this | 13:58 |
*** pglbutt has joined #openstack-dns | 13:59 | |
*** hetii has quit IRC | 13:59 | |
*** pglass has quit IRC | 14:02 | |
*** andrewbogott_afk is now known as andrewbogott | 14:05 | |
*** vinod has joined #openstack-dns | 14:13 | |
*** Anatol has joined #openstack-dns | 14:23 | |
*** nkinder has joined #openstack-dns | 15:10 | |
*** Anatol has quit IRC | 15:10 | |
*** vinod has quit IRC | 15:34 | |
*** nkinder has quit IRC | 15:41 | |
*** nihilifer has joined #openstack-dns | 16:01 | |
*** GonZo2000 has joined #openstack-dns | 16:03 | |
*** GonZo2000 has quit IRC | 16:07 | |
*** nihilifer has quit IRC | 16:13 | |
*** penick has joined #openstack-dns | 16:22 | |
ekarlso | pglbutt: yo | 16:23 |
ekarlso | :) | 16:23 |
*** penick has quit IRC | 16:23 | |
*** nihilifer has joined #openstack-dns | 16:27 | |
*** redixin has quit IRC | 16:31 | |
*** nihilifer has quit IRC | 16:39 | |
pglbutt | hey ekarlso | 16:47 |
ekarlso | pglbutt: hmm, tld tests is a bit funny | 16:48 |
ekarlso | if a TLD test is run and a zone create call goes off at the same time it seems it b0rks | 16:49 |
ekarlso | since allowed TLD's will be enforced :D | 16:49 |
pglbutt | ekarlso: yeah. the zone tests will need to ensure that the tld they need exists. | 16:51 |
pglbutt | since if you create a tld, and then delete all tlds, no zones can be created | 16:51 |
*** nihilifer has joined #openstack-dns | 16:53 | |
*** penick has joined #openstack-dns | 16:54 | |
*** penick_ has joined #openstack-dns | 16:54 | |
ekarlso | pglbutt: should we just add a create_default_tlds() to the tests pglbutt ? | 16:55 |
*** penick has quit IRC | 16:58 | |
*** penick_ is now known as penick | 16:58 | |
pglbutt | ekarlso: yeah. then just call that in the ZoneTest and RecordsetTest setUp() methods. | 16:58 |
*** andrewbogott is now known as andrewbogott_afk | 17:01 | |
*** untriaged-bot has joined #openstack-dns | 17:02 | |
untriaged-bot | Untriaged bugs so far: | 17:02 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1456115 | 17:02 |
openstack | Launchpad bug 1456115 in Designate "DesignateContext.is_admin is false on admin tenant" [Undecided,New] - Assigned to stanzgy (stanzgy) | 17:02 |
untriaged-bot | https://bugs.launchpad.net/python-designateclient/+bug/1455083 | 17:02 |
openstack | Launchpad bug 1455083 in python-designateclient "record create call ignores 'description' param" [Undecided,Incomplete] - Assigned to DIV (div-unknown) | 17:02 |
*** untriaged-bot has quit IRC | 17:02 | |
*** andrewbogott_afk is now known as andrewbogott | 17:09 | |
ekarlso | pglbutt: hmmm | 17:11 |
ekarlso | pglbutt: wish there was a way to just have it use some pre-defined tld's :P | 17:20 |
pglbutt | ekarlso: you could do that, but then the tld tests can't be run unless designate is prepared beforehand which isn't great. it's easier to put all of the test dependencies in the tests themselves | 17:27 |
pglbutt | it should be good enough to create the "com" tld for all the zone/recordset tests and then use other tlds for the tld tests | 17:29 |
*** nihilifer has quit IRC | 17:30 | |
*** nihilifer has joined #openstack-dns | 17:42 | |
*** ducttape_ has joined #openstack-dns | 17:54 | |
*** ducttape_ has quit IRC | 17:55 | |
*** ducttape_ has joined #openstack-dns | 17:57 | |
*** ducttape_ has quit IRC | 17:57 | |
*** barra204 has joined #openstack-dns | 18:01 | |
*** jmcbride has joined #openstack-dns | 18:03 | |
*** nihilifer has quit IRC | 18:04 | |
*** jmcbride has quit IRC | 18:04 | |
*** jmcbride has joined #openstack-dns | 18:04 | |
*** penick has quit IRC | 18:08 | |
*** jmcbride has quit IRC | 18:08 | |
*** nihilifer has joined #openstack-dns | 18:19 | |
*** shakamunyi has joined #openstack-dns | 18:25 | |
*** nihilifer has quit IRC | 18:29 | |
*** nihilifer has joined #openstack-dns | 18:59 | |
*** shakamunyi has quit IRC | 19:16 | |
*** barra204 has quit IRC | 19:17 | |
*** nihilifer has quit IRC | 19:21 | |
*** nihilifer has joined #openstack-dns | 19:36 | |
*** andrewbogott is now known as andrewbogott_afk | 19:43 | |
*** nihilifer has quit IRC | 19:48 | |
*** andrewbogott_afk is now known as andrewbogott | 20:05 | |
*** nihilifer has joined #openstack-dns | 20:12 | |
*** shakamunyi has joined #openstack-dns | 20:14 | |
*** barra204 has joined #openstack-dns | 20:14 | |
*** ducttape_ has joined #openstack-dns | 20:23 | |
ekarlso | pglbutt: u at the summit or ? | 20:23 |
*** ducttape_ has quit IRC | 20:34 | |
*** ericpeterson has joined #openstack-dns | 20:36 | |
*** ericpeterson has quit IRC | 20:41 | |
*** nihilifer has quit IRC | 20:42 | |
*** GonZo2000 has joined #openstack-dns | 20:44 | |
*** nihilifer has joined #openstack-dns | 20:57 | |
*** GonZo2000 has quit IRC | 21:00 | |
*** barra204 has quit IRC | 21:04 | |
*** shakamunyi has quit IRC | 21:04 | |
*** barra204 has joined #openstack-dns | 21:04 | |
*** shakamunyi has joined #openstack-dns | 21:04 | |
*** nihilifer has quit IRC | 21:09 | |
chirag789 | Just curious, in v2 we have a recordset which has an array of records. | 21:12 |
chirag789 | Just curious, in v2 we have a recordset which has an array of records. why is this an array of Ips. Can multiple Ips be associated with same hostname or fqdn? | 21:13 |
elarson | ekarlso: pglbutt and I are holding down the fort | 21:16 |
mugsie | chirag789: yes, a record set is a collection of records with the samne type and name. | 21:28 |
mugsie | so you can have 10.0.0.1 and 10.0.0.2 linked to www.example.com. | 21:28 |
*** nihilifer has joined #openstack-dns | 21:29 | |
ekarlso | elarson: ah ok :p | 21:30 |
ekarlso | mugsie: how's vancouver ? :p | 21:30 |
mugsie | ekarlso: grand - really sunny atm | 21:30 |
*** ducttape_ has joined #openstack-dns | 21:50 | |
*** ducttape_ has quit IRC | 21:50 | |
*** nihilifer has quit IRC | 21:59 | |
*** shakamunyi has quit IRC | 22:00 | |
*** barra204 has quit IRC | 22:00 | |
*** shakamunyi has joined #openstack-dns | 22:01 | |
*** barra204_ has joined #openstack-dns | 22:01 | |
*** barra204_ has quit IRC | 22:02 | |
*** shakamunyi_ has joined #openstack-dns | 22:02 | |
*** shakamunyi has quit IRC | 22:02 | |
*** shakamunyi_ has quit IRC | 22:13 | |
*** nihilifer has joined #openstack-dns | 22:16 | |
openstackgerrit | Ron Rickard proposed openstack/designate-specs: Granular Access https://review.openstack.org/179315 | 22:17 |
*** GonZo2000 has joined #openstack-dns | 22:18 | |
*** GonZo2000 has joined #openstack-dns | 22:18 | |
*** GonZo2000 has quit IRC | 22:25 | |
*** nihilifer has quit IRC | 22:30 | |
*** pglbutt has quit IRC | 22:40 | |
*** nihilifer has joined #openstack-dns | 22:49 | |
*** chlong has joined #openstack-dns | 23:10 | |
*** nihilifer has quit IRC | 23:18 | |
*** andrewbogott is now known as andrewbogott_afk | 23:19 | |
*** km has joined #openstack-dns | 23:26 | |
*** kei_yama has joined #openstack-dns | 23:28 | |
*** nihilifer has joined #openstack-dns | 23:35 | |
chirag789 | mugsie: so which one it will resolve to if I do `dig www.example.com` | 23:37 |
*** nihilifer has quit IRC | 23:42 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!