Loïc Albertin

Results 25 comments of Loïc Albertin

Hi Tom, thanks for your answer #### TL;DR; * I target only RHEL8 OS for now. * For the KIS format, the output of [`livemedia-creator --make-pxe-live`](https://weldr.io/lorax/livemedia-creator.html#live-image-for-pxe-boot) works perfectly for my...

Ok, nothing certain but if I have time to implement it, would you consider a contribution positively or do you think it's not at all a good idea for now?

Hi @gicmo Well that's sounds great! At a first glance this PR has everything I need, it builds an initrd from a given kernel and generates a squashfs image. I...

Hi @bwboy Yeah fastconnect.org is gone. A4C is migrating to another nexus You can try to add the below snippet in your `~/.m2/settings.xml`. Not sure all the required artifacts are...

Hi @SellamiRami Sorry for the delay did you try to change `tosca_definitions_version: tosca_simple_yaml_1_0` to `tosca_definitions_version: alien_dsl_2_0_0`? I think that you DSL version is not recognized by the parser. Maybe @xdegenne...

Hi @trihoangvo Here is how this is implemented in Yorc: By default errors on steps of `uninstall`workflows are ignored. You can specify a parameter [`stopOnError`](https://github.com/ystia/yorc/blob/develop/rest/http_api.md#undeploy--an-active-deployment-) in the REST API to...

Hi @KateGo520, Thanks for opening this issue! Repositories renaming is such painful for users! Are you actually facing an issue on Yorc or is this really just about potential risks...

Hi @trihoangvo thanks for reporting this. We will investigate how to fix this.

> Also relevant for other sensitive types of files _frequently_ encountered in devops, like SSL Certs. Hi @crypticsymbols you're right. But data like SSL certs and so on could already...

We identified a major refactoring on tasks/workers for a future 4.0 release of Yorc. Keep in mind that we expect to not break dependencies across minor releases (see https://golang.org/doc/go1compat) so...