Tuesday, 2017-08-29

*** abaindur has quit IRC00:29
*** masber has quit IRC01:01
*** masber has joined #openstack-dns01:02
*** masber has quit IRC02:53
*** hieulq has quit IRC03:49
*** hieulq has joined #openstack-dns03:49
*** masber has joined #openstack-dns04:08
*** livelace has joined #openstack-dns04:50
*** abaindur has joined #openstack-dns05:29
abaindurAnyone know 1. how to get the pool ID of a pool? We configured multiple pools in our pools.yaml file. Which one gets the hardcoded default pool ID? If not, how do we find it out?05:30
abaindur2. in openstack CLI how to specify the attributes filter during zone create? We have enabled the pool id and attributes scheduler in central. But the designateclient documentation doesnt specify the exact syntax or give an example with attributes05:32
*** daidv has quit IRC05:41
*** daidv has joined #openstack-dns05:42
carthaca_1I also noticed that retrieving the pools and specifying attributes does not work with the designate/openstack python client. But you can directly use the API e.g. with curl looking something like this http://paste.openstack.org/show/619720/05:53
*** carthaca_1 has quit IRC05:58
*** carthaca_ has joined #openstack-dns05:58
carthaca_I also noticed that retrieving the pools and specifying attributes does not work with the designate/openstack python client. But you can directly use the API e.g. with curl looking something like this http://paste.openstack.org/show/619720/05:59
abaindurso no support with CLI...hm...06:03
abaindurcarthaca_: how do I get the pool ids in the first place?06:03
abaindurI created 2 pools as per https://docs.openstack.org/designate/latest/admin/multiple-pools.html06:03
abaindurI specified the scheduler_filters as pool_id_attribute, attribute, fallback06:04
abaindurI tried creating a zone without specifying any pool ID or attribute via CLI. So it should have used fallback, and scheduled to default pool ID of 794ccc2c-d751-44fe-b57f-8894c9f5c84206:06
abaindurbut i got the error no_servers_configured06:06
carthaca_I think running the pool update will give you the ids as well, but if not like pasted above listing the pools with GET ../pools will show you the ids06:06
abaindurwhich seems to indicate neither of the 2 pools i created have the default pool ID06:06
abaindurso... how to find the pool IDs of my 2 pools?06:07
carthaca_no, the fallback filter only chooses the default pool if the previous filters didn't return a pool06:08
abaindurcarthaca_: I didnt notice the pool IDs in output of designate-manage pool update command:06:08
abaindur2017-08-28 18:25:33.247 28223 DEBUG designate.objects.adapters.base [designate-manage - - - - -] Creating Pool object with values {'ns_records': [{'priority': 1, 'hostname': 'ns1.infoblox.platform9.sys.'}], 'name': 'infoblox', 'nameservers': [{'host': '10.4.253.9', 'port': 53}], 'attributes': {'service_tier': 'infoblox'}, 'targets': [{'masters': [{'host': '10.9.0.45', 'port': 53}], 'type': 'infoblox', 'description': 'InfobloxGr06:09
abaindur...06:09
abaindur2017-08-28 18:25:33.300 28223 INFO designate.manage.pool [designate-manage - - - - -] Creating new pool: <Pool id:'None' name:'infoblox'>06:09
carthaca_but if you don't specify an attribute, the previous filters don't filter out anything, keeping both of you two pools in the game  - we had that issue as well, that is what I created the in_doubt_default_pool scheduler filter for https://docs.openstack.org/designate/latest/admin/pool-scheduler.html06:10
abaindur2017-08-28 18:25:32.752 28223 DEBUG designate.objects.adapters.base [designate-manage - - - - -] Creating Pool object with values {'ns_records': [{'priority': 1, 'hostname': 'ns1.designate.platform9.sys.'}], 'name': 'bindpool', 'nameservers': [{'host': '10.4.253.7', 'port': 53}], 'attributes': {'service_tier': 'bind'}, 'targets': [{'masters': [{'host': '10.9.0.45', 'port': 5354}], 'type': 'bind9', 'description': 'BIND9 Server 106:10
abaindur2017-08-28 18:25:32.796 28223 INFO designate.manage.pool [designate-manage - - - - -] Creating new pool: <Pool id:'None' name:'bindpool'>06:10
abaindurit says Pool id: 'None' for both in output of pool update cmd ^^06:10
abainduras i understand, if we dont specify any attributes/pool id filters, it should use fallback, which sets it to default pool06:11
carthaca_okay, good to know, it was just a guess, I haven't created pools in a while - then GET ../pools is the way to retrieve the IDs06:11
abaindurHow do we force one of our pools in the pools.yaml to be the 'default' pool id?06:12
carthaca_no, fallback sets it to default if the previous filters don't return any pools06:12
abainduror must we create the pools, figure out one of their pool IDs, then set the default pool id config in central's designate.conf06:12
abaindur(changing the default value of 794ccc2c-d751-44fe-b57f-8894c9f5c842 after th fact)06:13
abaindurcarthaca_: right, so default value of default pool ID is 794ccc2c-d751-44fe-b57f-8894c9f5c84206:13
abaindurbut the 2 pools we created got assigned some different pool ID06:14
abaindurwe'd then have to modify the config setting default_pool_id in [service:central]06:14
abaindurinstead, is there a way to retain that CFG val so we dont have to change it - by making say the 1st pool in our pools.yaml be the default pool ID06:15
abaindurhow is the default pool defined in pools.yaml?06:16
carthaca_Sorry I'm not sure about that06:20
*** pcaruana has joined #openstack-dns06:39
*** abaindur has quit IRC07:30
*** egonzalez has joined #openstack-dns07:36
*** MarkBaker has joined #openstack-dns10:36
*** MarkBaker has quit IRC11:02
*** MarkBaker has joined #openstack-dns11:16
openstackgerritJens Harbott (frickler) proposed openstack/designate master: Fix tls startup in devstack plugin  https://review.openstack.org/49843711:44
fricklermugsie: ^^ that works for me now locally, including a successful tempest run12:20
fricklermugsie: I noticed however that you did set this bug to invalid, still there are tests disabled referencing it: https://bugs.launchpad.net/designate/+bug/162357612:21
openstackLaunchpad bug 1623576 in Designate "test_zone_create_propagates_to_nameservers times out before zone is fully propagated" [Medium,Invalid]12:21
*** livelace has quit IRC12:31
*** zhurong has joined #openstack-dns12:50
*** catintheroof has joined #openstack-dns13:19
*** cleong has joined #openstack-dns13:55
*** zhurong has quit IRC14:03
*** MarkBaker has quit IRC14:04
*** MarkBaker has joined #openstack-dns14:16
*** MarkBaker has quit IRC14:21
*** MarkBaker has joined #openstack-dns14:34
*** chlong has joined #openstack-dns14:41
*** jmccarthy has joined #openstack-dns14:43
*** renmak_ has joined #openstack-dns15:42
*** renmak__ has joined #openstack-dns15:42
fricklerI don't think the error on https://review.openstack.org/498437 is related to my patch, does it just happen that things are too slow going from pending to active?16:05
*** egonzalez has quit IRC16:06
*** jmccarthy has left #openstack-dns16:24
*** renmak_ has quit IRC16:43
*** renmak__ has quit IRC16:43
*** pcaruana has quit IRC16:48
*** abalutoiu has joined #openstack-dns16:56
*** livelace has joined #openstack-dns17:18
*** renmak_ has joined #openstack-dns17:48
*** renmak__ has joined #openstack-dns17:48
*** catintheroof has quit IRC17:49
*** renmak__ has quit IRC18:01
*** renmak_ has quit IRC18:01
*** livelace has quit IRC18:11
*** catintheroof has joined #openstack-dns18:23
*** bauruine has quit IRC18:44
*** bauruine has joined #openstack-dns18:49
*** renmak__ has joined #openstack-dns18:54
*** renmak_ has joined #openstack-dns18:54
*** renmak_ has quit IRC18:54
*** renmak__ has quit IRC18:54
*** cleong has quit IRC19:23
*** catintheroof has quit IRC19:30
*** abalutoiu_ has joined #openstack-dns19:30
*** abalutoiu has quit IRC19:34
*** abalutoiu_ has quit IRC19:34
*** abalutoiu has joined #openstack-dns19:35
*** catintheroof has joined #openstack-dns19:36
*** abalutoiu_ has joined #openstack-dns19:41
*** renmak_ has joined #openstack-dns19:41
*** egonzalez has joined #openstack-dns19:43
*** abalutoiu has quit IRC19:46
*** abalutoiu__ has joined #openstack-dns19:53
*** abalutoiu_ has quit IRC19:57
*** renmak_ has quit IRC20:08
*** abalutoiu__ has quit IRC20:54
*** abaindur has joined #openstack-dns20:55
abaindurWhat's the difference between a record ID and recordset ID?20:56
abaindurin logs we see: Setting record a720d836-fb88-4645-b024-442d8091c932, serial 1503968469: action NONE, status ACTIVE _update_record_status20:56
abaindurbut this doesnt correspond to any recordset in openstack recordset list20:56
*** renmak_ has joined #openstack-dns21:01
*** catintheroof has quit IRC21:34
*** renmak_ has quit IRC21:50
*** renmak_ has joined #openstack-dns21:53
*** KeithMnemonic2 has joined #openstack-dns21:58
*** KeithMnemonic1 has quit IRC22:01
*** egonzalez has quit IRC22:11
*** renmak_ has quit IRC22:16
*** ianychoi has quit IRC23:17
*** ianychoi has joined #openstack-dns23:17
*** MarkBaker has quit IRC23:23
*** MarkBaker has joined #openstack-dns23:25
abaindurhttps://bugs.launchpad.net/designate/+bug/171387523:53
openstackLaunchpad bug 1713875 in Designate "Race condition in designate central update_zone - different zone objects returned in memory" [Undecided,New]23:53
abaindurRace condition preventing creation of recordsets - they are failed to ever be created, remain forever in UPDATE/PENDING state while zone stays ACTIVE23:53

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!