*** abaindur has quit IRC | 00:29 | |
*** masber has quit IRC | 01:01 | |
*** masber has joined #openstack-dns | 01:02 | |
*** masber has quit IRC | 02:53 | |
*** hieulq has quit IRC | 03:49 | |
*** hieulq has joined #openstack-dns | 03:49 | |
*** masber has joined #openstack-dns | 04:08 | |
*** livelace has joined #openstack-dns | 04:50 | |
*** abaindur has joined #openstack-dns | 05:29 | |
abaindur | Anyone 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 |
---|---|---|
abaindur | 2. 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 attributes | 05:32 |
*** daidv has quit IRC | 05:41 | |
*** daidv has joined #openstack-dns | 05:42 | |
carthaca_1 | 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:53 |
*** carthaca_1 has quit IRC | 05:58 | |
*** carthaca_ has joined #openstack-dns | 05: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 |
abaindur | so no support with CLI...hm... | 06:03 |
abaindur | carthaca_: how do I get the pool ids in the first place? | 06:03 |
abaindur | I created 2 pools as per https://docs.openstack.org/designate/latest/admin/multiple-pools.html | 06:03 |
abaindur | I specified the scheduler_filters as pool_id_attribute, attribute, fallback | 06:04 |
abaindur | I 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-8894c9f5c842 | 06:06 |
abaindur | but i got the error no_servers_configured | 06: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 ids | 06:06 |
abaindur | which seems to indicate neither of the 2 pools i created have the default pool ID | 06:06 |
abaindur | so... 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 pool | 06:08 |
abaindur | carthaca_: I didnt notice the pool IDs in output of designate-manage pool update command: | 06:08 |
abaindur | 2017-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': 'InfobloxGr | 06:09 |
abaindur | ... | 06:09 |
abaindur | 2017-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.html | 06:10 |
abaindur | 2017-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 1 | 06:10 |
abaindur | 2017-08-28 18:25:32.796 28223 INFO designate.manage.pool [designate-manage - - - - -] Creating new pool: <Pool id:'None' name:'bindpool'> | 06:10 |
abaindur | it says Pool id: 'None' for both in output of pool update cmd ^^ | 06:10 |
abaindur | as i understand, if we dont specify any attributes/pool id filters, it should use fallback, which sets it to default pool | 06: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 IDs | 06:11 |
abaindur | How 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 pools | 06:12 |
abaindur | or must we create the pools, figure out one of their pool IDs, then set the default pool id config in central's designate.conf | 06:12 |
abaindur | (changing the default value of 794ccc2c-d751-44fe-b57f-8894c9f5c842 after th fact) | 06:13 |
abaindur | carthaca_: right, so default value of default pool ID is 794ccc2c-d751-44fe-b57f-8894c9f5c842 | 06:13 |
abaindur | but the 2 pools we created got assigned some different pool ID | 06:14 |
abaindur | we'd then have to modify the config setting default_pool_id in [service:central] | 06:14 |
abaindur | instead, 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 ID | 06:15 |
abaindur | how is the default pool defined in pools.yaml? | 06:16 |
carthaca_ | Sorry I'm not sure about that | 06:20 |
*** pcaruana has joined #openstack-dns | 06:39 | |
*** abaindur has quit IRC | 07:30 | |
*** egonzalez has joined #openstack-dns | 07:36 | |
*** MarkBaker has joined #openstack-dns | 10:36 | |
*** MarkBaker has quit IRC | 11:02 | |
*** MarkBaker has joined #openstack-dns | 11:16 | |
openstackgerrit | Jens Harbott (frickler) proposed openstack/designate master: Fix tls startup in devstack plugin https://review.openstack.org/498437 | 11:44 |
frickler | mugsie: ^^ that works for me now locally, including a successful tempest run | 12:20 |
frickler | mugsie: I noticed however that you did set this bug to invalid, still there are tests disabled referencing it: https://bugs.launchpad.net/designate/+bug/1623576 | 12:21 |
openstack | Launchpad bug 1623576 in Designate "test_zone_create_propagates_to_nameservers times out before zone is fully propagated" [Medium,Invalid] | 12:21 |
*** livelace has quit IRC | 12:31 | |
*** zhurong has joined #openstack-dns | 12:50 | |
*** catintheroof has joined #openstack-dns | 13:19 | |
*** cleong has joined #openstack-dns | 13:55 | |
*** zhurong has quit IRC | 14:03 | |
*** MarkBaker has quit IRC | 14:04 | |
*** MarkBaker has joined #openstack-dns | 14:16 | |
*** MarkBaker has quit IRC | 14:21 | |
*** MarkBaker has joined #openstack-dns | 14:34 | |
*** chlong has joined #openstack-dns | 14:41 | |
*** jmccarthy has joined #openstack-dns | 14:43 | |
*** renmak_ has joined #openstack-dns | 15:42 | |
*** renmak__ has joined #openstack-dns | 15:42 | |
frickler | I 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 IRC | 16:06 | |
*** jmccarthy has left #openstack-dns | 16:24 | |
*** renmak_ has quit IRC | 16:43 | |
*** renmak__ has quit IRC | 16:43 | |
*** pcaruana has quit IRC | 16:48 | |
*** abalutoiu has joined #openstack-dns | 16:56 | |
*** livelace has joined #openstack-dns | 17:18 | |
*** renmak_ has joined #openstack-dns | 17:48 | |
*** renmak__ has joined #openstack-dns | 17:48 | |
*** catintheroof has quit IRC | 17:49 | |
*** renmak__ has quit IRC | 18:01 | |
*** renmak_ has quit IRC | 18:01 | |
*** livelace has quit IRC | 18:11 | |
*** catintheroof has joined #openstack-dns | 18:23 | |
*** bauruine has quit IRC | 18:44 | |
*** bauruine has joined #openstack-dns | 18:49 | |
*** renmak__ has joined #openstack-dns | 18:54 | |
*** renmak_ has joined #openstack-dns | 18:54 | |
*** renmak_ has quit IRC | 18:54 | |
*** renmak__ has quit IRC | 18:54 | |
*** cleong has quit IRC | 19:23 | |
*** catintheroof has quit IRC | 19:30 | |
*** abalutoiu_ has joined #openstack-dns | 19:30 | |
*** abalutoiu has quit IRC | 19:34 | |
*** abalutoiu_ has quit IRC | 19:34 | |
*** abalutoiu has joined #openstack-dns | 19:35 | |
*** catintheroof has joined #openstack-dns | 19:36 | |
*** abalutoiu_ has joined #openstack-dns | 19:41 | |
*** renmak_ has joined #openstack-dns | 19:41 | |
*** egonzalez has joined #openstack-dns | 19:43 | |
*** abalutoiu has quit IRC | 19:46 | |
*** abalutoiu__ has joined #openstack-dns | 19:53 | |
*** abalutoiu_ has quit IRC | 19:57 | |
*** renmak_ has quit IRC | 20:08 | |
*** abalutoiu__ has quit IRC | 20:54 | |
*** abaindur has joined #openstack-dns | 20:55 | |
abaindur | What's the difference between a record ID and recordset ID? | 20:56 |
abaindur | in logs we see: Setting record a720d836-fb88-4645-b024-442d8091c932, serial 1503968469: action NONE, status ACTIVE _update_record_status | 20:56 |
abaindur | but this doesnt correspond to any recordset in openstack recordset list | 20:56 |
*** renmak_ has joined #openstack-dns | 21:01 | |
*** catintheroof has quit IRC | 21:34 | |
*** renmak_ has quit IRC | 21:50 | |
*** renmak_ has joined #openstack-dns | 21:53 | |
*** KeithMnemonic2 has joined #openstack-dns | 21:58 | |
*** KeithMnemonic1 has quit IRC | 22:01 | |
*** egonzalez has quit IRC | 22:11 | |
*** renmak_ has quit IRC | 22:16 | |
*** ianychoi has quit IRC | 23:17 | |
*** ianychoi has joined #openstack-dns | 23:17 | |
*** MarkBaker has quit IRC | 23:23 | |
*** MarkBaker has joined #openstack-dns | 23:25 | |
abaindur | https://bugs.launchpad.net/designate/+bug/1713875 | 23:53 |
openstack | Launchpad bug 1713875 in Designate "Race condition in designate central update_zone - different zone objects returned in memory" [Undecided,New] | 23:53 |
abaindur | Race condition preventing creation of recordsets - they are failed to ever be created, remain forever in UPDATE/PENDING state while zone stays ACTIVE | 23:53 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!