| *** daidv has quit IRC | 01:04 | |
| *** daidv has joined #openstack-dns | 01:04 | |
| *** itlinux has joined #openstack-dns | 01:50 | |
| *** caowei has joined #openstack-dns | 01:51 | |
| *** openstackstatus has quit IRC | 01:55 | |
| *** bauruine has quit IRC | 01:55 | |
| *** johnsom has quit IRC | 01:55 | |
| *** jmccrory has quit IRC | 01:55 | |
| *** timsim has quit IRC | 01:55 | |
| *** vipul has quit IRC | 01:55 | |
| *** harmw has quit IRC | 01:55 | |
| *** jmccrory has joined #openstack-dns | 01:55 | |
| *** openstackstatus has joined #openstack-dns | 01:55 | |
| *** ChanServ sets mode: +v openstackstatus | 01:55 | |
| *** timsim has joined #openstack-dns | 01:56 | |
| *** johnsom has joined #openstack-dns | 01:56 | |
| *** harmw has joined #openstack-dns | 01:56 | |
| *** vipul has joined #openstack-dns | 01:58 | |
| *** bauruine has joined #openstack-dns | 02:01 | |
| *** itlinux has quit IRC | 02:05 | |
| *** AlexeyAbashkin has joined #openstack-dns | 02:46 | |
| *** AlexeyAbashkin has quit IRC | 02:50 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/python-designateclient master: Updated from global requirements https://review.openstack.org/529435 | 03:27 |
|---|---|---|
| *** therve has quit IRC | 03:30 | |
| *** v12aml has quit IRC | 03:30 | |
| *** filler has quit IRC | 03:30 | |
| *** Aju has quit IRC | 03:30 | |
| *** filler has joined #openstack-dns | 03:30 | |
| *** therve has joined #openstack-dns | 03:30 | |
| *** v12aml has joined #openstack-dns | 03:30 | |
| *** afranc has joined #openstack-dns | 03:30 | |
| *** AlexeyAbashkin has joined #openstack-dns | 03:46 | |
| *** caowei has quit IRC | 03:48 | |
| *** AlexeyAbashkin has quit IRC | 03:51 | |
| *** daidv has quit IRC | 04:00 | |
| *** daidv has joined #openstack-dns | 04:01 | |
| *** hieulq has quit IRC | 05:20 | |
| *** hieulq has joined #openstack-dns | 05:35 | |
| *** caowei has joined #openstack-dns | 05:45 | |
| *** caowei has quit IRC | 05:55 | |
| *** caowei has joined #openstack-dns | 05:55 | |
| *** caowei has quit IRC | 06:11 | |
| *** caowei has joined #openstack-dns | 06:17 | |
| *** itlinux has joined #openstack-dns | 06:20 | |
| *** itlinux has quit IRC | 06:44 | |
| *** caowei has quit IRC | 06:56 | |
| *** pcaruana has joined #openstack-dns | 07:15 | |
| *** caowei has joined #openstack-dns | 07:40 | |
| *** MarkBaker has joined #openstack-dns | 07:42 | |
| *** caowei has quit IRC | 08:11 | |
| *** caowei has joined #openstack-dns | 08:20 | |
| *** AlexeyAbashkin has joined #openstack-dns | 08:26 | |
| *** MarkBaker has quit IRC | 08:30 | |
| *** pcaruana has quit IRC | 08:43 | |
| *** pcaruana has joined #openstack-dns | 08:43 | |
| *** daidv has quit IRC | 08:55 | |
| *** caowei has quit IRC | 09:09 | |
| *** caowei has joined #openstack-dns | 09:11 | |
| *** daidv has joined #openstack-dns | 09:13 | |
| *** MarkBaker has joined #openstack-dns | 09:36 | |
| *** caowei has quit IRC | 09:49 | |
| *** caowei has joined #openstack-dns | 09:50 | |
| *** MarkBaker has quit IRC | 10:37 | |
| *** kairat has joined #openstack-dns | 10:51 | |
| kairat | hello team, have one question regarding designate code, I would want to check if understand it correctly | 10:56 |
| kairat | https://github.com/openstack/designate/blame/master/designate/central/service.py#L376 - here we have validation that work correctly if it fails | 10:57 |
| kairat | did i miss something or ithis validation just useless, moreover it will fail if recordset name is valid | 10:58 |
| *** MarkBaker has joined #openstack-dns | 10:59 | |
| kairat | any designate experts here?) | 11:03 |
| *** MarkBaker has quit IRC | 11:18 | |
| *** MarkBaker has joined #openstack-dns | 11:20 | |
| mugsie | kairat: let me have a look | 11:35 |
| mugsie | kairat: no, this checks if the recordset name is in a subdomain of the domain you are adding it too | 11:39 |
| mugsie | e.g. - you have 2 dns zones - example.com. and cloud.example.com. | 11:40 |
| mugsie | you create www.cloud.example.com. in the example.com. zone - this will cause the recordset create to fail as the recordset should be created in the cloud.example.com. zone | 11:40 |
| *** caowei has quit IRC | 11:46 | |
| *** caowei has joined #openstack-dns | 11:50 | |
| *** MarkBaker has quit IRC | 12:32 | |
| *** MarkBaker has joined #openstack-dns | 12:46 | |
| kairat | mugsie, _is_valid_recordset_name raises exceptions for incorrect names, right? | 12:56 |
| kairat | and no exceptions otherwise | 12:58 |
| kairat | so theses exceptions will be always skipped and here https://github.com/openstack/designate/blame/master/designate/central/service.py#L380 always raised if no exceptions in validation | 12:59 |
| kairat | i undestand the meaning of this validation) | 12:59 |
| kairat | but code is not clear tbh=) | 13:00 |
| *** MarkBaker has quit IRC | 13:04 | |
| *** ianychoi has quit IRC | 13:12 | |
| *** caowei has quit IRC | 13:28 | |
| mugsie | that code is using the sub zones of this zone as the test zone passed in, so if there is no exceptions, it is in the wrong zone | 13:33 |
| *** cleong has joined #openstack-dns | 13:33 | |
| mugsie | the code is right, just a little wierd, but right. | 13:34 |
| kairat | so exceptions must be always raised accordin to application logic | 13:36 |
| kairat | mugsie, thanks for explanation! | 13:37 |
| *** ianychoi has joined #openstack-dns | 13:55 | |
| *** McClymontS has joined #openstack-dns | 13:58 | |
| *** McClymontS has quit IRC | 14:58 | |
| *** ndanl4 has joined #openstack-dns | 15:10 | |
| *** itlinux has joined #openstack-dns | 15:11 | |
| *** itlinux has quit IRC | 15:17 | |
| *** ndanl4 is now known as ndanl | 15:22 | |
| openstackgerrit | Merged openstack/python-designateclient master: Updated from global requirements https://review.openstack.org/529435 | 15:29 |
| *** itlinux has joined #openstack-dns | 16:04 | |
| *** AlexeyAbashkin has quit IRC | 16:13 | |
| *** pcaruana has quit IRC | 16:29 | |
| *** itlinux has quit IRC | 17:14 | |
| *** itlinux has joined #openstack-dns | 17:18 | |
| *** itlinux has quit IRC | 17:20 | |
| *** ivve has quit IRC | 17:25 | |
| *** ivve has joined #openstack-dns | 17:37 | |
| *** itlinux has joined #openstack-dns | 17:47 | |
| *** penick has joined #openstack-dns | 17:53 | |
| *** KeithMnemonic has joined #openstack-dns | 17:55 | |
| *** penick has quit IRC | 17:58 | |
| *** AlexeyAbashkin has joined #openstack-dns | 17:58 | |
| *** AlexeyAbashkin has quit IRC | 18:03 | |
| *** AlexeyAbashkin has joined #openstack-dns | 18:14 | |
| *** penick has joined #openstack-dns | 18:18 | |
| *** penick has quit IRC | 18:18 | |
| *** penick has joined #openstack-dns | 18:18 | |
| *** penick has quit IRC | 18:19 | |
| *** AlexeyAbashkin has quit IRC | 18:19 | |
| *** penick has joined #openstack-dns | 18:19 | |
| *** penick has quit IRC | 18:20 | |
| *** penick has joined #openstack-dns | 18:20 | |
| *** penick has quit IRC | 18:20 | |
| *** penick has joined #openstack-dns | 18:21 | |
| *** penick has quit IRC | 18:21 | |
| *** AlexeyAbashkin has joined #openstack-dns | 18:22 | |
| *** AlexeyAbashkin has quit IRC | 18:26 | |
| *** itlinux has quit IRC | 18:53 | |
| *** itlinux has joined #openstack-dns | 19:03 | |
| *** itlinux has quit IRC | 19:19 | |
| *** itlinux has joined #openstack-dns | 19:24 | |
| *** itlinux has quit IRC | 19:58 | |
| *** itlinux has joined #openstack-dns | 20:02 | |
| *** itlinux has quit IRC | 20:04 | |
| *** penick has joined #openstack-dns | 20:39 | |
| *** itlinux has joined #openstack-dns | 20:43 | |
| *** AlexeyAbashkin has joined #openstack-dns | 20:45 | |
| *** AlexeyAbashkin has quit IRC | 20:49 | |
| *** penick has quit IRC | 20:51 | |
| *** penick has joined #openstack-dns | 20:52 | |
| openstackgerrit | Merged openstack/designate stable/ocata: PyMySQL 0.8.0 compat fix https://review.openstack.org/531419 | 20:59 |
| *** itlinux has quit IRC | 21:13 | |
| *** openstackgerrit has quit IRC | 21:33 | |
| *** cleong has quit IRC | 21:37 | |
| *** AlexeyAbashkin has joined #openstack-dns | 21:45 | |
| *** AlexeyAbashkin has quit IRC | 21:50 | |
| *** renmak_ has joined #openstack-dns | 21:57 | |
| *** openstackgerrit has joined #openstack-dns | 22:02 | |
| *** ChanServ sets mode: +v openstackgerrit | 22:02 | |
| openstackgerrit | Merged openstack/designate-dashboard master: Updated from global requirements https://review.openstack.org/533866 | 22:02 |
| *** itlinux has joined #openstack-dns | 22:06 | |
| openstackgerrit | Merged openstack/designate-tempest-plugin master: Updated from global requirements https://review.openstack.org/534917 | 22:11 |
| *** penick has quit IRC | 22:24 | |
| *** itlinux has quit IRC | 22:27 | |
| *** itlinux has joined #openstack-dns | 22:29 | |
| *** itlinux has quit IRC | 23:09 | |
| *** itlinux has joined #openstack-dns | 23:11 | |
| *** itlinux has quit IRC | 23:43 | |
| *** penick has joined #openstack-dns | 23:47 | |
| *** penick_ has joined #openstack-dns | 23:51 | |
| *** penick has quit IRC | 23:52 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!