*** sdake has joined #heat | 00:01 | |
*** Piet has quit IRC | 00:02 | |
*** sdake has quit IRC | 00:03 | |
megus | stevebaker: besides liberty is there any other way to have fixed floating ip in heat? | 00:03 |
---|---|---|
stevebaker | megus: create the floating IP outside the heat template, pass that in as a template parameter and use a OS::Neutron::FloatingIPAssociation | 00:04 |
megus | stevebaker: Awesome thank you | 00:05 |
*** sdake has joined #heat | 00:07 | |
*** jamielennox is now known as jamielennox|away | 00:08 | |
*** manishg has joined #heat | 00:11 | |
*** achanda has joined #heat | 00:15 | |
*** lkarm has quit IRC | 00:15 | |
*** jamielennox|away is now known as jamielennox | 00:21 | |
*** shadower has quit IRC | 00:23 | |
*** shadower has joined #heat | 00:23 | |
*** Piet has joined #heat | 00:29 | |
*** achanda has quit IRC | 00:35 | |
DaveJ__ | stevebaker: Hmm actually I take it back. Orginal instances are getting replaced when I do a stack update. Nothing has changed in the template, although the instances do have user-data, that uses the str_replace function. Could that be part of the issue ? | 00:38 |
stevebaker | DaveJ__: only if something is making the string change, like a changing parameter | 00:39 |
stevebaker | (or not re-specifying a parameter specified during create) | 00:39 |
DaveJ__ | https://www.irccloud.com/pastebin/o9rdkOkM/ | 00:40 |
DaveJ__ | It uses get_attr, but the master_management_port resource shouldnt change either | 00:41 |
*** manishg has quit IRC | 00:41 | |
stevebaker | oooh | 00:42 |
stevebaker | DaveJ__: in Juno we were attempting to work around a nova/neutron port bug. Your port resource will need replacement_policy: AUTO http://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Neutron::Port-prop-replacement_policy | 00:44 |
*** zns has quit IRC | 00:44 | |
DaveJ__ | Ah ok | 00:45 |
DaveJ__ | stevebaker: Let me try that | 00:45 |
*** liusheng has quit IRC | 00:46 | |
*** liusheng has joined #heat | 00:47 | |
*** zns has joined #heat | 00:49 | |
*** ricolin has joined #heat | 00:50 | |
*** bana_k has quit IRC | 00:52 | |
DaveJ__ | stevebaker: Thats done the trick. Thanks | 00:52 |
stevebaker | DaveJ__: cool | 00:52 |
*** manishg has joined #heat | 00:58 | |
*** sdake has quit IRC | 01:10 | |
*** signed8bit_ZZZzz is now known as signed8bit | 01:15 | |
*** bana_k has joined #heat | 01:17 | |
*** zhenguo has joined #heat | 01:18 | |
*** signed8bit is now known as signed8bit_ZZZzz | 01:37 | |
openstackgerrit | Merged openstack/heat-templates: Move deployed dir from /var/run to /var/lib https://review.openstack.org/242924 | 01:43 |
*** Yanyanhu has joined #heat | 01:47 | |
openstackgerrit | Merged openstack/python-heatclient: OpenStackClient plugin for stack list https://review.openstack.org/236057 | 01:48 |
*** sdake has joined #heat | 01:56 | |
*** manishg has quit IRC | 02:03 | |
*** elynn has joined #heat | 02:03 | |
*** bana_k has quit IRC | 02:06 | |
*** zeih has joined #heat | 02:07 | |
*** zeih_ has quit IRC | 02:07 | |
*** signed8bit_ZZZzz is now known as signed8bit | 02:13 | |
elynn | morning | 02:15 |
*** sdake has quit IRC | 02:15 | |
*** thedodd has quit IRC | 02:16 | |
*** huangtianhua has quit IRC | 02:18 | |
*** tiantian has joined #heat | 02:19 | |
*** lkarm has joined #heat | 02:27 | |
*** lkarm has quit IRC | 02:32 | |
*** lnxnut has joined #heat | 02:37 | |
*** zns has quit IRC | 02:37 | |
ricolin | o/ | 02:41 |
*** sdake has joined #heat | 02:44 | |
*** kebray has joined #heat | 02:48 | |
*** kebray has quit IRC | 02:49 | |
*** achanda has joined #heat | 02:54 | |
*** DaveJ__ has quit IRC | 02:55 | |
*** dims has quit IRC | 02:57 | |
openstackgerrit | Merged openstack/python-heatclient: Fix environment files parsing bug for stack-adopt https://review.openstack.org/240737 | 02:59 |
*** dims has joined #heat | 03:07 | |
*** cwolferh has quit IRC | 03:13 | |
*** signed8bit has quit IRC | 03:14 | |
*** dims has quit IRC | 03:14 | |
*** htaccess has joined #heat | 03:15 | |
*** dims has joined #heat | 03:16 | |
htaccess | is there any way to interpolate heat parameters of type string into cloud_config content sections? | 03:16 |
htaccess | ie in this config: https://github.com/openstack/heat-templates/blob/master/hot/software-config/example-templates/example-cloud-init.yaml | 03:17 |
*** jdandrea has quit IRC | 03:18 | |
htaccess | could i use the image parameter in one_init so content: "The one $image is bar" so the content ends up being The one 'fedora-software-config is bar' ? | 03:19 |
htaccess | er, 'The one fedora-software-config is bar' | 03:20 |
*** neelashah has joined #heat | 03:24 | |
htaccess | or indeed any way to make use of parameters inside cloud-config scripts | 03:25 |
*** dims has quit IRC | 03:25 | |
stevebaker | htaccess: yes, you can use intrinsic functions like get_param and str_replace inside OS::Heat::CloudConfig cloud_config | 03:26 |
htaccess | um so the syntax? something like content: "The five" + {get_param: myvar} + "is bar" | 03:29 |
htaccess | any example you can point me at? | 03:29 |
stevebaker | htaccess: take a look at the docs for str_replace http://docs.openstack.org/developer/heat/template_guide/hot_spec.html#str-replace | 03:31 |
htaccess | oh, you mean just define the whole thing as a parameter vs trying to join strings or interpolate? | 03:31 |
stevebaker | the DBRootPassword example does what you want | 03:32 |
htaccess | yea cool, thanks | 03:33 |
*** tochi has quit IRC | 03:36 | |
*** sdake has quit IRC | 03:39 | |
*** sdake has joined #heat | 03:40 | |
neelashah | stevebaker: I am looking for information on whether there will be a heat mid-cycle for Mitaka, has that been discussed? | 03:46 |
openstackgerrit | Merged openstack/heat: Updated from global requirements https://review.openstack.org/244183 | 03:49 |
openstackgerrit | Merged openstack/heat: LBaaS v2 custom constraints https://review.openstack.org/232709 | 03:51 |
*** gberginc has joined #heat | 03:56 | |
*** tochi has joined #heat | 04:03 | |
*** cwolferh has joined #heat | 04:06 | |
*** Marga_ has quit IRC | 04:14 | |
*** bana_k has joined #heat | 04:16 | |
openstackgerrit | Di XiaoLi proposed openstack/heat: Added stack_abandon method in integrationtests https://review.openstack.org/239238 | 04:26 |
*** masco__ has joined #heat | 04:30 | |
openstackgerrit | Rico Lin proposed openstack/heat: Add nova.host constraint https://review.openstack.org/243435 | 04:31 |
*** sabeen1 has joined #heat | 04:31 | |
*** kebray has joined #heat | 04:34 | |
*** kebray has quit IRC | 04:41 | |
*** kebray has joined #heat | 04:42 | |
*** elynn has quit IRC | 04:48 | |
*** achanda has quit IRC | 05:04 | |
*** links has joined #heat | 05:07 | |
*** lkarm has joined #heat | 05:17 | |
*** lkarm has quit IRC | 05:22 | |
*** gberginc has quit IRC | 05:26 | |
*** sabeen2 has joined #heat | 05:36 | |
*** sabeen1 has quit IRC | 05:40 | |
*** elynn has joined #heat | 05:40 | |
*** neelashah1 has joined #heat | 05:41 | |
*** neelashah has quit IRC | 05:41 | |
*** jaosorior has joined #heat | 05:42 | |
*** neelashah has joined #heat | 05:44 | |
*** neelashah1 has quit IRC | 05:45 | |
*** neelashah1 has joined #heat | 05:47 | |
*** neelashah has quit IRC | 05:48 | |
*** neelashah1 has quit IRC | 05:50 | |
*** elynn has quit IRC | 05:55 | |
*** elynn has joined #heat | 05:56 | |
*** tochi has quit IRC | 06:00 | |
*** tlashchova has joined #heat | 06:00 | |
*** achanda has joined #heat | 06:05 | |
*** Marga_ has joined #heat | 06:06 | |
*** jaosorior has quit IRC | 06:07 | |
*** achanda has quit IRC | 06:10 | |
*** vijayagurug has joined #heat | 06:11 | |
*** bana_k has quit IRC | 06:14 | |
*** sabeen2 has quit IRC | 06:15 | |
*** jaosorior has joined #heat | 06:15 | |
*** achanda has joined #heat | 06:15 | |
openstackgerrit | huangtianhua proposed openstack/heat: Support neutron QoSPolicy resource plugin https://review.openstack.org/234514 | 06:20 |
*** hdd has joined #heat | 06:25 | |
*** ryansb_ has joined #heat | 06:26 | |
*** ryansb_ has quit IRC | 06:26 | |
*** ryansb_ has joined #heat | 06:26 | |
*** ryansb has quit IRC | 06:26 | |
*** ryansb_ is now known as ryansb | 06:26 | |
*** kebray has quit IRC | 06:44 | |
*** links has quit IRC | 06:45 | |
openstackgerrit | huangtianhua proposed openstack/heat: Provide the QoS capability for port https://review.openstack.org/237469 | 06:47 |
openstackgerrit | huangtianhua proposed openstack/heat: Support neutron QoSBandwidthLimitRule resource plugin https://review.openstack.org/235117 | 06:47 |
openstackgerrit | huangtianhua proposed openstack/heat: Provide QoS capability for neutron network https://review.openstack.org/237507 | 06:52 |
*** tochi has joined #heat | 06:54 | |
*** bana_k has joined #heat | 06:56 | |
*** links has joined #heat | 07:05 | |
*** akuznetsov has joined #heat | 07:10 | |
*** gberginc has joined #heat | 07:10 | |
*** tlashchova has quit IRC | 07:11 | |
*** sirushti has quit IRC | 07:14 | |
*** gberginc has quit IRC | 07:16 | |
*** sirushti has joined #heat | 07:17 | |
*** ahonda has quit IRC | 07:17 | |
*** ahonda has joined #heat | 07:18 | |
*** achanda has quit IRC | 07:20 | |
*** jprovazn has joined #heat | 07:21 | |
pas-ha | morning all | 07:21 |
ricolin | o/ | 07:25 |
skraynev | morning all | 07:25 |
elynn | morning guys | 07:25 |
*** tspatzier has joined #heat | 07:27 | |
ricolin | O/ | 07:27 |
*** bana_k has quit IRC | 07:31 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Add caching for nova extensions https://review.openstack.org/242350 | 07:41 |
*** lkarm has joined #heat | 07:44 | |
*** lkarm has quit IRC | 07:49 | |
*** akuznetsov has quit IRC | 08:04 | |
*** akuznetsov has joined #heat | 08:07 | |
*** zns has joined #heat | 08:08 | |
*** zeih has quit IRC | 08:10 | |
*** akuznetsov has quit IRC | 08:18 | |
*** akuznetsov has joined #heat | 08:21 | |
*** rwsu has quit IRC | 08:21 | |
*** jcoufal has joined #heat | 08:21 | |
*** gberginc has joined #heat | 08:22 | |
*** sdake has quit IRC | 08:24 | |
*** sdake has joined #heat | 08:25 | |
*** stannie has joined #heat | 08:43 | |
openstackgerrit | Bartłomiej Biernacki proposed openstack/python-heatclient: Fill status code for every HTTPException https://review.openstack.org/244497 | 08:44 |
*** achanda has joined #heat | 08:47 | |
*** sdake has quit IRC | 08:49 | |
*** sdake has joined #heat | 08:49 | |
*** zeih has joined #heat | 08:50 | |
*** akuznetsov has quit IRC | 08:51 | |
*** akuznetsov has joined #heat | 08:53 | |
*** sergmelikyan has joined #heat | 08:53 | |
jprovazn | good morning, supposing I have a heat stack with 2 hosts - node1 and node2, and I want to define some pre-delete action done on node1 before node2 is deleted (and if this action fails abort delete operation) - IOW I have a simple cross-nodes workflow, I wonder what si the best way how to define this in heat template? | 08:54 |
*** sdake has quit IRC | 09:00 | |
*** jistr has joined #heat | 09:03 | |
*** yassine__ has joined #heat | 09:07 | |
*** sdake has joined #heat | 09:07 | |
*** elynn has quit IRC | 09:08 | |
therve | jprovazn, https://review.openstack.org/#/c/243023/ | 09:09 |
therve | Unfortunately not there yet | 09:10 |
therve | It's possible there is another way, but I'm not sure which | 09:10 |
jprovazn | therve: thanks for the link, isn't the spec about adding hook (a.k.a breakpoint) which allows a user interaction? If yes, my use-case is slightly different - I would be happy just with defining in heat template somehow that some action should be done on node1 before node2 is deleted - I'n trying now with defining swdeployment on node1 which takes as input an attribute from swdeployment of node2 ran only on delete but I'm not sure if I'm doi | 09:14 |
jprovazn | ng the right thing | 09:14 |
jprovazn | therve: IOW I don't need breakpoints/user-interaction, I need just specify that a script (defined by swconfig) is done on node1 before node2 is deleted | 09:15 |
therve | Well, that would allow to do what you want | 09:16 |
therve | I think | 09:16 |
therve | As I said, it's possible there is another way, I just don't know it | 09:17 |
*** sergmelikyan has quit IRC | 09:18 | |
therve | Presumably SoftwareDeployment allows stuff to be run during deletion | 09:18 |
*** bdossant has joined #heat | 09:19 | |
jprovazn | therve: yes, - actions: ['DELETE'] I hope should allow this, but trick in my case is that I want to trigger pre-delete action on a different node than which is being deleted | 09:20 |
*** zns has quit IRC | 09:28 | |
*** zns has joined #heat | 09:29 | |
*** akuznetsov has quit IRC | 09:32 | |
jprovazn | shardy: hi, do you have an idea if this is possible? ^ | 09:33 |
*** achanda has quit IRC | 09:34 | |
*** dixiaoli has joined #heat | 09:37 | |
*** vgridnev has joined #heat | 09:37 | |
shardy | jprovazn: Yes, I think you have the right approach, e.g an attribute from node2 which triggers the deployment from node2 to re-run | 09:38 |
shardy | the attribute should go from $something to None, which will mean the input_values change and the SoftwareDeployment is triggered | 09:38 |
shardy | The other approach is to have a SoftwareConfig which operates on both servers, e.g via SoftwareDeploymentGroup, and runs when either one is deleted | 09:39 |
shardy | then the script would need to somehow determine the other node is gone/deleting | 09:39 |
jprovazn | shardy: cool, thanks | 09:42 |
*** akuznetsov has joined #heat | 09:46 | |
*** openstackgerrit has quit IRC | 09:46 | |
*** sdake has quit IRC | 09:46 | |
*** openstackgerrit has joined #heat | 09:47 | |
bdossant | shardy: Hi! I'm having some problems deleting some stacks with this error: http://paste.openstack.org/show/478554/ Any ideias? | 09:48 |
dixiaoli | Hi, I have submitted a patch about integration test a few days ago. Anyone can help me to review it ? Thanks~ https://review.openstack.org/#/c/239238/ | 09:50 |
*** vijayagurug has quit IRC | 09:52 | |
shardy | bdossant: that looks like a bug: https://github.com/openstack/heat/blob/master/heat/engine/resource.py#L255 | 09:53 |
shardy | bdossant: can you please raise a bug with the heat-engine backtrace and the exact version of heat you're running? | 09:53 |
shardy | bdossant: also any details on how to reproduce if possible | 09:53 |
shardy | bdossant: have you recently updated and encountered the issue? | 09:54 |
bdossant | yes | 09:54 |
bdossant | i think stacks from juno are failling to delete on kilo | 09:54 |
bdossant | fails on openstack-heat-2015.1.1 and openstack-heat-2015.1.2 | 09:55 |
shardy | bdossant: ouch, I'm surprised we've not heard about that before unless it's a race or something non-persistent | 09:55 |
bdossant | i have to try to reproduce it | 09:55 |
*** Drago has quit IRC | 09:56 | |
*** vijayagurug has joined #heat | 09:57 | |
bdossant | and stack-abandon is not working as well | 09:57 |
bdossant | just timesout | 09:57 |
bdossant | for this stacks | 09:57 |
shardy | abandon and delete are probably broken for the same reason, a lot of the code is common | 09:57 |
bdossant | it works fine for new stacks on kilo | 09:57 |
bdossant | hum ok | 09:58 |
shardy | Were there any issues with the DB migration? | 09:58 |
bdossant | no | 09:58 |
bdossant | dont recall any issue on db_sync | 09:58 |
*** lkarm has joined #heat | 10:00 | |
bdossant | this is difficult to reproduce i would need to have an engine on juno | 10:01 |
bdossant | with the db on kilo | 10:01 |
shardy | I don't think that will work | 10:02 |
shardy | We'll need to do something like juno devstack, create stack, git pull kilo heat, install, db_sync, restart heat, try to delete | 10:02 |
shardy | e.g leave everything but heat on juno so we can isloate just that upgrade | 10:03 |
shardy | Agree it's not an easy reproduce :( | 10:03 |
*** Yanyanhu has quit IRC | 10:04 | |
*** lkarm has quit IRC | 10:05 | |
bdossant | i will try | 10:08 |
*** sorantis has joined #heat | 10:09 | |
*** derekh has joined #heat | 10:09 | |
*** vijayagurug has left #heat | 10:11 | |
openstackgerrit | Ukesh Kumar proposed openstack/heat: Add support for 'binding:profile' property in heat template https://review.openstack.org/244529 | 10:13 |
*** openstackgerrit has quit IRC | 10:16 | |
*** openstackgerrit has joined #heat | 10:17 | |
*** sergmelikyan has joined #heat | 10:25 | |
*** sdake has joined #heat | 10:25 | |
*** jaosorior has quit IRC | 10:27 | |
*** jaosorior has joined #heat | 10:27 | |
*** vgridnev has quit IRC | 10:29 | |
*** vgridnev has joined #heat | 10:29 | |
bdossant | shardy: so from juno to kilo, you really change the code there right? | 10:35 |
*** tochi has quit IRC | 10:35 | |
*** tochi has joined #heat | 10:35 | |
*** sergmelikyan has quit IRC | 10:38 | |
*** sdake has quit IRC | 10:41 | |
*** sdake has joined #heat | 10:41 | |
*** vgridnev has quit IRC | 10:45 | |
*** jistr_ has joined #heat | 10:48 | |
*** jistr has quit IRC | 10:49 | |
*** vgridnev has joined #heat | 10:49 | |
*** zns has quit IRC | 10:49 | |
*** zengyingzhe_ has joined #heat | 10:51 | |
*** jistr_ has quit IRC | 10:54 | |
*** masco__ has quit IRC | 10:56 | |
*** sdake has quit IRC | 10:57 | |
*** sdake has joined #heat | 10:57 | |
*** gmoro has joined #heat | 11:02 | |
*** jistr_ has joined #heat | 11:05 | |
*** zhenguo has quit IRC | 11:07 | |
*** e0ne has joined #heat | 11:09 | |
*** jamielennox is now known as jamielennox|away | 11:12 | |
*** sdake has quit IRC | 11:13 | |
*** sdake has joined #heat | 11:13 | |
*** dims_ has joined #heat | 11:14 | |
*** dixiaoli has quit IRC | 11:18 | |
openstackgerrit | Rico Lin proposed openstack/heat: Add resource OS::Nova::Aggregate https://review.openstack.org/244569 | 11:18 |
*** dixiaoli has joined #heat | 11:18 | |
jprovazn | shardy: to follow up on my previous issue, I think I'm trapped in cross-nested-stack references. With this template: https://github.com/redhat-openstack/openshift-on-openstack/blob/master/openshift.yaml#L211 , if I want to run a script on "openshift_master" node when any of "openshift_nodes" is deleted, I was about to add SoftwareDeploymentGroup into "node.yaml" (which represents single node of openshift_nodes group), this SoftwareDeploymen | 11:23 |
jprovazn | tGroup would reference both the openshift_node being deleted and the openshift_master node. The problem is that I don't know how to reference openshift_master node without circular dependency, any idea? | 11:23 |
openstackgerrit | Rico Lin proposed openstack/heat: fix misspelled function name https://review.openstack.org/244574 | 11:23 |
*** ochuprykov has joined #heat | 11:27 | |
shardy | jprovazn: I think it's the same pattern as all of the *PostDeployment resources in TripleO | 11:27 |
shardy | you need to reference an attribute of openshift_nodes in an input to a SoftwareDeployment which applies to openshift_master | 11:28 |
shardy | then whenever any change is made to the ASG it will re-run | 11:28 |
shardy | can you detect on the master if a node's been removed by e.g passing in the node-list to the deployment? | 11:28 |
*** sdake has quit IRC | 11:29 | |
shardy | Or does it have to happen before the node is actually deleted? | 11:29 |
*** sergmelikyan has joined #heat | 11:29 | |
jprovazn | shardy: it should be before deletion happens | 11:30 |
shardy | jprovazn: Can you pass the Nova server ID out as an attribute (output) from master.yaml (openshift_master) | 11:31 |
shardy | then pass that as an input to openshift_nodes, e.g the ID of the master Nova::Server resource | 11:32 |
jprovazn | shardy: I hope I can but when I tried to pass this master_node id/name to openshift_nodes in properties: | 11:32 |
jprovazn | master_node_id: {get_attr: [openshift_master, resource.host]} | 11:32 |
jprovazn | master_node_name: {get_attr: [openshift_master, resource.host.name]} | 11:32 |
jprovazn | I'm hitting: | 11:33 |
jprovazn | ERROR: Remote error: CircularDependencyException Circular Dependency Found: {TemplateResource "dns_host": {AutoScalingResourceGroup "openshift_nodes"}, AutoScalingResourceGroup "openshift_nodes": {TemplateResource "openshift_master"}, TemplateResource "openshift_master": {AutoScalingResourceGroup "openshift_nodes"}} | 11:33 |
jprovazn | [u' | 11:33 |
jprovazn | AIUI I can't pass list of openshift_nodes to master *and* master_node id to openshift_nodes at the same time | 11:34 |
shardy | Ah depends_on: [dns_host, openshift_nodes] | 11:34 |
shardy | No, you'd have to build the master first | 11:34 |
jprovazn | shardy: I deleted all depends_on | 11:34 |
shardy | and pass the ID in to the nodes stack | 11:34 |
shardy | then use a SoftwareDeploymentGroup to get info about the node cluster and update the master node | 11:35 |
shardy | similar to how we do the cluster configuration in TripleO | 11:35 |
shardy | that would solve the circular dependency | 11:35 |
shardy | but I'm still a little unsure about how you'll do the DELETE deployment inside node.yaml | 11:35 |
jprovazn | shardy: ok, thanks, /me tries this way | 11:35 |
jprovazn | shardy: my untested naive idea was: | 11:36 |
shardy | You can probably server: {get_param: id_of_master} | 11:37 |
shardy | in the Deployment, I think | 11:37 |
jprovazn | shardy: add into nested template for openshift_nodes something like this: | 11:37 |
jprovazn | http://paste.openstack.org/show/478649/ | 11:38 |
shardy | jprovazn: that's right, but you don't need SoftwareDeploymentGroup, if there's only one master node | 11:38 |
shardy | you can just use OS::Heat::SoftwareDeployment | 11:39 |
jprovazn | shardy: but I want this being triggered on openshift_node delete, not master node | 11:39 |
shardy | and server: {get_param: id_of_master} | 11:39 |
shardy | Yeah it will be | 11:39 |
*** lnxnut has quit IRC | 11:39 | |
shardy | it will be triggered when the node.yaml nested stack is deleted | 11:39 |
shardy | but act on the master node | 11:39 |
shardy | which I think is what you want? | 11:40 |
jprovazn | shardy: oh, magic | 11:40 |
shardy | It's the same as what you have, but it saves a unneeded nested stack | 11:40 |
jprovazn | shardy: yes, makes sense when thinking about it, I jsut didn't realize it :/ | 11:40 |
shardy | (inside the SoftwareDeploymentGroup_ | 11:40 |
shardy | Cool, be interested to see if it works :) | 11:40 |
jprovazn | shardy: cool, so the only bit is to change openshift_node<->master dependency, will let you know how it goes, thanks | 11:41 |
*** zns has joined #heat | 11:45 | |
*** cwolferh has quit IRC | 11:45 | |
openstackgerrit | Peter Razumovsky proposed openstack/heat: [WIP] Add basic get_reality implementation https://review.openstack.org/244065 | 11:54 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: [WIP] Add get_reality implementation for Server https://review.openstack.org/244066 | 11:54 |
*** jaosorior has quit IRC | 11:56 | |
*** jaosorior has joined #heat | 11:56 | |
*** sorantis has quit IRC | 12:05 | |
*** jaosorior has quit IRC | 12:06 | |
*** sorantis has joined #heat | 12:06 | |
*** tlashchova has joined #heat | 12:06 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add OS::Barbican::*Container https://review.openstack.org/223136 | 12:10 |
openstackgerrit | Yingzhe Zeng proposed openstack/python-heatclient: Delete the corresponding config when deleting a deployment https://review.openstack.org/238744 | 12:11 |
*** jaosorior has joined #heat | 12:16 | |
*** jistr_ is now known as jistr | 12:20 | |
openstackgerrit | Rico Lin proposed openstack/heat: Remove unused common exception. https://review.openstack.org/244624 | 12:25 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Batching for tasks in scheduler https://review.openstack.org/244117 | 12:29 |
*** tlashchova has quit IRC | 12:32 | |
*** prazumovsky has joined #heat | 12:34 | |
*** EricGonczer_ has joined #heat | 12:50 | |
*** EricGonczer_ has quit IRC | 12:55 | |
*** tlashchova has joined #heat | 12:57 | |
*** arif-ali has quit IRC | 13:01 | |
*** jprovazn has quit IRC | 13:02 | |
*** ricolin has quit IRC | 13:03 | |
*** prazumovsky has quit IRC | 13:04 | |
*** sergmelikyan has quit IRC | 13:04 | |
*** sergmelikyan has joined #heat | 13:05 | |
*** tochi has quit IRC | 13:07 | |
*** zengyingzhe_ has quit IRC | 13:08 | |
*** sergmelikyan has quit IRC | 13:10 | |
*** pas-ha has quit IRC | 13:11 | |
*** lkarm has joined #heat | 13:13 | |
*** dixiaoli has quit IRC | 13:14 | |
*** sorantis has quit IRC | 13:14 | |
*** dprince has joined #heat | 13:15 | |
*** gberginc has quit IRC | 13:17 | |
*** arif-ali has joined #heat | 13:24 | |
*** dims_ has quit IRC | 13:24 | |
*** dims has joined #heat | 13:26 | |
*** pas-ha has joined #heat | 13:27 | |
*** MVenesio has joined #heat | 13:29 | |
*** sorantis has joined #heat | 13:31 | |
*** sergmelikyan has joined #heat | 13:31 | |
*** sergmelikyan has quit IRC | 13:32 | |
*** jprovazn has joined #heat | 13:44 | |
*** jaosorior has quit IRC | 13:45 | |
*** Piet has quit IRC | 13:45 | |
*** sdake has joined #heat | 13:46 | |
*** boris-42 has quit IRC | 13:48 | |
*** jonesbr has joined #heat | 13:49 | |
*** e0ne has quit IRC | 13:51 | |
*** e0ne has joined #heat | 13:52 | |
*** jonesbr has left #heat | 13:52 | |
*** aweiteka has joined #heat | 13:55 | |
*** pas-ha has quit IRC | 13:59 | |
*** sdake has quit IRC | 14:02 | |
*** e0ne has quit IRC | 14:04 | |
*** sdake has joined #heat | 14:06 | |
*** jonesbr has joined #heat | 14:08 | |
*** pas-ha has joined #heat | 14:12 | |
*** e0ne has joined #heat | 14:13 | |
therve | ryansb, Hi! So why do you say that zaqar has a min ttl of 60? | 14:14 |
ryansb | because when I tested your patch (with the example from your doc) zaqar logged 400 errors with a body saying the minimum TTL is 60 seconds | 14:15 |
therve | Oh really, hum | 14:16 |
therve | OK, that's news to me, thanks :) | 14:16 |
ryansb | yeah, I'd actually forgotten about it until I went to test your patch | 14:16 |
ryansb | and couldn't figure out why I was getting no messages | 14:17 |
therve | That's actually a fixed value, weird | 14:17 |
therve | Will change those :) | 14:17 |
ryansb | otherwise patch worked for me A++ | 14:17 |
*** sdake has quit IRC | 14:21 | |
therve | ryansb, You didn't get an exception in heat logs? | 14:21 |
ryansb | I looked at the zaqar logs first | 14:21 |
*** sdake has joined #heat | 14:22 | |
openstackgerrit | Jason Dunsmore proposed openstack/heat: Split abandon into pre-abandon(export) and abandon https://review.openstack.org/181880 | 14:23 |
*** pm90_ has joined #heat | 14:24 | |
*** jasond has joined #heat | 14:24 | |
openstackgerrit | Thomas Herve proposed openstack/heat: Event transport https://review.openstack.org/235166 | 14:25 |
*** MVenesio has quit IRC | 14:26 | |
*** bdossant has quit IRC | 14:27 | |
*** ricolin has joined #heat | 14:28 | |
*** rpothier has joined #heat | 14:31 | |
*** MVenesio has joined #heat | 14:31 | |
*** sdake has quit IRC | 14:37 | |
*** r05c03 has joined #heat | 14:38 | |
*** sdake has joined #heat | 14:38 | |
*** neelashah has joined #heat | 14:38 | |
*** LimorStotland has quit IRC | 14:39 | |
openstackgerrit | Rakesh H S proposed openstack/heat: Convergence: Concurrency subtle issues https://review.openstack.org/218233 | 14:39 |
openstackgerrit | Rakesh H S proposed openstack/heat: Convergence: Load resource stack with correct template https://review.openstack.org/241598 | 14:39 |
openstackgerrit | Rakesh H S proposed openstack/heat: Convergence: Avoid sync point delete for stack CREATE https://review.openstack.org/243714 | 14:39 |
openstackgerrit | Rakesh H S proposed openstack/heat: Convergence: Re-trigger failed resource for latest traversal https://review.openstack.org/243715 | 14:39 |
openstackgerrit | Rakesh H S proposed openstack/heat: Skip stack validation test for convergence https://review.openstack.org/241973 | 14:39 |
openstackgerrit | Rakesh H S proposed openstack/heat: Convergence: send notification when a stack action starts https://review.openstack.org/244687 | 14:39 |
*** skraynev has quit IRC | 14:40 | |
*** r05c03 has quit IRC | 14:42 | |
*** skraynev has joined #heat | 14:42 | |
*** zeih_ has joined #heat | 14:52 | |
*** zeih has quit IRC | 14:53 | |
*** dkusidlo has joined #heat | 14:53 | |
*** sdake has quit IRC | 14:53 | |
*** ochuprykov has quit IRC | 14:57 | |
pm90_ | jasond: should I propose a bp for adding notifications or should I simply propose a patch? Since its an extension of what's already there, I wasn't sure if it warranted its own bp.. | 14:58 |
*** pm90_ is now known as pratikmallya | 14:58 | |
*** dkusidlo has quit IRC | 14:59 | |
pratikmallya | *event notifications | 14:59 |
jasond | pratikmallya: unless it's a bug or a refactoring with no behavior change, i'd create a blueprint for it | 15:00 |
*** dims has quit IRC | 15:01 | |
*** mrutkows has joined #heat | 15:01 | |
*** akuznetsov has quit IRC | 15:02 | |
pratikmallya | jasond: ok, thanks | 15:02 |
*** akuznetsov has joined #heat | 15:04 | |
*** dims has joined #heat | 15:07 | |
*** manishg has joined #heat | 15:07 | |
*** zns has quit IRC | 15:15 | |
*** lnxnut has joined #heat | 15:16 | |
*** signed8bit has joined #heat | 15:18 | |
*** r05c03 has joined #heat | 15:19 | |
*** manishg has quit IRC | 15:22 | |
*** mrutkows has quit IRC | 15:26 | |
*** spzala has joined #heat | 15:27 | |
*** zns has joined #heat | 15:30 | |
*** vgridnev has quit IRC | 15:32 | |
*** sdake has joined #heat | 15:35 | |
*** rwsu has joined #heat | 15:37 | |
*** sdake_ has joined #heat | 15:39 | |
*** vijendar has joined #heat | 15:39 | |
*** sdake has quit IRC | 15:39 | |
*** sdake has joined #heat | 15:43 | |
*** bdossant has joined #heat | 15:45 | |
*** sdake_ has quit IRC | 15:47 | |
*** jdandrea has joined #heat | 15:49 | |
*** sorantis has quit IRC | 15:51 | |
*** Piet has joined #heat | 15:51 | |
*** achanda has joined #heat | 15:51 | |
*** gberginc has joined #heat | 15:55 | |
*** sergmelikyan has joined #heat | 15:58 | |
*** signed8bit is now known as signed8bit_ZZZzz | 16:00 | |
*** achanda has quit IRC | 16:02 | |
*** kebray has joined #heat | 16:02 | |
*** kebray has quit IRC | 16:02 | |
*** kebray has joined #heat | 16:03 | |
*** achanda has joined #heat | 16:03 | |
*** sabeen has joined #heat | 16:03 | |
*** achanda has quit IRC | 16:04 | |
*** signed8bit_ZZZzz is now known as signed8bit | 16:04 | |
*** pratikmallya has quit IRC | 16:06 | |
*** manishg has joined #heat | 16:11 | |
*** nijaba_ is now known as nijaba | 16:11 | |
*** neelashah1 has joined #heat | 16:11 | |
*** neelashah has quit IRC | 16:13 | |
*** thedodd has joined #heat | 16:16 | |
*** thedodd has quit IRC | 16:16 | |
*** spzala has quit IRC | 16:17 | |
*** links has quit IRC | 16:18 | |
*** sabeen has quit IRC | 16:19 | |
*** vgridnev has joined #heat | 16:21 | |
*** kbyrne has joined #heat | 16:21 | |
*** zeih_ has quit IRC | 16:23 | |
*** sergmelikyan has quit IRC | 16:24 | |
*** MVenesio_ has joined #heat | 16:29 | |
*** MVenesio has quit IRC | 16:30 | |
*** sabeen1 has joined #heat | 16:32 | |
*** Drago has joined #heat | 16:33 | |
*** hdd has quit IRC | 16:33 | |
*** Drago has quit IRC | 16:33 | |
*** neelashah has joined #heat | 16:33 | |
*** Drago has joined #heat | 16:33 | |
*** neelashah1 has quit IRC | 16:34 | |
*** Drago1 has joined #heat | 16:34 | |
*** Drago1 has quit IRC | 16:35 | |
*** Drago1 has joined #heat | 16:35 | |
*** Drago has quit IRC | 16:36 | |
*** neelashah1 has joined #heat | 16:37 | |
*** sergmelikyan has joined #heat | 16:37 | |
*** neelashah has quit IRC | 16:38 | |
openstackgerrit | Thomas Herve proposed openstack/heat: Copy the env to the backup stack in failed update https://review.openstack.org/244751 | 16:38 |
therve | zaneb, ^^ is another try | 16:38 |
openstackgerrit | Rico Lin proposed openstack/heat: Use EntityNotFound instead of NovaNetworkNotFound. https://review.openstack.org/244752 | 16:39 |
openstackgerrit | Rico Lin proposed openstack/heat: Use EntityNotFound instead of NovaNetworkNotFound. https://review.openstack.org/244753 | 16:39 |
openstackgerrit | Rico Lin proposed openstack/heat: Use EntityNotFound instead of ResourceTypeNotFound. https://review.openstack.org/244754 | 16:39 |
openstackgerrit | Rico Lin proposed openstack/heat: Use EntityNotFound instead of PhysicalResourceNotFound https://review.openstack.org/244755 | 16:39 |
*** sdake has quit IRC | 16:40 | |
*** neelashah has joined #heat | 16:40 | |
*** pratikmallya has joined #heat | 16:41 | |
*** neelashah1 has quit IRC | 16:41 | |
*** sdake has joined #heat | 16:42 | |
*** sergmelikyan has quit IRC | 16:42 | |
*** sergmelikyan has joined #heat | 16:43 | |
*** pratikmallya has quit IRC | 16:45 | |
*** pratikmallya has joined #heat | 16:46 | |
*** crose has joined #heat | 16:47 | |
*** sergmelikyan has quit IRC | 16:48 | |
therve | TestResource is really super awesome | 16:48 |
therve | Kuddos to people who pushed it, we need to use it more | 16:49 |
jasond | +1 | 16:50 |
*** zeih has joined #heat | 16:50 | |
*** zeih has quit IRC | 16:55 | |
*** bana_k has joined #heat | 16:55 | |
zaneb | therve: so the issue is when we create the new resource, it gets added to the backup stack too due to https://review.openstack.org/#/c/184026/5 but because the environment goes with it we fail to recreate the backup stack even though there is no actual DB resource stored in the backup stack? | 16:58 |
therve | zaneb, Yeah that ought to be it | 16:58 |
zaneb | lol, ok let's say that's it :) | 16:59 |
bdossant | can somebody point me to a recipe on how to upgrade a single component on devstack? | 16:59 |
bdossant | i want to do heat obviously | 16:59 |
bdossant | :) | 16:59 |
therve | bdossant, git pull; heat-manage db_sync | 17:00 |
*** daneyon has joined #heat | 17:00 | |
bdossant | i want to go kilo | 17:00 |
bdossant | so git pull origin stable/kilo | 17:00 |
bdossant | right? | 17:00 |
therve | Sounds right | 17:00 |
zaneb | bdossant: git checkout is probably what you want | 17:01 |
bdossant | but then python setup.py isnt it? | 17:01 |
bdossant | yeah checkout | 17:01 |
*** daneyon has quit IRC | 17:01 | |
therve | "pip install -e ." | 17:01 |
*** daneyon has joined #heat | 17:02 | |
therve | Maybe using the checkout feature of devstack would be easier after all. Maybe not. | 17:02 |
bdossant | do i need to unstack and then join stack to reload the daemons? | 17:02 |
*** e0ne has quit IRC | 17:02 | |
zaneb | I thought that's what restack.sh is for, but then again I've never been able to keep devstack working for more than a day, so don't listen to me | 17:02 |
bdossant | ahah | 17:03 |
therve | If you unstack you need to redeploy all services. I'd just stop/restart heat | 17:03 |
zaneb | bdossant: no, just Ctrl-C, up-arrow, Enter | 17:03 |
*** daneyon_ has joined #heat | 17:03 | |
*** cwolferh has joined #heat | 17:03 | |
therve | There is no restack.sh (anymore?) | 17:03 |
zaneb | (restack.sh comment was in response to the setup.py question, not the other) | 17:03 |
bdossant | no only rejoin | 17:04 |
zaneb | ah, well, that shows how much I know ;) | 17:04 |
*** bana_k has quit IRC | 17:05 | |
*** pas-ha has quit IRC | 17:06 | |
*** daneyon has quit IRC | 17:06 | |
*** sdake_ has joined #heat | 17:07 | |
*** bana_k has joined #heat | 17:07 | |
*** sdake has quit IRC | 17:09 | |
bdossant | zaneb: "just Ctrl-C, up-arrow, Enter" where do i do this? | 17:09 |
bdossant | this will restart heat services? | 17:09 |
zaneb | bdossant: find the screen (what's the technical term?) in screen that is running heat-engine, and the one for heat-api, &c. and do it there | 17:10 |
zaneb | Ctrl-A " (dobule-quote) will get you a list | 17:11 |
zaneb | double* | 17:11 |
bdossant | oh tks | 17:12 |
bdossant | very nice | 17:12 |
jdandrea | h-eng | 17:12 |
jdandrea | Usually tab 1. | 17:12 |
bdossant | yeah all the h's | 17:12 |
jdandrea | But only if it's the only thing running. :) | 17:12 |
* jdandrea runs heat in a VM in standalone mode when doing dev stuffs. | 17:13 | |
*** Drago1 has quit IRC | 17:19 | |
bdossant | thats what im doing :) | 17:21 |
bdossant | the upgrade didnt go very well. got an error starting heat-engine: "ArgsAlreadyParsedError: arguments already parsed: cannot register CLI option" | 17:27 |
bdossant | api is fine | 17:27 |
*** stannie has quit IRC | 17:27 | |
*** sdake_ has quit IRC | 17:28 | |
*** sdake has joined #heat | 17:29 | |
*** zns has quit IRC | 17:30 | |
*** Drago has joined #heat | 17:30 | |
*** sdake has quit IRC | 17:30 | |
*** Drago has quit IRC | 17:31 | |
*** lkarm has quit IRC | 17:31 | |
*** Drago has joined #heat | 17:31 | |
*** sdake has joined #heat | 17:31 | |
*** lkarm has joined #heat | 17:31 | |
*** sergmelikyan has joined #heat | 17:32 | |
*** kebray has quit IRC | 17:34 | |
*** lkarm has quit IRC | 17:36 | |
*** lkarm has joined #heat | 17:36 | |
*** sergmelikyan has quit IRC | 17:36 | |
*** MVenesio has joined #heat | 17:40 | |
*** MVenesio_ has quit IRC | 17:41 | |
*** ricolin has quit IRC | 17:46 | |
*** david-lyle has quit IRC | 17:46 | |
bdossant | any idea guys? | 17:47 |
bdossant | after the upgrade i get that error | 17:47 |
bdossant | i commented all params on heat.conf and still the same | 17:47 |
*** e0ne has joined #heat | 17:50 | |
*** bdossant has quit IRC | 17:50 | |
*** sdake has quit IRC | 17:54 | |
*** derekh has quit IRC | 17:54 | |
*** sergmelikyan has joined #heat | 18:00 | |
*** sdake has joined #heat | 18:02 | |
*** signed8bit is now known as signed8bit_ZZZzz | 18:03 | |
*** sergmelikyan has quit IRC | 18:09 | |
*** hdd has joined #heat | 18:10 | |
*** tspatzier has quit IRC | 18:13 | |
*** tspatzier has joined #heat | 18:13 | |
*** tspatzier has quit IRC | 18:13 | |
openstackgerrit | Rico Lin proposed openstack/heat: Add nova.host constraint https://review.openstack.org/243435 | 18:15 |
openstackgerrit | Rico Lin proposed openstack/heat: Add resource OS::Nova::HostAggregate https://review.openstack.org/244569 | 18:15 |
*** sdake has quit IRC | 18:18 | |
*** bnemec has quit IRC | 18:21 | |
*** jistr has quit IRC | 18:22 | |
*** achanda has joined #heat | 18:26 | |
*** jpeeler has quit IRC | 18:30 | |
*** zns has joined #heat | 18:30 | |
*** yassine__ has quit IRC | 18:31 | |
*** bana_k has quit IRC | 18:37 | |
*** signed8bit_ZZZzz is now known as signed8bit | 18:41 | |
*** EmilienM has quit IRC | 18:42 | |
*** jpeeler has joined #heat | 18:44 | |
*** jpeeler has quit IRC | 18:44 | |
*** jpeeler has joined #heat | 18:44 | |
*** crose has quit IRC | 18:44 | |
*** EmilienM has joined #heat | 18:45 | |
*** hdd has quit IRC | 18:46 | |
*** crose has joined #heat | 18:46 | |
*** e0ne has quit IRC | 18:47 | |
*** jpeeler has quit IRC | 18:47 | |
*** sdake has joined #heat | 18:49 | |
*** Marga_ has quit IRC | 18:50 | |
*** sdake has quit IRC | 18:51 | |
*** Piet has quit IRC | 18:57 | |
*** blomquisg has joined #heat | 18:58 | |
*** manishg has quit IRC | 18:58 | |
*** jpeeler has joined #heat | 19:00 | |
*** manishg_ has joined #heat | 19:02 | |
*** Piet has joined #heat | 19:04 | |
*** zns has quit IRC | 19:06 | |
*** zns has joined #heat | 19:07 | |
*** manishg_ has quit IRC | 19:08 | |
*** kebray has joined #heat | 19:08 | |
*** kebray has quit IRC | 19:08 | |
*** Piet has quit IRC | 19:09 | |
*** manishg has joined #heat | 19:09 | |
*** Qiming has joined #heat | 19:10 | |
*** neelashah has quit IRC | 19:11 | |
*** neelashah1 has joined #heat | 19:11 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/python-heatclient: Last sync from oslo-incubator https://review.openstack.org/244823 | 19:12 |
openstackgerrit | Pratik Mallya proposed openstack/heat-specs: Add spec for adding resource notifications https://review.openstack.org/244830 | 19:13 |
*** Qiming_ has joined #heat | 19:14 | |
*** kebray has joined #heat | 19:15 | |
*** Qiming has quit IRC | 19:17 | |
stevebaker | morning | 19:20 |
*** manishg has quit IRC | 19:20 | |
*** achanda has quit IRC | 19:21 | |
*** achanda has joined #heat | 19:21 | |
*** manishg has joined #heat | 19:21 | |
*** sdake has joined #heat | 19:22 | |
*** Qiming_ has quit IRC | 19:25 | |
*** bana_k has joined #heat | 19:27 | |
*** bana_k has quit IRC | 19:27 | |
*** bana_k has joined #heat | 19:27 | |
*** manishg has quit IRC | 19:29 | |
*** manishg has joined #heat | 19:29 | |
*** manishg has quit IRC | 19:30 | |
*** manishg has joined #heat | 19:31 | |
*** bnemec has joined #heat | 19:33 | |
*** pratikmallya has quit IRC | 19:35 | |
*** pm90_ has joined #heat | 19:40 | |
*** sdake_ has joined #heat | 19:46 | |
*** sdake has quit IRC | 19:49 | |
*** sergmelikyan has joined #heat | 19:51 | |
*** manishg has quit IRC | 19:56 | |
*** yassine__ has joined #heat | 20:04 | |
openstackgerrit | Pratik Mallya proposed openstack/heat-specs: Add spec for adding resource notifications https://review.openstack.org/244830 | 20:06 |
*** Qiming_ has joined #heat | 20:06 | |
*** akuznetsov has quit IRC | 20:12 | |
*** Qiming_ has quit IRC | 20:12 | |
*** sdake_ has quit IRC | 20:14 | |
*** sdake has joined #heat | 20:17 | |
*** crobertsrh has joined #heat | 20:23 | |
crobertsrh | Any chance that someone here can help me debug why a stack is stuck in "CREATE_IN_PROGRESS"? My VMs have all started and are useable, but somehow, my status is still showing as create in progress. (This is a stack for Sahara). | 20:24 |
crobertsrh | I should note that I'm using devstack, if that matters to anyone. Here is what I see for my resource-list. http://paste.openstack.org/show/478731/ | 20:24 |
*** dprince has quit IRC | 20:24 | |
*** tlashchova has quit IRC | 20:25 | |
*** manishg has joined #heat | 20:33 | |
*** neelashah has joined #heat | 20:40 | |
*** signed8bit is now known as signed8bit_ZZZzz | 20:41 | |
crobertsrh | Here's my event-list for the above problem: http://paste.openstack.org/show/478737/ | 20:41 |
*** signed8bit_ZZZzz is now known as signed8bit | 20:43 | |
*** neelashah1 has quit IRC | 20:43 | |
*** neelashah1 has joined #heat | 20:44 | |
*** neelashah has quit IRC | 20:45 | |
*** neelashah has joined #heat | 20:47 | |
*** neelashah1 has quit IRC | 20:48 | |
*** cwolferh has quit IRC | 20:50 | |
*** neelashah has quit IRC | 20:51 | |
*** neelashah has joined #heat | 20:52 | |
*** sdake has quit IRC | 20:54 | |
*** neelashah has quit IRC | 20:54 | |
*** r05c03 has quit IRC | 20:57 | |
openstackgerrit | Pratik Mallya proposed openstack/heat-specs: Add spec for adding resource notifications https://review.openstack.org/244830 | 20:57 |
*** dsneddon is now known as dsneddon_lunch | 20:58 | |
*** gberginc has quit IRC | 21:00 | |
*** crobertsrh has quit IRC | 21:01 | |
*** yassine__ has quit IRC | 21:02 | |
*** jprovazn has quit IRC | 21:08 | |
*** pm90__ has joined #heat | 21:08 | |
*** pm90__ has quit IRC | 21:08 | |
*** sdake has joined #heat | 21:11 | |
*** pm90_ has quit IRC | 21:11 | |
*** Marga_ has joined #heat | 21:12 | |
*** cwolferh has joined #heat | 21:14 | |
*** sdake_ has joined #heat | 21:15 | |
*** sdake has quit IRC | 21:17 | |
*** Piet has joined #heat | 21:22 | |
*** achanda has quit IRC | 21:23 | |
*** achanda has joined #heat | 21:26 | |
*** achanda has quit IRC | 21:26 | |
*** achanda has joined #heat | 21:27 | |
*** bdossant has joined #heat | 21:27 | |
*** EricGonczer_ has joined #heat | 21:31 | |
*** manishg has quit IRC | 21:38 | |
*** manishg has joined #heat | 21:38 | |
*** pm90_ has joined #heat | 21:39 | |
*** manishg has quit IRC | 21:39 | |
*** shardy has quit IRC | 21:39 | |
*** EricGonczer_ has quit IRC | 21:40 | |
*** pm90__ has joined #heat | 21:42 | |
*** manishg has joined #heat | 21:43 | |
*** pm90_ has quit IRC | 21:44 | |
*** neelashah has joined #heat | 21:49 | |
openstackgerrit | Rob Pothier proposed openstack/heat: Add Baymodel contraint to OS::Magnum::Bay https://review.openstack.org/242623 | 21:49 |
*** zeih has joined #heat | 21:52 | |
*** achanda has quit IRC | 21:54 | |
*** dsneddon_lunch is now known as dsneddon | 21:54 | |
*** achanda has joined #heat | 21:54 | |
*** e0ne has joined #heat | 21:54 | |
*** zeih has quit IRC | 21:56 | |
*** Marga_ has quit IRC | 21:58 | |
*** bdossant has quit IRC | 22:00 | |
*** crobertsrh has joined #heat | 22:02 | |
*** manishg has quit IRC | 22:02 | |
*** manishg has joined #heat | 22:02 | |
*** Marga_ has joined #heat | 22:04 | |
*** jamielennox|away is now known as jamielennox | 22:05 | |
*** vgridnev has quit IRC | 22:05 | |
*** MVenesio has quit IRC | 22:08 | |
*** Marga_ has quit IRC | 22:11 | |
*** rpothier has quit IRC | 22:11 | |
*** sergmelikyan has quit IRC | 22:12 | |
*** david-lyle has joined #heat | 22:16 | |
*** sergmelikyan has joined #heat | 22:16 | |
*** zeih has joined #heat | 22:19 | |
*** boris-42 has joined #heat | 22:19 | |
*** bdossant has joined #heat | 22:19 | |
*** bdossant has quit IRC | 22:20 | |
*** crobertsrh is now known as _crobertsrh | 22:21 | |
*** dims_ has joined #heat | 22:23 | |
*** dims has quit IRC | 22:25 | |
*** bdossant has joined #heat | 22:26 | |
*** bdossant has quit IRC | 22:26 | |
*** zeih has quit IRC | 22:26 | |
*** crose has quit IRC | 22:30 | |
*** Marga_ has joined #heat | 22:32 | |
*** lnxnut has quit IRC | 22:32 | |
*** lkarm has quit IRC | 22:40 | |
*** lkarm has joined #heat | 22:40 | |
*** lkarm has quit IRC | 22:40 | |
*** lkarm has joined #heat | 22:41 | |
*** pm90_ has joined #heat | 22:44 | |
*** sdake_ has quit IRC | 22:44 | |
*** jonesbr has left #heat | 22:45 | |
*** lkarm has quit IRC | 22:46 | |
*** pm90__ has quit IRC | 22:47 | |
*** zeih has joined #heat | 22:49 | |
*** sergmelikyan has quit IRC | 22:54 | |
*** zeih has quit IRC | 22:56 | |
*** sthillma has joined #heat | 22:58 | |
*** blomquisg has quit IRC | 23:02 | |
*** neelashah has quit IRC | 23:04 | |
*** manishg has quit IRC | 23:05 | |
*** vijendar has quit IRC | 23:05 | |
*** jasond has quit IRC | 23:08 | |
*** sabeen1 has quit IRC | 23:10 | |
*** jamielennox is now known as jamielennox|away | 23:13 | |
*** sabeen1 has joined #heat | 23:16 | |
*** nkoffman_ has joined #heat | 23:16 | |
*** nkoffman has quit IRC | 23:18 | |
*** zeih has joined #heat | 23:19 | |
*** jamielennox|away is now known as jamielennox | 23:22 | |
*** sdake has joined #heat | 23:23 | |
*** manishg has joined #heat | 23:24 | |
*** zeih has quit IRC | 23:26 | |
*** sdake_ has joined #heat | 23:26 | |
*** sdake has quit IRC | 23:28 | |
*** tochi has joined #heat | 23:43 | |
*** zeih has joined #heat | 23:48 | |
*** fbo has quit IRC | 23:52 | |
*** achanda has quit IRC | 23:55 | |
*** zeih has quit IRC | 23:55 | |
*** e0ne has quit IRC | 23:56 | |
*** fbo has joined #heat | 23:56 | |
*** pm90_ has quit IRC | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!