openstackgerrit | jacky06 proposed openstack/python-designateclient master: Replace git.openstack.org URLs with opendev.org URLs https://review.opendev.org/654749 | 06:31 |
---|---|---|
*** jawad_axd has joined #openstack-dns | 07:09 | |
*** trident has quit IRC | 07:10 | |
*** trident has joined #openstack-dns | 07:21 | |
*** ygk_12345 has joined #openstack-dns | 07:39 | |
ygk_12345 | hi all | 07:41 |
ygk_12345 | is anyone online ? | 07:41 |
*** pcaruana has joined #openstack-dns | 07:49 | |
ygk_12345 | is anyone online here ? | 08:11 |
ygk_12345 | need some help with pools | 08:11 |
*** mlycka has joined #openstack-dns | 08:51 | |
ygk_12345 | anyone available ? | 08:57 |
*** kevko has joined #openstack-dns | 09:02 | |
kevko | ygk_12345: what is the command you are trying to exec ? | 09:03 |
ygk_12345 | kevko openstack zone create | 09:03 |
ygk_12345 | but when I specify attributes it is failing | 09:04 |
ygk_12345 | how to specify attributes in caoomandline to target specific pools ? | 09:04 |
ygk_12345 | *commandline | 09:04 |
ygk_12345 | openstack zone create: error: too few arguments | 09:04 |
ygk_12345 | openstack zone create --email user@example.com --attributes service_tier:exclusive trust-1-zone.com. | 09:05 |
ygk_12345 | that is throwing error | 09:05 |
ygk_12345 | openstack zone create: error: too few arguments | 09:05 |
kevko | ygk_12345: could you add --debug to command ? | 09:06 |
kevko | ygk_12345: what about designate log ? | 09:06 |
ygk_12345 | yes but I dont see any useful information | 09:06 |
ygk_12345 | even designate logs r not showing anything useful | 09:06 |
kevko | ygk_12345: w8 a minute | 09:10 |
ygk_12345 | sure | 09:10 |
kevko | ygk_12345: can you move your --atributes before --email if something changes ? | 09:14 |
ygk_12345 | sure | 09:14 |
kevko | ygk_12345: let me know | 09:15 |
ygk_12345 | this time it worked but showing this "multiple_pools_found" | 09:15 |
ygk_12345 | but the attributes is emoty in one pool | 09:15 |
ygk_12345 | but the attributes is empty in one pool | 09:15 |
kevko | ygk_12345: logs ? | 09:16 |
ygk_12345 | no useful logs. I amtrying to modify the pools.yaml file now | 09:17 |
ygk_12345 | will let you know after trying again | 09:17 |
kevko | ygk_12345: i am not using designate ..so ..maybe i can't help ..but trying to :) | 09:18 |
ygk_12345 | kevko sure appreciate that | 09:18 |
kevko | ygk_12345: in code there is this -> if len(pools) > 1: | 09:24 |
kevko | raise exceptions.MultiplePoolsFound() | 09:24 |
ygk_12345 | what length of pools ? | 09:25 |
ygk_12345 | its name ? | 09:25 |
kevko | ygk_12345: i don't know how designate working in deep ..but from a code it looks like you have to have one pool -> http://paste.openstack.org/show/774144/' | 09:26 |
ygk_12345 | mugsie need your help with pools here | 09:42 |
*** jawad_axd has quit IRC | 09:51 | |
*** jawad_axd has joined #openstack-dns | 10:05 | |
ygk_12345 | mugsie Hi | 10:09 |
ygk_12345 | mugsie r u available ? | 10:09 |
ygk_12345 | can anyone help me with this pools issue please ? | 10:10 |
*** jawad_axd has quit IRC | 10:10 | |
*** awalende has joined #openstack-dns | 10:50 | |
mugsie | ygk_12345: do you have debug logs on? | 10:54 |
ygk_12345 | yes | 10:54 |
mugsie | there should be scheduler logs which show the decision | 10:55 |
ygk_12345 | logs http://paste.openstack.org/show/774147/ | 10:56 |
ygk_12345 | my pools.yaml | 10:56 |
ygk_12345 | http://paste.openstack.org/show/774148/ | 10:56 |
mugsie | run designate-manage pool show_config ? | 10:58 |
ygk_12345 | ok | 10:59 |
ygk_12345 | http://paste.openstack.org/show/774150/ | 11:00 |
ygk_12345 | its not whoing the second pool | 11:00 |
ygk_12345 | *showing | 11:00 |
mugsie | ok | 11:00 |
mugsie | tryrun designate-manage pool show_config ? | 11:00 |
mugsie | try designate-manage pool show_config 453e5437-ac6b-4729-87ba-cdbcdf425e6f | 11:01 |
ygk_12345 | designate: error: unrecognized arguments: 453e5437-ac6b-4729-87ba-cdbcdf425e6f | 11:01 |
mugsie | sorry | 11:01 |
mugsie | designate-manage pool show_config --pool-id 453e5437-ac6b-4729-87ba-cdbcdf425e6f | 11:01 |
ygk_12345 | designate: error: unrecognized arguments: --pool-id 453e5437-ac6b-4729-87ba-cdbcdf425e6f | 11:02 |
*** nicolasbock has joined #openstack-dns | 11:02 | |
mugsie | ok. designate-manage generate_file --file /tmp/pools.yaml | 11:04 |
mugsie | sorry - designate-manage pool generate_file --file /tmp/pools.yaml | 11:04 |
mugsie | and then the contents of that file | 11:04 |
ygk_12345 | mugsie http://paste.openstack.org/show/774151/ | 11:05 |
mugsie | ygk_12345: and the designate config file? | 11:06 |
ygk_12345 | mugsie http://paste.openstack.org/show/774152/ | 11:07 |
mugsie | ygk_12345: you seem to be missing logs in http://paste.openstack.org/show/774147/ | 11:10 |
ygk_12345 | check this http://paste.openstack.org/show/774149/ | 11:11 |
ygk_12345 | api log | 11:11 |
ygk_12345 | mugsie shall I retake the logs ? | 11:12 |
mugsie | ygk_12345: I don't know - but you are missing logs | 11:13 |
mugsie | if you can't get full logs, I can't really help you | 11:13 |
ygk_12345 | mugsie which logs in particular | 11:14 |
mugsie | all of them | 11:14 |
mugsie | I need to see the flow between designate services | 11:14 |
ygk_12345 | ok | 11:14 |
mugsie | and I can't when the logs are missing lines | 11:14 |
ygk_12345 | mugsie i included all the three logs http://paste.openstack.org/show/774154/ | 11:19 |
ygk_12345 | do u think the filters r not working properly ? | 11:20 |
ygk_12345 | i used only attribute filter in the config | 11:21 |
ygk_12345 | and enabled the default pool id | 11:21 |
openstackgerrit | Graham Hayes proposed openstack/designate master: Make IPv6 jobs voting https://review.opendev.org/680979 | 11:22 |
mugsie | possibly | 11:23 |
mugsie | but I haven't seen it before | 11:23 |
mugsie | I need to try and reproduce later | 11:24 |
mugsie | what version is this? | 11:24 |
ygk_12345 | actually I need two pools to copy the existing records from one nameserver to another.thats why I specified the same server in both the pools | 11:24 |
ygk_12345 | rocky 18.1.9 | 11:24 |
ygk_12345 | OSA | 11:24 |
ygk_12345 | mugsie so just test two pool scenario and let me know. SHall I raise a bug ? | 11:26 |
mugsie | yeh, add in the logs above | 11:26 |
ygk_12345 | ok | 11:26 |
ygk_12345 | mugsie cant we attach two files in the bug report ? | 11:38 |
mugsie | yeap, you can | 11:45 |
ygk_12345 | how can I edit an already posted bug ? | 11:45 |
ygk_12345 | got it | 11:46 |
ygk_12345 | mugsie https://bugs.launchpad.net/designate/+bug/1843255 | 11:49 |
openstack | ygk_12345: Error: malone bug 1843255 not found | 11:49 |
ygk_12345 | mugsie https://bugs.launchpad.net/designate/+bug/1843255 | 11:53 |
openstack | Launchpad bug 1843255 in Designate "Two pool designate is not working" [Undecided,New] | 11:53 |
*** goldyfruit has quit IRC | 11:56 | |
*** ivve has joined #openstack-dns | 12:10 | |
*** jawad_axd has joined #openstack-dns | 12:21 | |
*** jawad_axd has quit IRC | 12:25 | |
openstackgerrit | Merged openstack/designate master: Add pdf-docs env to tox.ini https://review.opendev.org/678952 | 12:31 |
openstackgerrit | Merged openstack/designate master: Fix bug in recordset status https://review.opendev.org/660503 | 12:38 |
*** jawad_axd has joined #openstack-dns | 12:39 | |
*** jawad_axd has quit IRC | 12:44 | |
*** jawad_axd has joined #openstack-dns | 12:45 | |
*** jawad_axd has quit IRC | 12:50 | |
*** jawad_ax_ has joined #openstack-dns | 12:50 | |
*** kevko has quit IRC | 12:54 | |
*** KeithMnemonic has joined #openstack-dns | 13:24 | |
*** awalende has quit IRC | 13:44 | |
*** awalende has joined #openstack-dns | 13:45 | |
*** awalende has quit IRC | 13:49 | |
*** beekneemech is now known as bnemec | 13:54 | |
*** jawad_ax_ has quit IRC | 14:12 | |
*** jawad_axd has joined #openstack-dns | 14:13 | |
*** jawad_axd has quit IRC | 14:13 | |
*** awalende has joined #openstack-dns | 14:25 | |
*** ygk_12345 has quit IRC | 14:28 | |
*** awalende has quit IRC | 14:29 | |
*** goldyfruit has joined #openstack-dns | 15:08 | |
*** ivve has quit IRC | 15:19 | |
*** jawad_axd has joined #openstack-dns | 15:22 | |
*** mlycka has quit IRC | 15:24 | |
*** jawad_axd has quit IRC | 15:26 | |
*** jawad_axd has joined #openstack-dns | 15:38 | |
*** jawad_axd is now known as JAX | 16:02 | |
*** JAX is now known as JAX_ | 16:03 | |
*** JAX_ is now known as JAX | 16:06 | |
*** ircuser-1 has joined #openstack-dns | 16:07 | |
*** JAX has quit IRC | 16:12 | |
*** jawad_axd has joined #openstack-dns | 16:12 | |
*** jawad_axd has quit IRC | 16:14 | |
*** jawad_axd has joined #openstack-dns | 16:45 | |
*** trident has quit IRC | 16:58 | |
*** trident has joined #openstack-dns | 17:06 | |
*** awalende has joined #openstack-dns | 17:46 | |
*** awalende has quit IRC | 17:50 | |
*** goldyfruit_ has joined #openstack-dns | 17:51 | |
*** goldyfruit has quit IRC | 17:53 | |
eandersson | mugsie, ygk_12345 the problem is that both zones needs to have an attribute | 18:58 |
eandersson | *pools | 19:01 |
eandersson | https://github.com/openstack/designate/blob/master/designate/scheduler/filters/attribute_filter.py#L77 | 19:01 |
*** goldyfruit_ has quit IRC | 19:15 | |
*** bnemec has quit IRC | 19:27 | |
*** bnemec has joined #openstack-dns | 19:32 | |
*** goldyfruit has joined #openstack-dns | 19:33 | |
*** nicolasbock has quit IRC | 20:11 | |
*** trident has quit IRC | 20:15 | |
*** nicolasbock has joined #openstack-dns | 20:18 | |
*** trident has joined #openstack-dns | 20:27 | |
*** trident has quit IRC | 20:32 | |
*** trident has joined #openstack-dns | 20:33 | |
*** jawad_axd has quit IRC | 21:01 | |
openstackgerrit | Erik Olof Gunnar Andersson proposed openstack/designate master: Fix axfr for zones with attributes https://review.opendev.org/681130 | 21:45 |
openstackgerrit | Erik Olof Gunnar Andersson proposed openstack/designate master: Fix attribute scheduler https://review.opendev.org/681131 | 21:48 |
openstackgerrit | Erik Olof Gunnar Andersson proposed openstack/designate master: Fix attribute scheduler https://review.opendev.org/681131 | 21:57 |
*** goldyfruit has quit IRC | 22:01 | |
*** goldyfruit has joined #openstack-dns | 22:08 | |
*** goldyfruit_ has joined #openstack-dns | 22:21 | |
*** goldyfruit has quit IRC | 22:24 | |
openstackgerrit | Erik Olof Gunnar Andersson proposed openstack/designate master: Refactored service layer https://review.opendev.org/678432 | 22:41 |
*** goldyfruit_ has quit IRC | 22:51 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!