*** blamar has quit IRC | 00:03 | |
*** Fin1te has joined #heat | 00:04 | |
*** dims has joined #heat | 00:11 | |
*** cody-somerville has quit IRC | 00:12 | |
*** alexpilotti has quit IRC | 00:19 | |
*** randallburt has quit IRC | 00:21 | |
*** giulivo has quit IRC | 00:25 | |
*** packet has quit IRC | 00:26 | |
*** Fin1te has quit IRC | 00:27 | |
*** ZZpablosan is now known as pablosan | 00:37 | |
*** lindsayk1 has quit IRC | 00:37 | |
*** pvaneck has left #heat | 00:38 | |
*** Fin1te has joined #heat | 00:40 | |
*** openstackgerrit has joined #heat | 00:40 | |
*** lindsayk has joined #heat | 00:47 | |
*** shakayumi has joined #heat | 00:48 | |
*** Fin1te has quit IRC | 00:48 | |
*** derekh has quit IRC | 00:49 | |
*** wchrisj has quit IRC | 00:49 | |
*** jdob has quit IRC | 00:49 | |
*** wchrisj has joined #heat | 00:50 | |
*** jprovazn has quit IRC | 00:50 | |
*** randallburt has joined #heat | 00:52 | |
*** slagle has quit IRC | 00:53 | |
*** fandi has quit IRC | 00:54 | |
*** blomquisg has quit IRC | 00:57 | |
*** randallburt has quit IRC | 00:59 | |
*** tomek_adamczewsk has quit IRC | 01:02 | |
* zaneb needs to eat | 01:02 | |
* asalkeld needs to write some code | 01:03 | |
zaneb | o/ | 01:03 |
---|---|---|
asalkeld | Slower, where is the source for image factory? | 01:03 |
Slower | asalkeld: http://imgfac.org/ | 01:04 |
asalkeld | https://github.com/redhat-imaging/imagefactory | 01:04 |
asalkeld | Slower, what is the state of it? | 01:04 |
asalkeld | active/? | 01:05 |
Slower | well, I know it was very active maybe 1.5yrs ago | 01:05 |
Slower | :) | 01:05 |
Slower | when we were depending on it | 01:05 |
openstackgerrit | A change was merged to openstack/heat: Fixup uuid stubbing in test_stack_user.py https://review.openstack.org/77920 | 01:05 |
Slower | I haven't used it in a long while | 01:05 |
*** spzala has quit IRC | 01:05 | |
asalkeld | ok | 01:06 |
Slower | asalkeld: there were several RH people on it at the time | 01:06 |
asalkeld | part of the problem is the input | 01:06 |
asalkeld | but maybe we could hack that | 01:07 |
Slower | imcleod was one of the main guys | 01:07 |
stevebaker | asalkeld: I would really prefer dib elements to an XML definition file | 01:07 |
Slower | I see he is still making changes | 01:07 |
asalkeld | stevebaker, we also need to support heroku apps | 01:07 |
asalkeld | and it needs to be fast | 01:07 |
Slower | I bet if it looked like it could work you could talk to imcleod and see about a different front end | 01:07 |
asalkeld | k, I'll take a look - thanks Slower | 01:08 |
Slower | he was good to work with | 01:08 |
asalkeld | Slower, was this a tool (cli) or service? | 01:08 |
*** tango has quit IRC | 01:08 | |
asalkeld | looks like a tool | 01:09 |
Slower | I think it was both | 01:09 |
Slower | I was involved with it directly | 01:09 |
*** andersonvom has quit IRC | 01:09 | |
Slower | I was doing the backend scheduling part | 01:09 |
asalkeld | ok | 01:09 |
Slower | s/was/wasn't/ | 01:10 |
Slower | heh | 01:10 |
Slower | I wasn't involved with it directly | 01:10 |
*** fandi has joined #heat | 01:10 | |
*** blomquisg has joined #heat | 01:11 | |
*** andersonvom has joined #heat | 01:15 | |
*** pablosan has quit IRC | 01:17 | |
openstackgerrit | A change was merged to openstack/heat: heat_keystoneclient add legacy fallback path https://review.openstack.org/78310 | 01:18 |
*** IlyaE has quit IRC | 01:20 | |
*** andersonvom has quit IRC | 01:20 | |
asalkeld | Slower, where is imcleod based? what channel might I find him? | 01:21 |
stevebaker | asalkeld: as an aside, I'm pretty sure he was in HK attempting to convince glance or nova to home an image building service | 01:22 |
asalkeld | yeah, I know | 01:22 |
asalkeld | the problem is need. we need this | 01:22 |
asalkeld | not sure if any one really needed it | 01:22 |
*** fandi has quit IRC | 01:22 | |
*** slagle has joined #heat | 01:26 | |
sdake | asalkeld re image factory, i don't think that will fit your needs for openstack | 01:27 |
asalkeld | yeah, but it's worth having a look at | 01:27 |
sdake | asalkeld IMO you either want to use something like virt-builder which is fast, or roll your own daemon | 01:27 |
asalkeld | the fail of imgfac is the one input | 01:28 |
sdake | atm ian is focused on buidling images without customization | 01:28 |
asalkeld | that's no good | 01:28 |
sdake | if you want customization I'd check out virt-builder | 01:28 |
asalkeld | we only want customization | 01:29 |
sdake | part of guestfs | 01:29 |
asalkeld | k | 01:29 |
sdake | there is a tool in my github showing how to use it | 01:29 |
asalkeld | we are using guestfs now | 01:29 |
sdake | virt-builder takes 2 minutes to customize an image, whereas loading a dib inside a vm takes 20 minutes | 01:29 |
*** Tross has joined #heat | 01:29 | |
sdake | if your using guestfs to customize images, just use virt builder and wrap a rest api around it | 01:29 |
sdake | virt-builder is a wrapper around guestfs that is more sanitary | 01:30 |
asalkeld | ok | 01:30 |
sdake | using guestfish directly is a pita | 01:30 |
asalkeld | https://github.com/sdake/heat-dib/ | 01:30 |
asalkeld | that ^? | 01:30 |
sdake | heat-vb | 01:30 |
sdake | heat-dib is DIBin a nova server using heat | 01:30 |
openstackgerrit | Steven Dake proposed a change to openstack/heat: Migrate to oslo.messaging from oslo-incubator rpc https://review.openstack.org/72798 | 01:31 |
openstackgerrit | Steven Dake proposed a change to openstack/heat: Update config generator for oslo.messaging https://review.openstack.org/77472 | 01:31 |
openstackgerrit | Steven Dake proposed a change to openstack/heat: Decorate StackNotFound exceptions for a variety of RPC calls https://review.openstack.org/78101 | 01:31 |
stevebaker | SpamapS: fallback has landed https://review.openstack.org/#/c/78310/ | 01:32 |
*** jprovazn has joined #heat | 01:33 | |
*** arbylee has quit IRC | 01:33 | |
SpamapS | stevebaker: thank you we've been staring at it for hours and now we're running around like crazy people trying to get our CI spun back up ;) | 01:35 |
*** nosnos has joined #heat | 01:35 | |
*** randallburt has joined #heat | 01:38 | |
*** randallburt has quit IRC | 01:39 | |
*** randallburt has joined #heat | 01:39 | |
*** funzo has quit IRC | 01:39 | |
*** funzo has joined #heat | 01:40 | |
*** stevebaker has quit IRC | 01:40 | |
*** stevebaker has joined #heat | 01:40 | |
*** funzo has quit IRC | 01:43 | |
*** funzo has joined #heat | 01:44 | |
*** funzo has quit IRC | 01:44 | |
*** funzo has joined #heat | 01:44 | |
*** liang has quit IRC | 01:45 | |
*** tomek_adamczewsk has joined #heat | 01:50 | |
*** liang has joined #heat | 01:51 | |
*** gokrokve has joined #heat | 01:53 | |
*** rwsu has quit IRC | 01:54 | |
*** harlowja has quit IRC | 01:58 | |
*** arbylee has joined #heat | 01:59 | |
*** lindsayk has quit IRC | 01:59 | |
*** fandi has joined #heat | 02:02 | |
*** arbylee has quit IRC | 02:03 | |
*** andersonvom has joined #heat | 02:03 | |
*** harlowja has joined #heat | 02:04 | |
stevebaker | SpamapS: are you going to run with stack_user_domain unset for now? | 02:05 |
*** erkules_ has joined #heat | 02:12 | |
randallburt | stevebaker: should I hold off on +A for stuff like https://review.openstack.org/#/c/77755/? | 02:13 |
*** slagle has quit IRC | 02:14 | |
stevebaker | randallburt: that can go in, we're assuming we have an FFE for these blueprints https://launchpad.net/heat/+milestone/icehouse-rc1 | 02:14 |
randallburt | stevebaker: rgr that. thanks! | 02:14 |
*** erkules has quit IRC | 02:14 | |
*** liang has quit IRC | 02:15 | |
*** david-lyle has joined #heat | 02:20 | |
*** liang has joined #heat | 02:22 | |
*** chandan_kumar has joined #heat | 02:22 | |
*** nati_uen_ has quit IRC | 02:27 | |
*** IlyaE has joined #heat | 02:27 | |
*** bada_ has joined #heat | 02:28 | |
*** bada has quit IRC | 02:28 | |
*** jprovazn has quit IRC | 02:30 | |
*** randallburt has quit IRC | 02:39 | |
*** bada has joined #heat | 02:50 | |
*** bada_ has quit IRC | 02:52 | |
*** chandan_kumar has quit IRC | 02:59 | |
*** funzo has quit IRC | 03:02 | |
openstackgerrit | Steve Baker proposed a change to openstack/heat: Use stack ID to create domain project name https://review.openstack.org/78503 | 03:02 |
*** stevebaker has quit IRC | 03:02 | |
*** stevebaker has joined #heat | 03:02 | |
*** gokrokve_ has joined #heat | 03:04 | |
*** funzo has joined #heat | 03:04 | |
*** stevebaker has quit IRC | 03:05 | |
*** stevebaker has joined #heat | 03:05 | |
*** gokrokve has quit IRC | 03:08 | |
*** ramishra has joined #heat | 03:09 | |
*** renlt has joined #heat | 03:11 | |
openstackgerrit | A change was merged to openstack/heat: Move HOT parameters code to a separate module https://review.openstack.org/77752 | 03:18 |
*** IlyaE has quit IRC | 03:19 | |
*** wchrisj has quit IRC | 03:21 | |
*** samstav has quit IRC | 03:31 | |
*** samstav has joined #heat | 03:32 | |
*** samstav_ has joined #heat | 03:34 | |
*** andrew_plunk has joined #heat | 03:34 | |
andrew_plunk | hello everyone | 03:34 |
*** wchrisj has joined #heat | 03:35 | |
andrew_plunk | does anyone get a KeyError when trying to use a provider template? | 03:35 |
*** samstav has quit IRC | 03:37 | |
*** stevebaker has quit IRC | 03:38 | |
*** stevebaker has joined #heat | 03:38 | |
*** stevebaker has quit IRC | 03:42 | |
*** stevebaker has joined #heat | 03:42 | |
*** stevebaker has quit IRC | 03:42 | |
*** stevebaker has joined #heat | 03:43 | |
openstackgerrit | Zhang Yang proposed a change to openstack/heat: Add state check when suspend or resume stack https://review.openstack.org/76155 | 03:43 |
*** rcleere has joined #heat | 03:44 | |
*** liang has quit IRC | 03:48 | |
*** liang has joined #heat | 03:49 | |
*** tomek_adamczewsk has quit IRC | 03:50 | |
*** tomek_adamczewsk has joined #heat | 03:52 | |
*** alexheneveld has quit IRC | 03:53 | |
*** pablosan has joined #heat | 03:55 | |
*** bada has quit IRC | 04:00 | |
*** mojorison has joined #heat | 04:00 | |
openstackgerrit | Andrew Plunk proposed a change to openstack/heat: KeyError generated when using a provider template https://review.openstack.org/78514 | 04:14 |
*** wchrisj has quit IRC | 04:15 | |
*** ramishra has quit IRC | 04:17 | |
*** stevebaker has quit IRC | 04:27 | |
*** stevebaker has joined #heat | 04:27 | |
*** asalkeld has quit IRC | 04:28 | |
*** funzo_ has joined #heat | 04:32 | |
*** funzo has quit IRC | 04:34 | |
*** bvandenh has joined #heat | 04:41 | |
*** stevebaker has quit IRC | 04:47 | |
*** stevebaker has joined #heat | 04:47 | |
*** harlowja is now known as harlowja_away | 04:49 | |
*** ramishra has joined #heat | 04:57 | |
*** ramishra has quit IRC | 05:01 | |
*** harlowja_away is now known as harlowja | 05:02 | |
openstackgerrit | Steven Dake proposed a change to openstack/heat: Migrate to oslo.messaging from oslo-incubator rpc https://review.openstack.org/72798 | 05:06 |
openstackgerrit | Steven Dake proposed a change to openstack/heat: Update config generator for oslo.messaging https://review.openstack.org/77472 | 05:06 |
sdake_ | config generator working now | 05:06 |
sdake_ | boy that sucked to rewrite | 05:06 |
*** wchrisj has joined #heat | 05:07 | |
*** cfriesen_ has quit IRC | 05:10 | |
*** ramishra has joined #heat | 05:15 | |
*** nkhare has joined #heat | 05:21 | |
*** nati_ueno has joined #heat | 05:22 | |
*** nkhare_ has joined #heat | 05:26 | |
*** cmyster has joined #heat | 05:32 | |
*** cmyster has joined #heat | 05:32 | |
cmyster | morning | 05:33 |
*** nkhare_ has quit IRC | 05:37 | |
*** wchrisj has quit IRC | 05:44 | |
*** jprovazn has joined #heat | 05:49 | |
*** erkules_ is now known as erkules | 05:55 | |
*** chandan_kumar has joined #heat | 06:04 | |
*** gokrokve_ has quit IRC | 06:04 | |
*** gokrokve has joined #heat | 06:04 | |
*** pablosan has quit IRC | 06:04 | |
*** samstav_ has quit IRC | 06:04 | |
*** gokrokve has quit IRC | 06:08 | |
openstackgerrit | Jenkins proposed a change to openstack/heat: Imported Translations from Transifex https://review.openstack.org/72566 | 06:09 |
*** topol has joined #heat | 06:10 | |
*** yogesh has joined #heat | 06:13 | |
*** gokrokve has joined #heat | 06:15 | |
*** nati_uen_ has joined #heat | 06:21 | |
*** nati_ueno has quit IRC | 06:24 | |
*** topol has quit IRC | 06:27 | |
*** skraynev_afk is now known as skraynev | 06:30 | |
skraynev | Morning all | 06:30 |
skraynev | liang: are you around? | 06:31 |
*** jprovazn has quit IRC | 06:41 | |
*** yogesh has quit IRC | 06:49 | |
*** amritanshu_RnD has joined #heat | 06:49 | |
*** amritanshu_RnD is now known as Guest46316 | 06:50 | |
*** andrew_plunk has quit IRC | 06:53 | |
*** harlowja is now known as harlowja_away | 06:59 | |
openstackgerrit | Steven Dake proposed a change to openstack/heat: Migrate to oslo.messaging from oslo-incubator rpc https://review.openstack.org/72798 | 07:06 |
openstackgerrit | Steven Dake proposed a change to openstack/heat: Update config generator for oslo.messaging https://review.openstack.org/77472 | 07:06 |
*** asalkeld has joined #heat | 07:09 | |
sdake_ | asalkeld I rewrote the generator at https://review.openstack.org/77472 | 07:10 |
sdake_ | mind having a look? | 07:10 |
asalkeld | ok | 07:10 |
asalkeld | so sdake_ did you get it into oslo? | 07:11 |
openstackgerrit | Sergey Kraynev proposed a change to openstack/heat: Fix resolving for Ref function https://review.openstack.org/77923 | 07:12 |
sdake_ | asalkeld no | 07:12 |
asalkeld | so what part is different? | 07:12 |
sdake_ | generator.py | 07:12 |
sdake_ | i plan to submit to oslo-incubator in the morning | 07:12 |
asalkeld | I'd suggest getting it into oslo first | 07:12 |
sdake_ | but right now our generator in master is broken and nonfunctional | 07:13 |
sdake_ | and I'm not waiting for an oslo-incubator review cycle to get it fixed | 07:14 |
asalkeld | yikes serious reordering | 07:14 |
asalkeld | (is the sample) | 07:14 |
sdake_ | it orders alphabetically | 07:14 |
sdake_ | first by default then by group | 07:14 |
sdake_ | in each section, by option name | 07:14 |
sdake_ | tbh I dont even know how check_uptodate is working in master - it makes no sense | 07:16 |
sdake_ | because generate_sample makes something completely different, then check_uptodate doens't work | 07:16 |
*** yogesh has joined #heat | 07:17 | |
asalkeld | sdake_ put it up for review on oslo in the mean while | 07:18 |
asalkeld | you might get good feedback | 07:18 |
asalkeld | beer o clock here | 07:18 |
sdake_ | ya midnight here | 07:19 |
sdake_ | not happening tonight | 07:19 |
asalkeld | not feeling smart | 07:19 |
*** harlowja_away has quit IRC | 07:21 | |
*** saju_m has joined #heat | 07:22 | |
cmyster | sdake_: I see you are still working while asleep :) | 07:42 |
*** ifarkas has joined #heat | 07:44 | |
*** lsmola has joined #heat | 07:47 | |
*** Akshik has joined #heat | 07:49 | |
therve | Good morning | 07:49 |
cmyster | morning | 07:51 |
*** ramishra has quit IRC | 07:52 | |
*** gokrokve has quit IRC | 08:00 | |
*** gokrokve has joined #heat | 08:00 | |
*** gokrokve has quit IRC | 08:04 | |
*** saju_m has quit IRC | 08:06 | |
*** e0ne has joined #heat | 08:10 | |
*** jistr has joined #heat | 08:15 | |
*** saju_m has joined #heat | 08:19 | |
*** yogesh has quit IRC | 08:19 | |
*** shakayumi has quit IRC | 08:21 | |
*** ramishra has joined #heat | 08:22 | |
*** saju_m has quit IRC | 08:24 | |
*** ramishra has quit IRC | 08:28 | |
*** ramishra has joined #heat | 08:28 | |
*** openstackgerrit has quit IRC | 08:34 | |
*** openstackgerrit has joined #heat | 08:34 | |
*** liang has quit IRC | 08:36 | |
*** saju_m has joined #heat | 08:36 | |
*** Guest46316 has quit IRC | 08:36 | |
*** liang has joined #heat | 08:37 | |
*** Guest46316 has joined #heat | 08:39 | |
*** gokrokve has joined #heat | 08:43 | |
*** gokrokve_ has joined #heat | 08:45 | |
*** gokrokve has quit IRC | 08:47 | |
*** gokrokve_ has quit IRC | 08:49 | |
*** tomek_adamczewsk has quit IRC | 08:52 | |
*** giulivo has joined #heat | 08:59 | |
*** killer_prince has quit IRC | 09:01 | |
*** dteselkin has quit IRC | 09:03 | |
*** sergmelikyan has quit IRC | 09:04 | |
*** dteselkin has joined #heat | 09:07 | |
*** tomek_adamczewsk has joined #heat | 09:12 | |
*** saju_m has quit IRC | 09:12 | |
*** giulivo has quit IRC | 09:13 | |
*** bada has joined #heat | 09:14 | |
shardy | morning all | 09:16 |
*** alexheneveld has joined #heat | 09:16 | |
*** giulivo has joined #heat | 09:17 | |
*** mkerrin has quit IRC | 09:18 | |
*** mkerrin has joined #heat | 09:19 | |
*** renlt has quit IRC | 09:24 | |
pshchelo | morning | 09:27 |
*** ramishra has quit IRC | 09:34 | |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/heat: Fix start_with_acquired_lock - pass kwargs to func https://review.openstack.org/76251 | 09:34 |
*** ramishra has joined #heat | 09:35 | |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/heat: Add unit tests for ThreadGroupManager https://review.openstack.org/78286 | 09:36 |
*** tspatzier has joined #heat | 09:37 | |
*** ramishra has quit IRC | 09:45 | |
*** gokrokve has joined #heat | 09:45 | |
*** ramishra has joined #heat | 09:48 | |
*** gokrokve has quit IRC | 09:50 | |
*** tomek_adamczewsk has quit IRC | 09:51 | |
*** killer_p- has joined #heat | 09:53 | |
*** killer_p- is now known as killer_prince | 09:54 | |
openstackgerrit | Steven Hardy proposed a change to openstack/heat: heat_keystoneclient don't pass project and trust_id https://review.openstack.org/78562 | 09:54 |
shardy | therve: ^^ | 09:55 |
therve | Cool looking | 09:55 |
*** tspatzier has quit IRC | 09:55 | |
*** tomek_adamczewsk has joined #heat | 09:57 | |
*** jamieh has joined #heat | 09:57 | |
*** saju_m has joined #heat | 09:59 | |
therve | shardy, BTW I created https://blueprints.launchpad.net/ceilometer/+spec/trust-alarm-notifier | 10:05 |
openstackgerrit | Pavlo Shchelokovskyy proposed a change to openstack/heat: Order imports in alphabetical order (1/9) https://review.openstack.org/71511 | 10:05 |
therve | J plan obviously | 10:05 |
shardy | therve: Nice, thanks! | 10:06 |
shardy | therve: perhaps we can work on an associated wiki page describing how it works now and how we'd like it to work | 10:06 |
shardy | I wonder about the url encoding thing, maybe easier to just add some arguments to the ceilometerclient interface/API | 10:07 |
shardy | I guess that will be up to the ceilometer folks to decide | 10:07 |
*** blomquisg has quit IRC | 10:08 | |
therve | Yeah | 10:09 |
therve | shardy, The API is just an URL for now unfortunately | 10:09 |
therve | If we just need a user, I thought that we can try to fit everything in | 10:10 |
shardy | therve: Yeah, I guess it would work but my personal preference would be to just add some fields if that's acceptable to the ceilometer team | 10:11 |
shardy | We can discuss when we get there I suppose :) | 10:11 |
shardy | therve: we probably need to discuss with asalkeld and/or eglynn | 10:12 |
therve | Sure | 10:12 |
*** jistr has quit IRC | 10:13 | |
*** jamieh has quit IRC | 10:14 | |
*** jamieh has joined #heat | 10:15 | |
*** dmakogon_ is now known as denis_makogon | 10:18 | |
*** giulivo has quit IRC | 10:20 | |
*** blomquisg has joined #heat | 10:21 | |
*** giulivo has joined #heat | 10:31 | |
*** ramishra has quit IRC | 10:34 | |
*** bvandenh has quit IRC | 10:36 | |
*** jistr has joined #heat | 10:37 | |
*** ramishra has joined #heat | 10:39 | |
*** gokrokve has joined #heat | 10:45 | |
*** saju_m has quit IRC | 10:46 | |
*** gokrokve has quit IRC | 10:50 | |
*** bvandenh has joined #heat | 11:03 | |
*** saju_m has joined #heat | 11:03 | |
*** nkhare has quit IRC | 11:16 | |
*** gokrokve has joined #heat | 11:45 | |
lsmola | shardy: hello, do you have a minute? | 11:48 |
*** gokrokve has quit IRC | 11:49 | |
*** e0ne_ has joined #heat | 11:51 | |
*** e0ne has quit IRC | 11:51 | |
*** fandi has quit IRC | 11:52 | |
*** ramishra has quit IRC | 11:55 | |
*** blomquisg has quit IRC | 12:00 | |
*** sgordon_ has quit IRC | 12:00 | |
*** nkhare has joined #heat | 12:15 | |
*** Akshik has quit IRC | 12:15 | |
*** ramishra has joined #heat | 12:16 | |
*** bvandenh has quit IRC | 12:18 | |
*** mkollaro has joined #heat | 12:19 | |
*** bada has quit IRC | 12:21 | |
*** tspatzier has joined #heat | 12:23 | |
*** giulivo has quit IRC | 12:27 | |
*** giulivo has joined #heat | 12:29 | |
cmyster | quiestion, I made a simple stack (fooling around with tempest) and the end result is OK (I think) http://paste.openstack.org/show/72768/ | 12:42 |
cmyster | Now heat stack-list returns empty | 12:43 |
therve | zaneb, In https://review.openstack.org/#/c/76261/ you meant heat.engine.parameters? | 12:43 |
*** tspatzier has quit IRC | 12:43 | |
*** gokrokve has joined #heat | 12:45 | |
openstackgerrit | Thomas Herve proposed a change to openstack/heat: Fix HOT set_stack_id https://review.openstack.org/76261 | 12:48 |
*** gokrokve has quit IRC | 12:49 | |
*** rpothier has quit IRC | 12:52 | |
*** nkhare has quit IRC | 12:53 | |
shardy | lsmola: hi! | 12:54 |
shardy | sorry was just grabbing lunch | 12:54 |
cmyster | lunch++ | 12:54 |
lsmola | shardy: np | 12:54 |
lsmola | shardy: I wanted to ask about the way that heat talks to scheduler | 12:54 |
shardy | cmyster: are you sure you're doing heat stack-list as the same user/tenant as the test? | 12:55 |
cmyster | yes | 12:55 |
cmyster | admin both | 12:55 |
lsmola | shardy: is it possible to send some parameters? like custom filters? | 12:55 |
shardy | cmyster: 69ca344914ac40b2b2c66735915a9c09==admin, definitely? | 12:55 |
shardy | cmyster: I can't think of any other reason why heat stack-list wouldn't show the stack | 12:56 |
shardy | lsmola: You mean scheduler hints? | 12:56 |
lsmola | shardy: and does heat talks to scheduler for every node separately? or it sends a bulk of instances to be created? | 12:56 |
lsmola | shardy: http://docs.openstack.org/developer/nova/devref/filter_scheduler.html | 12:56 |
cmyster | unless its a false positive. I'm restarting the machine for something completly different and will try to reproduce and give more info | 12:56 |
lsmola | shardy: not sure what are scheduler hints, though I saw is somewhere :-) | 12:56 |
shardy | lsmola: we create the instances one by one, but you can send scheduler hints via a resource property | 12:57 |
lsmola | shardy: ok, will checkout scheduler hints | 12:58 |
shardy | lsmola: yes, I believe that doc is referring to scheduler hints, which you can pass e.g via scheduler_hints to OS::Nova::Server | 12:58 |
shardy | lsmola: last time I looked the nova group-scheduling functionality didn't exist (although it has been discussed for over a year), so we don't create instances in batches | 12:59 |
shardy | lsmola: if that functionality has now landed in nova, we could consider moving to using it in J | 12:59 |
openstackgerrit | A change was merged to openstack/heat: heat_keystoneclient add delete_stack_domain_user_keypair https://review.openstack.org/71929 | 13:06 |
*** rbuilta has joined #heat | 13:07 | |
*** david-lyle has quit IRC | 13:10 | |
lsmola | shardy: not sure, but the doc I pasted talks about group scheduling and registering of virtual resoruces, etc | 13:12 |
lsmola | shardy: So I guess it is there :-) | 13:13 |
*** sgordon has joined #heat | 13:13 | |
shardy | lsmola: do you have a link to the nova API docs for group scheduling? | 13:13 |
shardy | I've not follwed the latest developments tbh | 13:13 |
lsmola | shardy: no, I just read it here http://docs.openstack.org/developer/nova/devref/filter_scheduler.html | 13:13 |
lsmola | shardy: ' it virtually consumes resources on it, so subsequent selections can adjust accordingly' | 13:15 |
lsmola | shardy: 'In the end Filter Scheduler sorts selected hosts by their weight and provisions instances on them.' | 13:15 |
lsmola | shardy: this sounds to me like provisioning of group of instances | 13:16 |
shardy | https://blueprints.launchpad.net/nova/+spec/instance-group-api-extension | 13:16 |
lsmola | shardy: right? :-) | 13:16 |
shardy | That says delayed until Juno | 13:16 |
shardy | https://blueprints.launchpad.net/nova/+spec/vm-ensembles | 13:16 |
shardy | "Support for scheduler hints for VM groups" | 13:16 |
lsmola | shardy: ah, ok | 13:16 |
shardy | https://review.openstack.org/#/c/21070/ | 13:17 |
shardy | lsmola: You may have to research the nova stuff a bit, but if you encounter functionality you can't access via scheduler hints please raise a heat bug/blueprint and we'll add it to heat | 13:17 |
lsmola | shardy: ok so sheduler_hints is a way to pass the data to the existing filters, right? | 13:18 |
*** dims has quit IRC | 13:18 | |
shardy | lsmola: that is my understanding, yes | 13:18 |
lsmola | shardy: ok, good to know | 13:19 |
*** dims has joined #heat | 13:19 | |
lsmola | shardy: it was this sentence that brought my attention | 13:19 |
lsmola | shardy: 'The RamFilter, ComputeFilter, and MyFilter are used by default when no filters are specified in the request.' | 13:19 |
shardy | I guess the default filters just try to specify sane settings so instances get placed on a compute node with sufficient resources | 13:21 |
shardy | tbh, we're at the limit of my knowledge on filters here, you may want to ask russellb or one of the other nova guys :) | 13:21 |
*** jistr has quit IRC | 13:21 | |
lsmola | shardy: ok | 13:22 |
lsmola | shardy: my original question was that only way for us is to define the filters in nova.conf, right? | 13:22 |
lsmola | shardy: cause the possibility of defining other filters per request made me wonder whether we do it :-) | 13:23 |
shardy | lsmola: heat by default specifies no hints, but you can specify whatever hints you like in the template | 13:23 |
lsmola | shardy: ok, cool, will look into this more, thanks | 13:24 |
*** rbuilta has quit IRC | 13:25 | |
*** rbuilta has joined #heat | 13:25 | |
*** saju_m has quit IRC | 13:27 | |
*** rpothier has joined #heat | 13:29 | |
*** blomquisg has joined #heat | 13:29 | |
ramishra | shardy: Hello | 13:33 |
ramishra | shardy: If you havee sometime to spare, I have a few questions.. however, they can wait if you are busy | 13:34 |
russellb | yes, can't do it by request | 13:35 |
russellb | only via config (the list of filters) | 13:35 |
shardy | russellb: aha, thanks for the clarification :) | 13:36 |
shardy | ramishra: hi, sure | 13:36 |
russellb | np | 13:37 |
ramishra | shardy: regarding https://bugs.launchpad.net/heat/+bug/1286128, Its requires change in quite a few resources and breaks many of the tests, I would like split them to one patch per resource.. | 13:37 |
ramishra | shardy: does that sound good? | 13:38 |
lsmola | russellb: ok, so it always takes the list of filters from nova.conf? (or default) | 13:38 |
russellb | yes | 13:38 |
shardy | ramishra: sure, but can you not do the network_id lookup in prepare_properties? | 13:39 |
russellb | assuming the filter scheduler is in use | 13:39 |
russellb | :) | 13:39 |
russellb | but it probably is. | 13:39 |
lsmola | russellb: ok, the docs got me little confused :-) | 13:39 |
shardy | ramishra: thanks for picking that up btw, I was going to look at it later :) | 13:39 |
ramishra | sure: but this requires much more changes, we have to keep both network_id, and network as properties (backward compatibility).. then they can not be 'required'. so we have to add a validation in validate_properties | 13:42 |
*** e0ne has joined #heat | 13:42 | |
shardy | ramishra: I was thinking we'd just support passing either the name or an ID via the network_id property | 13:42 |
shardy | the _id suffix is unfortunate but I'm not sure what we gain by duplicating everything | 13:43 |
shardy | maybe when we sort out versioned resources we can clean it up in a future resource version | 13:43 |
shardy | ramishra: maybe discuss with stevebaker, but that is my opinion fwiw | 13:43 |
pscheie_ | I am trying to recreate a stack in a UPDATE_FAILED state for testing purposes. | 13:43 |
pscheie_ | I have an existing stack for this. I removed an instance (Resource) from the heat template, along with its InstanceType from the AllowedValues list in Parameters. | 13:45 |
*** gokrokve has joined #heat | 13:45 | |
pscheie_ | Updated the stack, and that instance disappeared from the stack. So far, so good | 13:45 |
ramishra | shardy: yeah.. I'll speak to him... he has sugested we do it for subnet too.. there are other places network is directly referenced other than prepare_properties.. | 13:45 |
cmyster | shardy: my bad, the username was OK, the tenant id was not. | 13:46 |
ramishra | shardy: example add_dependencies in some of the resources.. | 13:46 |
pscheie_ | Then I added the instance back in the Resources in the template but did not add its InstanceType in the AllowedValues list. | 13:46 |
*** e0ne_ has quit IRC | 13:46 | |
shardy | ramishra: Ok, cool, well IMO adding the ability to lookup *_id by name should be OK if we just document "name or id" in the properties schema description | 13:46 |
pscheie_ | This was to simulate what happened earlier with a stack that ended up in UPDATE_FAILED state. | 13:46 |
cmyster | ./quit | 13:47 |
cmyster | yes that happened | 13:47 |
shardy | with the benefit of hindsight, we should not have used the _id suffix, but nvm | 13:47 |
*** cmyster has quit IRC | 13:47 | |
pscheie_ | However, when I updated my test stack, the instance did come back up and with an InstanceType that is not in the AllowedValues list. | 13:47 |
ramishra | shardy: anyway, will speak to stevebaker... one more thing.. if you have sometime can you please review https://review.openstack.org/#/c/77084/7 ? | 13:47 |
pscheie_ | I think this is a bug (right?), since an instance should not be able to use a InstanceType that is not in the AllowedValues list, should it? | 13:48 |
pscheie_ | It's not a big deal, I suppose, but doesn't seem to work as it should. | 13:49 |
shardy | ramishra: looks like you have a comment related to usage of constants to address | 13:49 |
ramishra | shardy: already done that | 13:49 |
*** gokrokve has quit IRC | 13:49 | |
shardy | pscheie_: please raise a bug with details of the reproduce procedure | 13:50 |
shardy | ramishra: Oh right, sorry | 13:50 |
*** jistr has joined #heat | 13:52 | |
*** ramishra has quit IRC | 13:53 | |
*** andersonvom has quit IRC | 13:56 | |
*** zns has joined #heat | 14:01 | |
*** jasond has joined #heat | 14:19 | |
*** aweiteka has joined #heat | 14:25 | |
*** funzo_ is now known as funzo | 14:33 | |
*** cfriesen_ has joined #heat | 14:33 | |
openstackgerrit | Steven Hardy proposed a change to openstack/heat: Add user_creds_delete to the DB API https://review.openstack.org/76930 | 14:34 |
openstackgerrit | Steven Hardy proposed a change to openstack/heat: Delete user_creds on stack delete https://review.openstack.org/76931 | 14:34 |
openstackgerrit | Steven Hardy proposed a change to openstack/heat: Make user_creds_id a parser.Stack attribute https://review.openstack.org/76928 | 14:34 |
openstackgerrit | Steven Hardy proposed a change to openstack/heat: fix DB API user_creds_get for non-existent ID https://review.openstack.org/76929 | 14:34 |
*** wchrisj has joined #heat | 14:35 | |
*** e0ne has quit IRC | 14:37 | |
*** e0ne has joined #heat | 14:37 | |
*** jmckind has joined #heat | 14:38 | |
*** andersonvom has joined #heat | 14:39 | |
*** ramishra has joined #heat | 14:41 | |
*** mkollaro has quit IRC | 14:41 | |
ramishra | shardy: hello | 14:42 |
*** andersonvom has quit IRC | 14:43 | |
*** andersonvom has joined #heat | 14:43 | |
shardy | ramishra: hi | 14:43 |
ramishra | shardy: regarding your comment about constants, there is no subnet_id in _VIP_KEYS | 14:43 |
openstackgerrit | Cyril Roelandt proposed a change to openstack/python-heatclient: Python3: fix test_stack_list_with_args() https://review.openstack.org/78619 | 14:44 |
ramishra | shardy: it's 'subnet' only.. | 14:45 |
*** gokrokve has joined #heat | 14:45 | |
*** andersonvom has quit IRC | 14:47 | |
ramishra | shardy: Also I've put a comment regarding 1-2-1 mapping not existing in many places between properties and neutron client json | 14:47 |
*** andersonvom has joined #heat | 14:48 | |
*** arbylee has joined #heat | 14:48 | |
*** gokrokve has quit IRC | 14:49 | |
shardy | ramishra: Hmm, OK I see what you mean, it just looks a little odd | 14:52 |
*** samstav has joined #heat | 14:52 | |
ramishra | shardy: here I have used subnet so that they can use id or name, inline with bug/1286128 | 14:52 |
shardy | ramishra: Yup, Ok, removed my objection, thanks for clarifying | 14:53 |
ramishra | shardy: thanx | 14:54 |
*** nosnos has quit IRC | 14:55 | |
*** jprovazn has joined #heat | 14:56 | |
*** radez_g0n3 is now known as radez | 15:00 | |
*** mkollaro has joined #heat | 15:00 | |
*** topol has joined #heat | 15:01 | |
*** shakayumi has joined #heat | 15:01 | |
*** gokrokve has joined #heat | 15:02 | |
*** vijendar has joined #heat | 15:02 | |
*** aweiteka has quit IRC | 15:03 | |
*** zns has quit IRC | 15:08 | |
*** sabeen has joined #heat | 15:10 | |
*** denis_makogon has quit IRC | 15:10 | |
openstackgerrit | Tomas Sedovic proposed a change to openstack/heat: Fix AccessPolicy update with added resources https://review.openstack.org/78624 | 15:11 |
*** DaveJ__ has joined #heat | 15:17 | |
shardy | shadower: Hey, commented on that - won't that get stuck if one of the resources in the list ref's the AccessPolicy? | 15:18 |
*** liang has quit IRC | 15:18 | |
*** aweiteka has joined #heat | 15:20 | |
openstackgerrit | Zane Bitter proposed a change to openstack/heat: Make template formats pluggable https://review.openstack.org/77755 | 15:22 |
openstackgerrit | Zane Bitter proposed a change to openstack/heat: Add an InvalidTemplateVersion exception https://review.openstack.org/77754 | 15:22 |
openstackgerrit | Zane Bitter proposed a change to openstack/heat: Move HOT template code to its own module https://review.openstack.org/77753 | 15:22 |
shadower | shardy: hm, I don't know enough about the timing and the dependencies to say if it creates a loop or not (can test it though!). How does the validate thing work? Can you point me to an example? | 15:22 |
*** Guest46316 has quit IRC | 15:22 | |
shadower | sounds like it would make more sense (if validate is a static rather than a runtime check) | 15:23 |
shardy | https://github.com/openstack/heat/blob/master/heat/engine/resources/server.py#L551 | 15:24 |
shardy | shadower: It seems like just adding the check to a validate() method like that would solve the issue, then we basically have nothing to do on create | 15:24 |
shardy | And would have the advantage of making things failing early if the user makes a typo in the resource list | 15:25 |
shardy | s/failing/fail | 15:25 |
shadower | shardy: thanks. When are the validations being invoked? When we parse the template? | 15:25 |
shardy | https://github.com/openstack/heat/blob/master/heat/engine/service.py#L502 | 15:26 |
shardy | So AFAICS it should be validated in the context of the complete new updated stack template | 15:26 |
shardy | which, I think, is what you want | 15:26 |
shadower | yeah, seems that's perfect for this | 15:27 |
shadower | thanks | 15:27 |
shardy | I added zaneb to the review as he has lots of recent experience with the update implementation and may have other suggestions | 15:27 |
* zaneb looks | 15:27 | |
shadower | much appreciated | 15:27 |
zaneb | the short answer is that AccessPolicy is completely and utterly broken | 15:30 |
shadower | lol | 15:31 |
*** david-lyle has joined #heat | 15:35 | |
*** rcleere has quit IRC | 15:46 | |
zaneb | shadower: btw if you are suggesting that you will revert https://github.com/openstack/heat/commit/5e8414425cf78240977093ba98f48e9c0406cae1 then I'd really rather you didn't | 15:46 |
shadower | zaneb: not necessarily revert but maybe replace __set__ with something clearer? Right now `stack['res'] = myres` modifies myres which is quite hard to spot | 15:48 |
shadower | if we have to mutate a resource when adding it to a stack (it seems we do), then something like stack.addopt('res', myres) would be more explicit | 15:49 |
zaneb | I guess | 15:49 |
therve | Those things being mapping is really confusing and useless | 15:50 |
zaneb | my thinking was it's a backref, so it needs to be updated when you assign it to a new object | 15:50 |
shardy | SpamapS, slagle: Hi, is all good in tripleo-land since that fallback hack landed? | 15:50 |
therve | shadower, Frankly that doesn't make a big difference | 15:51 |
shadower | zaneb: yea I get that. But it's really unexpected to see a dict/array assignment operator to mutate the right-hand value | 15:51 |
shadower | therve: it's a bit more explicit that a mutation can occur there. But I agree | 15:51 |
* shadower should probably just be more distrustful of any operator since it can be overridden | 15:52 | |
therve | radix, So I was thinking that the Server+LBMember is a really common usecase. What would you think of having a template resource shipped in Heat for that | 15:53 |
shadower | zaneb: so what do you suggest? Should I fix this using validation (just tried it, works fine) and file bug/blueprint for fixing AccessPolicy in general? Or drop this patch and try and fix AccessPolicy now? | 15:57 |
zaneb | I'm inclined toward the former | 15:58 |
shadower | cool | 15:58 |
zaneb | as much as I'd like to drive a stake through the current AccessPolicy | 15:59 |
shardy | lol | 15:59 |
zaneb | but definitely file a bug for fixing it | 15:59 |
openstackgerrit | Tomas Sedovic proposed a change to openstack/heat: Fix AccessPolicy update with added resources https://review.openstack.org/78624 | 15:59 |
shadower | updated ^ | 15:59 |
shadower | zaneb: so other than this implicit dependency-but-not-really thing, anything else wrong with AccessPolicy? | 16:00 |
zaneb | yes, the whole idea is flawed from the ground up | 16:01 |
zaneb | http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html | 16:01 |
sdake | morning | 16:01 |
zaneb | that's what it's supposed to be a replacement for ^ | 16:01 |
shardy | zaneb: well, to be fair, it's an ancient hack placeholder resource, which was supposed to be a precursor for a "proper" implementation, which never happened | 16:02 |
zaneb | shardy: with your latest work, implementing that might even be feasible now | 16:02 |
zaneb | ? | 16:02 |
shardy | I take responsibility, I'd delete it if folks weren't using it already | 16:02 |
shardy | zaneb: Possibly, yes | 16:03 |
shardy | then we could deprecate the old broken resource and replace it with something else | 16:03 |
zaneb | +1 | 16:03 |
shardy | I'll add it to my list of things to look into ;) | 16:03 |
zaneb | yeah, none of us had any idea what we were doing back then ;) | 16:03 |
shardy | +1 ;) | 16:04 |
zaneb | at that stage I don't think Fn::GetAttr even added a dependency | 16:04 |
*** aweiteka has quit IRC | 16:05 | |
*** randallburt has joined #heat | 16:05 | |
*** randallburt has joined #heat | 16:05 | |
shadower | shardy: what's the "latest work" that could help replacing AccessPolicy? | 16:10 |
sdake | hey guys, oslo.messaging has been granted an FFE, but only if it hits the repo by tuesday of next week | 16:11 |
shardy | shadower: the fact that heat actually supports policy enforcement at the API level now, and that we have control of the role assignments for users associated with the AccessPolicy | 16:11 |
sdake | I need a day or two to address reviewer comments | 16:11 |
sdake | can I get some folks to review the patch? | 16:11 |
randallburt | sdake: sure. | 16:11 |
sdake | https://review.openstack.org/#/c/72798/ | 16:11 |
randallburt | shardy: and I'll try and make time to look at those patches from the ML today too | 16:12 |
jasond | sdake: is there a trick to getting the unit tests running on that patch? | 16:12 |
sdake | ./run_tests.sh ? | 16:13 |
sdake | previous versions didnt' have working tests | 16:13 |
*** chandan_kumar has quit IRC | 16:13 | |
sdake | but they should allbe good now except for about 6 or 7 test cases which arec commented out | 16:13 |
sdake | I plan to tackle that today | 16:13 |
sdake | the pep8 check is failing because of an odd sslutils change in oslo.config - i think my version is different then the gate | 16:14 |
sdake | I'll address soon | 16:14 |
sdake | jasond one trick, need to have a specific version of oslo.messaging - not master | 16:15 |
sdake | I think 1.3.0a7 does it | 16:16 |
jasond | sdake: ah, maybe that's it. tox is printing a blob of junk | 16:16 |
*** ifarkas has quit IRC | 16:16 | |
openstackgerrit | Aaron Weitekamp proposed a change to openstack/heat-templates: Fix parameter constraints syntax https://review.openstack.org/78005 | 16:17 |
*** aweiteka has joined #heat | 16:17 | |
sdake | 1.3.0a4 is what is in the gate I think | 16:17 |
openstackgerrit | Steven Dake proposed a change to openstack/heat: Migrate to oslo.messaging from oslo-incubator rpc https://review.openstack.org/72798 | 16:19 |
sdake | this should fix the pep8 gate problem | 16:19 |
*** tomek_adamczewsk has quit IRC | 16:19 | |
sdake | jasond, I just double checked my oslo.messaging in devstack - I am on master branch | 16:20 |
sdake | try git pulling it | 16:20 |
jasond | sdake: actually, i didn't even have oslo.messaging installed. whoops. it works now with the version in requirements.txt. thanks | 16:22 |
sdake | not sure how you got nova working :) | 16:23 |
sdake | I don't have oslo.messaging installed at all | 16:24 |
sdake | it justruns from /opt/stack | 16:24 |
jasond | oh, this is not on a devstack server | 16:24 |
sdake | oh I see | 16:24 |
*** pshchelo has quit IRC | 16:26 | |
*** tspatzier has joined #heat | 16:26 | |
openstackgerrit | Aaron Weitekamp proposed a change to openstack/heat-templates: Fix parameter constraints syntax https://review.openstack.org/78005 | 16:30 |
openstackgerrit | Cyril Roelandt proposed a change to openstack/python-heatclient: Python 3: decode bytes before feeding them to jsonutils.loads() https://review.openstack.org/78652 | 16:30 |
*** jprovazn has quit IRC | 16:32 | |
radix | therve: I guess I don't mind one way or another | 16:33 |
radix | therve: about Server+LBMember | 16:33 |
therve | radix, What's the other way? :) | 16:33 |
radix | therve: having it or not :) | 16:33 |
therve | radix, So you hate our users is what you're saying | 16:34 |
therve | :) | 16:34 |
radix | I'm a pretty spiteful person | 16:34 |
*** coolsvap has joined #heat | 16:34 | |
therve | I guess I'll ask stevebaker. The "nice" is that it's not a code change, we can just add a template | 16:35 |
shadower | zaneb, shardy: something like this? https://blueprints.launchpad.net/heat/+spec/replace-accesspolicy | 16:37 |
zaneb | shadower: +1 | 16:38 |
shardy | shadower: Looks good, although the actual requirement seems to be resource granularity access control rather the API action level RBAC | 16:38 |
shardy | I guess we can work out the details when we implement it, but I personally am not all that excited about implementing the AWS resource | 16:39 |
*** killer_prince is now known as lazy_prince | 16:40 | |
shardy | perhaps we should create a linked wiki page and start collecting use-cases for a native resource, which might be backed by the keystone policy API | 16:41 |
shadower | shardy: right. I didn't want to suggest that we have to reimplement AWS here. Just that AccessPolicy should go and be replaced by something better | 16:41 |
shardy | shadower: yup, sounds good | 16:42 |
shadower | shardy: instead of the API level policy sentence, how about: "Heat now supports role-based access control on the resource level which can be utilised here." | 16:42 |
*** mkollaro has quit IRC | 16:42 | |
shadower | (if I understood you correctly) | 16:42 |
openstackgerrit | Cyril Roelandt proposed a change to openstack/python-heatclient: Python 3: decode bytes before feeding them to jsonutils.loads() https://review.openstack.org/78652 | 16:43 |
shardy | shadower: that's not quite correct - AccessPolicy is the only resource-granularity access control, the API policy enforcement is currently only enforcing API actions not the content of the request | 16:44 |
shadower | I see | 16:44 |
*** mkollaro has joined #heat | 16:44 | |
shardy | We'd have to consider how a new resource-access-policy resource might be implemented, perhaps we would overload the API policy enforcement based on the request path instead of doing it in the engine | 16:45 |
shardy | certainly more of the pieces needed are there than when AccessPolicy was created :) | 16:45 |
*** dims has quit IRC | 16:45 | |
shadower | shardy: okay, how about I just remove that sentence from the blueprint. As you said, we'll need to collect use cases and come up with the right design | 16:46 |
*** ttx has joined #heat | 16:46 | |
shardy | shadower: Sounds good | 16:46 |
shadower | cool | 16:46 |
ttx | Hi guys. Shall tag icehouse-3 from the milestone-proposed branch anytime soon. Scream now if you have a big tag blocker | 16:46 |
shardy | shadower: I'll give it some thought, but if you could create a related wiki page with details of how/why you use the current AccessPolicy that would be a good start | 16:46 |
shadower | shardy: have to drop off now but I can do it tomorrow | 16:47 |
ttx | nothing was added to https://launchpad.net/heat/+milestone/icehouse-3 so I assume you have none :) | 16:47 |
shardy | shadower: k o/ | 16:47 |
shadower | see y'all | 16:47 |
*** bgorski has joined #heat | 16:48 | |
shardy | ttx: we might want to backport https://bugs.launchpad.net/heat/+bug/1287980 | 16:48 |
shardy | ttx: that was a blocker for tripleo and as such marked as critical | 16:48 |
ttx | shardy: i can include it if you backport it now... remember the drill ? | 16:49 |
shardy | ttx: yup, will do | 16:49 |
* ttx glances at the zuul queue | 16:49 | |
ttx | 2 hours deep, not too bad if we push it in now | 16:49 |
*** pablosan has joined #heat | 16:51 | |
*** packet has joined #heat | 16:53 | |
*** pablosan has quit IRC | 16:53 | |
*** mkollaro has quit IRC | 16:53 | |
*** pablosan has joined #heat | 16:54 | |
shardy | ttx: https://review.openstack.org/78670 | 16:55 |
*** gokrokve has quit IRC | 16:55 | |
*** jmckind has quit IRC | 16:55 | |
ttx | shardy: +2/APRVd | 16:56 |
shardy | ttx: thanks! | 16:56 |
*** bada has joined #heat | 16:56 | |
*** lazy_prince is now known as killer_prince | 17:00 | |
*** killer_prince is now known as lazy_prince | 17:00 | |
*** dims has joined #heat | 17:00 | |
*** harlowja has joined #heat | 17:02 | |
zaneb | jasond: in theory you should probably remove +A on https://review.openstack.org/#/c/77754/ until the check jobs have passed | 17:02 |
*** andrew_plunk has joined #heat | 17:02 | |
*** andrew_plunk has quit IRC | 17:02 | |
jasond | zaneb: forgot about that. done. thanks | 17:02 |
*** rcleere has joined #heat | 17:03 | |
*** pvaneck has joined #heat | 17:03 | |
*** mwheckmann has joined #heat | 17:04 | |
*** bada has quit IRC | 17:05 | |
*** jdob has joined #heat | 17:07 | |
*** rwsu has joined #heat | 17:08 | |
*** mkollaro has joined #heat | 17:09 | |
*** e0ne has quit IRC | 17:13 | |
*** derekh has joined #heat | 17:13 | |
SpamapS | shardy: yes the fallback thing helped. Please don't call it a hack. Making upgrades go smoothly is not a hack. | 17:16 |
SpamapS | stannie: yes we will be running without stack_user_domain until we can get together the right incantations to start using openstackclient without breaking everything else. | 17:17 |
SpamapS | stannie: sorry.. | 17:17 |
SpamapS | stevebaker: yes we will be running without stack_user_domain until we can get together the right incantations to start using openstackclient without breaking everything else. | 17:17 |
*** piousbox has quit IRC | 17:17 | |
SpamapS | Something that proved extremely difficult. | 17:17 |
shardy | SpamapS: I was referring to the nature of the implementation, which I was unhappy with, but I'm glad it helped | 17:17 |
*** sdake_ has quit IRC | 17:18 | |
shardy | SpamapS: have you tried using tools/create_heat_domain instead? | 17:19 |
mwheckmann | Hi all. I have a question about the InstanceUsers changes that got merged a few days ago | 17:19 |
shardy | mwheckmann: Hi | 17:19 |
mwheckmann | In particular, my understanding is that the admin role is no longer required to create these users because they will be created by the heat service user. Is this correct? | 17:20 |
mwheckmann | hi | 17:20 |
SpamapS | shardy: no that didn't exist yesterday. Has it made it through the gate? | 17:20 |
shardy | mwheckmann: not quite, they are created by the user specified in heat.conf under stack_domain_admin | 17:21 |
*** jprovazn has joined #heat | 17:21 | |
shardy | mwheckmann: that user should be a domain admin, i.e have the admin role in the domain ID specified in stack_user_domain in heat.conf | 17:21 |
mwheckmann | ok. | 17:21 |
mwheckmann | got it. So this really requires a tweak Keystone policy.json? | 17:22 |
shardy | then yes, the heat users will no longer require admin role to create any heat resources | 17:22 |
shardy | mwheckmann: It shouldn't, no | 17:22 |
mwheckmann | ok... hmm I'll have to look at that. | 17:22 |
shardy | mwheckmann: If you want, you can give the heat service user domain-admin privileges and use the same credentials as are in [keystone_authtoken] | 17:23 |
shardy | It is probably preferable to have two separate users though | 17:23 |
mwheckmann | shardy: ok. | 17:23 |
mwheckmann | second question: for those of us that need to use Autoscaling, IAM users, etc. today in Havana, is there any way to tweak the Keystone policy.json so that we can get away without having the admin role? | 17:24 |
shardy | mwheckmann: I just raised this which has links to all the related patches, may provide some useful context: | 17:24 |
shardy | https://bugs.launchpad.net/puppet-heat/+bug/1288880 | 17:24 |
shardy | mwheckmann: obviously we need to get some documentation sorted around this for the Icehouse release notes, but not quite got to it yet | 17:25 |
shardy | mwheckmann: basically no, unless you tweak the policy to allow anyone to create/delete users, and assign roles | 17:26 |
shardy | then they are essentially admin | 17:26 |
*** gokrokve has joined #heat | 17:26 | |
*** nati_uen_ has quit IRC | 17:27 | |
shardy | SpamapS: yup https://review.openstack.org/#/c/78048/ | 17:27 |
openstackgerrit | A change was merged to openstack/heat: Revert "Showing member list for nested resources" https://review.openstack.org/78363 | 17:28 |
mwheckmann | shardy: right. I'm wondering if there is a way to tweak the policy to make that safe. i.e they could only create users and grant them roles on their own project. Of course, the risk is that the admin role becomes global even if granted only on a specific project. | 17:28 |
shardy | mwheckmann: Something like that might be possible, but I've not tried it myself | 17:29 |
*** jamieh has quit IRC | 17:30 | |
mwheckmann | shardy: so as far as you know, there is no way to do autoscaling in Havana without being an admin? | 17:30 |
shardy | mwheckmann: no, unless as you say a policy can be implemented which enables non-admin users to create/delete users and assign the heat_stack_user role | 17:31 |
mwheckmann | ok. thanks! | 17:32 |
shardy | mwheckmann: unfortunately it's a known issue, which I've aimed to address via the instance-users work | 17:32 |
mwheckmann | third and last question: I'm trying to wrap my head around what API calls are done by the Instance users. i.e. What are they used for exactly? Just notifications/callbacks to the CFN API? | 17:33 |
SpamapS | shardy: thanks.. we might indeed be able to use that to get around having to move everything to openstackclient | 17:34 |
*** jamieh_ has joined #heat | 17:35 | |
shardy | mwheckmann: three things really, for signalling (WaitConditionHandle), for sending stats via cfn-push-stats, and for polling metadata (cfn-hup and the tripleo os-refresh-config) | 17:35 |
mwheckmann | shardy: ok, that's what I thought. Nothing that creates actual metered resources. | 17:36 |
*** piousbox has joined #heat | 17:36 | |
shardy | mwheckmann: well as you mention, we use the same signalling method for ScalingPolicy, so the credentials cab be used to cause an AutoScalingGroup to scale up | 17:36 |
shardy | mwheckmann: we're looking at other ways to do that: | 17:37 |
shardy | https://blueprints.launchpad.net/ceilometer/+spec/trust-alarm-notifier | 17:37 |
mwheckmann | shardy: but the actual creation of new instances would use the creds that were used to create the actual stack right? | 17:37 |
mwheckmann | shardy: via trusts? | 17:38 |
openstackgerrit | A change was merged to openstack/heat: Fix resolving for Ref function https://review.openstack.org/77923 | 17:38 |
shardy | mwheckmann: Yes, exactly, either encrypted stored username/password or via the heat service user impersonating the stack owner via trusts (if you set deferred_auth_method=trusts in heat.conf) | 17:38 |
mwheckmann | shardy: so in havana today, this works with deferred_auth_method=trusts? | 17:39 |
shardy | mwheckmann: as far as I know, yes | 17:39 |
*** jistr has quit IRC | 17:40 | |
*** ramishra has quit IRC | 17:40 | |
*** gokrokve_ has joined #heat | 17:40 | |
mwheckmann | shardy: for Icehouse if the scaling up were to be done with the InstanceUsers , this would mean that they would have to have a role on the Project that the stack was created with | 17:41 |
shardy | mwheckmann: no, the instance users are still just used for the signal, trusts or stored creds are still used to to the deferred operation associated with the signal | 17:42 |
mwheckmann | shardy: right. makes sense | 17:42 |
shardy | instance users are just a way of having some credentials to put in the instnace, without putting the users identity in there | 17:42 |
mwheckmann | shardy: the Instance users sends the signal which then gets interpreted by the engine which fires off an instance create usign the stored creds or trusts. | 17:43 |
shardy | mwheckmann: yes | 17:43 |
*** gokrokve has quit IRC | 17:43 | |
openstackgerrit | A change was merged to openstack/heat: StackUser add suspend/resume support https://review.openstack.org/71930 | 17:44 |
openstackgerrit | A change was merged to openstack/heat: Add test for StackUser._create_keypair https://review.openstack.org/72761 | 17:44 |
shardy | mwheckmann: and the instance-users are denied access to all but a minimal subset of heat API actions, via the deny_stack_user in our policy.json | 17:44 |
mwheckmann | shardy: thanks a lot. it clears things up for us. BTW, even with admin creds, we haven't been able to get the new style Ceilometer Autoscaling to work yet. Something about a missing "Dimension" parameter in the load balancer template. | 17:44 |
mwheckmann | Some quick Googling doesn't turn up any leads. But I'll try again and come back with specifics if I still run into the problem. | 17:45 |
*** rcleere has quit IRC | 17:46 | |
shardy | mwheckmann: I seem to remember someone else was having issues a couple of days ago, maybe we have an issue with the example template | 17:47 |
shardy | DaveJ__: ^^ | 17:47 |
mwheckmann | I think Dave is my colleague :) | 17:47 |
shardy | mwheckmann: Oh Ok, well maybe he can help as he and therve were discussing it recently :) | 17:48 |
DaveJ__ | Yep I got autoscaling working. | 17:48 |
mwheckmann | ok, so maybe not the same Dave as my Dave who was working on this... | 17:48 |
*** akuznetsov has quit IRC | 17:48 | |
DaveJ__ | mwheckmann: Where do you work ? | 17:48 |
shardy | DaveJ__: was there an error in the sample template? | 17:48 |
mwheckmann | DaveJ__: If you worked at the same place as me, you would alredy know me :) | 17:49 |
DaveJ__ | shardy: I don't actually think the template was the issue, but in the end it turned out the scaling group doesn't need the tag. | 17:49 |
mwheckmann | DaveJ__: yes, something about the "Dimension" parameter | 17:49 |
DaveJ__ | https://www.irccloud.com/pastebin/a142LSNm | 17:50 |
DaveJ__ | The corrosponding alarm should look like this: | 17:50 |
DaveJ__ | https://www.irccloud.com/pastebin/CcAGySSX | 17:50 |
mwheckmann | DaveJ__: this is in the sample template? | 17:51 |
shardy | mwheckmann: also, if you're on havana, note https://github.com/openstack/heat/commit/4dc987ef | 17:52 |
DaveJ__ | mwheckmann: This is my own template. The only difference is there was no need to include the Tag attribute with the scaling group, although I don't belive that would cause you an issue. | 17:52 |
DaveJ__ | My issue appeared to come from the fact the cpu metrics on Icehouse were being polled every 10min | 17:52 |
shardy | has not been backported, so you need to specify repeat_actions=true | 17:53 |
*** rcleere has joined #heat | 17:53 | |
mwheckmann | shardy: yup we already added that fix :) | 17:53 |
*** sdake_ has joined #heat | 17:53 | |
*** rcleere has quit IRC | 17:53 | |
DaveJ__ | mwheckmann: I changed /etc/ceilometer/pipeline.yaml on all my compute nodes and restarted the process. After launching a new template ceilometer alarm-list could show data | 17:53 |
mwheckmann | DaveJ__: I don't think we're having the same issue, but I'll keep that in mind. | 17:54 |
mwheckmann | DaveJ__: what did you change the polling frequence to? | 17:54 |
mwheckmann | s/frequence/frequency/ | 17:54 |
DaveJ__ | https://www.irccloud.com/pastebin/9EYG8yUx | 17:54 |
DaveJ__ | That's specific to cpu metering. What alarm/meter are you using ? | 17:55 |
*** yogesh has joined #heat | 17:55 | |
*** rcleere has joined #heat | 17:55 | |
mwheckmann | thanks. I don't know if per minute polling will be required for us. CPU alarms are definitely working for us with 10 minute polling | 17:56 |
mwheckmann | DaveJ__ / shardy: I'll re-test and come back with the exact error later on | 17:56 |
DaveJ__ | mwheckmann: I can share my complete template if you want. You'll just need to replace the image and instances that I have selected | 17:58 |
mwheckmann | DaveJ__: sure. I'd appreciate that. are you using the built in load balancer template as well? | 17:58 |
*** IlyaE has joined #heat | 17:59 | |
DaveJ__ | mwheckmann: Nope - not yet, but I guess it should be easy to add that in. | 18:00 |
DaveJ__ | mwheckmann: Do you have multiple networks ? | 18:00 |
*** sballe has joined #heat | 18:01 | |
mwheckmann | DAveJ__: on the instances? no just one | 18:02 |
DaveJ__ | mwheckmann: I meant configured in your project - as if you have multiple you would need to specify which one the instances are connected to (just stripping out unnecessary parts from this template for you) | 18:02 |
*** sballe_ has joined #heat | 18:03 | |
*** sballe has quit IRC | 18:04 | |
*** sballe_ has quit IRC | 18:04 | |
mwheckmann | DAveJ__: no multiple networks | 18:04 |
*** sballe has joined #heat | 18:04 | |
openstackgerrit | A change was merged to openstack/heat: Server secgroups and network/port together invalid https://review.openstack.org/69052 | 18:05 |
*** jmckind has joined #heat | 18:05 | |
*** chandan_kumar has joined #heat | 18:07 | |
*** nati_ueno has joined #heat | 18:09 | |
*** yogesh_ has joined #heat | 18:12 | |
DaveJ__ | https://www.irccloud.com/pastebin/y0m68xAZ | 18:12 |
*** tspatzier has quit IRC | 18:13 | |
*** alexheneveld has quit IRC | 18:13 | |
DaveJ__ | mwheckmann: ^^ you should just be able to launch that. You'll need edit it to include a image that exists | 18:13 |
*** yogesh has quit IRC | 18:13 | |
*** yogesh has joined #heat | 18:17 | |
*** yogesh_ has quit IRC | 18:17 | |
*** shakayumi has quit IRC | 18:18 | |
*** pablosan is now known as ZZpablosan | 18:19 | |
*** aweiteka has quit IRC | 18:19 | |
mwheckmann | DaveJ__: Thanks. I'm off to lunch, but will try when I get back. | 18:24 |
*** zns has joined #heat | 18:28 | |
*** rpothier_ has joined #heat | 18:30 | |
*** yogesh_ has joined #heat | 18:33 | |
*** rpothier has quit IRC | 18:33 | |
*** yogesh has quit IRC | 18:34 | |
*** yogesh has joined #heat | 18:38 | |
*** yogesh_ has quit IRC | 18:42 | |
openstackgerrit | Jason Dunsmore proposed a change to openstack/heat: Ensure that the NoCloud data source is loaded, part 2 https://review.openstack.org/78704 | 18:42 |
*** alexheneveld has joined #heat | 18:42 | |
openstackgerrit | Daneyon Hansen proposed a change to openstack/heat-templates: Changes Neutron Security Group Ports to Integers https://review.openstack.org/78705 | 18:42 |
*** coolsvap has quit IRC | 18:43 | |
*** mkollaro has quit IRC | 18:47 | |
*** arbylee has quit IRC | 18:51 | |
*** tango has joined #heat | 18:53 | |
*** dims has quit IRC | 19:00 | |
*** tango|2 has joined #heat | 19:01 | |
*** dims has joined #heat | 19:02 | |
*** samstav_ has joined #heat | 19:03 | |
*** samstav_ has quit IRC | 19:03 | |
*** tango has quit IRC | 19:03 | |
*** samstav_ has joined #heat | 19:04 | |
*** zns has quit IRC | 19:04 | |
openstackgerrit | Daneyon Hansen proposed a change to openstack/heat-templates: Fixes Neutron Security Rules for Mcollective Communication https://review.openstack.org/78712 | 19:05 |
sdake_ | jasond jasond` I need a bit of your brainpower for a moment re mocking delete_stack and its child stop_stack call | 19:05 |
sdake_ | specifically the test case test_stack_delete_other_engine_active_lock_failed | 19:06 |
jasond | sdake_: sure, will take a look | 19:06 |
sdake_ | I've got about 7 test cases that need to be fixed and they all need the same solution | 19:06 |
*** zns has joined #heat | 19:06 | |
*** samstav has quit IRC | 19:06 | |
sdake_ | call to rpc no longer takes a topic or version | 19:06 |
jasond | sdake_: the commented out ones? | 19:06 |
sdake_ | instead to set the topic and version are set with a _prepare call which returns a new RPCClient context | 19:07 |
sdake_ | jasond yup | 19:07 |
sdake_ | eg _client.prepare(version=x, timeout=y, topic=z) | 19:07 |
sdake_ | client.prepare doesn't upate the existing client object, it returns an entirely new one | 19:08 |
sdake_ | jasond yup the commented out test cases | 19:08 |
*** samstav_ has quit IRC | 19:08 | |
jasond | sdake_: cool. will let you know what i find | 19:09 |
*** samstav has joined #heat | 19:09 | |
sdake_ | what I'm not sure how to do is write the test cases with tihs in mind | 19:09 |
sdake_ | steve baker recommended mocking out remote_stop and putting it in the main EngineEndpoints class | 19:09 |
sdake_ | however, this doesn't actually allow us to test that delete_stack works properly for remote cases | 19:10 |
jasond | ok, maybe i will understand his comment in a bit | 19:11 |
*** skraynev is now known as skraynev_afk | 19:11 | |
*** alexpilotti has joined #heat | 19:13 | |
*** alexpilotti has quit IRC | 19:15 | |
openstackgerrit | Cyril Roelandt proposed a change to openstack/python-heatclient: Olso: sync strutils https://review.openstack.org/78717 | 19:15 |
*** alexpilotti has joined #heat | 19:15 | |
*** sballe has quit IRC | 19:17 | |
jasond | sdake_: i have a drs appt now. will continue looking at it in a bit | 19:19 |
*** alexheneveld has quit IRC | 19:22 | |
stevebaker | morning | 19:23 |
stevebaker | shardy: did you see this? https://bugs.launchpad.net/heat/+bug/1288523 | 19:23 |
*** e0ne has joined #heat | 19:24 | |
*** bada has joined #heat | 19:27 | |
bada | Hi guys, when i deploy a instance with heat everythong works fine except the fact that i have no .ssh folder and so no keypair to connect to the instance. My template is based on https://github.com/openstack/heat-templates/blob/master/cfn/F18/WordPress_Single_Instance.template and i'm 100% sure of the keypair name. DO you know where to look at ? | 19:31 |
larsks | bada: no .ssh folder...where | 19:34 |
larsks | ? | 19:34 |
larsks | In the instance that boots? | 19:35 |
bada | larsks: On the instance. I created a user with UserData part and so log in with console after deploymen | 19:35 |
larsks | By default heat creates a ec2-user and the ssh key gets provisioned there. Have you checked for that? | 19:36 |
bada | larks: | 19:36 |
bada | larks: thats exactly what i just checked | 19:37 |
bada | larks: so how to deal with it ? | 19:37 |
sdake_ | look in /var/log/*cloud* and *heat* | 19:37 |
larsks | Out of question, is your instance able to contact the metadata service? That is, can you access http://169.254.169.254/latest/meta-data/ ? | 19:38 |
bada | larsks: Yes. But should i just simply log with ec2-user ? | 19:39 |
*** e0ne has quit IRC | 19:39 | |
larsks | bada: Well, yes, if that's where the ssh key was provisioned. | 19:39 |
larsks | ...when you said you checked that, I thought you meant you tried logging in as ec2-user or had looked in the ec2-user home directory to see if the authorized_keys file was correct. | 19:39 |
*** e0ne has joined #heat | 19:39 | |
bada | larsks:yes i tested and it works | 19:40 |
bada | larsks: is there a way to create and push the ssh key to another new user ? | 19:40 |
Slower | is there a way to pull a whole dependent set of patches out of gerrit easily? | 19:41 |
bada | larsks : thank you ! | 19:41 |
larsks | bada: It is possible to override the default user that heat uses...but I'm not sure how off the top of my head. I just use ec2-user generally :). sdake_ maybe knows? | 19:41 |
jpeeler | it looks like it's the instance_user in heat.conf | 19:44 |
larsks | jpeeler: Thanks! | 19:44 |
mwheckmann | DaveJ__: Your template works, just now testing to see if the scaling/alarms will work | 19:45 |
*** bgorski has quit IRC | 19:45 | |
*** samstav has quit IRC | 19:46 | |
*** mkollaro has joined #heat | 19:46 | |
*** bada has quit IRC | 19:48 | |
*** arbylee has joined #heat | 19:49 | |
*** ZZpablosan is now known as pablosan | 19:50 | |
*** samstav has joined #heat | 19:55 | |
*** tango|2 has quit IRC | 19:55 | |
*** lindsayk has joined #heat | 19:56 | |
*** wchrisj_ has joined #heat | 19:57 | |
*** samstav has quit IRC | 19:57 | |
*** samstav has joined #heat | 19:59 | |
*** rbuilta has quit IRC | 20:00 | |
*** openstackgerrit has quit IRC | 20:00 | |
*** openstackgerrit_ has joined #heat | 20:00 | |
*** openstackgerrit_ is now known as openstackgerrit | 20:01 | |
*** topol_ has joined #heat | 20:02 | |
*** wchrisj__ has joined #heat | 20:02 | |
*** jasond has quit IRC | 20:03 | |
*** wchrisj_ has quit IRC | 20:03 | |
*** tspatzier has joined #heat | 20:03 | |
*** wchrisj has quit IRC | 20:03 | |
*** harlowja has quit IRC | 20:03 | |
*** harlowja has joined #heat | 20:04 | |
*** topol has quit IRC | 20:05 | |
*** topol_ is now known as topol | 20:05 | |
Slower | stevebaker: do you have any templates you were using to test the hot software config stuff? | 20:09 |
stevebaker | Slower: https://review.openstack.org/#/q/status:open+project:openstack/heat-templates+branch:master+topic:software_config,n,z but I'll be trying a different approach to the hooks soon | 20:10 |
Slower | stevebaker: ah, thanks | 20:15 |
*** tspatzier has quit IRC | 20:15 | |
*** tspatzier has joined #heat | 20:16 | |
*** tspatzier has quit IRC | 20:16 | |
*** yidclare has joined #heat | 20:28 | |
*** jasond has joined #heat | 20:28 | |
*** samstav has quit IRC | 20:31 | |
*** zns has quit IRC | 20:32 | |
*** samstav has joined #heat | 20:32 | |
*** zns has joined #heat | 20:34 | |
*** jasond has quit IRC | 20:36 | |
*** yogesh has quit IRC | 20:39 | |
*** yidclare has quit IRC | 20:47 | |
*** jasond has joined #heat | 20:48 | |
*** e0ne has quit IRC | 20:56 | |
*** e0ne has joined #heat | 20:57 | |
*** pablosan is now known as ZZpablosan | 21:00 | |
*** jamieh_ has quit IRC | 21:00 | |
*** shakayumi has joined #heat | 21:01 | |
*** radez is now known as radez_g0n3 | 21:01 | |
*** ZZpablosan is now known as pablosan | 21:03 | |
*** radez_g0n3 is now known as radez | 21:04 | |
jasond | sdake: are you there? | 21:05 |
jasond | sdake_: ^ | 21:06 |
ttx | stevebaker: backport merged, i3 tag on its way | 21:06 |
stevebaker | ttx: \o/ | 21:07 |
*** topol has quit IRC | 21:07 | |
*** alexheneveld has joined #heat | 21:14 | |
*** blamar has joined #heat | 21:14 | |
sdake | jasond shoot | 21:15 |
jasond | sdake: hey, just commented on your oslo.messaging review | 21:16 |
openstackgerrit | Randall Burt proposed a change to openstack/heat: Add depends_on key to dependency resolution https://review.openstack.org/78769 | 21:18 |
openstackgerrit | Ziad Sawalha proposed a change to openstack/heat: Update contrib docstrings to match guidelines https://review.openstack.org/73070 | 21:18 |
openstackgerrit | Ziad Sawalha proposed a change to openstack/heat: Update api docstrings to match guidelines https://review.openstack.org/73515 | 21:19 |
*** asalkeld has quit IRC | 21:20 | |
stevebaker | ttx: do we have to do an FFE email for each of the 4 blueprints we want? | 21:25 |
sdake | jasond thanks I'll have a look after I finish up with my meetings | 21:28 |
openstackgerrit | Ziad Sawalha proposed a change to openstack/heat: Update common docstrings to match guidelines https://review.openstack.org/73519 | 21:31 |
*** asalkeld has joined #heat | 21:32 | |
*** yidclare has joined #heat | 21:38 | |
jasond | sdake: np | 21:39 |
*** yidclare has quit IRC | 21:41 | |
*** blomquisg has quit IRC | 21:46 | |
*** blamar has quit IRC | 21:52 | |
*** blamar has joined #heat | 21:53 | |
*** pablosan is now known as ZZpablosan | 21:53 | |
*** tomek_adamczewsk has joined #heat | 21:54 | |
*** yogesh has joined #heat | 21:58 | |
openstackgerrit | A change was merged to openstack/heat: Allow getting attributes on suspended resources. https://review.openstack.org/77452 | 21:58 |
*** lindsayk1 has joined #heat | 21:59 | |
*** lindsayk has quit IRC | 22:01 | |
*** zns has quit IRC | 22:02 | |
*** yidclare has joined #heat | 22:05 | |
*** zns has joined #heat | 22:06 | |
*** yogesh_ has joined #heat | 22:10 | |
*** packet has quit IRC | 22:12 | |
*** yogesh has quit IRC | 22:12 | |
*** ZZpablosan is now known as pablosan | 22:14 | |
*** zns has quit IRC | 22:14 | |
*** tango has joined #heat | 22:15 | |
*** jmckind has quit IRC | 22:16 | |
*** tomek_adamczewsk has quit IRC | 22:21 | |
*** tomek_adamczewsk has joined #heat | 22:22 | |
*** dims has quit IRC | 22:28 | |
*** sgordon has quit IRC | 22:28 | |
*** dims has joined #heat | 22:42 | |
*** krow has joined #heat | 22:45 | |
krow | SpamapS: ping | 22:46 |
SpamapS | krow: PONG | 22:47 |
*** rpothier_ has quit IRC | 22:48 | |
*** jasond has quit IRC | 22:50 | |
*** zns has joined #heat | 22:55 | |
*** lindsayk1 has quit IRC | 22:58 | |
*** randallburt1 has joined #heat | 22:59 | |
*** randallburt has quit IRC | 23:01 | |
*** blamar has quit IRC | 23:01 | |
*** randallburt1 has quit IRC | 23:02 | |
*** randallburt has joined #heat | 23:02 | |
*** krow has quit IRC | 23:03 | |
*** vijendar has quit IRC | 23:04 | |
*** lindsayk has joined #heat | 23:04 | |
*** radez is now known as radez_g0n3 | 23:05 | |
openstackgerrit | A change was merged to openstack/heat: Allow proper instance with volume suspension https://review.openstack.org/76126 | 23:07 |
piousbox | hi #heat | 23:08 |
*** alexheneveld has quit IRC | 23:08 | |
piousbox | when heat deploys (in development, creating three sample slave nodes) it creates host-only networks inside virtualbox, correct? | 23:09 |
piousbox | it does not create NAT or bridged networks? So, when using Fuel, my VMs are not supposed to have interfaced connected to them in NAT or bridged mode, correct? | 23:09 |
*** yidclare has quit IRC | 23:10 | |
*** sabeen has quit IRC | 23:11 | |
*** yidclare has joined #heat | 23:12 | |
*** kfox1111 has joined #heat | 23:23 | |
*** blamar has joined #heat | 23:24 | |
kfox1111 | Got a problem: | 23:24 |
kfox1111 | WARNING heat.engine.resources.volume [-] Detaching Volume 4ab9478a-c623-403c-aab0-88da40e4b12b from Instance e4d844f3-5462-4def-b66e-0aa3bd034f26 - The resource could not be found. (HTTP 404) (Request-ID: req-52891e40-b3fc-462f-abc9-97531ef0ddb2) | 23:24 |
kfox1111 | then seems stuck. | 23:24 |
*** krow has joined #heat | 23:24 | |
kfox1111 | any ideas? | 23:25 |
*** e0ne_ has joined #heat | 23:26 | |
*** e0ne has quit IRC | 23:28 | |
*** tomek_adamczewsk has quit IRC | 23:33 | |
*** lindsayk has quit IRC | 23:34 | |
*** lindsayk has joined #heat | 23:34 | |
*** tomek_adamczewsk has joined #heat | 23:35 | |
*** wusWWW has joined #heat | 23:35 | |
*** e0ne_ has quit IRC | 23:37 | |
*** giulivo has quit IRC | 23:41 | |
piousbox | <kfox1111>: I cannot delete some of my volumes either | 23:41 |
*** arbylee has quit IRC | 23:42 | |
*** andersonvom has quit IRC | 23:44 | |
*** rcleere has quit IRC | 23:46 | |
openstackgerrit | A change was merged to openstack/heat: Fix AccessPolicy update with added resources https://review.openstack.org/78624 | 23:48 |
*** arbylee has joined #heat | 23:50 | |
*** arbylee has quit IRC | 23:54 | |
*** alexpilotti has quit IRC | 23:54 | |
*** mwheckmann has quit IRC | 23:55 | |
*** jdob has quit IRC | 23:56 | |
SpamapS | piousbox: um, heat and virtualbox aren't two things that I think do anything together. | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!