*** alexheneveld has joined #heat | 00:00 | |
zaneb | SpamapS: yeah, but I'm gonna scout out some bridge abutments just in case | 00:00 |
---|---|---|
*** IlyaE has quit IRC | 00:04 | |
asalkeld | ha | 00:06 |
*** blamar has quit IRC | 00:10 | |
lifeless | stevebaker: https://bugs.launchpad.net/os-apply-config/+bug/1258351 - can you add your use cases please? | 00:11 |
uvirtbot | Launchpad bug 1258351 in os-apply-config "Allow meta templates which can generate moustache-derived filenames" [Wishlist,In progress] | 00:11 |
*** gokrokve_ has joined #heat | 00:12 | |
SpamapS | randallburt: hey before I go digging for this.. can I ask a resourcegroup for an attribute that is common to all of its members? I have a use case for that (load balancer) ... wondering if there is a better way too. | 00:13 |
randallburt | SpamapS: yes | 00:13 |
*** rpothier has joined #heat | 00:13 | |
SpamapS | randallburt: got an example? | 00:13 |
randallburt | get_attr: [ group, attr_name] | 00:13 |
SpamapS | So it just kind of proxies them through? | 00:13 |
randallburt | yup | 00:13 |
* SpamapS reads code | 00:14 | |
randallburt | retuns a list instead of a single value, though | 00:14 |
SpamapS | that's fine we have Fn::Join right? | 00:14 |
*** bnemec has quit IRC | 00:14 | |
*** pvaneck has quit IRC | 00:14 | |
SpamapS | or whatever HOT's equivalent is. | 00:14 |
randallburt | I think so SpamapS. The CFN one *might* work in any case | 00:15 |
SpamapS | and actually it would be badass if it came in as a list in the metadata json. | 00:15 |
randallburt | until we scope resolve_runtime_data to the specific Template class | 00:15 |
*** gokrokve has quit IRC | 00:15 | |
randallburt | SpamapS: bug it with an example and I'd be happy to do it. | 00:15 |
* asalkeld heads off to have a marmite toasty | 00:16 | |
randallburt | what's a marmite toasty? | 00:16 |
SpamapS | something australians make us eat so we won't come back to their country | 00:17 |
*** bnemec has joined #heat | 00:18 | |
SpamapS | for us we call it a "Big Mac" | 00:18 |
randallburt | oh, yeah. googled. it. bon apatite, asalkeld ;) | 00:18 |
randallburt | what is it with the "yeasty spreadable goo"? | 00:18 |
asalkeld | snigger | 00:18 |
asalkeld | it's called yum | 00:18 |
SpamapS | hrm | 00:18 |
SpamapS | randallburt: resourcegroup is still not what I need because I need to be able to add/remove specific members. HRM. | 00:20 |
lifeless | SpamapS: you just got distracted didn't you:) | 00:20 |
SpamapS | lifeless: I had to let go of the nova thing.. leaving in 10 minutes | 00:20 |
randallburt | SpamapS: hrm. what would that look like, exactly? you mean create the downstream resource yourself and add it to a group in some template? | 00:21 |
*** IlyaE has joined #heat | 00:21 | |
SpamapS | lifeless: so just browsing pending reviews and pondering | 00:21 |
SpamapS | randallburt: I mean if I have 6 "things" and thing 3 needs replacing.. resourcegroup makes that complicated. | 00:21 |
*** IlyaE has quit IRC | 00:23 | |
randallburt | SpamapS: ah, ok. Hrm. a bit tricky without api access to some sort of resource-specific "action" (which tbh sounds like a good idea anyway) | 00:23 |
*** adrian_otto has joined #heat | 00:23 | |
lifeless | randallburt: huh? | 00:23 |
lifeless | Surely we just upload a new template, right? | 00:23 |
SpamapS | lifeless: right, but how do I say "replace group[2]" in a template. :p | 00:24 |
*** openstackgerrit has quit IRC | 00:24 | |
*** openstackgerrit has joined #heat | 00:24 | |
randallburt | SpamapS: I suppose I could add something like an action-target property that's ephemeral, but sounds hacky to me | 00:25 |
SpamapS | perhaps a subset of abandon is the right way to go | 00:25 |
lifeless | SpamapS: how do you define group[2] in the first place ? | 00:25 |
SpamapS | lifeless: that's just the thing. You don't. | 00:25 |
lifeless | SpamapS: ok, so why do we need replace group[2] ? | 00:26 |
SpamapS | lifeless: you say "Group: {Properties: {Size: 5}}" | 00:26 |
SpamapS | lifeless: because group[2] is compromised/dead/stinky | 00:26 |
SpamapS | actually | 00:27 |
SpamapS | converge can handle this | 00:27 |
SpamapS | delete it manually | 00:27 |
SpamapS | converge | 00:27 |
randallburt | oh, yeah. | 00:27 |
SpamapS | But I do worry about when we do the update from 5->4 | 00:27 |
lifeless | SpamapS: right, that was where I was going | 00:27 |
lifeless | SpamapS: STNITH | 00:27 |
lifeless | SpamapS: to shrink, random one chosen, and the graceful pattern we designed at the summit kicks in. | 00:28 |
randallburt | well, the gist is that under "normal" circumstances, the resources in the group aren't any different from one another, so it generally doesn't matter which one gets "culled" in that case | 00:28 |
SpamapS | I've been thinking about possibly having the rolling update piece tie into a "I'm currently not replacable" condition flag that can be used to make sure we don't degrade clusters. | 00:29 |
lifeless | SpamapS: I think the graceful thing handles that implicitly | 00:29 |
SpamapS | yeah it does | 00:29 |
SpamapS | ok, -> kids | 00:29 |
*** IlyaE has joined #heat | 00:31 | |
*** IlyaE has quit IRC | 00:33 | |
*** rcleere has quit IRC | 00:35 | |
*** brint has quit IRC | 00:36 | |
*** faramir1 has joined #heat | 00:44 | |
sdake_ | asalkeld any chance you filed that bug for the missing features in python-heatclinet/ | 00:53 |
asalkeld | no, i thought it's a part of the heatclient rebase or the other one | 00:54 |
sdake_ | no needs to be a fresh bug, we aren't doing another rebase | 00:54 |
sdake_ | the other one is the openstack-heat component | 00:55 |
sdake_ | needs to be against python-heatclient | 00:55 |
asalkeld | i see | 00:55 |
sdake_ | did the review hit the python-heatclient repo yet? | 00:56 |
asalkeld | https://review.openstack.org/#/c/61624/ | 00:57 |
asalkeld | no | 00:57 |
sdake_ | reviewing | 00:57 |
*** gokrokve_ has quit IRC | 00:58 | |
sdake_ | looks good | 01:00 |
*** blamar has joined #heat | 01:02 | |
*** yogesh has joined #heat | 01:02 | |
openstackgerrit | Steve Baker proposed a change to openstack/heat: Allow choice in how SignalResponder user id is stored. https://review.openstack.org/61902 | 01:03 |
openstackgerrit | Steve Baker proposed a change to openstack/heat: Service authorize stack user from provided stack https://review.openstack.org/58875 | 01:03 |
openstackgerrit | Steve Baker proposed a change to openstack/heat: OS::Nova::Server support for software config https://review.openstack.org/58880 | 01:03 |
openstackgerrit | Steve Baker proposed a change to openstack/heat: REST API for software config/deployment https://review.openstack.org/58878 | 01:03 |
openstackgerrit | Steve Baker proposed a change to openstack/heat: Resource types for software config/deployment https://review.openstack.org/58879 | 01:04 |
openstackgerrit | Steve Baker proposed a change to openstack/heat: Database model for software config/deployment https://review.openstack.org/58876 | 01:04 |
openstackgerrit | Steve Baker proposed a change to openstack/heat: RPC service for software config/deployment https://review.openstack.org/58877 | 01:04 |
*** randallburt has quit IRC | 01:05 | |
asalkeld | stevebaker, https://review.openstack.org/#/c/61276 | 01:06 |
openstackgerrit | Steve Baker proposed a change to openstack/python-heatclient: Add support for software config resources https://review.openstack.org/58885 | 01:07 |
asalkeld | I could change that to only have the sphinx change | 01:07 |
asalkeld | get it in, then jpeelers https://review.openstack.org/#/c/61855/ | 01:07 |
asalkeld | then the hacking change | 01:07 |
asalkeld | dam mess | 01:08 |
stevebaker | right, so sphinx change will unwedge us, then the hacking upgrade should be merged with jpeeler's pep8 fix | 01:09 |
asalkeld | yeah | 01:10 |
asalkeld | making series now | 01:10 |
*** alexheneveld has quit IRC | 01:11 | |
*** wwallnrr__ has quit IRC | 01:12 | |
asalkeld | actually it's not needed | 01:13 |
asalkeld | only jpeeler's is needed | 01:14 |
openstackgerrit | DennyZhang proposed a change to openstack/heat: Fix get_column_num problem in heat-keystone-setup get_column_num function search the second line of command output, to get the field number for a specific field. https://review.openstack.org/61904 | 01:16 |
openstackgerrit | DennyZhang proposed a change to openstack/heat: Fix get_column_num problem in heat-keystone-setup https://review.openstack.org/61904 | 01:19 |
*** kfox1111 has quit IRC | 01:28 | |
openstackgerrit | DennyZhang proposed a change to openstack/heat: add assertion to heat-keystone-setup script https://review.openstack.org/61905 | 01:30 |
openstackgerrit | DennyZhang proposed a change to openstack/heat: Fix get_column_num problem in heat-keystone-setup https://review.openstack.org/61904 | 01:31 |
*** ccs has joined #heat | 01:31 | |
*** fandikurnia01 has joined #heat | 01:33 | |
stevebaker | lifeless: done, or rather I've documented my anti-use-case | 01:38 |
*** dims has quit IRC | 01:39 | |
*** gokrokve has joined #heat | 01:45 | |
*** yogesh has quit IRC | 01:46 | |
*** sdake_ has quit IRC | 01:47 | |
*** sdake_ has joined #heat | 01:47 | |
*** sdake_ has quit IRC | 01:47 | |
*** sdake_ has joined #heat | 01:47 | |
lifeless | stevebaker: thanks | 01:52 |
*** dims has joined #heat | 01:52 | |
*** giulivo has quit IRC | 01:55 | |
*** radix_ has quit IRC | 02:05 | |
*** bgorski has quit IRC | 02:06 | |
asalkeld | MountPoint: Device "/dev/vdc" does not match pattern "/dev/vd[b-z]" | 02:13 |
asalkeld | egh, re2 | 02:13 |
*** sdake_ has quit IRC | 02:17 | |
*** erkules_ has joined #heat | 02:22 | |
*** erkules has quit IRC | 02:25 | |
*** ccs has quit IRC | 02:32 | |
*** andersonvom has quit IRC | 02:34 | |
*** arbylee has quit IRC | 02:34 | |
*** arbylee has joined #heat | 02:35 | |
*** liang has joined #heat | 02:37 | |
*** arbylee has quit IRC | 02:39 | |
*** guohliu has joined #heat | 02:45 | |
*** arbylee has joined #heat | 02:49 | |
*** adrian_otto has quit IRC | 02:53 | |
*** SushilKM has joined #heat | 02:57 | |
*** adrian_otto has joined #heat | 02:59 | |
*** mestery_ has joined #heat | 03:11 | |
*** mestery has quit IRC | 03:14 | |
openstackgerrit | Sushil Kumar proposed a change to openstack/python-heatclient: Updates tox.ini to use new features https://review.openstack.org/60826 | 03:15 |
*** sdake_ has joined #heat | 03:16 | |
*** rpothier_ has joined #heat | 03:19 | |
*** andersonvom has joined #heat | 03:19 | |
*** jomara has quit IRC | 03:20 | |
*** rpothier has quit IRC | 03:22 | |
*** ccs has joined #heat | 03:24 | |
*** jomara has joined #heat | 03:28 | |
*** mestery has joined #heat | 03:39 | |
*** mestery_ has quit IRC | 03:42 | |
*** adrian_otto has quit IRC | 04:00 | |
*** AndrewMichalik has joined #heat | 04:09 | |
*** andersonvom has quit IRC | 04:11 | |
*** SushilKM has quit IRC | 04:15 | |
*** kfox1111 has joined #heat | 04:16 | |
*** SushilKM has joined #heat | 04:17 | |
*** SushilKM has quit IRC | 04:20 | |
*** SushilKM has joined #heat | 04:21 | |
*** SushilKM has quit IRC | 04:25 | |
*** guohliu has quit IRC | 04:29 | |
*** guohliu has joined #heat | 04:42 | |
*** urulama has joined #heat | 05:03 | |
*** guohliu has quit IRC | 05:11 | |
*** rushiagr has joined #heat | 05:12 | |
*** aignatov has joined #heat | 05:20 | |
*** gokrokve has quit IRC | 05:21 | |
*** guohliu has joined #heat | 05:22 | |
*** SergeyLukjanov has joined #heat | 05:27 | |
*** vkozhukalov has joined #heat | 05:30 | |
*** adrian_otto has joined #heat | 05:32 | |
*** sdake_ has quit IRC | 05:42 | |
*** erkules_ is now known as erkules | 05:45 | |
*** swygue has quit IRC | 05:46 | |
*** ccs has quit IRC | 05:51 | |
*** gokrokve has joined #heat | 05:54 | |
*** gokrokve has quit IRC | 05:58 | |
*** swygue has joined #heat | 05:59 | |
*** Alienyyg has quit IRC | 06:02 | |
openstackgerrit | Jenkins proposed a change to openstack/heat: Imported Translations from Transifex https://review.openstack.org/61322 | 06:07 |
*** nkhare has joined #heat | 06:07 | |
*** arbylee has quit IRC | 06:10 | |
*** aignatov has quit IRC | 06:12 | |
*** vkozhukalov has quit IRC | 06:21 | |
*** slong_ has quit IRC | 06:24 | |
*** SushilKM has joined #heat | 06:39 | |
*** yogesh has joined #heat | 06:52 | |
*** yogesh has quit IRC | 06:57 | |
openstackgerrit | Serg Melikyan proposed a change to openstack/heat: Added session_persistence property to VIP https://review.openstack.org/61074 | 06:59 |
*** Alienyyg has joined #heat | 07:00 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 07:05 | |
*** _SergeyLukjanov has quit IRC | 07:06 | |
*** yogesh has joined #heat | 07:06 | |
*** rushiagr has quit IRC | 07:09 | |
*** arbylee has joined #heat | 07:11 | |
*** swygue has quit IRC | 07:17 | |
*** SergeyLukjanov has joined #heat | 07:19 | |
*** arbylee has quit IRC | 07:19 | |
skraynev_ | Morning all . | 07:20 |
*** nkhare has quit IRC | 07:20 | |
*** jprovazn has joined #heat | 07:24 | |
openstackgerrit | Serg Melikyan proposed a change to openstack/heat: Added session_persistence property to VIP https://review.openstack.org/61074 | 07:24 |
skraynev_ | hello, zaneb | 07:26 |
*** ccs has joined #heat | 07:27 | |
*** akuznetsov has quit IRC | 07:30 | |
sergmelikyan | Guys, about this change: https://review.openstack.org/61074 - should I update this change with a new scheme? | 07:30 |
sergmelikyan | AFAIK, patches with new scheme not yet merged, but looks right to approve them first | 07:31 |
skraynev_ | sergmelikyan: IMO will be better if we wait until scheme refactoring will be merged | 07:33 |
*** skraynev_ has quit IRC | 07:34 | |
*** skraynev_ has joined #heat | 07:35 | |
*** skraynev_ is now known as skraynev | 07:36 | |
*** amritanshu_RnD has joined #heat | 07:37 | |
*** yogesh has quit IRC | 07:41 | |
therve | 'morning | 07:43 |
*** SergeyLukjanov is now known as _SergeyLukjanov | 07:44 | |
*** _SergeyLukjanov has quit IRC | 07:45 | |
*** jamieh has joined #heat | 07:45 | |
*** jamieh has quit IRC | 07:50 | |
*** vkozhukalov has joined #heat | 07:52 | |
*** vkozhukalov has quit IRC | 08:02 | |
*** yogesh has joined #heat | 08:10 | |
*** lsmola has joined #heat | 08:11 | |
*** SergeyLukjanov has joined #heat | 08:12 | |
*** radix_ has joined #heat | 08:14 | |
*** vkozhukalov has joined #heat | 08:14 | |
shardy | morning | 08:23 |
*** aignatov has joined #heat | 08:28 | |
*** akuznetsov has joined #heat | 08:29 | |
*** rongze has joined #heat | 08:29 | |
*** nkhare has joined #heat | 08:30 | |
Alienyyg | moring | 08:37 |
Alienyyg | morning | 08:37 |
*** tomek_adamczewsk has joined #heat | 08:38 | |
*** yogesh has quit IRC | 08:42 | |
*** yogesh has joined #heat | 08:46 | |
*** yogesh has quit IRC | 08:46 | |
*** yogesh_ has joined #heat | 08:48 | |
*** nosnos has joined #heat | 08:55 | |
*** yogesh has joined #heat | 08:55 | |
*** yogesh_ has quit IRC | 08:56 | |
*** faramir1 has quit IRC | 08:56 | |
*** ccs has quit IRC | 08:57 | |
openstackgerrit | A change was merged to openstack/heat: Add validation for an existence of a resource type https://review.openstack.org/60038 | 08:58 |
*** faramir1 has joined #heat | 09:00 | |
therve | shardy, Do you know why we do a Resource.validate when validating the stack (before creation) and then another properties.validate before creating the resource itself? | 09:00 |
*** rongze has quit IRC | 09:05 | |
liang | therve, I guess,, because when the first time validate is called runtime_data has not been resolved | 09:09 |
liang | or more precisely can not be resolved at that time | 09:10 |
liang | For example, a reference to other resource | 09:11 |
liang | I mean a reference to an attribute of another resource. | 09:12 |
therve | Okay maybe | 09:13 |
liang | therve, ^ | 09:13 |
therve | We could call Resource.validate, then | 09:14 |
*** derekh has joined #heat | 09:16 | |
*** yogesh has quit IRC | 09:16 | |
liang | yeah, that should work as well | 09:16 |
*** arbylee has joined #heat | 09:16 | |
*** faramir1 has quit IRC | 09:17 | |
*** fandikurnia01 has quit IRC | 09:17 | |
*** aignatov has quit IRC | 09:18 | |
*** aignatov has joined #heat | 09:20 | |
*** arbylee has quit IRC | 09:20 | |
*** yogesh has joined #heat | 09:21 | |
*** SergeyLukjanov has quit IRC | 09:22 | |
shardy | therve: Yeah, as liang says, we need to validate the properties values before we create each resource, which you can't do before the dependent resources have been created | 09:25 |
therve | Yeah that makes sense | 09:26 |
*** rongze has joined #heat | 09:34 | |
*** yogesh has quit IRC | 09:41 | |
*** yogesh has joined #heat | 09:42 | |
*** yogesh has quit IRC | 09:45 | |
*** yogesh has joined #heat | 09:46 | |
*** giulivo has joined #heat | 09:47 | |
*** nosnos has quit IRC | 09:51 | |
*** jamieh has joined #heat | 09:53 | |
*** jprovazn has quit IRC | 09:54 | |
*** aignatov has quit IRC | 10:08 | |
*** SergeyLukjanov has joined #heat | 10:10 | |
openstackgerrit | Serg Melikyan proposed a change to openstack/heat: Added session_persistence property to VIP https://review.openstack.org/61074 | 10:11 |
*** yogesh has quit IRC | 10:14 | |
*** yogesh has joined #heat | 10:15 | |
openstackgerrit | Serg Melikyan proposed a change to openstack/heat: Added session_persistence property to VIP https://review.openstack.org/61074 | 10:15 |
sergmelikyan | therve, I had rewrote test for validate but I am not sure that result is what you are talked about. Can you look? | 10:16 |
therve | Sure | 10:17 |
therve | Yeah that looks much better | 10:17 |
sergmelikyan | therve, Thx! | 10:19 |
*** rushiagr has joined #heat | 10:26 | |
*** guohliu has quit IRC | 10:29 | |
*** nkhare has quit IRC | 10:32 | |
*** jprovazn has joined #heat | 10:32 | |
*** yogesh has quit IRC | 10:34 | |
*** yogesh has joined #heat | 10:34 | |
openstackgerrit | Serg Melikyan proposed a change to openstack/heat: Added session_persistence property to VIP https://review.openstack.org/61074 | 10:37 |
*** yogesh has quit IRC | 10:39 | |
sergmelikyan | therve, what do you think about merging "Convert Neutron resources to new Schema format" and update "Added session_persistence property to VIP" to the new scheme? | 10:41 |
therve | Merging? | 10:42 |
*** liang has quit IRC | 10:42 | |
therve | One will land before the other. The other will need to fix his patch, that's about it :) | 10:43 |
*** chandankumar has quit IRC | 10:43 | |
*** nkhare has joined #heat | 10:45 | |
*** chandankumar has joined #heat | 10:46 | |
*** aignatov has joined #heat | 10:46 | |
*** blomquisg has quit IRC | 10:55 | |
*** sergmelikyan has quit IRC | 11:00 | |
Alienyyg | hi guys, I have a zombie stack ,and can not be deleted ,it status keep " delete in progress" , this just happen after I reboot the controller, how can I delete it ? | 11:03 |
*** rongze has quit IRC | 11:06 | |
*** adrian_otto has quit IRC | 11:10 | |
*** arbylee has joined #heat | 11:16 | |
*** arbylee has quit IRC | 11:21 | |
*** rongze has joined #heat | 11:38 | |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/heat: Fix misused assertTrue in unit tests https://review.openstack.org/61816 | 11:40 |
*** jprovazn_ has joined #heat | 11:44 | |
*** jprovazn has quit IRC | 11:44 | |
*** yogesh has joined #heat | 11:45 | |
*** swygue has joined #heat | 11:45 | |
openstackgerrit | A change was merged to openstack/heat: pep8 fix: assertEquals -> assertEqual https://review.openstack.org/61855 | 11:45 |
*** rongze has quit IRC | 11:49 | |
*** yogesh has quit IRC | 11:49 | |
*** sergmelikyan has joined #heat | 11:50 | |
*** zaneb has quit IRC | 11:51 | |
openstackgerrit | A change was merged to openstack/python-heatclient: Add support for resource_types https://review.openstack.org/61624 | 11:55 |
*** nkhare has quit IRC | 12:01 | |
*** zaneb has joined #heat | 12:03 | |
*** aignatov_ has joined #heat | 12:03 | |
*** aignatov has quit IRC | 12:05 | |
*** aignatov_ is now known as aignatov | 12:05 | |
*** arbylee has joined #heat | 12:05 | |
*** nkhare has joined #heat | 12:14 | |
*** rongze has joined #heat | 12:15 | |
*** sgordon has joined #heat | 12:20 | |
*** sgordon has quit IRC | 12:20 | |
*** sgordon has joined #heat | 12:20 | |
*** blomquisg has joined #heat | 12:21 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 12:24 | |
*** _SergeyLukjanov has quit IRC | 12:25 | |
*** arbylee has quit IRC | 12:25 | |
*** kfox1111 has quit IRC | 12:27 | |
*** kfox1111 has joined #heat | 12:29 | |
*** swygue has quit IRC | 12:32 | |
*** SergeyLukjanov has joined #heat | 12:33 | |
openstackgerrit | A change was merged to openstack/heat: Change assertTrue(A in B) to assertIn(A, B) https://review.openstack.org/61438 | 12:38 |
openstackgerrit | A change was merged to openstack/heat: heat-manage man page not generated in doc build https://review.openstack.org/61212 | 12:40 |
*** bvandenh has joined #heat | 12:41 | |
*** aignatov has quit IRC | 12:51 | |
*** aignatov has joined #heat | 12:52 | |
*** aignatov has quit IRC | 12:52 | |
*** aignatov has joined #heat | 12:53 | |
*** aignatov has quit IRC | 12:54 | |
*** aignatov has joined #heat | 12:55 | |
*** dmakogon_ is now known as denis_makogon | 13:02 | |
*** aignatov_ has joined #heat | 13:17 | |
*** aignatov has quit IRC | 13:19 | |
*** aignatov_ is now known as aignatov | 13:19 | |
*** alexheneveld has joined #heat | 13:22 | |
*** nkhare has quit IRC | 13:24 | |
*** akuznetsov has quit IRC | 13:25 | |
*** derekh has quit IRC | 13:26 | |
openstackgerrit | Andrey Kurilin proposed a change to openstack/python-heatclient: Sync base from oslo https://review.openstack.org/61991 | 13:38 |
*** blomquisg has quit IRC | 13:40 | |
*** shakayumi has joined #heat | 13:43 | |
*** akuznetsov has joined #heat | 13:47 | |
*** alexheneveld has quit IRC | 13:54 | |
*** rongze has quit IRC | 13:59 | |
*** radez_g0n3 is now known as radez | 13:59 | |
*** topol has joined #heat | 14:11 | |
openstackgerrit | A change was merged to openstack/heat: Convert Autoscaling resources to new Schema format https://review.openstack.org/61793 | 14:11 |
*** vkozhukalov has quit IRC | 14:15 | |
*** blamar has quit IRC | 14:17 | |
*** rushiagr has quit IRC | 14:19 | |
*** SushilKM has quit IRC | 14:20 | |
*** russellb is now known as rustlebee | 14:25 | |
*** swygue has joined #heat | 14:33 | |
sdake | morning | 14:43 |
skraynev | hello, sdake | 14:43 |
*** rongze has joined #heat | 14:44 | |
*** amritanshu_RnD has quit IRC | 14:46 | |
*** urulama has quit IRC | 14:47 | |
*** blamar has joined #heat | 14:48 | |
*** shakayumi has quit IRC | 14:49 | |
*** adrian_otto has joined #heat | 14:50 | |
*** IlyaE has joined #heat | 14:58 | |
*** swygue has quit IRC | 14:58 | |
*** jcru has joined #heat | 15:00 | |
*** Alienyyg has quit IRC | 15:01 | |
*** shakayumi has joined #heat | 15:03 | |
*** alexheneveld has joined #heat | 15:05 | |
*** shakayumi has quit IRC | 15:08 | |
*** akuznetsov has quit IRC | 15:08 | |
*** rcleere has joined #heat | 15:09 | |
*** shakayumi has joined #heat | 15:10 | |
*** rongze has quit IRC | 15:11 | |
*** tims has quit IRC | 15:12 | |
*** akuznetsov has joined #heat | 15:13 | |
*** obondarev has quit IRC | 15:21 | |
*** obondarev has joined #heat | 15:22 | |
*** alcabrera has joined #heat | 15:23 | |
*** sjmc has joined #heat | 15:24 | |
*** pshchelo has joined #heat | 15:24 | |
*** jprovazn_ has quit IRC | 15:26 | |
pshchelo | hi, can somebody point me to specs on environment files? what types/schemes of URI are valid there? only relative URIs or full also? | 15:26 |
*** bvandenh has quit IRC | 15:27 | |
*** brint has joined #heat | 15:28 | |
shardy | pshchelo: http://docs.openstack.org/developer/heat/template_guide/environment.html#format | 15:29 |
shardy | pshchelo: IIRC the paths have to be absolute not relative | 15:30 |
pshchelo | shardy: thanks! | 15:30 |
shardy | or at least they did last time I tested | 15:30 |
pshchelo | being thinking about bug/1233914 | 15:31 |
*** rwsu has joined #heat | 15:31 | |
pshchelo | shardy: it's not clear - are only local files currently allowed in the env, or we should also support URLs also? | 15:33 |
pshchelo | because examples only use local files | 15:34 |
shardy | pshchelo: I think that inside the environment you can use URLs or file:/// | 15:34 |
shardy | pshchelo: That bug is about enabling a --environment-url option I think | 15:35 |
pshchelo | shardy: ok, will dance from that | 15:35 |
*** swygue has joined #heat | 15:35 | |
shardy | so the environment itself can be specified via URL like --template-url | 15:35 |
pshchelo | I see, will do | 15:36 |
*** spzala has joined #heat | 15:37 | |
*** SushilKM has joined #heat | 15:37 | |
*** rongze has joined #heat | 15:39 | |
*** tims has joined #heat | 15:42 | |
openstackgerrit | Andrey Kurilin proposed a change to openstack/python-heatclient: Sync base and exceptions from oslo https://review.openstack.org/61991 | 15:43 |
*** bnemec is now known as beekneemech | 15:45 | |
*** dims has quit IRC | 15:45 | |
*** dims has joined #heat | 15:47 | |
*** pshchelo has quit IRC | 15:50 | |
*** pshchelo has joined #heat | 15:51 | |
*** skraynev has quit IRC | 15:51 | |
*** funzo has quit IRC | 15:57 | |
*** ccs has joined #heat | 15:58 | |
*** funzo has joined #heat | 15:58 | |
*** shakayumi has quit IRC | 16:08 | |
jasond | is "reverify no bug" okay to use? if not, how would i go about identifying the bug to reverify? | 16:10 |
shardy | jasond: In general, no, and there was talk of disabling it completely | 16:10 |
shardy | jasond: I normally just google the error from the console log | 16:10 |
shardy | 90% of times, you get an exsting bug to reference | 16:11 |
jasond | shardy: which error? https://review.openstack.org/#/c/59851/ | 16:11 |
*** rongze has quit IRC | 16:14 | |
shardy | jasond: That actually looks like some ci server is not there or something, it's broken infra rather than a failing test AFAICS | 16:15 |
jasond | shardy: okay, i'll ask in #openstack-infra. thanks! | 16:15 |
shardy | jasond: Yeah, probably the best plan | 16:16 |
therve | I don't understand, the build is green? | 16:17 |
shardy | therve: before the most recent recheck | 16:17 |
therve | shardy, Yeah and the recheck refers to a bug? | 16:17 |
shardy | Evidently jasond didn't think that the correct one to reverify against? | 16:19 |
shardy | It does look similar tho | 16:19 |
jasond | jeremy stanley from #openstack-infra just reverified a different bug | 16:20 |
*** rongze has joined #heat | 16:21 | |
*** gokrokve has joined #heat | 16:21 | |
*** topol has quit IRC | 16:22 | |
*** alexheneveld has quit IRC | 16:25 | |
*** brint has quit IRC | 16:29 | |
*** brint has joined #heat | 16:32 | |
*** kfox1111 has quit IRC | 16:32 | |
*** kfox1111 has joined #heat | 16:33 | |
*** IlyaE has quit IRC | 16:37 | |
*** openstackgerrit has quit IRC | 16:37 | |
*** jasond has quit IRC | 16:37 | |
*** grncdr has quit IRC | 16:37 | |
*** IlyaE has joined #heat | 16:38 | |
*** openstackgerrit has joined #heat | 16:38 | |
*** grncdr has joined #heat | 16:38 | |
*** jasond has joined #heat | 16:38 | |
*** SushilKM has quit IRC | 16:40 | |
*** SergeyLukjanov has quit IRC | 16:43 | |
*** grncdr_ has joined #heat | 16:44 | |
*** IlyaE_ has joined #heat | 16:44 | |
*** jasond` has joined #heat | 16:45 | |
therve | I get a giant blob of text when testr gets an import error | 16:47 |
therve | Did anyone else observe that? It makes it hard to debug | 16:47 |
shardy | everything about testr makes stuff hard to debug :\ | 16:48 |
*** IlyaE has quit IRC | 16:49 | |
*** openstackgerrit has quit IRC | 16:49 | |
*** jasond has quit IRC | 16:49 | |
*** grncdr has quit IRC | 16:49 | |
*** IlyaE_ is now known as IlyaE | 16:49 | |
*** grncdr_ is now known as grncdr | 16:49 | |
*** swygue has quit IRC | 16:50 | |
*** adrian_otto has quit IRC | 16:51 | |
*** SushilKM has joined #heat | 16:51 | |
*** sgordon has quit IRC | 16:52 | |
*** blomquisg has joined #heat | 16:54 | |
*** akuznetsov has quit IRC | 16:55 | |
SpamapS | shardy: That's the price we pay for 4x the speed. ;) | 16:57 |
SpamapS | "You can go fast, but if you crash, you die 4 times." | 16:57 |
*** swygue has joined #heat | 16:58 | |
therve | SpamapS, We should have a better development story though | 16:58 |
shardy | Yeah, I'd love to figure out a less painful wy to debug tests, considering it's what I spend most time doing | 16:59 |
SpamapS | therve: sounds like a bug for the testr folk :) | 16:59 |
SpamapS | shardy: what do you do right now? | 16:59 |
SpamapS | because when I need to, i just switch to python -m testtools.run test.name | 16:59 |
therve | SpamapS, Is it possible though? The pdb bug has been opened for a while | 16:59 |
SpamapS | well I actually use runtest which is an alias I added.. :-P | 17:00 |
shardy | SpamapS: Yeah, I do that, or nosetests -s if the test doesn't use testscenarios | 17:00 |
SpamapS | therve: I believe that the workarounds are decent enough that nobody from testr cares much. | 17:00 |
therve | Maybe I should use testtools too then | 17:00 |
therve | (and add support for filenames to testtools) | 17:00 |
*** aweiteka has joined #heat | 17:00 | |
therve | SpamapS, The workarounds? Like using testtools directly, or is there something else? | 17:01 |
shardy | but with testtools.run I sometimes see some weird results due to imports happening from my site-packages not the local tree | 17:01 |
shardy | or at least that was happening in python-heatclient | 17:01 |
SpamapS | shardy: .tox/py27/bin/python ftw | 17:01 |
therve | Yeah that sounds weird | 17:01 |
*** blomquisg has quit IRC | 17:01 | |
*** randallburt has joined #heat | 17:01 | |
therve | Man don't say the workarounds are decent enough and not give them :p | 17:04 |
SpamapS | therve: oh sorry ^^ shardy gave them | 17:05 |
SpamapS | therve: the workaround is to run tests with a different runner | 17:05 |
therve | SpamapS, right, but now we rely on testscenarios | 17:05 |
therve | Which is only supported by testtools presumably? | 17:05 |
SpamapS | right and so you don't like converting /'s to .'s ? :) | 17:06 |
shardy | Yeah, means you can't use notestests and have to use testtools | 17:06 |
*** topol has joined #heat | 17:06 | |
SpamapS | I don't know why nosetests is a thing | 17:06 |
*** pshchelo has quit IRC | 17:06 | |
shardy | nosetests even | 17:06 |
* SpamapS would be fine if it would DIAF | 17:06 | |
therve | Heh | 17:06 |
shardy | SpamapS: If the other options worked I'd agree | 17:06 |
therve | Yeah exactly | 17:07 |
therve | SpamapS, I didn't get the joke about converting /'s btw :) | 17:07 |
shardy | The nice thing about nosetests is it's simple and it doesn't have any magic hiding stuff from you | 17:07 |
SpamapS | I've only been doing python for 3 years. testr kicks ass compared to everything else I've used in that short time, and its advantages far outweigh a few niggles about printed output and/or files being hard to run tests in. | 17:08 |
SpamapS | therve: oh I'm trying to figure out why you don't like testtools.run | 17:08 |
*** SushilKM has quit IRC | 17:08 | |
therve | SpamapS, It doesn't take filename args, for example | 17:08 |
SpamapS | shardy: it isn't intentionally hiding things. It is making use of subunit, and expecting you to handle things like displaying stderr/stdout | 17:09 |
SpamapS | therve: right, that was my joke | 17:09 |
SpamapS | therve: if you convert / to . that is 90% of the filename problem solved. :) | 17:09 |
therve | SpamapS, tell that to bash completion, though | 17:09 |
SpamapS | meh I say | 17:10 |
SpamapS | niggles | 17:10 |
SpamapS | you run it... and it uses all your CPU's. ALL OF THEM. | 17:10 |
*** alexheneveld has joined #heat | 17:10 | |
therve | Yeah that seems to be testr opinion on nice features :) | 17:10 |
jasond` | therve: write a bash script that accepts a path and then converts it to the testtools format and passes it to testtools | 17:10 |
SpamapS | therve: have you tried to fix anything in testr? I mean, lifeless isn't exactly a jerk.. I'm sure he'd take your patch. :) | 17:11 |
therve | testtools has a really dry output, too | 17:11 |
SpamapS | jasond`: I actually did that. :) | 17:11 |
*** pablosan has joined #heat | 17:11 | |
SpamapS | for a while I had an iwatch thing that would run all the tests for any file I wrote to in a dir. | 17:11 |
therve | SpamapS, Well the pdb thing is just how it is, AFAICT | 17:11 |
SpamapS | therve: it could be made to work. | 17:12 |
therve | I didn't care so much before we were using testscenarios | 17:12 |
therve | I guess I can contribute to testtools, though | 17:12 |
SpamapS | therve: it is hard, and a trade-off that is acceptible I think. | 17:12 |
*** aignatov has quit IRC | 17:13 | |
therve | SpamapS, I'm okay with it, just I need something that works, and there is no great solutions right now | 17:13 |
SpamapS | Probably would be easier if pdb had the ability to attach to a different terminal. | 17:13 |
*** blomquisg has joined #heat | 17:13 | |
*** bgorski has joined #heat | 17:16 | |
*** jhurlbert has joined #heat | 17:19 | |
*** blomquisg has quit IRC | 17:19 | |
*** openstackgerrit has joined #heat | 17:22 | |
*** SergeyLukjanov has joined #heat | 17:23 | |
openstackgerrit | Tim Schnell proposed a change to openstack/heat: Updates template_validate call to validate parameter_groups. https://review.openstack.org/61601 | 17:23 |
*** tomek_adamczewsk has quit IRC | 17:24 | |
*** adrian_otto has joined #heat | 17:25 | |
jasond` | therve: did you figure out why testr outputted a blob? | 17:26 |
therve | jasond`, Unfortunately no | 17:27 |
therve | jasond`, I managed to figured out *why* I got a blob, which wasted enough time :) | 17:27 |
jasond` | oh ok. well now i have a blob :( | 17:28 |
*** SushilKM has joined #heat | 17:28 | |
*** AndrewMichalik has quit IRC | 17:29 | |
*** alexheneveld has quit IRC | 17:29 | |
openstackgerrit | Jason Dunsmore proposed a change to openstack/heat: Validate number of instance metadata entries https://review.openstack.org/61864 | 17:35 |
therve | jasond`, I mean the blob is because of an import error in one of your files, if that wasn't clear | 17:36 |
jasond` | therve: i think it was happening because of an update to requirements.txt (python-six) | 17:36 |
jasond` | i was getting: AttributeError: 'module' object has no attribute 'add_metaclass' | 17:36 |
therve | Yeah I remember fixing one of those problems by recreating the tox env | 17:39 |
therve | But here it was in my code | 17:39 |
jasond` | i guess testr does that when it gets unexpected (non test results) output | 17:40 |
*** alcabrera has left #heat | 17:42 | |
*** SushilKM has quit IRC | 17:43 | |
therve | jasond`, It's some interactions between testr and testtools. It doesn't do the same thing with testtools 0.9.33 | 17:46 |
*** AndrewMichalik has joined #heat | 17:46 | |
*** SergeyLukjanov_ has joined #heat | 17:48 | |
*** SergeyLukjanov has quit IRC | 17:48 | |
*** sdake_ has joined #heat | 17:54 | |
*** randallburt has quit IRC | 18:01 | |
*** harlowja has quit IRC | 18:05 | |
*** akuznetsov has joined #heat | 18:06 | |
openstackgerrit | Bartosz Górski proposed a change to openstack/heat: Adding option in config to specify region name https://review.openstack.org/43335 | 18:08 |
*** jpeeler has quit IRC | 18:11 | |
*** jpeeler has joined #heat | 18:12 | |
bgorski | moring | 18:12 |
*** ccs has quit IRC | 18:12 | |
*** IlyaE has quit IRC | 18:14 | |
*** IlyaE has joined #heat | 18:15 | |
*** arbylee has joined #heat | 18:21 | |
*** blomquisg has joined #heat | 18:23 | |
*** harlowja has joined #heat | 18:24 | |
*** yogesh has joined #heat | 18:31 | |
*** rwsu has quit IRC | 18:32 | |
*** jergerber has joined #heat | 18:35 | |
*** rwsu has joined #heat | 18:40 | |
*** adrian_otto has quit IRC | 18:47 | |
*** topol has quit IRC | 18:52 | |
*** IlyaE has quit IRC | 18:57 | |
*** adrian_otto has joined #heat | 19:06 | |
*** giulivo has quit IRC | 19:06 | |
*** spzala has quit IRC | 19:14 | |
*** rongze has quit IRC | 19:20 | |
*** IlyaE has joined #heat | 19:20 | |
*** tims has quit IRC | 19:21 | |
*** dims has quit IRC | 19:21 | |
*** aweiteka has quit IRC | 19:26 | |
*** ccs has joined #heat | 19:26 | |
*** swygue has quit IRC | 19:30 | |
openstackgerrit | Steven Dake proposed a change to openstack/heat-cfntools: Just a test of the gate, PLEASE IGNORE https://review.openstack.org/62065 | 19:32 |
*** dims has joined #heat | 19:36 | |
*** topol has joined #heat | 19:44 | |
openstackgerrit | Bartosz Górski proposed a change to openstack/heat: Adding option in config to specify region name https://review.openstack.org/43335 | 19:54 |
*** randallburt has joined #heat | 19:59 | |
*** randallburt has quit IRC | 19:59 | |
*** tims has joined #heat | 19:59 | |
*** randallburt has joined #heat | 19:59 | |
*** tims1 has joined #heat | 20:03 | |
*** pshchelo has joined #heat | 20:03 | |
*** tims has quit IRC | 20:05 | |
*** harlowja has quit IRC | 20:07 | |
*** gokrokve has quit IRC | 20:10 | |
*** gokrokve has joined #heat | 20:10 | |
openstackgerrit | Stephen Sugden proposed a change to openstack/heat: Add PortCheck resource https://review.openstack.org/62078 | 20:10 |
*** pablosan has quit IRC | 20:14 | |
*** gokrokve has quit IRC | 20:14 | |
openstackgerrit | Pablo Andres Fuente proposed a change to openstack/heat: wsgi.Resource exception handling to not log errors https://review.openstack.org/62080 | 20:17 |
*** gokrokve has joined #heat | 20:19 | |
openstackgerrit | Stephen Sugden proposed a change to openstack/heat: Add PortCheck resource https://review.openstack.org/62078 | 20:22 |
openstackgerrit | Stephen Sugden proposed a change to openstack/heat: Add PortCheck resource https://review.openstack.org/62078 | 20:26 |
*** yogesh has quit IRC | 20:30 | |
*** rongze has joined #heat | 20:31 | |
*** jasond has joined #heat | 20:35 | |
*** rongze has quit IRC | 20:36 | |
*** radez is now known as radez_g0n3 | 20:50 | |
*** vkozhukalov has joined #heat | 20:51 | |
*** harlowja has joined #heat | 20:56 | |
*** sdake_ is now known as sdake-OOO | 20:56 | |
*** sdake is now known as sdake-OOO2 | 20:57 | |
kfox1111 | nice. I like the port check idea. | 21:00 |
openstackgerrit | Randall Burt proposed a change to openstack/heat: Add nested resource references to resource group https://review.openstack.org/61614 | 21:00 |
openstackgerrit | Swann Croiset proposed a change to openstack/heat: Add oslo mock fixture https://review.openstack.org/62086 | 21:06 |
openstackgerrit | Swann Croiset proposed a change to openstack/heat: Add autoscaling notifications https://review.openstack.org/62087 | 21:06 |
*** ccs has quit IRC | 21:07 | |
openstackgerrit | Jason Dunsmore proposed a change to openstack/heat: Convert numeric values in instance metadata to strings https://review.openstack.org/61883 | 21:32 |
*** vkozhukalov has quit IRC | 21:33 | |
openstackgerrit | Stephen Sugden proposed a change to openstack/heat: Add PortCheck resource https://review.openstack.org/62078 | 21:40 |
*** yogesh has joined #heat | 21:43 | |
*** harlowja has quit IRC | 21:50 | |
*** SergeyLukjanov_ has quit IRC | 21:53 | |
*** vkozhukalov has joined #heat | 21:54 | |
*** arbylee has quit IRC | 21:59 | |
*** IlyaE has quit IRC | 22:00 | |
*** harlowja has joined #heat | 22:00 | |
*** IlyaE has joined #heat | 22:02 | |
*** arbylee has joined #heat | 22:04 | |
*** harlowja has quit IRC | 22:16 | |
*** harlowja has joined #heat | 22:24 | |
*** IlyaE has quit IRC | 22:26 | |
*** harlowja has quit IRC | 22:27 | |
*** harlowja has joined #heat | 22:28 | |
*** adrian_otto has quit IRC | 22:33 | |
*** vkozhukalov has quit IRC | 22:35 | |
*** jamieh has quit IRC | 22:35 | |
*** topol has quit IRC | 22:37 | |
*** brint has quit IRC | 22:38 | |
*** alexheneveld has joined #heat | 22:42 | |
*** jasond has quit IRC | 22:42 | |
openstackgerrit | Stephen Sugden proposed a change to openstack/heat: Add PortCheck resource https://review.openstack.org/62078 | 22:42 |
*** jamieh has joined #heat | 22:46 | |
*** larsks|phone has joined #heat | 22:50 | |
*** pshchelo has quit IRC | 22:50 | |
*** rcleere has quit IRC | 22:54 | |
*** randallburt has quit IRC | 23:01 | |
*** tims1 has quit IRC | 23:03 | |
openstackgerrit | A change was merged to openstack/heat: Make the mountpoint property description clearer https://review.openstack.org/61324 | 23:18 |
*** yogesh has quit IRC | 23:20 | |
*** ccs has joined #heat | 23:25 | |
*** blamar has quit IRC | 23:28 | |
*** bgorski has quit IRC | 23:35 | |
*** jcru has quit IRC | 23:53 | |
*** IlyaE has joined #heat | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!