Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Louis Sautier <sautier.louis@gmail.com>
  • Loading branch information
tormath1 and sbraz authored May 30, 2024
1 parent e137725 commit 32555d9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Additional note: OVH Cloud is compatible with OpenStack: it is not a mistake if

_Note_: This getting started assumes that OpenStack CLI is already installed and properly configured (see OVH Cloud [documentation][ovhcloud-documentation-import])

It is possible to import your own Flatcar image in OVH Cloud using the OpenStack CLI. Here's example, to upload an image from the Flatcar Beta channel:
It is possible to import your own Flatcar image in OVH Cloud using the OpenStack CLI. Here's an example, to upload an image from the Flatcar Beta channel:

```bash
$ wget https://beta.release.flatcar-linux.net/amd64-usr/current/flatcar_production_openstack_image.img
Expand Down Expand Up @@ -70,7 +70,7 @@ systemd:
Transpile it to Ignition JSON:
```bash
cat butane.yaml | docker run --rm -i quay.io/coreos/butane:release > ignition.json
docker run --rm -i quay.io/coreos/butane:release < butane.yaml > ignition.json
```

The `coreos-metadata.service` saves metadata variables to `/run/metadata/flatcar`. Systemd units can use them with `EnvironmentFile=/run/metadata/flatcar` in the `[Service]` section when setting `Requires=coreos-metadata.service` and `After=coreos-metadata.service` in the `[Unit]` section.
Expand Down Expand Up @@ -139,6 +139,6 @@ Now that you have a machine booted it is time to play around. Check out the [Fla
[butane-configs]: ../../provisioning/config-transpiler
[doc-index]: ../../
[ovhcloud]: https://www.ovhcloud.com/en/
[ovhcloud-documentation-create]: https://support.us.ovhcloud.com/hc/en-us/articles/360002245164-Creating-and-Connecting-a-Public-Cloud-Instance
[ovhcloud-documentation-create]: https://help.ovhcloud.com/csm/en-public-cloud-compute-getting-started?id=kb_article_view&sysparm_article=KB0051009
[ovhcloud-documentation-import]: https://help.ovhcloud.com/csm/en-public-cloud-compute-upload-own-image?id=kb_article_view&sysparm_article=KB0051325
[quickstart]: ../

0 comments on commit 32555d9

Please sign in to comment.