*** a-pugachev has quit IRC | 00:16 | |
*** maddtux has joined #heat | 00:41 | |
*** fragatina has quit IRC | 01:09 | |
*** hongbin has joined #heat | 02:03 | |
*** ramishra has quit IRC | 02:40 | |
*** rcernin has quit IRC | 03:46 | |
*** rcernin has joined #heat | 03:48 | |
*** ramishra has joined #heat | 04:09 | |
*** sshnaidm has quit IRC | 04:52 | |
*** sshnaidm has joined #heat | 04:55 | |
*** ramishra has quit IRC | 04:56 | |
*** ramishra has joined #heat | 05:11 | |
*** rcernin has quit IRC | 05:17 | |
*** rcernin has joined #heat | 05:19 | |
*** radeks has joined #heat | 05:24 | |
*** rcernin has quit IRC | 05:58 | |
*** rcernin has joined #heat | 06:00 | |
*** hongbin has quit IRC | 06:16 | |
*** radeks has quit IRC | 06:28 | |
*** radeks has joined #heat | 06:36 | |
*** e0ne has joined #heat | 06:50 | |
*** rcernin has quit IRC | 07:04 | |
*** jtomasek has joined #heat | 07:19 | |
*** jtomasek_ has joined #heat | 07:20 | |
*** jtomasek has quit IRC | 07:20 | |
*** jtomase__ has joined #heat | 07:21 | |
*** jtomasek_ has quit IRC | 07:25 | |
*** gfidente has joined #heat | 07:40 | |
*** radeks has quit IRC | 07:46 | |
*** radeks has joined #heat | 07:52 | |
*** radeks has quit IRC | 08:04 | |
*** jtomase__ has quit IRC | 08:21 | |
*** jtomasek has joined #heat | 08:22 | |
*** e0ne has quit IRC | 08:45 | |
*** nnsingh has joined #heat | 08:57 | |
*** mikecmpbll has joined #heat | 09:02 | |
*** k_mouza has joined #heat | 09:23 | |
*** k_mouza has quit IRC | 09:26 | |
*** k_mouza has joined #heat | 09:27 | |
*** a-pugachev has joined #heat | 09:41 | |
*** ttsiouts has joined #heat | 09:51 | |
mikecmpbll | is there a way using the openstack cli to query the resources managed by an autoscalinggroup? | 10:11 |
---|---|---|
mikecmpbll | or should i be using server groups for that? | 10:11 |
mikecmpbll | or something else? :) | 10:12 |
*** e0ne has joined #heat | 10:22 | |
*** sshnaidm is now known as sshnaidm|afk | 10:28 | |
therve | mikecmpbll: You mean something like "openstack stack resource list" ? | 10:29 |
mikecmpbll | therve : i'm still playing around with the options, but i think i thought that would list all resources in any given stack? | 10:29 |
therve | mikecmpbll: Right, but an autoscaling group is a stack in itself | 10:30 |
therve | If you query it you'll see the child resources | 10:30 |
mikecmpbll | ohh | 10:30 |
mikecmpbll | lemme spin up a stack and give that a go | 10:31 |
mikecmpbll | `openstack stack list` shows one stack, the stack that contains the Heat::AutoScalingGroup resource | 10:35 |
mikecmpbll | and if i try `openstack stack resource list stackname` i see the OS::Heat::AutoScalingGroup resource | 10:35 |
mikecmpbll | not sure how to see the resources under that though? | 10:35 |
mikecmpbll | ah, nvm it works with the physical_resource_id of the autoscalinggroup | 10:36 |
mikecmpbll | i was trying the name | 10:36 |
mikecmpbll | thanks! :) | 10:38 |
*** maddtux has quit IRC | 10:39 | |
mikecmpbll | curious if there's a way i could predictably know the name of the autoscalinggroup stack though. atm it's staff_app-scaleup_group-bfxyhzwltatq which is parent_stack_name-autoscaling_resource_name-random by the looks of it. | 10:40 |
therve | Hum no you can't | 10:43 |
therve | Why do you need to? | 10:43 |
mikecmpbll | i'm writing some software which needs to interact with the servers in a given autoscalinggroup | 10:47 |
mikecmpbll | i need the users of the software to be able to reference the autoscaling resource under which the servers are managed | 10:47 |
mikecmpbll | not sure how to achieve that | 10:47 |
therve | Well you can use the parent stack name + the group resource name to query the physical_resource_id | 10:48 |
mikecmpbll | with a wildcard search? gotta figure out how to do that bit | 10:49 |
therve | wildcard search? | 10:50 |
*** nnsingh has quit IRC | 10:50 | |
mikecmpbll | hmm. the autoscaling group stack has the following ID: staff_app-scaleup_group-bfxyhzwltatq | 10:51 |
mikecmpbll | i've not defined bfxyhzwltatq anywhere, just trying to work out what that represents | 10:51 |
mikecmpbll | sorry, name not ID | 10:52 |
mikecmpbll | https://gist.github.com/mikecmpbll/ab5b2047b88e9ce3724f02788fed9b0b | 10:53 |
therve | The stack has that name, but not the resource name | 10:53 |
mikecmpbll | i think i'm getting confused between stacks/resources, if there is even a distinction to be made. | 10:53 |
therve | You query the resource list on staff_app, and get the physical_resource_id for the resource scaleup_group | 10:54 |
therve | Yes there is pretty important discussion :) | 10:54 |
mikecmpbll | ah got it, so with the name of the stack and the autoscaling group, with 2 queries i get the resources under that group | 10:58 |
mikecmpbll | works for me. thanks 🌟 | 10:58 |
mikecmpbll | gah now filters seemingly aren't working :/ | 11:14 |
mikecmpbll | https://gist.github.com/mikecmpbll/8e4a006a807575aa99d9f6e418dc213a | 11:14 |
*** ttsiouts has quit IRC | 11:18 | |
*** ttsiouts has joined #heat | 11:19 | |
*** ttsiouts has quit IRC | 11:24 | |
*** ttsiouts has joined #heat | 12:09 | |
*** e0ne has quit IRC | 12:17 | |
*** mikecmpb_ has joined #heat | 12:32 | |
*** mikecmpbll has quit IRC | 12:34 | |
*** sshnaidm|afk is now known as sshnaidm | 12:41 | |
*** a-pugachev has quit IRC | 12:58 | |
*** e0ne has joined #heat | 13:04 | |
*** k_mouza_ has joined #heat | 13:11 | |
*** k_mouza has quit IRC | 13:15 | |
*** k_mouza has joined #heat | 14:08 | |
*** k_mouza_ has quit IRC | 14:12 | |
*** shardy has joined #heat | 14:23 | |
*** ttsiouts has quit IRC | 14:29 | |
*** k_mouza has quit IRC | 14:35 | |
*** k_mouza_ has joined #heat | 14:35 | |
*** ttsiouts has joined #heat | 14:35 | |
*** jcoufal has joined #heat | 14:39 | |
*** radeks has joined #heat | 14:39 | |
*** ssbarnea|rover has quit IRC | 14:40 | |
*** ssbarnea|rover has joined #heat | 14:41 | |
*** radeks has quit IRC | 14:49 | |
*** stevebaker has quit IRC | 14:55 | |
*** dmellado has quit IRC | 14:56 | |
*** ttx has joined #heat | 14:57 | |
ttx | Hi! I'm trying to clarify release status for a couple heat deliverables: heat-cfnclient and heat-cfntools | 14:58 |
ttx | former was never really released, latter had some tagging activity 3 years ago but nothing recently | 14:58 |
ttx | none of them appears on openstack/releases and therefore none of them appear on releases.o.o | 14:59 |
ttx | what are the release plans for those, if any ? Should they be considered deprecated? | 14:59 |
ttx | (Been asking Rico by email over past months but no response) | 15:00 |
*** ramishra has quit IRC | 15:46 | |
*** a-pugachev has joined #heat | 15:51 | |
*** radeks has joined #heat | 16:06 | |
*** fragatina has joined #heat | 16:19 | |
*** a-pugachev has quit IRC | 16:31 | |
*** fragatina has quit IRC | 16:37 | |
*** fragatina has joined #heat | 16:48 | |
*** e0ne_ has joined #heat | 16:50 | |
*** e0ne has quit IRC | 16:50 | |
*** ttsiouts has quit IRC | 16:52 | |
*** fragatina has quit IRC | 16:52 | |
*** e0ne_ has quit IRC | 17:18 | |
*** mikecmpb_ is now known as mikecmpbll | 17:42 | |
*** fragatina has joined #heat | 17:46 | |
*** k_mouza has joined #heat | 18:01 | |
*** k_mouza_ has quit IRC | 18:04 | |
*** k_mouza has quit IRC | 18:06 | |
*** gfidente is now known as gfidente|afk | 18:15 | |
*** mikecmpbll has quit IRC | 18:22 | |
*** mikecmpbll has joined #heat | 18:42 | |
*** jtomasek has quit IRC | 19:12 | |
*** jtomasek has joined #heat | 19:13 | |
*** shardy has quit IRC | 19:22 | |
*** dmellado has joined #heat | 19:22 | |
*** shardy has joined #heat | 19:32 | |
*** shardy has quit IRC | 19:38 | |
*** e0ne has joined #heat | 19:46 | |
*** stevebaker has joined #heat | 19:48 | |
*** shardy has joined #heat | 19:54 | |
*** shardy has quit IRC | 20:18 | |
*** jtomasek_ has joined #heat | 20:33 | |
*** jtomasek has quit IRC | 20:36 | |
*** e0ne has quit IRC | 20:44 | |
*** e0ne has joined #heat | 20:45 | |
*** e0ne has quit IRC | 20:48 | |
*** a-pugachev has joined #heat | 20:51 | |
*** radeks has quit IRC | 21:08 | |
*** a-pugachev has quit IRC | 21:31 | |
*** a-pugachev has joined #heat | 21:37 | |
zaneb | ttx: heat-cfntools should probably get a release this cycle. it doesn't change very often, but I did update all of the gate stuff for it recently | 21:38 |
zaneb | ttx: tbh, I not sure what heat-cfnclient is still used for... I suspect just testing. it's in the openstack-dev namespace. if it's never been released I wouldn't start now | 21:39 |
*** jcoufal has quit IRC | 22:12 | |
*** jtomasek_ has quit IRC | 22:32 | |
*** jtomasek has joined #heat | 22:33 | |
*** jtomasek has quit IRC | 22:42 | |
*** rcernin has joined #heat | 22:45 | |
*** k_mouza has joined #heat | 23:05 | |
*** k_mouza has quit IRC | 23:09 | |
*** gfidente|afk has quit IRC | 23:33 | |
*** sshnaidm is now known as sshnaidm|afk | 23:43 | |
*** mikecmpbll has quit IRC | 23:45 | |
*** ttsiouts has joined #heat | 23:50 | |
*** a-pugachev has quit IRC | 23:53 | |
*** ttsiouts has quit IRC | 23:57 | |
*** ttsiouts has joined #heat | 23:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!