*** sdake_ has quit IRC | 00:00 | |
*** kebray has quit IRC | 00:01 | |
*** kebray has joined #heat | 00:03 | |
*** hdd has joined #heat | 00:04 | |
*** jruano has joined #heat | 00:06 | |
*** sergmelikyan has quit IRC | 00:09 | |
*** mspreitz has quit IRC | 00:10 | |
*** nijaba_ has joined #heat | 00:10 | |
*** nijaba_ has quit IRC | 00:10 | |
*** nijaba_ has joined #heat | 00:10 | |
*** nijaba has quit IRC | 00:10 | |
*** sputnik13 has quit IRC | 00:13 | |
*** jruano has quit IRC | 00:17 | |
*** hdd has quit IRC | 00:18 | |
*** chlong has joined #heat | 00:25 | |
*** Tango|2 has quit IRC | 00:47 | |
*** hdd has joined #heat | 01:12 | |
*** Marga_ has quit IRC | 01:19 | |
*** Marga_ has joined #heat | 01:20 | |
*** smc7 has joined #heat | 01:24 | |
*** hdd has quit IRC | 01:24 | |
*** smc7 has quit IRC | 01:28 | |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Implement update for Manila::Share https://review.openstack.org/171845 | 01:29 |
---|---|---|
openstackgerrit | Kairat Kushaev proposed openstack/heat: Implement create-delete-check for Manila::Share https://review.openstack.org/171806 | 01:29 |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Implement snapshot-restore for Manila::Share https://review.openstack.org/171903 | 01:29 |
*** Yanyanhu has joined #heat | 01:50 | |
*** jruano has joined #heat | 01:52 | |
*** erkules_ has joined #heat | 01:55 | |
*** dims has quit IRC | 01:56 | |
*** erkules has quit IRC | 01:58 | |
*** harlowja is now known as harlowja_away | 02:03 | |
elynn | morning :) | 02:05 |
*** jruano has quit IRC | 02:12 | |
ramishra | good morning all! | 02:18 |
*** Marga_ has quit IRC | 02:26 | |
*** Marga_ has joined #heat | 02:26 | |
*** Marga_ has quit IRC | 02:31 | |
*** Raj1 has joined #heat | 02:32 | |
*** Qiming has joined #heat | 02:33 | |
*** Raj1 has quit IRC | 02:34 | |
*** Raj1 has joined #heat | 02:34 | |
ramishra | stevebaker: Hi! | 02:42 |
stevebaker | hi | 02:42 |
ramishra | stevebaker: did you see my response to your question on https://review.openstack.org/#/c/166643/? hope it makes sense? | 02:43 |
*** Raj1 has quit IRC | 02:44 | |
stevebaker | ramishra: so is atomic tool installed on atomic os? | 02:47 |
ramishra | stevebaker: yes, at present it's there on rhel 7.1, it would make to fedora atomic for 22. However, someone can install it directly, just few python files. | 02:48 |
stevebaker | ramishra: so, option 1 is to just call atomic tool in user_data on boot to start containers (I realise that is not what your proposed change is about) | 02:49 |
ramishra | stevebaker: nope, its to install containers afterwards using softwareconfig/deployment | 02:50 |
ramishra | stevebaker: https://github.com/rthallisey/atomic-osp-installer | 02:50 |
stevebaker | ramishra: I think my confusion is that the files are in elements/, which is for diskimage-builder, but this will be added to the agent container with a dockerfile, not dib | 02:51 |
ramishra | stevebaker: yes | 02:52 |
stevebaker | right, and could we have a single agent container which supports both docker-compose and atomic agent? or separate containers? | 02:53 |
ramishra | stevebaker: one that contains script/docker-compoe/atomic, and probably kubelet all docker specific hooks | 02:54 |
ramishra | stevebaker: that's my idea, open for separate ones though. | 02:54 |
stevebaker | ok, in that case I would recommend putting this change after https://review.openstack.org/#/c/164572/ and putting the files directly in hot/software-config/heat-docker-agents (or whatever it gets renamed to) | 02:56 |
stevebaker | ramishra: ... unless atomic tool is also expected to be used on *any* docker host, not just atomic | 02:56 |
ramishra | exactly, this can deployed on any os where atomic tool can be installed | 02:57 |
*** jruano has joined #heat | 02:57 | |
ramishra | you can do it in fedora too, however, I've not seen any yum package for it though | 02:57 |
ramishra | atomic tool uses docker-py so is docker-compose | 02:58 |
stevebaker | I can't see a pypi package either, and it looks like your change expects it to be installed alreadyt | 03:00 |
ramishra | atomic tool is created just for convenience, kind of 'yum' for ostree based os. yeah, my assumption is it should already be there.. However, we can put some script to install it from git though on any os.. | 03:02 |
*** EricGonczer_ has joined #heat | 03:03 | |
stevebaker | why don't we wait to see if there is any demand for that. For now lets just assume the hook will only be in the agent container | 03:04 |
cmyster | morning | 03:05 |
stevebaker | practically speaking, atomic tool would be available on an atomic host, which can only be augmented with an agent container | 03:06 |
ramishra | I'm ok with that too. | 03:08 |
*** alex_xu has quit IRC | 03:08 | |
ramishra | stevebaker: ok, let me try and add this to https://review.openstack.org/#/c/164572/ and make it generic with all container specifc hooks | 03:09 |
stevebaker | cool, ok | 03:10 |
stevebaker | whew :) | 03:10 |
*** pal has joined #heat | 03:11 | |
ramishra | :) | 03:11 |
ramishra | stevebaker: thanks! | 03:12 |
stevebaker | ramishra: did you seem my request for a global rename of heat-docker-agents to heat-docker-agent? | 03:12 |
ramishra | stevebaker: yeah WIP:) | 03:13 |
stevebaker | ok | 03:13 |
ramishra | stevebaker: more changes now;) I'll probably rename it to heat-container-agent? | 03:15 |
ramishra | stevebaker: we can include rocket hook later;) | 03:15 |
stevebaker | good idea | 03:15 |
*** pal has quit IRC | 03:16 | |
openstackgerrit | huangtianhua proposed openstack/heat: Make sure snapshot belongs to stack for actions https://review.openstack.org/168766 | 03:17 |
ramishra | stevebaker: I've added some comments to https://bugs.launchpad.net/heat/+bug/1439042, if you have not seen it, please have a look. | 03:18 |
openstack | Launchpad bug 1439042 in heat "docker plugin add cpu set property" [Undecided,New] - Assigned to LiangChen (hs-chen) | 03:18 |
*** EricGonczer_ has quit IRC | 03:19 | |
stevebaker | ramishra: I saw that. I hope those IBM peeps will stop using the docker resource and start using hooks | 03:19 |
ramishra | regarding your thoughts of rewriting the docker hook in line with the contrib resource, I think docker-compose can do all that the contrib resource can do, as it uses docker-py | 03:20 |
*** kebray has quit IRC | 03:21 | |
*** dsanders has quit IRC | 03:23 | |
ramishra | so, it only a matter of time the recent docker api changes coming to docker-compose | 03:23 |
stevebaker | ramishra: I was just wanting to ease the burden of heat template changes docker-resource<->software-config resource, but it is not a huge deal. docker-compose should be fine | 03:38 |
*** achanda has quit IRC | 03:38 | |
*** achanda has joined #heat | 03:43 | |
*** dims has joined #heat | 03:45 | |
*** achanda has quit IRC | 03:45 | |
*** jruano has quit IRC | 03:48 | |
*** dims has quit IRC | 03:50 | |
*** kebray has joined #heat | 03:54 | |
*** cmyster has quit IRC | 03:55 | |
*** pal has joined #heat | 03:57 | |
*** cmyster has joined #heat | 03:58 | |
*** cmyster has quit IRC | 03:58 | |
*** cmyster has joined #heat | 03:58 | |
*** coolsvap|afk is now known as coolsvap | 04:00 | |
*** achanda has joined #heat | 04:01 | |
*** cmyster has quit IRC | 04:01 | |
*** achanda has quit IRC | 04:03 | |
*** rodrigods has quit IRC | 04:08 | |
*** rodrigods has joined #heat | 04:12 | |
openstackgerrit | Merged openstack/heat: Implement Manila client plugin https://review.openstack.org/170119 | 04:13 |
*** achanda has joined #heat | 04:23 | |
*** dsanders has joined #heat | 04:27 | |
*** LiJiansheng has joined #heat | 04:34 | |
*** achanda has quit IRC | 04:36 | |
*** achanda has joined #heat | 04:48 | |
*** rakesh_hs has joined #heat | 04:51 | |
*** dsanders has quit IRC | 04:54 | |
*** smc7 has joined #heat | 05:01 | |
*** smc7 has quit IRC | 05:06 | |
*** cmyster has joined #heat | 05:09 | |
*** chlong has quit IRC | 05:09 | |
*** sputnik13 has joined #heat | 05:10 | |
*** dsanders has joined #heat | 05:13 | |
rakesh_hs | asalkeld: Good Eve. Thanks for reviewing https://review.openstack.org/#/c/170682/ | 05:16 |
rakesh_hs | asalkeld: I have uploaded one more patch set | 05:16 |
*** pal has quit IRC | 05:21 | |
*** dsanders has quit IRC | 05:21 | |
*** sputnik13 has quit IRC | 05:34 | |
*** tspatzier has joined #heat | 05:52 | |
*** KanagarajM has joined #heat | 05:59 | |
*** jcoufal has joined #heat | 05:59 | |
*** ananta has joined #heat | 06:03 | |
*** dulek has joined #heat | 06:07 | |
asalkeld | approved rakesh_hs | 06:11 |
*** LimorStotland has joined #heat | 06:22 | |
rakesh_hs | asalkeld: Thanks asalkeld | 06:24 |
*** Qiming_ has joined #heat | 06:24 | |
*** pitr-ch has joined #heat | 06:24 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat-specs: Enable or Disable a Heat-engine https://review.openstack.org/168659 | 06:26 |
*** Qiming has quit IRC | 06:27 | |
openstackgerrit | Ethan Lynn proposed openstack/heat: Pass stack id to init stacklock https://review.openstack.org/171930 | 06:28 |
*** Qiming_ has quit IRC | 06:28 | |
*** sdake_ has joined #heat | 06:32 | |
*** tspatzier has quit IRC | 06:35 | |
*** dsanders has joined #heat | 06:38 | |
*** alex_xu has joined #heat | 06:40 | |
*** gcivitella has joined #heat | 06:43 | |
*** alex_xu has quit IRC | 06:47 | |
*** jprovazn has joined #heat | 06:50 | |
*** smc7 has joined #heat | 06:50 | |
*** alex_xu has joined #heat | 06:51 | |
*** tspatzier has joined #heat | 06:52 | |
*** smc7 has quit IRC | 06:54 | |
*** pas-ha has joined #heat | 06:59 | |
openstackgerrit | Merged openstack/heat: test_resource for functional tests https://review.openstack.org/170682 | 07:01 |
*** serg_melikyan has joined #heat | 07:02 | |
*** Qiming has joined #heat | 07:03 | |
*** sdake_ has quit IRC | 07:05 | |
*** Qiming_ has joined #heat | 07:06 | |
*** dsanders has quit IRC | 07:06 | |
openstackgerrit | Deliang Fan proposed openstack/heat: Fix floatingip[association] misses use case https://review.openstack.org/167980 | 07:07 |
*** Qiming has quit IRC | 07:08 | |
pas-ha | morning all | 07:08 |
*** Qiming_ has quit IRC | 07:11 | |
*** dsanders has joined #heat | 07:14 | |
cmyster | morning | 07:14 |
*** jistr has joined #heat | 07:15 | |
*** sdake has joined #heat | 07:18 | |
openstackgerrit | Deliang Fan proposed openstack/heat: Fix floatingip[association] misses use case https://review.openstack.org/167980 | 07:19 |
skraynev | good morning | 07:23 |
*** pas-ha has quit IRC | 07:23 | |
*** pm90_ has joined #heat | 07:25 | |
*** pas-ha has joined #heat | 07:25 | |
*** sdake_ has joined #heat | 07:25 | |
*** sdake has quit IRC | 07:26 | |
*** BManojlovic has joined #heat | 07:30 | |
*** sdake_ has quit IRC | 07:30 | |
*** mtl1 has quit IRC | 07:30 | |
*** achanda has quit IRC | 07:31 | |
*** inc0 has joined #heat | 07:35 | |
*** achanda has joined #heat | 07:37 | |
*** dsanders has quit IRC | 07:40 | |
*** achanda has quit IRC | 07:48 | |
*** sdake has joined #heat | 07:52 | |
*** serg_melikyan has quit IRC | 07:54 | |
*** jprovazn has quit IRC | 07:55 | |
*** jprovazn has joined #heat | 07:59 | |
*** Qiming has joined #heat | 07:59 | |
*** pm90_ has quit IRC | 08:00 | |
*** jamielennox is now known as jamielennox|away | 08:01 | |
*** kebray has quit IRC | 08:02 | |
shardy | morning all | 08:02 |
sdake | morning shardy | 08:03 |
sdake | hey are you aware of bandit? | 08:03 |
sdake | https://review.openstack.org/#/c/171755/ | 08:04 |
sdake | https://review.openstack.org/#/c/171954/ | 08:04 |
*** pitr-ch has quit IRC | 08:04 | |
sdake | you might like it for heat | 08:05 |
sdake | easy enough to add | 08:05 |
*** ananta has quit IRC | 08:05 | |
shardy | sdake: Hey, no I wasn't, looks interesting, thanks! :) | 08:05 |
*** Qiming has quit IRC | 08:05 | |
sdake | automatic security linting | 08:05 |
sdake | looks pretty solid | 08:05 |
sdake | best part is it can be expanded | 08:05 |
*** pitr-ch has joined #heat | 08:07 | |
*** ananta has joined #heat | 08:07 | |
*** sanjayu has quit IRC | 08:10 | |
*** serg_melikyan has joined #heat | 08:10 | |
sdake | shardy bandit found a problem with yaml.load which apparently allows arbitrary python object creation ;) | 08:11 |
*** serg_melikyan has quit IRC | 08:11 | |
*** serg_mel_ has joined #heat | 08:11 | |
sdake | (and users provide that file that is parsed...) | 08:11 |
sdake | found a problem in magnum that is | 08:11 |
shardy | sdake: interesting, we overload the Loader which I think does it safely but it'd be good to run bandit on our code anyway | 08:13 |
*** derekh has joined #heat | 08:13 | |
shardy | I'm sure there are problems we don't know about ;) | 08:13 |
sdake | someone said on #openstack-security there is only 30 plugins atm | 08:14 |
sdake | but I expect that will grow over time | 08:14 |
*** erkules_ is now known as erkules | 08:14 | |
*** erkules has joined #heat | 08:14 | |
sdake | we are going to gate it in magnum | 08:14 |
openstackgerrit | Ethan Lynn proposed openstack/heat: Remove parser.py https://review.openstack.org/171967 | 08:29 |
openstackgerrit | huangtianhua proposed openstack/heat: Correct stack_object.Stack get_all mock https://review.openstack.org/171969 | 08:35 |
*** smc7 has joined #heat | 08:39 | |
*** cdent has joined #heat | 08:40 | |
*** rwsu has quit IRC | 08:41 | |
*** pm90_ has joined #heat | 08:42 | |
*** smc7 has quit IRC | 08:43 | |
*** pm90_ has quit IRC | 08:47 | |
*** pm90__ has joined #heat | 08:47 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat-specs: Stack resource searching, sorting and pagination https://review.openstack.org/168661 | 08:50 |
openstackgerrit | huangtianhua proposed openstack/heat: Use stack_object directly in test_engine_service.py https://review.openstack.org/171971 | 08:53 |
*** jtomasek has joined #heat | 08:53 | |
*** serg_mel_ has quit IRC | 08:53 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat-specs: Scale-out support for Manage Service listing https://review.openstack.org/168657 | 09:01 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Fix mocking in test_engine_service https://review.openstack.org/171974 | 09:02 |
*** serg_melikyan has joined #heat | 09:07 | |
*** serg_mel_ has joined #heat | 09:08 | |
*** serg_melikyan has quit IRC | 09:08 | |
*** pm90__ has quit IRC | 09:13 | |
*** pm90_ has joined #heat | 09:15 | |
*** boris-42 has joined #heat | 09:16 | |
*** pm90_ has quit IRC | 09:18 | |
*** coolsvap is now known as coolsvap|afk | 09:18 | |
*** serg_mel_ is now known as serg_melikyan | 09:22 | |
*** coolsvap|afk is now known as coolsvap | 09:24 | |
*** _shaps_ has joined #heat | 09:27 | |
*** haigang has joined #heat | 09:39 | |
*** LimorStotland has left #heat | 09:43 | |
*** sdake_ has joined #heat | 09:46 | |
*** sdake_ has quit IRC | 09:49 | |
*** sdake has quit IRC | 09:50 | |
*** f13o has quit IRC | 09:54 | |
skraynev | shardy, asalkeld: please take a look on https://review.openstack.org/#/c/171534/ good question about how we can solve issue mentioned in bug. | 09:55 |
*** prazumovsky has joined #heat | 09:57 | |
prazumovsky | huangtianhua, are you here? | 09:57 |
*** Kennan2 has joined #heat | 09:59 | |
*** Kennan has quit IRC | 10:00 | |
huangtianhua | prazumovsky: ? | 10:00 |
openstackgerrit | Merged openstack/heat: Update openstack-common reference in openstack/common/README https://review.openstack.org/171711 | 10:03 |
*** jcoufal has quit IRC | 10:04 | |
*** coolsvap is now known as coolsvap|afk | 10:06 | |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Add env storing for loaded environments https://review.openstack.org/168865 | 10:09 |
*** dims_ has joined #heat | 10:23 | |
*** smc7 has joined #heat | 10:28 | |
*** jcoufal has joined #heat | 10:29 | |
*** smc7 has quit IRC | 10:32 | |
*** jcoufal has quit IRC | 10:36 | |
*** prazumovsky has quit IRC | 10:37 | |
*** Yanyanhu has quit IRC | 10:38 | |
*** jamielennox|away is now known as jamielennox | 10:42 | |
openstackgerrit | Steven Hardy proposed openstack/heat: Convert AutoScalingGroup adjustments to handle_signal https://review.openstack.org/143496 | 10:42 |
*** _shaps_ has quit IRC | 10:53 | |
*** _shaps_ has joined #heat | 10:53 | |
*** hdd has joined #heat | 11:04 | |
*** haigang has quit IRC | 11:24 | |
*** serg_melikyan has quit IRC | 11:28 | |
*** KanagarajM has quit IRC | 11:28 | |
*** kbs has quit IRC | 11:33 | |
*** asalkeld has quit IRC | 11:35 | |
*** nijaba_ has quit IRC | 11:36 | |
*** nkhare has joined #heat | 11:39 | |
*** nijaba has joined #heat | 11:42 | |
*** nijaba has quit IRC | 11:42 | |
*** nijaba has joined #heat | 11:42 | |
*** nkhare has quit IRC | 11:47 | |
*** aweiteka has joined #heat | 11:48 | |
*** jamielennox is now known as jamielennox|away | 11:53 | |
*** jdob has joined #heat | 11:55 | |
*** nkhare has joined #heat | 11:57 | |
*** Kennan2 is now known as Kennan | 12:05 | |
*** rodrigods has quit IRC | 12:06 | |
*** rodrigods has joined #heat | 12:06 | |
*** dims_ has quit IRC | 12:10 | |
*** dims_ has joined #heat | 12:13 | |
*** LiJiansheng has quit IRC | 12:14 | |
*** liusheng has quit IRC | 12:15 | |
*** smc7 has joined #heat | 12:17 | |
*** kbs has joined #heat | 12:19 | |
*** LiJiansheng has joined #heat | 12:20 | |
*** smc7 has quit IRC | 12:21 | |
*** sergmelikyan has joined #heat | 12:21 | |
*** dims__ has joined #heat | 12:23 | |
*** dims_ has quit IRC | 12:27 | |
*** ananta has quit IRC | 12:29 | |
*** hdd has quit IRC | 12:31 | |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Implement update for Manila::Share https://review.openstack.org/171845 | 12:41 |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Implement create-delete-check for Manila::Share https://review.openstack.org/171806 | 12:42 |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Implement snapshot-restore for Manila::Share https://review.openstack.org/171903 | 12:42 |
*** elynn_ has joined #heat | 12:42 | |
*** jmckind has joined #heat | 13:00 | |
*** vijendar has quit IRC | 13:02 | |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Implement snapshot-restore for Manila::Share https://review.openstack.org/171903 | 13:06 |
*** lifeless has quit IRC | 13:07 | |
*** nkhare has quit IRC | 13:07 | |
*** spzala has joined #heat | 13:08 | |
*** mtl1 has joined #heat | 13:08 | |
*** tochi_ has quit IRC | 13:13 | |
*** JungleJoose has joined #heat | 13:15 | |
*** inc0 has quit IRC | 13:16 | |
*** jprovazn has quit IRC | 13:20 | |
*** jprovazn has joined #heat | 13:20 | |
*** jprovazn has quit IRC | 13:21 | |
*** mtl1 has left #heat | 13:22 | |
openstackgerrit | Merged openstack/heat: Do not detach/re-attach volumes in AWS Instance https://review.openstack.org/166166 | 13:22 |
*** dims__ has quit IRC | 13:28 | |
*** pscheie has joined #heat | 13:28 | |
*** dims_ has joined #heat | 13:28 | |
*** dims__ has joined #heat | 13:36 | |
*** jasond has joined #heat | 13:37 | |
*** dims_ has quit IRC | 13:37 | |
*** LiJiansheng has quit IRC | 13:38 | |
*** rakesh_hs has quit IRC | 13:43 | |
*** sabeen has joined #heat | 13:46 | |
*** jcoufal has joined #heat | 13:48 | |
*** elynn_ has quit IRC | 13:50 | |
*** JungleJoose has quit IRC | 13:51 | |
*** ccrouch has joined #heat | 13:52 | |
*** openstackgerrit has quit IRC | 13:53 | |
*** openstackgerrit has joined #heat | 13:53 | |
*** elynn_ has joined #heat | 13:54 | |
*** EricGonczer_ has joined #heat | 13:56 | |
*** jprovazn has joined #heat | 13:56 | |
kairat_kushaev | elynn: Regarding this change https://review.openstack.org/#/c/167229/ | 13:58 |
kairat_kushaev | elynn: the patch you pointed is slightly different | 13:58 |
*** blomquisg has quit IRC | 13:58 | |
kairat_kushaev | elynn: it just warns about incorrect propertires but it does not check resources | 13:59 |
*** JungleJoose has joined #heat | 14:03 | |
*** dulek has quit IRC | 14:04 | |
*** smc7 has joined #heat | 14:05 | |
*** blomquisg has joined #heat | 14:07 | |
*** Drago has joined #heat | 14:10 | |
*** smc7 has quit IRC | 14:10 | |
*** sdake has joined #heat | 14:10 | |
*** InblEric has joined #heat | 14:11 | |
*** Drago has quit IRC | 14:12 | |
*** JungleJoose has quit IRC | 14:12 | |
*** Drago has joined #heat | 14:12 | |
*** radez_g0n3 is now known as radez | 14:18 | |
*** lifeless has joined #heat | 14:18 | |
*** sabeen3 has joined #heat | 14:19 | |
*** sabeen has quit IRC | 14:20 | |
*** JungleJoose has joined #heat | 14:21 | |
*** gordc has joined #heat | 14:22 | |
*** radez is now known as radez_bbl | 14:23 | |
*** gordc has left #heat | 14:24 | |
*** jcoufal has quit IRC | 14:26 | |
*** jcoufal has joined #heat | 14:27 | |
elynn | kairat_kushaev, sorry I just read your message. | 14:27 |
*** serg_melikyan has joined #heat | 14:28 | |
*** jcoufal has quit IRC | 14:29 | |
elynn | kairat_kushaev, Oh I got it, so this unittest is different from patch https://review.openstack.org/#/c/116615/ | 14:30 |
*** Raj2 has joined #heat | 14:31 | |
kairat_kushaev | elynn: Yep | 14:32 |
*** achanda has joined #heat | 14:32 | |
*** serg_melikyan has quit IRC | 14:33 | |
elynn | Correct my review to +1 :) | 14:33 |
*** kebray has joined #heat | 14:36 | |
*** Qiming has joined #heat | 14:38 | |
*** Grace1 has joined #heat | 14:39 | |
Grace1 | Hello | 14:39 |
Grace1 | I have one question when launching windows stack from heat template | 14:39 |
Grace1 | I have one script to download one big file and then extract it | 14:40 |
Grace1 | because it is a very big file, when I ran the script manually from powershell command prompt, it took me almost 10 minutes | 14:40 |
*** achanda has quit IRC | 14:41 | |
Grace1 | when I launched the instance from heat template, but the script always failed and it said the user data is empty or not executable | 14:41 |
Grace1 | would anybody tell me how to fix it? | 14:41 |
Grace1 | thanks a lot | 14:41 |
*** Raj2 has quit IRC | 14:42 | |
Qiming | Grace1, how did you specify the script to run? | 14:42 |
Grace1 | I put it in the userdata | 14:42 |
Grace1 | user_data: str_replace: template: | #ps1 downloads params: downloads: {get_file: setupenv.ps1} | 14:43 |
Qiming | that is too short | 14:43 |
Qiming | can you paste the template (only the relevant part) somewhere? | 14:44 |
Qiming | e.g. paste.openstack.org? | 14:44 |
Grace1 | one minute | 14:44 |
Grace1 | http://paste.openstack.org/show/201327/ | 14:45 |
pscheie | I'm using this template, http://paste.openstack.org/show/201326/, to spin up a single instance stack in juno. | 14:46 |
Qiming | Grace1, the get_file function works from the client side, not the heat server side | 14:47 |
pscheie | If I leave out the user_data section, I can't ssh onto the instance using the cloud-user ID and key. | 14:47 |
pscheie | Any idea why a user_data section would be required? | 14:47 |
Qiming | is setupenv.ps1 the file to download? | 14:47 |
Grace1 | Qiming: then how to fix it? | 14:47 |
Grace1 | setupenv.ps1 is under the same folder of the heat template | 14:48 |
Qiming | Grace1, not familiar with Windows guest | 14:48 |
Grace1 | :( | 14:48 |
Qiming | setupenv.ps1 is a script you want to run? | 14:49 |
Qiming | and it is big? | 14:49 |
Grace1 | yes | 14:49 |
Grace1 | it is not big, but the file needs extracting is big | 14:49 |
*** Raj2 has joined #heat | 14:49 | |
Qiming | Grace1, have you tried paste a shorter version of your ps1 script as user_data? | 14:50 |
*** smc7 has joined #heat | 14:50 | |
*** kairat_kushaev has quit IRC | 14:51 | |
Grace1 | that's a good idea. let me try it now | 14:51 |
Qiming | just paste it into user_data and see if it is executed | 14:51 |
Grace1 | ic | 14:51 |
*** jcoufal has joined #heat | 14:54 | |
*** Raj2 has quit IRC | 14:54 | |
*** achanda has joined #heat | 15:02 | |
*** InblEric1 has joined #heat | 15:02 | |
*** jmckind has quit IRC | 15:04 | |
*** Raj2 has joined #heat | 15:05 | |
*** InblEric has quit IRC | 15:05 | |
*** jcoufal has quit IRC | 15:06 | |
*** rpothier has joined #heat | 15:06 | |
*** dsanders has joined #heat | 15:09 | |
*** Tango|2 has joined #heat | 15:10 | |
*** achanda has quit IRC | 15:11 | |
*** jmckind has joined #heat | 15:11 | |
*** pm90_ has joined #heat | 15:12 | |
*** jmckind has quit IRC | 15:13 | |
*** pm90_ has quit IRC | 15:13 | |
*** jmckind has joined #heat | 15:14 | |
*** pm90_ has joined #heat | 15:14 | |
*** jmckind has quit IRC | 15:14 | |
*** JungleJoose has quit IRC | 15:14 | |
*** ryansb has quit IRC | 15:14 | |
*** jistr is now known as jistr|mtg | 15:15 | |
*** cdent has quit IRC | 15:18 | |
*** cdent has joined #heat | 15:18 | |
*** tspatzier has quit IRC | 15:19 | |
*** tspatzier has joined #heat | 15:19 | |
*** jprovazn has quit IRC | 15:20 | |
*** JungleJoose has joined #heat | 15:21 | |
pscheie | If I want to create a file (not execute a script) on an instance (resource), is that something I do via user_data? | 15:22 |
*** ryansb has joined #heat | 15:25 | |
*** ryansb has quit IRC | 15:25 | |
*** ryansb has joined #heat | 15:25 | |
*** serg_melikyan has joined #heat | 15:26 | |
*** jistr|mtg is now known as jistr | 15:27 | |
*** jmckind has joined #heat | 15:28 | |
*** jmckind has quit IRC | 15:28 | |
*** jmckind has joined #heat | 15:28 | |
*** dsanders has quit IRC | 15:31 | |
*** vijendar has joined #heat | 15:32 | |
*** KarolynChambers has joined #heat | 15:39 | |
*** jistr has quit IRC | 15:40 | |
*** vestival has joined #heat | 15:44 | |
vestival | hello... Is there any way to use approvals on heat? | 15:44 |
*** jtomasek has quit IRC | 15:47 | |
pas-ha | pscheie, sure, just write to that file in a user data script. or use OS::Heat::CloudConfig, it accepts cloud-config yaml that can write files | 15:49 |
pas-ha | vestival, what do you mean by approvals? | 15:49 |
pscheie | pas-ha: Yeah, I just found OS::Heat::CloudConfig about 10 seconds ago, seems more like what I want. | 15:50 |
pscheie | pas-ha: Conceptually, is user_config intended primarily for creating scripts to be run? The examples I've seen all seem to contain shell scripts. | 15:52 |
*** crose has joined #heat | 15:52 | |
vestival | pas-ha, I mean... I'd like to know if is there any any in heat to approve or deny the execution of a workflow | 15:53 |
*** Marga_ has joined #heat | 15:53 | |
*** Marga_ has quit IRC | 15:53 | |
*** Raj2 has quit IRC | 15:53 | |
*** Raj1 has joined #heat | 15:54 | |
*** Marga_ has joined #heat | 15:54 | |
pas-ha | vestival, what workflow do you mean? heat has no such notion AFAIK | 15:54 |
pas-ha | pscheie, user_data accepts many variants, depending on user_data_format | 15:54 |
pas-ha | with format RAW and a string - it would be a script to be run | 15:55 |
vestival | pas-ha, on Heat we can create workflow, right... but I am looking for a way to select which users can execute a workflow | 15:55 |
pas-ha | vestival, still do not get you. you mean Mistral workflow? | 15:55 |
*** sputnik13 has joined #heat | 15:56 | |
pas-ha | all RBAC is managed by keystone | 15:56 |
pas-ha | and its roles and policlies | 15:56 |
pas-ha | policies | 15:56 |
pas-ha | pscheie, with format RAW and a ref to CloudConfig - it would be passed to cloud_config as yaml | 15:57 |
pas-ha | there is also an option to pass AWS Init-formatted data (ith user_data_format as HEAT_CFN AFAIR) | 15:58 |
pas-ha | plus software deployments as yet another possibility | 15:58 |
vestival | pas-ha, thanks! | 16:00 |
*** rwsu has joined #heat | 16:02 | |
*** bdossant has joined #heat | 16:04 | |
bdossant | hi. What is the best way to pass a cloudinit userdata that is already in multipart mime format? | 16:05 |
*** radez_bbl is now known as radez | 16:05 | |
*** serg_melikyan has quit IRC | 16:07 | |
*** jmckind has quit IRC | 16:10 | |
*** derekh has quit IRC | 16:12 | |
*** jmckind has joined #heat | 16:13 | |
larsks | bdossant: one option would simply be to include verbatim as the argument to the user_data parameter (and set user_data_format: RAW). | 16:14 |
openstackgerrit | Merged openstack/python-heatclient: Make README.rst comply with expected format https://review.openstack.org/169928 | 16:18 |
*** signed8bit has joined #heat | 16:18 | |
bdossant | larsks: ok i will try. thanks. | 16:18 |
larsks | bdossant: that should work just fine, althoug there is probably a better way. An alternative is to build up the multipart/mime archive in heat like in this template: https://github.com/stackforge/heat-coe-templates/blob/master/kubecluster.yaml | 16:19 |
*** bdossant has quit IRC | 16:25 | |
openstackgerrit | Merged openstack/heat: Correct stack_object.Stack get_all mock https://review.openstack.org/171969 | 16:27 |
openstackgerrit | Merged openstack/heat: Use stack_object directly in test_engine_service.py https://review.openstack.org/171971 | 16:30 |
*** radez is now known as radez_g0n3 | 16:30 | |
*** elynn_ has quit IRC | 16:32 | |
*** Qiming has quit IRC | 16:33 | |
*** cdent has quit IRC | 16:34 | |
*** harlowja_away is now known as harlowja | 16:35 | |
*** signed8b_ has joined #heat | 16:37 | |
*** gcivitella has quit IRC | 16:39 | |
*** signed8b_ has quit IRC | 16:40 | |
*** signed8bit has quit IRC | 16:40 | |
*** signed8bit has joined #heat | 16:41 | |
*** signed8bit has quit IRC | 16:43 | |
*** signed8bit has joined #heat | 16:43 | |
*** signed8bit has quit IRC | 16:45 | |
*** cdent has joined #heat | 16:45 | |
*** signed8bit has joined #heat | 16:46 | |
*** dsanders has joined #heat | 16:48 | |
*** signed8bit has quit IRC | 16:50 | |
*** signed8bit has joined #heat | 16:50 | |
*** signed8bit has quit IRC | 16:52 | |
*** signed8bit has joined #heat | 16:52 | |
*** Raj1 has quit IRC | 16:53 | |
*** signed8bit has quit IRC | 16:54 | |
*** signed8bit has joined #heat | 16:54 | |
*** kebray_ has joined #heat | 16:55 | |
*** dsanders1 has joined #heat | 16:55 | |
*** kebray_ has quit IRC | 16:55 | |
*** kebray_ has joined #heat | 16:56 | |
*** kebray has quit IRC | 16:57 | |
*** dsanders has quit IRC | 16:58 | |
*** signed8bit has quit IRC | 17:03 | |
*** signed8bit has joined #heat | 17:03 | |
*** smccully has joined #heat | 17:05 | |
sputnik13 | question... I'm using heat template-validate on a template that refers to a nested template, and I'm getting "ERROR: Not found" | 17:08 |
sputnik13 | is this expected? | 17:08 |
*** signed8bit has quit IRC | 17:13 | |
*** signed8bit has joined #heat | 17:13 | |
vestival | pas-ha, hello again... do you know if heat has approval policies? or where can I find some more info about these policies? | 17:13 |
*** openstack has quit IRC | 17:13 | |
*** openstack has joined #heat | 17:14 | |
*** signed8bit has quit IRC | 17:15 | |
*** signed8bit has joined #heat | 17:16 | |
*** achanda has joined #heat | 17:17 | |
*** radez_g0n3 is now known as radez | 17:17 | |
*** pm90_ has quit IRC | 17:18 | |
*** Marga_ has quit IRC | 17:21 | |
*** Marga_ has joined #heat | 17:24 | |
*** boris-42 has quit IRC | 17:28 | |
*** Marga_ has quit IRC | 17:29 | |
*** kebray_ has quit IRC | 17:35 | |
*** pitr-ch has quit IRC | 17:35 | |
*** JungleJoose has quit IRC | 17:36 | |
*** cdent has quit IRC | 17:38 | |
*** jmckind has quit IRC | 17:44 | |
*** signed8bit has quit IRC | 17:47 | |
*** jmckind has joined #heat | 17:48 | |
*** JungleJoose has joined #heat | 17:51 | |
*** kebray has joined #heat | 17:52 | |
*** Marga_ has joined #heat | 17:56 | |
*** jmckind has quit IRC | 17:58 | |
*** jmckind has joined #heat | 17:59 | |
*** sdake_ has joined #heat | 18:05 | |
*** pm90_ has joined #heat | 18:06 | |
*** kebray has quit IRC | 18:07 | |
*** Marga_ has quit IRC | 18:07 | |
*** Raj1 has joined #heat | 18:07 | |
*** dulek has joined #heat | 18:08 | |
*** Raj1 has quit IRC | 18:08 | |
*** Raj1 has joined #heat | 18:08 | |
*** sdake has quit IRC | 18:09 | |
*** kebray has joined #heat | 18:11 | |
*** Marga_ has joined #heat | 18:18 | |
*** Marga_ has quit IRC | 18:20 | |
*** Marga_ has joined #heat | 18:20 | |
*** sdake has joined #heat | 18:25 | |
*** JungleJoose has left #heat | 18:28 | |
*** sdake_ has quit IRC | 18:29 | |
*** SergeyLukjanov has quit IRC | 18:31 | |
*** SergeyLukjanov has joined #heat | 18:32 | |
*** jasond has quit IRC | 18:33 | |
*** mspreitz has joined #heat | 18:37 | |
*** jasond has joined #heat | 18:38 | |
*** jtomasek has joined #heat | 18:43 | |
*** BManojlovic has quit IRC | 18:50 | |
pscheie | Is there a variable that I can use with get_attr() to get an instance's name? | 19:01 |
pscheie | aka, a resource name? | 19:01 |
*** Marga_ has quit IRC | 19:03 | |
*** Raj1 has left #heat | 19:04 | |
*** Marga_ has joined #heat | 19:05 | |
*** Marga_ has quit IRC | 19:06 | |
*** Marga_ has joined #heat | 19:06 | |
*** vestival has quit IRC | 19:09 | |
*** dulek has quit IRC | 19:14 | |
*** Raj1 has joined #heat | 19:34 | |
*** Raj1 has quit IRC | 19:38 | |
*** Drago has quit IRC | 19:38 | |
*** Drago has joined #heat | 19:38 | |
*** Marga_ has quit IRC | 19:39 | |
*** Marga_ has joined #heat | 19:40 | |
*** Marga_ has quit IRC | 19:40 | |
*** Marga_ has joined #heat | 19:40 | |
*** Raj1 has joined #heat | 19:42 | |
*** Raj1 has joined #heat | 19:42 | |
*** Raj1 has joined #heat | 19:43 | |
*** Marga_ has quit IRC | 19:45 | |
*** dims__ is now known as dims | 19:50 | |
*** rpothier has quit IRC | 19:54 | |
*** rpothier has joined #heat | 19:54 | |
*** rpothier has quit IRC | 19:55 | |
*** rpothier has joined #heat | 20:04 | |
*** signed8bit has joined #heat | 20:14 | |
*** jmckind has quit IRC | 20:21 | |
*** mspreitz has quit IRC | 20:23 | |
*** achanda has quit IRC | 20:24 | |
*** cody-somerville has quit IRC | 20:32 | |
*** Marga_ has joined #heat | 20:36 | |
*** jtomasek has quit IRC | 20:37 | |
*** Marga_ has quit IRC | 20:38 | |
*** hdd has joined #heat | 20:38 | |
*** rpothier has quit IRC | 20:42 | |
*** smccully has quit IRC | 20:49 | |
*** Marga_ has joined #heat | 20:51 | |
*** Raj1 has quit IRC | 20:52 | |
*** achanda has joined #heat | 20:53 | |
*** sdake has quit IRC | 20:53 | |
*** Grace1 has quit IRC | 20:58 | |
*** hdd has quit IRC | 21:05 | |
*** Raj1 has joined #heat | 21:06 | |
*** aweiteka has quit IRC | 21:08 | |
*** pm90__ has joined #heat | 21:08 | |
*** pm90__ has quit IRC | 21:10 | |
*** pm90__ has joined #heat | 21:11 | |
*** jcoufal has joined #heat | 21:12 | |
*** pm90_ has quit IRC | 21:12 | |
*** Raj1 has quit IRC | 21:13 | |
*** Raj1 has joined #heat | 21:13 | |
*** vestival has joined #heat | 21:19 | |
*** dims_ has joined #heat | 21:21 | |
*** dims has quit IRC | 21:24 | |
*** dims_ has quit IRC | 21:26 | |
*** vijendar has quit IRC | 21:30 | |
*** vijendar has joined #heat | 21:31 | |
*** kebray has quit IRC | 21:31 | |
*** vijendar has quit IRC | 21:35 | |
*** vestival has quit IRC | 21:37 | |
*** LiJiansheng has joined #heat | 21:38 | |
*** jasond has quit IRC | 21:39 | |
*** radez is now known as radez_g0n3 | 21:42 | |
*** Raj1 has quit IRC | 21:45 | |
*** kebray has joined #heat | 21:49 | |
*** EricGonczer_ has quit IRC | 21:51 | |
*** Raj1 has joined #heat | 21:54 | |
*** kebray has quit IRC | 21:55 | |
*** sdake has joined #heat | 22:07 | |
*** InblEric1 has quit IRC | 22:07 | |
*** pm90__ has quit IRC | 22:07 | |
*** sdake_ has joined #heat | 22:10 | |
*** Guest77301 has joined #heat | 22:11 | |
*** Guest77301 is now known as dims_ | 22:12 | |
*** sdake has quit IRC | 22:14 | |
*** jcoufal has quit IRC | 22:14 | |
*** Raj1 has quit IRC | 22:22 | |
*** FL1SK has quit IRC | 22:29 | |
*** signed8bit has quit IRC | 22:36 | |
*** Raj1 has joined #heat | 22:42 | |
*** Marga_ has quit IRC | 22:43 | |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Implement update for Manila::Share https://review.openstack.org/171845 | 22:44 |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Implement create-delete-check for Manila::Share https://review.openstack.org/171806 | 22:44 |
openstackgerrit | Kairat Kushaev proposed openstack/heat: Implement snapshot-restore for Manila::Share https://review.openstack.org/171903 | 22:44 |
*** sdake_ has quit IRC | 22:47 | |
*** dims_ has quit IRC | 22:52 | |
*** pm90_ has joined #heat | 22:53 | |
*** vijendar has joined #heat | 22:57 | |
*** vijendar has quit IRC | 22:59 | |
*** vijendar has joined #heat | 22:59 | |
*** EricGonczer_ has joined #heat | 23:00 | |
*** EricGonczer_ has quit IRC | 23:05 | |
*** asalkeld has joined #heat | 23:05 | |
*** EricGonczer_ has joined #heat | 23:06 | |
*** smc7 has quit IRC | 23:10 | |
*** Marga_ has joined #heat | 23:14 | |
*** EricGonczer_ has quit IRC | 23:21 | |
*** EricGonczer_ has joined #heat | 23:29 | |
*** Raj1 has quit IRC | 23:33 | |
*** Raj1 has joined #heat | 23:33 | |
*** Raj1 has quit IRC | 23:33 | |
*** jcoufal has joined #heat | 23:34 | |
*** Marga_ has quit IRC | 23:35 | |
*** Marga_ has joined #heat | 23:36 | |
*** dims_ has joined #heat | 23:38 | |
*** Marga_ has quit IRC | 23:38 | |
*** sabeen3 has quit IRC | 23:38 | |
*** tochi has joined #heat | 23:43 | |
*** Marga_ has joined #heat | 23:47 | |
*** Marga_ has quit IRC | 23:48 | |
*** Marga_ has joined #heat | 23:48 | |
*** Tango|2 has quit IRC | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!