*** yangyapeng has quit IRC | 00:11 | |
*** catintheroof has joined #openstack-freezer | 00:26 | |
*** catintheroof has quit IRC | 00:26 | |
*** catintheroof has joined #openstack-freezer | 00:26 | |
*** jiaopengju has joined #openstack-freezer | 00:44 | |
*** jiaopengju has quit IRC | 00:44 | |
*** jiaopengju has joined #openstack-freezer | 00:45 | |
*** jiaopeng_ has joined #openstack-freezer | 00:45 | |
*** jiaopengju has quit IRC | 00:49 | |
openstackgerrit | Merged openstack/freezer master: Updated from global requirements https://review.openstack.org/443351 | 00:57 |
---|---|---|
*** zhurong has joined #openstack-freezer | 01:11 | |
*** yangyapeng has joined #openstack-freezer | 01:24 | |
*** youzp has joined #openstack-freezer | 01:58 | |
*** catintheroof has quit IRC | 02:18 | |
*** yuvalb has quit IRC | 02:43 | |
*** yuvalb has joined #openstack-freezer | 02:43 | |
*** catintheroof has joined #openstack-freezer | 02:45 | |
*** catintheroof has quit IRC | 02:45 | |
*** catintheroof has joined #openstack-freezer | 02:45 | |
*** catintheroof has quit IRC | 03:37 | |
*** lpetrut has joined #openstack-freezer | 05:12 | |
*** yangyape_ has joined #openstack-freezer | 05:29 | |
*** yangyapeng has quit IRC | 05:31 | |
*** lpetrut has quit IRC | 05:47 | |
*** yangyape_ has quit IRC | 06:20 | |
*** yangyapeng has joined #openstack-freezer | 06:21 | |
*** yangyapeng has quit IRC | 06:25 | |
*** yangyapeng has joined #openstack-freezer | 06:26 | |
*** yangyapeng has quit IRC | 06:31 | |
*** yangyapeng has joined #openstack-freezer | 06:33 | |
*** yuval has joined #openstack-freezer | 07:01 | |
*** lpetrut has joined #openstack-freezer | 07:15 | |
*** yangyapeng has quit IRC | 07:16 | |
openstackgerrit | Julia Varlamova proposed openstack/freezer master: Fix nova backup issues. https://review.openstack.org/444745 | 07:49 |
*** vAlexa has quit IRC | 07:56 | |
openstackgerrit | Julia Varlamova proposed openstack/freezer master: Fix nova backup issues. https://review.openstack.org/444745 | 08:13 |
*** openstackgerrit has quit IRC | 08:18 | |
*** vAlexa has joined #openstack-freezer | 08:32 | |
*** vnogin has quit IRC | 08:44 | |
*** vnogin has joined #openstack-freezer | 09:43 | |
*** vnogin has quit IRC | 09:59 | |
*** vnogin has joined #openstack-freezer | 10:09 | |
*** vnogin has quit IRC | 10:17 | |
*** vnogin has joined #openstack-freezer | 10:20 | |
*** zhurong has quit IRC | 10:21 | |
*** zhurong has joined #openstack-freezer | 10:22 | |
*** szaher has joined #openstack-freezer | 10:31 | |
*** m3m0 has joined #openstack-freezer | 10:32 | |
szaher | vnogin: Hi, I will take a look and will approve it if everything is Ok. Thanks for your efforts :) | 10:42 |
szaher | raliev: Good Morning, Could you please take a look at this patch https://review.openstack.org/#/c/442409/ ? | 10:42 |
vnogin | szaher: hi :) sure. Actually I want to use correct workflow blueprint->spec->magic :))) | 10:43 |
vnogin | szaher: btw repo has been created :) | 10:43 |
szaher | vnogin: Yes, I saw that :) We count on you then | 10:44 |
vnogin | szaher: yep :) | 10:44 |
jvarlamova | szaher: hi Saad, I created patch to fix issues in nova engine, could you please take a look? https://review.openstack.org/#/c/444745/ | 10:47 |
szaher | jvarlamova: Hi Julia, I taking a look at the moment :) | 10:54 |
*** daemontool has joined #openstack-freezer | 11:57 | |
*** jiaopeng_ has quit IRC | 12:24 | |
*** DuncanT has joined #openstack-freezer | 12:26 | |
*** zhurong has quit IRC | 13:01 | |
*** youzp has quit IRC | 13:11 | |
*** youzp has joined #openstack-freezer | 13:12 | |
*** openstackgerrit has joined #openstack-freezer | 13:14 | |
openstackgerrit | Merged openstack/freezer-api master: Allow freezer-api to display existing versions https://review.openstack.org/442409 | 13:14 |
*** daemontool has quit IRC | 13:15 | |
*** youzp has quit IRC | 13:16 | |
*** daemontool has joined #openstack-freezer | 13:21 | |
*** mm_grad has joined #openstack-freezer | 13:55 | |
mm_grad | hi | 13:56 |
mm_grad | I would like to use some kind of job dependencies, executing scripts before/after the backup or restore | 13:56 |
mm_grad | I've been trying to find information about that, but I found zero examples, blog posts or documentation | 13:57 |
mm_grad | the faq mentions "We recommend instead creating "exec"-type jobs in the UI and set up job dependencies." | 13:58 |
mm_grad | is that possible from the cli? | 13:58 |
mm_grad | should I just add many actions to a job description in json, and will they be executed in order? | 13:59 |
daemontool | mm_grad, I think that should be possible from the job files executed by the freezer-scheduler | 13:59 |
daemontool | yes they will be executed in order | 13:59 |
daemontool | and you should be able to set something like | 13:59 |
daemontool | if this job fail s, then stop | 13:59 |
daemontool | or if this job fail then keep goign | 13:59 |
daemontool | mm_grad, here: https://github.com/openstack/freezer-api/blob/master/install-guide/source/jobs.rst | 14:00 |
mm_grad | daemontool: I found that before, I have the doubt if these "actions" are executed in sequence or concurrently | 14:03 |
mm_grad | ideally, as the FAQ mentions, one could set-up dependencies between them, and conditionally (only execute backup if all previous actions that it depends on were successful) | 14:04 |
mm_grad | but well, I think that if the actions are executed sequentially, it would be OK | 14:06 |
mm_grad | (initially, given the wording in the FAQ, I thought that it would be dependent "jobs" within sessions; but it seems that actions within jobs is more appropriate for this purpose) | 14:07 |
openstackgerrit | Merged openstack/freezer master: Fix nova backup issues. https://review.openstack.org/444745 | 14:10 |
openstackgerrit | Merged openstack/freezer-web-ui master: Better error message in horizon https://review.openstack.org/444329 | 14:47 |
daemontool | mm_grad, they are executed sequencially | 14:57 |
mm_grad | daemontool: yeah, I was testing that, thanks! | 15:05 |
daemontool | yw | 15:06 |
mm_grad | I just created a pull request with a minimal patch to clarify this: https://github.com/openstack/freezer-api/pull/1/commits/2a22f1b3ce96e13c8cdd43471d5134d79ab9d4e3 | 15:13 |
daemontool | mm_grad, many thanks but you should use https://review.openstack.org to submit any change/patches | 15:17 |
daemontool | to the openstack related projects | 15:18 |
daemontool | that looks fine to me | 15:18 |
daemontool | this is a good starting point http://superuser.openstack.org/articles/how-to-contribute-to-openstack/ | 15:18 |
*** yangyapeng has joined #openstack-freezer | 15:19 | |
*** vnogin has quit IRC | 15:26 | |
mm_grad | daemontool: ah ok, I am not in my main computer today, will try to do it in the next days | 15:28 |
daemontool | ok thanks | 15:29 |
*** yangyapeng has quit IRC | 15:49 | |
*** vnogin has joined #openstack-freezer | 16:02 | |
*** vnogin has quit IRC | 16:02 | |
*** yuval has quit IRC | 16:04 | |
openstackgerrit | Saad Zaher proposed openstack/freezer-api master: Remove custom healthcheck app and use oslo middleware instead https://review.openstack.org/444966 | 16:09 |
*** vnogin has joined #openstack-freezer | 16:10 | |
openstackgerrit | Saad Zaher proposed openstack/freezer-api master: Remove custom healthcheck app and use oslo middleware instead https://review.openstack.org/444966 | 16:13 |
*** vAlexa has quit IRC | 16:26 | |
*** daemontool has quit IRC | 16:51 | |
*** vAlexa has joined #openstack-freezer | 17:09 | |
*** openstackgerrit has quit IRC | 17:18 | |
*** catintheroof has joined #openstack-freezer | 17:25 | |
*** vAlexa has quit IRC | 17:35 | |
*** vAlexa has joined #openstack-freezer | 17:38 | |
*** lpetrut has quit IRC | 18:03 | |
*** lpetrut has joined #openstack-freezer | 18:46 | |
*** openstackgerrit has joined #openstack-freezer | 19:30 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/freezer master: Updated from global requirements https://review.openstack.org/445074 | 19:30 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/freezer-api master: Updated from global requirements https://review.openstack.org/445075 | 19:30 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/freezer-web-ui master: Updated from global requirements https://review.openstack.org/431942 | 19:30 |
*** catinthe_ has joined #openstack-freezer | 20:56 | |
*** catintheroof has quit IRC | 20:58 | |
*** youzp has joined #openstack-freezer | 21:10 | |
*** youzp has quit IRC | 21:10 | |
*** catintheroof has joined #openstack-freezer | 21:31 | |
*** catinthe_ has quit IRC | 21:35 | |
*** lpetrut has quit IRC | 21:47 | |
*** catintheroof has quit IRC | 22:13 | |
*** catintheroof has joined #openstack-freezer | 22:14 | |
*** catintheroof has quit IRC | 22:14 | |
*** catintheroof has joined #openstack-freezer | 22:15 | |
*** catintheroof has quit IRC | 22:40 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!