Thursday, 2017-11-09

*** hoonetorg has quit IRC00:02
*** yassine has joined #heat00:19
*** hoonetorg has joined #heat00:19
*** yassine is now known as Guest6384400:19
*** SmearedBeard has quit IRC00:22
*** SmearedBeard has joined #heat00:36
*** Guest63844 has quit IRC00:47
*** SmearedBeard has quit IRC00:53
*** ramishra has joined #heat00:58
*** Guest63844 has joined #heat01:05
*** cervigni has joined #heat01:13
cervignihello everybody. I am trying to create a heat template and assign a project id to a router, though the property is always unrecognised by the parser01:14
cervignihttps://pastebin.com/A3bKemvV01:15
cervignidefined exactly the same for neutron::net and neutron::subnet, neutron::router seem not accepting the tenant_id parameter01:16
cervignithough it is there, both in the ocata documentation, and in the resources available on the openstack environment as well01:16
cervignirelated documentation https://docs.openstack.org/heat/ocata/template_guide/openstack.html#OS::Neutron::Router-attr-tenant_id01:17
cervignithough not accepted with error: ERROR: Property error: resources.router.properties: Unknown Property tenant_id01:18
*** JamesW has joined #heat01:32
*** kiennt26 has joined #heat01:34
*** JamesW has quit IRC01:44
ramishracervigni: that's the tenant_id attribute, not property (don't have tanant_id prop for router), try to pass it in vlue_specs01:49
ramishracervigni: https://docs.openstack.org/heat/ocata/template_guide/openstack.html#OS::Neutron::Router-prop-value_specs01:49
ramishravalue_specs is a dict for additional properties01:50
ramishrathough it's not meant for that, I think it should work01:50
*** JamesW has joined #heat01:52
cervignimany thanks ramishra . what I find a bit strange is that in ::net and ::subnet tenant_id is defined as attribute and not as property as well, but it works under properties, while in ::router it does not02:04
cervignithe value btw is accepted, now I'll see if it works02:04
*** fragatina has quit IRC02:06
ramishracervigni: nope, net and subnet have tenant_id property https://docs.openstack.org/heat/ocata/template_guide/openstack.html#OS::Neutron::Net-prop-tenant_id02:22
ramishracervigni: what's your usecase? In heat all resources are scoped to the tenant of the user creating the stack, normally you should not use tenant_id with these resources02:25
cervignithe scope is automatically creating network resources for very inexperienced users02:31
cervigniis there a better way to do it?02:31
*** JamesW has quit IRC02:32
cervigniramishra the idea is after creating the project for a user, to initialise automatically internal network, router and basic security rules02:38
ramishraAny user in the project can create the resources in the specific projects, I think at present admin role has cross-project permissions02:39
*** chason has left #heat02:40
ramishraso a user with admin role can be in in a project and create the resources for other users02:40
*** armaan has quit IRC02:41
cervigniyes, that is the idea. with admin I create the project, and I launch heat stack to create network and security groups.02:42
*** nicolasbock has quit IRC02:42
cervigniat the same time now in my testing environment everything wokrs, while in the production environment apparently the user admin does not have the permissions to do so :D02:43
ramishra'admin' role is kind of a superuser. I think if you split the project/role/user creations(separate template) from the other resources, then you can manage withour using tenant_id property02:45
cervignihow do you specify though on which project you want to create the resources in, if not with the tenant_id in the heat template?02:48
*** sai has quit IRC02:49
ramishraif you're in that project --os-project-name02:50
*** htruta has quit IRC02:50
ramishramay your production has https://github.com/openstack/keystone/blob/master/etc/keystone.conf.sample#L2342 defined02:50
*** xinni9e has quit IRC02:51
*** syjulian has quit IRC02:51
*** hoonetorg has quit IRC02:51
*** jdandrea has quit IRC02:51
*** lifeless has quit IRC02:51
*** jdandrea_ has joined #heat02:51
*** sai has joined #heat02:52
cervignithat would be a good idea, though I cannot do it. I don't want to add the admin as a member of the project and cannot enable that flag in the keystone.conf . I tried the stack in testing and it worked. in production I have permission issues02:56
*** ayoung has quit IRC02:56
cervigniERROR: Missing required credential: roles [u'admin']02:56
*** JamesW has joined #heat02:57
*** syjulian has joined #heat02:57
*** htruta has joined #heat02:58
*** lifeless has joined #heat02:58
*** armaan has joined #heat03:01
*** JamesW has quit IRC03:01
*** xinni9e has joined #heat03:02
*** hoonetorg has joined #heat03:05
*** JamesW has joined #heat03:11
*** strobelight_ has joined #heat03:11
*** strobelight is now known as Guest2097703:11
*** strobelight_ has quit IRC03:12
*** jmlowe_ has joined #heat03:13
*** strobelight_ has joined #heat03:13
*** strobelight_ is now known as strobelight03:13
*** jmlowe has quit IRC03:15
*** Guest20977 has quit IRC03:15
*** jnettlet[m] has quit IRC03:15
*** JamesW has quit IRC03:16
*** JamesW has joined #heat03:18
*** JamesW has quit IRC03:26
*** JamesW has joined #heat03:28
*** hoolio has joined #heat03:29
*** links has joined #heat03:34
*** JamesW has quit IRC03:46
*** mdnadeem has joined #heat03:54
*** AlexeyAbashkin has joined #heat03:58
*** mdnadeem is now known as mdnadeem|afk03:59
*** AlexeyAbashkin has quit IRC04:02
*** JamesW has joined #heat04:06
*** JamesW has quit IRC04:06
*** skramaja has joined #heat04:13
*** dbecker has quit IRC04:24
*** jtomasek has joined #heat04:25
*** fragatina has joined #heat04:27
*** fragatina has quit IRC04:30
*** fragatina has joined #heat04:30
*** jtomasek has quit IRC04:35
*** dbecker has joined #heat04:37
*** fragatina has quit IRC05:32
*** jnettlet[m] has joined #heat05:40
*** armaan has quit IRC06:02
*** armaan has joined #heat06:03
*** zzzeek_ has joined #heat06:14
*** kazsh has quit IRC06:15
*** zzzeek has quit IRC06:15
*** skramaja_ has joined #heat06:16
*** kazsh has joined #heat06:16
*** Tyrantelf_ has joined #heat06:17
*** dbecker has quit IRC06:22
*** skramaja has quit IRC06:22
*** links has quit IRC06:22
*** Tyrantelf has quit IRC06:22
cervigniwhat would be the cause of a template not running from the admin user, while running from a _member_ in its project?06:26
cervignithe heat stack creates networks and security groups in a specific project, but runned from admin it results in:06:26
cervigniERROR: Missing required credential: roles [u'admin']06:26
*** dbecker has joined #heat06:29
*** links has joined #heat06:29
*** om2 has quit IRC06:32
*** AlexeyAbashkin has joined #heat06:34
*** rwsu has joined #heat06:43
*** armaan has quit IRC06:43
*** armaan has joined #heat06:44
cervignianyone can help?06:46
*** hoonetorg has quit IRC06:48
*** armaan has quit IRC06:50
*** AlexeyAbashkin has quit IRC06:58
*** hoonetorg has joined #heat07:07
*** dr_gogeta86 has quit IRC07:09
*** EmilienM has quit IRC07:09
*** jprovazn has joined #heat07:16
*** rcernin has quit IRC07:45
*** ivveh has quit IRC07:53
*** ebarrera has joined #heat08:11
*** ebarrera has quit IRC08:21
openstackgerrithuangtianhua proposed openstack/heat master: Don't return the sensitive information to user  https://review.openstack.org/49032008:25
*** d0ugal_ has quit IRC08:30
*** d0ugal has joined #heat08:30
*** d0ugal has quit IRC08:30
*** d0ugal has joined #heat08:30
*** rcernin has joined #heat08:37
*** ivveh has joined #heat08:37
*** armaan has joined #heat08:39
*** chason has joined #heat08:42
*** jistr is now known as jistr|mtg08:48
therveramishra, You around? https://bugs.launchpad.net/tripleo/+bug/1731032 looks like a pretty bad convergence issue, if you have an idea...08:58
openstackLaunchpad bug 1731032 in tripleo "CI: Deployment fails on controller timeout with task creation in heat timing out" [Critical,Triaged]08:58
*** SmearedBeard has joined #heat09:00
*** AlexeyAbashkin has joined #heat09:01
*** SmearedBeard has quit IRC09:04
ramishratherve: Is it convergence related? Anything in the logs that tells you that?09:04
ramishralooks to me like a deployment timeout, though not looked in detail09:05
therveramishra, Well, that it never happened before we enabled convergence :)09:05
*** SmearedBeard has joined #heat09:05
therveI don't think, there is no script failing on the host09:05
ramishratherve: Ok I thought that would be your answer:)09:05
ramishraNo clue why the scheduler is stuck09:06
ramishraIt should retrigger after timeout, but we added that recently09:06
ramishranot sure if it's in there09:07
*** gfidente has joined #heat09:07
therveYeah maybe check what's in the promotion09:07
*** ivveh has quit IRC09:07
ramishraprobably not, retrigger only happens if there is a new traversal09:09
therveramishra, Isn't a signal a new traversal?09:11
ramishratherve: you mean resource signal? probably not, if it's just to mark the resource COMPLETE), scaling signals may result in new traversal though09:15
therveHum ok09:15
ramishratherve: Do they see that CI failure everytime?09:18
therveramishra, Trying to see that09:18
therveApparently no09:21
ramishraOK, then why the nbug is critical?09:22
*** armaan_ has joined #heat09:23
*** armaan has quit IRC09:25
therveWell because it fails sometimes09:25
ramishracritical is blocker in my dictionary:) something is wrong though, don't know what that is:/09:28
*** EmilienM has joined #heat09:31
*** gfidente has quit IRC09:31
*** gfidente has joined #heat09:32
*** gfidente has quit IRC09:32
*** gfidente has joined #heat09:32
*** hjensas has joined #heat09:34
chandankumarramishra: hello09:34
ramishrachandankumar: hi09:34
chandankumarramishra: can we start the paper work?09:35
*** dr_gogeta86 has joined #heat09:35
*** dr_gogeta86 has quit IRC09:35
*** dr_gogeta86 has joined #heat09:35
chandankumarfor heat tempest plugin09:35
ramishrachandankumar: yes, will do this/next week, was waiting someone to approve https://review.openstack.org/#/c/509098/09:36
ramishratherve: may be you can help review those in-tree job patches?09:37
therveLooks hard :)09:38
ramishraand https://review.openstack.org/#/c/50914009:38
ramishratherve: we can improve those later, they still use some legacy job definitions atm09:39
ramishrathey are working now, we have to backport them to stable branches before removing them from project-config09:40
*** derekh has joined #heat09:42
*** skramaja_ has quit IRC09:51
*** skramaja has joined #heat09:58
openstackgerritMerged openstack/heat master: Add REST api support for cancel without rollback  https://review.openstack.org/49146710:01
openstackgerritMerged openstack/heat-dashboard master: Clean up npm package dependencies  https://review.openstack.org/51818710:02
*** jistr|mtg is now known as jistr10:15
*** links has quit IRC10:15
therveramishra, What's the todo about ZUUL_BRANCH? Does that variable exist in the playbook?10:16
*** armaan_ has quit IRC10:19
ramishratherve: I think it's copied from the v3 legacy jobs in openstack-zuul-jobs, I think what's available is {{ zuul.branch }}10:37
ramishrabut probably we don't need to use it anymore as we've these defns specific to branch10:37
therveramishra, zuul jobs are global AFAIK10:37
therveI mean, unless we backport something different10:38
therveBut stable will use those job definitions until then10:38
ramishraI'm not sure about that though, you mean use from master once we remove from project-config?10:38
therveI'm not sure, but I think that's what I understood from the session at the PTG10:39
thervezuul config is global10:39
ramishraI remeber some mails about changes recently to make it branch specific, though I'm surely missing something10:40
therveramishra, Sure, but that only works if you have jobs in the branch10:40
therveWhich we don't yet10:40
therveramishra, We can test with a depend I think10:42
ramishratherve: OK, I thought the legacy jobs in openstack-zuul-jobs and the project-config does that. Once we remove it from project-config, we've to have them in stable branches10:42
therveLet's see what https://review.openstack.org/518702 says10:44
ramishratherve: sure10:44
*** AlexeyAbashkin has quit IRC11:00
*** jprovazn has quit IRC11:06
*** pbourke has quit IRC11:10
*** pbourke has joined #heat11:12
*** AlexeyAbashkin has joined #heat11:13
*** rcernin has quit IRC11:26
*** armaan has joined #heat11:34
*** strobelight has quit IRC11:43
*** jprovazn has joined #heat11:58
*** nicolasbock has joined #heat12:00
*** ramishra has quit IRC12:13
*** strobelight has joined #heat12:57
openstackgerritOpenStack Proposal Bot proposed openstack/heat-dashboard master: Updated from global requirements  https://review.openstack.org/51658013:10
*** ramishra has joined #heat13:15
*** armaan has quit IRC13:27
*** armaan has joined #heat13:27
*** strobelight has quit IRC13:44
*** ivveh has joined #heat13:45
*** skramaja has quit IRC13:53
*** crose has joined #heat13:55
*** ramishra has quit IRC13:58
*** ramishra has joined #heat14:00
*** myoung|afk is now known as myoung14:00
*** ramishra_ has joined #heat14:23
*** ramishra has quit IRC14:25
*** ramishra_ has quit IRC14:51
*** ramishra has joined #heat14:53
*** crose has quit IRC14:56
*** blomquisg_gone is now known as blomquisg15:25
*** armaan has quit IRC15:52
*** crose has joined #heat15:52
*** armaan has joined #heat15:52
*** AlexeyAbashkin has quit IRC16:08
*** charlesr has joined #heat16:17
*** mdnadeem|afk has quit IRC16:32
*** fragatina has joined #heat16:32
*** fragatina has quit IRC16:33
*** fragatina has joined #heat16:33
*** fragatina has quit IRC16:38
*** jmlowe_ has quit IRC16:42
*** ramishra has quit IRC16:59
*** fragatina has joined #heat17:02
*** ayoung has joined #heat17:07
*** charlesr has quit IRC17:08
*** armaan has quit IRC17:10
*** armaan has joined #heat17:11
*** armaan has quit IRC17:12
*** armaan has joined #heat17:13
*** fragatina has quit IRC17:18
*** armaan has quit IRC17:32
*** armaan has joined #heat17:33
*** fragatina has joined #heat17:44
*** dsneddon has joined #heat17:57
*** derekh has quit IRC18:02
*** jmlowe has joined #heat18:15
*** AlexeyAbashkin has joined #heat18:17
*** AlexeyAbashkin has quit IRC18:29
*** armaan has quit IRC18:30
*** jprovazn has quit IRC19:07
*** blomquisg is now known as blomquisg_gone19:16
*** charlesr has joined #heat19:48
*** crose has quit IRC19:49
*** charlesr has quit IRC19:53
*** armaan has joined #heat19:57
*** fragatina has quit IRC20:09
jdandrea_Looking at the resource type for OS::Neutron::FloatingIP in heat-newton, I see that "floating_network" is a required property. Yet I have a Heat template that uses "floating_network_id" without incident. Is there some sort of _id suffix checking/allowance going on under the hood?20:10
jdandrea_That's floating_network_id as a *property*, not an attribute.20:10
*** jdandrea_ is now known as jdandrea20:11
jdandreaAh, unless there's a global environment that translates floating_network_id to floating_network gracefully.20:19
jdandreaNope, that's not it. default.yaml doesn't mention floating_network_id either.20:44
*** armaan has quit IRC20:52
*** fragatina has joined #heat20:59
*** jmlowe has quit IRC21:12
*** jmlowe has joined #heat21:32
*** crose has joined #heat21:58
*** rcernin has joined #heat22:01
*** Guest63844 has quit IRC22:05
*** crose has quit IRC22:11
*** jdandrea has quit IRC22:16
*** jmlowe has quit IRC22:22
*** jdandrea has joined #heat22:24
*** jmlowe has joined #heat22:49
*** gfidente has quit IRC23:05
*** gfidente has joined #heat23:50

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