Sunday, 2019-08-25

*** k_mouza has quit IRC01:22
gregworkso the fix was to modify  heat/engine/resources/openstack/octavia/pool_member.py line 141 and add exception handling to self.client().member_delete(self.properties[self.POOL],self.resource_id)04:09
gregworksimple try/except .. im not really familar with how bugfixes are handled in this community but for what its worth .. there it is04:10
*** ash2307 has left #heat04:48
*** ivve has joined #heat06:05
gregworkif you are defining a map can you do stuff like:  mymap: [ { "this": "something", "that": { get_param [ mymap, this ] } }07:52
*** jtomasek has joined #heat09:55
*** jtomasek has quit IRC09:57
*** jtomasek has joined #heat10:23
*** jtomasek has quit IRC10:28
*** jtomasek has joined #heat10:35
*** jtomasek has quit IRC10:46
*** jtomasek has joined #heat11:00
*** jtomasek has quit IRC11:50
*** ivve has quit IRC14:51
*** kazsh has quit IRC16:13
*** ivve has joined #heat16:43
*** zigo has quit IRC17:32
*** gfidente has joined #heat19:08
openstackgerritJens Harbott (frickler) proposed openstack/heat master: Stop requiring an identity admin endpoint  https://review.opendev.org/67577819:46
*** ivve has quit IRC20:18
*** gfidente has quit IRC20:44
openstackgerritSteve Baker proposed openstack/heat-agents master: Rewrite test_hook_docker_cmd to avoid paunch internals  https://review.opendev.org/67843421:41
*** iokiwi has joined #heat21:51
openstackgerritSteve Baker proposed openstack/heat-agents master: Rewrite test_hook_docker_cmd to avoid paunch internals  https://review.opendev.org/67843422:03
*** flwang has joined #heat22:32
flwanggreetings, any heat folks around?22:32
flwangi have a question about using remote HTTP web resources as template,  does heat support any block list for the remote host/ip?22:34
*** rcernin has joined #heat23:19
*** k_mouza has joined #heat23:25
gregworkflwang: such as?23:28
gregworktemplate:23:29
gregwork  - http://this23:29
gregwork  - http://that23:29
gregwork?23:29
gregworkor get_file23:29
gregworki mean how would that work though, i think template requires a single datasource23:29
gregworkon a side note is there a way to get heat to not retry deploying a sub stack if it fails.23:32
flwanggregwork: yes, for example, we may use   cat-it.internal.co.nz for internal hosts23:35
flwangwe don't want the user can guess the url/file path to get any information they shouldn't be able to see23:36
gregworkim thinking this maybe can be solved outside of heat? perhaps with dns and views?  your template references http://thereposite  where the view returns a different ip depending on the view the client hits23:38
gregworkmaybe im not understanding the problem tho23:38
openstackgerritSteve Baker proposed openstack/heat-agents master: Rewrite test_hook_docker_cmd to avoid paunch internals  https://review.opendev.org/67843423:40
gregworkalso is there a way to control the suffix name of a substack ..23:52
gregworkfrom what i gather it will name things "masterstack-<resourcename>-randombarf"23:52
flwangbut how about if it's an IP not a domain name23:54
gregworkip addresses are more absolute .. probably not a great choice23:55
gregworkhostnames are pretty flexible, id recommend that23:56
flwangyep, we're asked this question from a security review report23:56
gregworkso i work for a federally regulated financial institution here and we go through sox and pci-dss audits and the QSA's have never even suggested using IP addresses was a better idea than a hostname23:57
gregworkso maybe you are alright :)23:57

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