Mathieu Tortuyaux
Mathieu Tortuyaux
## Current situation CI takes ages on Equinix Metal platform because of not enough capacity on the metro. ## Impact It delays a lot the release as we require Equinix...
In this PR we add support for Akamai images: * Build oem-scaleway with nothing inside * Provide `raw` Akamai images * https://github.com/flatcar/init/pull/117 :warning: This is currently experimental and only for...
TBD ## How to use ```yaml --- variant: flatcar version: 1.1.0 storage: files: - path: /etc/flatcar/enabled-sysext.conf contents: inline: | incus - path: /etc/userdb/core:incus-admin.membership contents: inline: "\n" - path: /etc/subuid append:...
With the recent systemd upgrade we do not need to reload the systemd daemon anymore. This pulls: - https://github.com/flatcar/init/pull/96 --- - [ ] CI: http://jenkins.infra.kinvolk.io:8080/job/container/job/packages_all_arches/3877/cldsv/ - [ ] Changelog entries...
we could have various "scenarios" covering the whole commands of the CLI to be run IRL against the BE
It's already done on the "front" of the CLI but changes will be propagated on the swagger client generation. SCS/SC: rename to Catalog Repository / Stacks Exemple: https://github.com/cycloidio/cycloid-cli/blob/e3a592682d96d6d96eda3d1cc0289839560bd0d0/cmd/cycloid/middleware/stacks.go#L18
To keep a trace: For the BE, we need to provide the `--usecase` and the `--cloud-provider` to the environment if we want to associate a `cloud-provider` to an `environment`. From...
Tracker to follow the missing endpoints to implement: - [x] organization: create - [x] organization: delete - [ ] credential: create azure/azure storage/aws...
The API call returns a member list in a different order between runs. We should sort it before printing the result in order to ease diff between two runs. NB:...
using "profile", we'll be able to store the default organization to use and avoid to give the `--org` flag each time we want to run an action