Wednesday, 2016-11-16

*** mlavalle has quit IRC00:10
*** oajs has quit IRC00:23
*** stanzgy has joined #openstack-dns01:38
*** EricGonc_ has quit IRC02:24
*** EricGonczer_ has joined #openstack-dns02:27
*** nkinder has joined #openstack-dns02:43
*** EricGonczer_ has quit IRC03:20
*** nkinder has quit IRC04:37
*** khamtamtun has joined #openstack-dns04:40
*** khamtamtun has quit IRC04:44
*** abalutoiu has joined #openstack-dns06:09
*** abalutoiu has quit IRC06:15
*** richm has quit IRC06:41
*** nyechiel has joined #openstack-dns07:09
*** nyechiel has quit IRC07:31
*** f13o has joined #openstack-dns07:35
*** pcaruana has joined #openstack-dns07:41
*** f13o_ has joined #openstack-dns07:59
*** f13o has quit IRC08:02
openstackgerritzhangyanxian proposed openstack/designate: Fix typo in impl_akamai.py  https://review.openstack.org/39825410:23
openstackgerritzhangyanxian proposed openstack/designate: Fix typo in impl_akamai.py  https://review.openstack.org/39825410:24
*** richm has joined #openstack-dns11:12
*** catintheroof has joined #openstack-dns12:23
*** stanzgy has quit IRC12:31
*** EricGonczer_ has joined #openstack-dns12:35
*** EricGonczer_ has quit IRC12:37
*** EricGonczer_ has joined #openstack-dns13:08
*** ducttape_ has joined #openstack-dns13:08
*** EricGonczer_ has quit IRC13:08
*** ducttape_ has quit IRC13:09
*** ducttape_ has joined #openstack-dns13:10
*** nkinder has joined #openstack-dns13:33
*** ducttape_ has quit IRC13:38
*** ducttape_ has joined #openstack-dns13:38
*** ducttape_ has quit IRC13:43
*** nkinder has quit IRC13:53
*** nkinder has joined #openstack-dns13:58
*** ducttape_ has joined #openstack-dns14:20
toabctlmugsie, any more comments on https://review.openstack.org/#/c/395098/ ?14:20
*** ducttape_ has quit IRC14:31
*** ducttape_ has joined #openstack-dns14:32
f13o_hi, does designate support keystone domains?14:34
f13o_It's hard to grep the source as keyword "domain" in designate have a different meaning..14:34
mugsietoabctl: nope. I have a devstack test running right now, so when that is done I shall +214:35
toabctlcool. thanks!14:36
mugsief13o_: we work with keystone v3 + domains, but we dont have any special cases for them.14:36
mugsieis there anything in particular you want to do with them?14:36
*** ducttape_ has quit IRC14:36
mugsiekeystone domains were one of the reasons we went from domain -> zone in our v2 API14:36
*** richm has quit IRC14:53
*** ducttape_ has joined #openstack-dns14:54
*** richm has joined #openstack-dns15:09
*** tdink has joined #openstack-dns15:21
*** mlavalle has joined #openstack-dns15:26
*** EricGonczer_ has joined #openstack-dns15:28
*** EricGonc_ has joined #openstack-dns15:30
*** oajs has joined #openstack-dns15:31
*** EricGonczer_ has quit IRC15:32
*** ducttape_ has quit IRC15:35
*** timsim has joined #openstack-dns15:49
*** tdink has quit IRC15:53
*** pglass has joined #openstack-dns15:54
*** ducttape_ has joined #openstack-dns16:02
*** tdink has joined #openstack-dns16:03
*** EricGonc_ has quit IRC16:20
*** ducttape_ has quit IRC16:22
*** ducttape_ has joined #openstack-dns16:23
*** EricGonczer_ has joined #openstack-dns16:23
openstackgerritMerged openstack/designate: Follow up - removing old dirs + config  https://review.openstack.org/39227217:27
*** tdink has quit IRC17:27
*** tdink has joined #openstack-dns17:36
*** EricGonczer_ has quit IRC17:37
*** catinthe_ has joined #openstack-dns18:13
*** catintheroof has quit IRC18:15
*** catintheroof has joined #openstack-dns18:15
rainrealityIs there any way to get the heat template "name:" field using OS::Designate::Record to match the stack name?18:18
*** catinthe_ has quit IRC18:18
mugsierainreality: eh - I am not sure if heat allows that18:19
mugsie`{ get_param: name }` maybe?18:19
mugsieif it comes in as a param, its should be do able18:19
rainrealityI tried to copy what OS::Nova::Server was doing `{ str_replace: { params: { $stack_name: { get_param: 'OS::stack_name' } }, template: '$stack_name-device' } }` but that didn't seem to work18:20
rainrealityI guess the problem is that I don't know how to define a param that contains the stack name18:28
*** EricGonczer_ has joined #openstack-dns18:31
mugsie{ get_param: 'OS::stack_name' } should work18:32
mugsieas long as it has no spaces, and mataches the regex18:32
rainrealitydidn't seem to like that param. stack creation still failed18:42
*** tdink has quit IRC18:48
*** tdink has joined #openstack-dns18:49
*** chlong has joined #openstack-dns18:53
*** penick has joined #openstack-dns19:03
*** cliles has joined #openstack-dns19:06
rainrealityI get: CREATE_FAILED  BadRequest: resources.device_record: Provided object does not match schema19:18
*** haplo37_ has quit IRC19:20
*** tdink_ has joined #openstack-dns19:23
*** tdink has quit IRC19:23
*** haplo37_ has joined #openstack-dns19:29
mugsiewhat is thge name?19:33
*** tdink_ has quit IRC19:36
*** tdink has joined #openstack-dns19:36
rainrealityname: { get_param: 'OS::stack_name' }19:38
mugsieno, the actual stack name19:42
mugsieoh19:42
mugsieyeah - the name provided to that resource has to be record.domain.tld.19:43
*** EricGonczer_ has quit IRC19:48
rainrealityokay i got it. It looks like: `name: { str_replace: { params: { $stack_name: { get_param: 'OS::stack_name' } }, template: '$stack_name.demo.phaedrus.sandvine.com.' } }`19:51
*** pcaruana has quit IRC19:51
rainrealitywhat I want to figure out now is if there is a way to get project name as a param too19:53
*** EricGonczer_ has joined #openstack-dns19:54
*** penick has quit IRC20:09
mugsiehum. project name could be a problem20:13
*** tdink has quit IRC20:13
mugsiemost projects dont keep that around20:13
*** tdink has joined #openstack-dns20:13
*** penick has joined #openstack-dns20:24
rainrealityyou're basically saying they clean up such that those names wouldn't be available in parameters?20:26
openstackgerritMerged openstack/designate: Fix DB migration with postgresql  https://review.openstack.org/39509820:28
*** tdink has quit IRC20:36
*** tdink has joined #openstack-dns20:36
*** tdink has quit IRC21:01
*** tdink has joined #openstack-dns21:01
*** tdink_ has joined #openstack-dns21:12
*** tdink has quit IRC21:12
*** tdink has joined #openstack-dns21:30
*** tdink_ has quit IRC21:30
*** EricGonczer_ has quit IRC21:31
*** timsim has quit IRC21:31
*** catinthe_ has joined #openstack-dns21:32
*** catintheroof has quit IRC21:36
*** tdink_ has joined #openstack-dns21:38
*** tdink has quit IRC21:38
*** catintheroof has joined #openstack-dns21:51
*** catinthe_ has quit IRC21:51
*** tdink_ has quit IRC21:56
*** tdink has joined #openstack-dns21:56
*** EricGonczer_ has joined #openstack-dns21:57
*** EricGonczer_ has quit IRC22:01
*** nkinder has quit IRC22:01
openstackgerritOpenStack Proposal Bot proposed openstack/python-designateclient: Updated from global requirements  https://review.openstack.org/39861522:15
*** penick has quit IRC22:29
*** catintheroof has quit IRC22:54
*** chlong has quit IRC22:59
*** pglass has quit IRC23:02
*** penick has joined #openstack-dns23:07
*** ducttape_ has quit IRC23:16
*** chlong has joined #openstack-dns23:17
*** penick has quit IRC23:20
*** penick has joined #openstack-dns23:20
*** penick has quit IRC23:23
*** chlong has quit IRC23:27
*** f13o_ has quit IRC23:37
*** khamtamtun has joined #openstack-dns23:39
*** mlavalle has quit IRC23:40
*** khamtamtun has quit IRC23:42
*** oajs has quit IRC23:56

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