| ramishra | stevebaker: As I mentioned, runinng 'docker-compose up' or 'docker-compose run' "re-"creates all containers, irrespective of their existence and no change.. | 00:00 |
|---|---|---|
| stevebaker | ramishra: c['id'] always changes if anything is different, c['name'] is more stable | 00:00 |
| ramishra | stevebaker: Hence, IMO the diff in deployment(current vs new) would not be useful. | 00:00 |
| stevebaker | ramishra: yes, so only ever call docker-compose up once per c['id'], and kill it when that id is no longer in the deployments list | 00:01 |
| ramishra | stevebaker: I wanted unique name for the project, hence used c['id'].. I can use c['name'], if it's unique.. | 00:03 |
| stevebaker | ramishra: the presence of a {id}/docker-compose.yml is an indication that docker-compose up has been called, and shouldn't be called again. Any {id}/docker-compose.yml where the id is no longer in the deployments list can be killed | 00:04 |
| asalkeld | lifeless: you going to write up a new openstack-spec for goless ;) | 00:04 |
| ramishra | stevebaker: but if there are any changes to the services/containers in the existing docker-compose.yml? | 00:05 |
| stevebaker | ramishra: c['id'] is unique, and changes if anything has changed. c['name'] is unique but is stable for the life of that deployment resource | 00:06 |
| stevebaker | ramishra: then the old id disappears from the deployments list, and a new id with the changes to the services/containers is created | 00:07 |
| ramishra | stevebaker: ok, so if I understand correctly we'll use c['id'] . The only change would be to leave if the c[id]/docker-compose.yml exists, leave it.. | 00:08 |
| lifeless | asalkeld: not per se | 00:08 |
| ramishra | stevebaker: as it's already deployed and no changes to the config.. | 00:09 |
| lifeless | asalkeld: I'm going to help with the discussion around keep/change for eventlet | 00:09 |
| *** blomquisg has quit IRC | 00:10 | |
| lifeless | asalkeld: if we get consensus on that, then I'll get some folk together to talk about CSP style options | 00:10 |
| asalkeld | ok | 00:10 |
| stevebaker | ramishra: correct, and an orc script is needed to kill any project which no longer appears in the deployments list (and also delete the c[id]/docker-compose.yml file) | 00:10 |
| stevebaker | lifeless: to my mind I think heat-api should adopt whatever the consensus is for API projects, and heat-engine should use worker processes as its concurrency | 00:12 |
| *** thedodd has quit IRC | 00:12 | |
| lifeless | worker processes are crudely compatible with CSP | 00:13 |
| lifeless | in that each 'process' is written in simple sequential style | 00:13 |
| ramishra | stevebaker: how can we know that? keep track of old c[id], Is there a way to know the old c[id'] for an update? As there can be multiple deployments in the same server. | 00:14 |
| *** Qiming has quit IRC | 00:15 | |
| asalkeld | lifeless: i think people just want to use apache for api stuff | 00:15 |
| lifeless | naturally | 00:16 |
| stevebaker | ramishra: the orc script has access to the list of all deployments, so for any existing {id}/docker-compose.yml file which is no longer in the list, do a kill | 00:17 |
| stevebaker | asalkeld: huh, the RequestContext gets stored in a thread local. I suspect we don't need to be doing that | 00:23 |
| ramishra | stevebaker: We keep track of deployments in some persistent store/file? or it's already available somewhere? | 00:24 |
| ramishra | stevebaker: I can move the writing of the docker-compose.yml for the deployments to the orc script. | 00:25 |
| stevebaker | ramishra: no, its up to the hook to store state. In this case writing out a {id}/docker-compose.yml should be enough. Alternatively you could query docker-compose for a project named {id}, and run it if it doesn't exist | 00:26 |
| lifeless | asalkeld: stevebaker: none of your comments pose an issue for CSP per se | 00:27 |
| lifeless | (Did you think they did?) | 00:27 |
| asalkeld | no | 00:27 |
| stevebaker | nope | 00:27 |
| asalkeld | lifeless: my main concern with goless is it seems to be quite imature | 00:28 |
| asalkeld | as a project | 00:28 |
| asalkeld | but it's really not much code | 00:28 |
| asalkeld | (so that's a plus) | 00:28 |
| ramishra | stevebaker: I'm a little confused now.. pl help clarify.. We've one docker-compose.yml for every deployment/c[id], that's a docker-compose project.. When an update is done, c[id] changes, hence it becomes a new project.. We need to know the old project/old c['id'], to clean it up.. There is no way we can do that with docker-compose, without knowing the old | 00:35 |
| ramishra | project name.Am I missing something? | 00:35 |
| stevebaker | ramishra: a) build a list of ids for every existing {id}/docker-compose.yml (or running project). b) build a list of ids from the deployments metadata. For each id in a) that doesn't exist in b) kill the project | 00:38 |
| ramishra | makes sense. will try and do that... | 00:43 |
| *** radez is now known as radez_g0n3 | 00:58 | |
| *** Marga_ has joined #heat | 01:07 | |
| *** EricGonczer_ has joined #heat | 01:08 | |
| *** huangtianhua has joined #heat | 01:10 | |
| lifeless | asalkeld: so goless would be one such thing | 01:11 |
| lifeless | asalkeld: there may be others out there; or possibly we'd want to layer on something else to get the same model. cart before horse as yet though | 01:11 |
| asalkeld | yip | 01:11 |
| asalkeld | maybe we should just rewrite in erlang :-O | 01:13 |
| lifeless | haskell please | 01:16 |
| *** pm90_ has quit IRC | 01:16 | |
| asalkeld | wow "This is why you may have heard Erlang is said to suck at string manipulation: there is no built-in string type like in most other languages." | 01:17 |
| *** dims_ has joined #heat | 01:17 | |
| lifeless | erlangs and haskell are both functional, but haskell is massively better at type friendliness | 01:17 |
| huangtianhua | morning :) | 01:18 |
| *** dims has quit IRC | 01:19 | |
| asalkeld | hi huangtianhua | 01:20 |
| huangtianhua | hi asalkeld :) | 01:21 |
| *** hdd has quit IRC | 01:25 | |
| openstackgerrit | huangtianhua proposed openstack/heat: Move AWS::EC2::* resources to heat/engine/resources/aws/ec2 https://review.openstack.org/155689 | 01:27 |
| stevebaker | asalkeld: the gate jobs are done https://review.openstack.org/#/c/119282/ | 01:32 |
| asalkeld | looking | 01:32 |
| *** Marga_ has quit IRC | 01:33 | |
| *** achanda has quit IRC | 01:35 | |
| openstackgerrit | Merged openstack/heat-specs: Fix link in cinder-custom-constraints https://review.openstack.org/160861 | 01:37 |
| asalkeld | stevebaker: i approved them all | 01:38 |
| asalkeld | stevebaker: i asked thomas to raise a bug if he has an issue with the first patch | 01:38 |
| stevebaker | \o/ | 01:39 |
| *** achanda has joined #heat | 01:41 | |
| openstackgerrit | huangtianhua proposed openstack/heat: Move AWS::CloudFormation::* resources to heat/engine/resources/aws/cfn https://review.openstack.org/156005 | 01:42 |
| openstackgerrit | huangtianhua proposed openstack/heat: Move AWS::AutoScaling::* resources https://review.openstack.org/156008 | 01:44 |
| *** EricGonczer_ has quit IRC | 01:44 | |
| openstackgerrit | huangtianhua proposed openstack/heat: Move other aws resources to corresponding directory https://review.openstack.org/156009 | 01:45 |
| *** Marga_ has joined #heat | 01:45 | |
| *** EricGonczer_ has joined #heat | 01:47 | |
| *** kebray has joined #heat | 01:48 | |
| *** blomquisg has joined #heat | 01:49 | |
| *** sarob has quit IRC | 01:51 | |
| openstackgerrit | Merged openstack/heat-templates: Boot config for installing software-config agent https://review.openstack.org/119282 | 01:59 |
| *** jamielennox is now known as jamielennox|away | 01:59 | |
| *** reed has quit IRC | 02:00 | |
| openstackgerrit | Merged openstack/heat-templates: Elements for building a heat test image https://review.openstack.org/159670 | 02:00 |
| openstackgerrit | Merged openstack/heat-templates: Boot config environment for test images https://review.openstack.org/158172 | 02:01 |
| *** liuh has joined #heat | 02:03 | |
| *** Tross has quit IRC | 02:07 | |
| *** liuh_ has joined #heat | 02:07 | |
| *** liuh has quit IRC | 02:07 | |
| *** erkules_ has joined #heat | 02:10 | |
| *** erkules has quit IRC | 02:13 | |
| *** Marga_ has quit IRC | 02:21 | |
| *** achanda has quit IRC | 02:25 | |
| *** achanda has joined #heat | 02:33 | |
| *** kebray has quit IRC | 02:34 | |
| *** randallburt has joined #heat | 02:35 | |
| *** jamielennox|away is now known as jamielennox | 02:37 | |
| *** jamielennox is now known as jamielennox|away | 02:52 | |
| *** jamielennox|away is now known as jamielennox | 02:55 | |
| *** jamielennox is now known as jamielennox|away | 02:56 | |
| *** jamielennox|away is now known as jamielennox | 02:57 | |
| *** hdd_ has joined #heat | 03:00 | |
| *** achanda has quit IRC | 03:05 | |
| *** EricGonczer_ has joined #heat | 03:10 | |
| *** achanda has joined #heat | 03:10 | |
| *** EricGonczer_ has quit IRC | 03:12 | |
| *** KanagarajM has joined #heat | 03:13 | |
| *** randallburt has quit IRC | 03:16 | |
| *** dims_ has quit IRC | 03:17 | |
| KanagarajM | good morning all | 03:18 |
| *** EricGonczer_ has joined #heat | 03:20 | |
| *** harlowja_ is now known as harlowja_away | 03:21 | |
| *** EricGonczer_ has quit IRC | 03:21 | |
| openstackgerrit | shihanzhang proposed openstack/heat: Add config option to override url for versions https://review.openstack.org/160267 | 03:23 |
| *** achanda has quit IRC | 03:30 | |
| *** Drago has quit IRC | 03:36 | |
| *** jpeeler has joined #heat | 03:45 | |
| *** Qiming has joined #heat | 03:47 | |
| openstackgerrit | Qiming Teng proposed openstack/heat: Make Heat ASG always do rolling_updates https://review.openstack.org/137945 | 03:49 |
| *** achanda has joined #heat | 03:55 | |
| openstackgerrit | huangtianhua proposed openstack/heat: Move nova resources to engine/resources/openstack/nova/ https://review.openstack.org/156012 | 03:55 |
| *** liuh__ has joined #heat | 03:58 | |
| *** liuh_ has quit IRC | 03:58 | |
| *** nijaba has quit IRC | 04:01 | |
| *** spzala has quit IRC | 04:03 | |
| *** nijaba has joined #heat | 04:06 | |
| openstackgerrit | Qiming Teng proposed openstack/heat: Refactor test_parser module https://review.openstack.org/160325 | 04:10 |
| *** EricGonczer_ has joined #heat | 04:12 | |
| *** EricGonczer_ has quit IRC | 04:13 | |
| *** adam_g has quit IRC | 04:20 | |
| *** ygoto has joined #heat | 04:21 | |
| *** stevebaker has quit IRC | 04:21 | |
| *** hdd_ has quit IRC | 04:23 | |
| *** adam_g has joined #heat | 04:28 | |
| *** adam_g has quit IRC | 04:28 | |
| *** adam_g has joined #heat | 04:28 | |
| *** stevebaker has joined #heat | 04:31 | |
| *** GonZo2K has quit IRC | 04:32 | |
| *** openstackgerrit has quit IRC | 04:46 | |
| *** openstackgerrit has joined #heat | 04:53 | |
| *** Marga_ has joined #heat | 04:57 | |
| *** hdd_ has joined #heat | 04:58 | |
| *** zaneb has quit IRC | 05:06 | |
| *** huangtianhua has quit IRC | 05:13 | |
| *** achanda has quit IRC | 05:28 | |
| *** jamielennox is now known as jamielennox|away | 05:32 | |
| *** nkhare has joined #heat | 05:34 | |
| *** openstack has joined #heat | 05:36 | |
| openstackgerrit | Angus Salkeld proposed openstack/heat: Correct the check_update_completion logic in instance_group https://review.openstack.org/160595 | 05:38 |
| openstackgerrit | Angus Salkeld proposed openstack/heat: StackResource convert operations to use RPC https://review.openstack.org/116336 | 05:38 |
| openstackgerrit | Angus Salkeld proposed openstack/heat: Convert all non-test imports of json to jsonutils https://review.openstack.org/161098 | 05:38 |
| *** blomquisg has quit IRC | 05:40 | |
| *** rakesh_hs has joined #heat | 05:46 | |
| *** kebray has joined #heat | 05:50 | |
| *** kebray has quit IRC | 05:50 | |
| *** zaneb has joined #heat | 05:52 | |
| *** kebray has joined #heat | 05:53 | |
| *** Qiming_ has joined #heat | 05:59 | |
| *** Qiming has quit IRC | 06:02 | |
| *** gondoi has quit IRC | 06:10 | |
| *** gondoi has joined #heat | 06:13 | |
| *** achanda has joined #heat | 06:16 | |
| *** hdd_ has quit IRC | 06:17 | |
| *** elynn has joined #heat | 06:17 | |
| *** KarolynChambers has quit IRC | 06:18 | |
| *** KarolynChambers has joined #heat | 06:19 | |
| *** elynn has quit IRC | 06:23 | |
| *** gondoi has quit IRC | 06:27 | |
| *** ishant has joined #heat | 06:32 | |
| *** huangtianhua has joined #heat | 06:37 | |
| *** Qiming__ has joined #heat | 06:53 | |
| *** Qiming_ has quit IRC | 06:56 | |
| openstackgerrit | huangtianhua proposed openstack/heat: Apply neutron subnet constraint https://review.openstack.org/135875 | 06:56 |
| openstackgerrit | huangtianhua proposed openstack/heat: Apply neutron router constraint https://review.openstack.org/135880 | 06:57 |
| *** inc0 has joined #heat | 06:58 | |
| openstackgerrit | ShaoHe Feng proposed openstack/heat: First objects - stack and raw template https://review.openstack.org/146841 | 06:59 |
| *** Qiming__ is now known as Qiming | 06:59 | |
| *** liuh__ has quit IRC | 07:00 | |
| *** liuh has joined #heat | 07:08 | |
| *** liuh_ has joined #heat | 07:11 | |
| *** liuh has quit IRC | 07:13 | |
| *** dulek has joined #heat | 07:21 | |
| *** tspatzier has joined #heat | 07:21 | |
| *** david-lyle_afk has joined #heat | 07:33 | |
| *** pitr-ch has joined #heat | 07:34 | |
| *** kebray has quit IRC | 07:37 | |
| *** Yanyanhu has joined #heat | 07:38 | |
| *** Marga_ has quit IRC | 07:40 | |
| *** jcoufal has joined #heat | 07:41 | |
| *** jprovazn has joined #heat | 07:43 | |
| openstackgerrit | Merged openstack/python-heatclient: Updated from global requirements https://review.openstack.org/157795 | 07:46 |
| *** ygoto has quit IRC | 07:47 | |
| *** openstackgerrit has quit IRC | 07:49 | |
| *** openstackgerrit has joined #heat | 07:49 | |
| *** Marga_ has joined #heat | 07:50 | |
| openstackgerrit | Merged openstack/heat: Improve StackValidationFailed exception https://review.openstack.org/160792 | 07:53 |
| openstackgerrit | Merged openstack/heat: Utility function for int param checking https://review.openstack.org/160615 | 07:55 |
| *** kleini has joined #heat | 07:55 | |
| *** ParsectiX has joined #heat | 08:00 | |
| *** jtomasek has joined #heat | 08:04 | |
| *** akuznetsov has joined #heat | 08:06 | |
| *** Marga_ has quit IRC | 08:11 | |
| *** pas-ha has joined #heat | 08:11 | |
| *** shardy has joined #heat | 08:12 | |
| *** achanda has quit IRC | 08:12 | |
| *** Yanyan has joined #heat | 08:14 | |
| *** Yanyanhu has quit IRC | 08:14 | |
| *** ifarkas has joined #heat | 08:15 | |
| *** pm90_ has joined #heat | 08:16 | |
| *** chlong has quit IRC | 08:20 | |
| *** alexheneveld has joined #heat | 08:25 | |
| -openstackstatus- NOTICE: Zuul check queue stuck due to reboot maintenance window at one of our cloud providers - no need to recheck changes at the moment, they won't move forward. | 08:28 | |
| *** ChanServ changes topic to "Zuul check queue stuck due to reboot maintenance window at one of our cloud providers - no need to recheck changes at the moment, they won't move forward." | 08:28 | |
| *** liuh_ has quit IRC | 08:31 | |
| *** alexheneveld has quit IRC | 08:33 | |
| *** jistr has joined #heat | 08:50 | |
| inc0 | https://review.openstack.org/#/c/146841/ review please:) | 08:50 |
| *** Qiming has quit IRC | 08:51 | |
| *** Qiming has joined #heat | 08:51 | |
| *** achanda has joined #heat | 08:52 | |
| *** pm90_ has quit IRC | 08:57 | |
| *** openstack has joined #heat | 15:28 | |
| *** hdd_ has joined #heat | 15:29 | |
| *** Drago has joined #heat | 15:29 | |
| *** Qiming has quit IRC | 15:30 | |
| *** jgr has joined #heat | 15:30 | |
| jgr | Good evening. | 15:31 |
| jgr | I think we found a bug involving custom resources defined through environments. | 15:31 |
| jgr | We've got a stack that contains a resource we defined ourselves, and which usually works fine. | 15:32 |
| jgr | But the stack in question has been stuck in state DELETE_IN_PROGRESS for an hour now. | 15:32 |
| jgr | So we figured we stack-abandon it and then clean up manually. | 15:33 |
| jgr | Which is when we encountered this: "ERROR: Unknown resource Type : sys11::bootstrap" | 15:33 |
| jgr | [sys11::bootstrap is our custom resource] | 15:33 |
| jgr | Is this a known issue or should I raise a bug? | 15:33 |
| *** prazumovsky has quit IRC | 15:36 | |
| zaneb | jgr: raise a bug | 15:37 |
| jgr | zaneb: Alright, will do. Thanks! | 15:38 |
| cmyster | jgr: what version are you using ? | 15:38 |
| zaneb | jgr: however, it is known that abandon/adopt is buggy | 15:38 |
| jgr | cmyster: stable/juno | 15:38 |
| zaneb | https://bugs.launchpad.net/heat/+bugs?field.tag=abandon-adopt | 15:38 |
| cmyster | ekarlso: still around ? | 15:39 |
| * cmyster nods at zaneb | 15:39 | |
| ekarlso | yeah.. | 15:39 |
| cmyster | ekarlso: what were yiu trying to do and what was the error that you saw? | 15:40 |
| cmyster | you | 15:40 |
| cmyster | trying to type wile my cat is naping on my arm... | 15:40 |
| cmyster | zaneb: got a minute ? | 15:41 |
| zaneb | yep | 15:41 |
| ekarlso | cmyster: heat-api .. | 15:43 |
| ekarlso | or any of the api commands to setart them fails | 15:44 |
| cmyster | what is the setup ? | 15:44 |
| shardy | ekarlso: it's probably due to a bad version of a dependency in your environment (keystoneclient, keystonemiddleware or oslo.config?) | 15:44 |
| ekarlso | cmyster: ? | 15:44 |
| ekarlso | shardy: hmm all I've done is pip install -r requirements.txt | 15:44 |
| shardy | ekarlso: is it a freshly installed environment? | 15:45 |
| cmyster | it does not do settings | 15:45 |
| cmyster | ekarlso: can you please explain what are you trying to do? | 15:46 |
| cmyster | like, whats the back story, why are you installing heat like that and not using something like devstack or one of those | 15:46 |
| shardy | FWIW I had to clean out some /usr/lib/python2.7/site-packages/oslo* stuff recently as devstack failed to install the correct versions over previously installed-from-source versions of newly graduated oslo libraries | 15:48 |
| *** alexheneveld has quit IRC | 15:48 | |
| *** dulek has joined #heat | 15:49 | |
| cmyster | shardy I hear you I made a script just for that. works great but it removes packages that were installed with yum (not that I mind that) | 15:51 |
| *** nkhare has quit IRC | 15:52 | |
| cmyster | ekarlso: I'm not sure how I can help you, not knowing what are you trying to do and how. I'm still around if you want to share more | 15:55 |
| *** akuznetsov has quit IRC | 16:02 | |
| *** sorantis has quit IRC | 16:02 | |
| *** sorantis has joined #heat | 16:04 | |
| *** sorantis_ has joined #heat | 16:07 | |
| openstackgerrit | Anant Patil proposed openstack/heat: Add extra data to Stack table for Convergence. https://review.openstack.org/155211 | 16:07 |
| *** sorantis has quit IRC | 16:08 | |
| *** sorantis_ is now known as sorantis | 16:08 | |
| *** andrearosa has quit IRC | 16:11 | |
| *** andrearosa has joined #heat | 16:12 | |
| *** andrearosa has left #heat | 16:12 | |
| *** andrearosa has joined #heat | 16:13 | |
| *** tspatzier__ has joined #heat | 16:20 | |
| *** sorantis has quit IRC | 16:22 | |
| *** tspatzier has quit IRC | 16:24 | |
| *** ParsectiX has joined #heat | 16:28 | |
| *** dulek has quit IRC | 16:32 | |
| *** serg_melikyan has joined #heat | 16:38 | |
| openstackgerrit | Karolyn Chambers proposed openstack/heat: Implement AZ spanning for AWS ASGs https://review.openstack.org/116139 | 16:38 |
| openstackgerrit | Sergey Kraynev proposed openstack/heat: Add way to collect map of needed attributes https://review.openstack.org/161306 | 16:40 |
| *** rwsu-afk is now known as rwsu | 16:42 | |
| *** sdake_ has joined #heat | 16:45 | |
| *** thedodd has joined #heat | 16:46 | |
| openstackgerrit | Tetiana Lashchova proposed openstack/heat: Move datastore validation to trove client plugin https://review.openstack.org/161312 | 16:57 |
| *** alexheneveld has joined #heat | 16:58 | |
| *** serg_melikyan has quit IRC | 17:02 | |
| *** akuznetsov has joined #heat | 17:02 | |
| *** mikal has quit IRC | 17:03 | |
| *** InblEric has joined #heat | 17:03 | |
| openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Move test_notifications to functional https://review.openstack.org/152573 | 17:06 |
| *** InblEric has quit IRC | 17:09 | |
| *** Tango has joined #heat | 17:11 | |
| *** jistr has quit IRC | 17:13 | |
| -openstackstatus- NOTICE: Issue solved, gate slowly digesting accumulated changes | 17:13 | |
| *** InblEric has joined #heat | 17:18 | |
| *** InblEric has quit IRC | 17:19 | |
| *** InblEric has joined #heat | 17:25 | |
| *** _shaps_ has quit IRC | 17:27 | |
| *** sdake_ has quit IRC | 17:30 | |
| *** pitr-ch has quit IRC | 17:31 | |
| *** cdent has quit IRC | 17:33 | |
| *** che-arne has quit IRC | 17:41 | |
| *** tspatzier__ has quit IRC | 17:43 | |
| *** Marga_ has joined #heat | 17:46 | |
| *** jcoufal_ has quit IRC | 17:48 | |
| *** DaveJ__ has joined #heat | 17:49 | |
| *** achanda has joined #heat | 17:54 | |
| *** InblEric has quit IRC | 18:04 | |
| *** InblEric has joined #heat | 18:12 | |
| *** GonZo2K has joined #heat | 18:13 | |
| *** harlowja_away is now known as harlowja_ | 18:19 | |
| openstackgerrit | Tetiana Lashchova proposed openstack/heat: Move datastore validation to trove client plugin https://review.openstack.org/161312 | 18:27 |
| *** yassine has quit IRC | 18:28 | |
| *** randallburt has joined #heat | 18:33 | |
| *** randallburt has quit IRC | 18:33 | |
| *** randallburt has joined #heat | 18:33 | |
| *** spzala has joined #heat | 18:47 | |
| *** InblEric has quit IRC | 18:51 | |
| *** akuznetsov has quit IRC | 18:58 | |
| *** alexpilotti_ has joined #heat | 19:02 | |
| *** alexpilotti has quit IRC | 19:03 | |
| *** alexpilotti_ is now known as alexpilotti | 19:03 | |
| *** sdake_ has joined #heat | 19:09 | |
| alextricity | Hey, guys. :) Can someone help me out with something? I'm writing to a software config output variable using "$heat_output_path.<variable>", problem is that it's sensitive information that I want to delete later. Is there anyway I can delete a file so this specific output variable will no longer be displayed on my stack overview? | 19:12 |
| *** jtomasek has quit IRC | 19:15 | |
| *** ChanServ changes topic to "support @ https://ask.openstack.org | developer wiki @ https://wiki.openstack.org/wiki/Heat | development @ https://launchpad.net/heat | logged @ http://eavesdrop.openstack.org/irclogs/%23heat/" | 19:15 | |
| *** funzo has quit IRC | 19:16 | |
| *** ParsectiX has quit IRC | 19:17 | |
| *** ParsectiX has joined #heat | 19:17 | |
| *** pm90_ has quit IRC | 19:18 | |
| alextricity | Or is that output forever written on the dashboard until I delete my stack? | 19:20 |
| *** jprovazn has quit IRC | 19:23 | |
| *** aweiteka has quit IRC | 19:25 | |
| *** randallburt has quit IRC | 19:28 | |
| *** randallburt has joined #heat | 19:29 | |
| zaneb | alextricity: the latter, I'm afraid | 19:35 |
| *** Drago has quit IRC | 19:35 | |
| *** Drago has joined #heat | 19:35 | |
| alextricity | zaneb: bummer. Thanks for the response! | 19:35 |
| zaneb | np | 19:36 |
| *** mikal has joined #heat | 19:46 | |
| *** pas-ha has quit IRC | 19:48 | |
| *** aweiteka has joined #heat | 19:49 | |
| *** crose has joined #heat | 19:52 | |
| *** GonZo2K has quit IRC | 19:54 | |
| *** EmilienM is now known as EmilienM|afk | 19:56 | |
| *** reed has joined #heat | 19:56 | |
| *** harlowja_ has quit IRC | 19:57 | |
| stevebaker | alextricity: one option would be to do a stack update which removes/masks the sensitive output | 19:57 |
| alextricity | stevebaker: That's exactly what i ended up doing :) | 19:57 |
| *** sdake_ has quit IRC | 19:57 | |
| stevebaker | alextricity: or do the deployment resource in a separate stack then delete that stack once you know the secret | 19:58 |
| *** sdake_ has joined #heat | 19:58 | |
| *** harlowja has joined #heat | 20:01 | |
| *** achanda has quit IRC | 20:07 | |
| *** InblEric has joined #heat | 20:07 | |
| *** InblEric has quit IRC | 20:10 | |
| *** funzo has joined #heat | 20:12 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Updated from global requirements https://review.openstack.org/161387 | 20:15 |
| *** InblEric has joined #heat | 20:16 | |
| *** dims has quit IRC | 20:29 | |
| *** logan2 has joined #heat | 20:29 | |
| *** dims has joined #heat | 20:29 | |
| *** chlong has joined #heat | 20:30 | |
| openstackgerrit | Steve Baker proposed openstack/python-heatclient: Implement deployment-output-show https://review.openstack.org/160239 | 20:37 |
| openstackgerrit | Steve Baker proposed openstack/python-heatclient: Implement deployment-create https://review.openstack.org/160240 | 20:37 |
| *** alexheneveld has quit IRC | 20:39 | |
| *** achanda has joined #heat | 20:41 | |
| *** kebray has joined #heat | 20:46 | |
| *** kebray has quit IRC | 20:47 | |
| *** crose has quit IRC | 20:53 | |
| *** crose has joined #heat | 20:53 | |
| *** Marga_ has quit IRC | 20:57 | |
| *** Marga_ has joined #heat | 20:57 | |
| *** KarolynChambers has quit IRC | 20:59 | |
| openstackgerrit | Merged openstack/heat: Convert all non-test imports of json to jsonutils https://review.openstack.org/161098 | 21:00 |
| *** sdake_ has quit IRC | 21:00 | |
| *** KarolynChambers has joined #heat | 21:01 | |
| alextricity | Is there a way to specify witch heat parameters will be available on a stack update, and witch ones are going to stay the same? That would be awesome | 21:02 |
| *** ParsectiX has quit IRC | 21:02 | |
| *** ParsectiX has joined #heat | 21:02 | |
| *** InblEric has quit IRC | 21:03 | |
| *** GonZo2K has joined #heat | 21:07 | |
| *** alexpilotti has quit IRC | 21:17 | |
| *** InblEric has joined #heat | 21:19 | |
| *** achanda has quit IRC | 21:19 | |
| *** Marga_ has quit IRC | 21:23 | |
| *** ifarkas has quit IRC | 21:23 | |
| *** Marga_ has joined #heat | 21:23 | |
| *** InblEric has quit IRC | 21:28 | |
| *** pm90_ has joined #heat | 21:30 | |
| *** pm90__ has joined #heat | 21:31 | |
| *** Marga_ has quit IRC | 21:34 | |
| *** Marga_ has joined #heat | 21:34 | |
| *** pm90_ has quit IRC | 21:35 | |
| *** InblEric has joined #heat | 21:36 | |
| *** pm90__ has quit IRC | 21:36 | |
| openstackgerrit | Merged openstack/heat: Fix variables reference in the integration tests methods https://review.openstack.org/161159 | 21:36 |
| *** InblEric has quit IRC | 21:37 | |
| *** Marga_ has quit IRC | 21:38 | |
| *** Marga_ has joined #heat | 21:39 | |
| *** EmilienM|afk is now known as EmilienM | 21:43 | |
| *** pm90_ has joined #heat | 21:48 | |
| *** pm90_ has quit IRC | 21:48 | |
| *** pm90_ has joined #heat | 21:49 | |
| *** dhellmann has quit IRC | 21:52 | |
| *** harlowja has quit IRC | 21:58 | |
| *** sarob has joined #heat | 21:58 | |
| *** jmckind has quit IRC | 21:58 | |
| *** chlong has quit IRC | 22:12 | |
| *** InblEric has joined #heat | 22:13 | |
| *** asalkeld has joined #heat | 22:14 | |
| *** jamielennox|away is now known as jamielennox | 22:14 | |
| *** InblEric1 has joined #heat | 22:15 | |
| *** radez is now known as radez_g0n3 | 22:15 | |
| *** InblEric has quit IRC | 22:17 | |
| *** achanda has joined #heat | 22:20 | |
| *** Drago has quit IRC | 22:25 | |
| *** EricGonczer_ has quit IRC | 22:25 | |
| *** achanda has quit IRC | 22:26 | |
| *** Drago has joined #heat | 22:26 | |
| *** Drago has quit IRC | 22:27 | |
| *** Drago has joined #heat | 22:27 | |
| *** aweiteka has quit IRC | 22:27 | |
| *** harlowja has joined #heat | 22:28 | |
| *** Marga_ has quit IRC | 22:31 | |
| *** Marga_ has joined #heat | 22:31 | |
| *** InblEric1 has quit IRC | 22:36 | |
| *** pm90_ has quit IRC | 22:47 | |
| *** blomquisg has quit IRC | 22:47 | |
| *** pm90_ has joined #heat | 22:48 | |
| *** pm90_ has quit IRC | 22:49 | |
| *** crose has quit IRC | 22:57 | |
| *** pm90_ has joined #heat | 22:58 | |
| *** ParsectiX has quit IRC | 22:59 | |
| *** ParsectiX has joined #heat | 23:00 | |
| *** vijendar has quit IRC | 23:05 | |
| *** alexpilotti has joined #heat | 23:06 | |
| *** randallburt has quit IRC | 23:17 | |
| *** alexpilotti has quit IRC | 23:26 | |
| *** gokrokve has joined #heat | 23:31 | |
| *** gokrokve has quit IRC | 23:32 | |
| *** signed8bit has joined #heat | 23:35 | |
| *** sarob has quit IRC | 23:36 | |
| *** Qiming has joined #heat | 23:40 | |
| *** achanda has joined #heat | 23:40 | |
| *** chlong has joined #heat | 23:43 | |
| *** tochi has joined #heat | 23:43 | |
| *** signed8bit has quit IRC | 23:43 | |
| *** chlong has quit IRC | 23:46 | |
| *** chlong has joined #heat | 23:46 | |
| *** EricGonczer_ has joined #heat | 23:49 | |
| *** Drago has quit IRC | 23:51 | |
| *** EmilienM is now known as EmilienM|afk | 23:56 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!