Skip to content

Commit

Permalink
Merge pull request #3 from frontmark/favmd-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
favmd authored Jul 12, 2024
2 parents 64ec865 + 1adcc1a commit 6c2356f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,24 @@ Both servers do have a network interface card (NIC), which is connected to the i
The YAML files (a.k.a. the `#cloud-configs`) will initialize both servers entirely, so that in the end the user `favmd` can log in as the sudo user `ladmin` via SSH with a key, the sudo `passwd` will be "password" (created with `mkpasswd` as described in the [Cloud config examples](https://cloudinit.readthedocs.io/en/latest/topics/examples.html)),
and unattended upgrades and log rotation will have been configured (note that `foo` and `bar` have different log rotation vacuum times, but do share the exact same configuration for unattended upgrades).

> [!NOTE]
> If IONOS changed the Ubuntu image `id` defined in `.de_fra.json`, you will see an error message similar to:
>
> ```text
> +++ Attaching volumes.<name>-boot to <name>.
> ... Server BUSY...
> Traceback (most recent call last):
> [...]
> File "/home/snake/./cloud-init.py", line 337, in attach_single
> if type == "volumes" and component["properties"]["name"].endswith("-boot"):
> ~~~~~~~~~^^^^^^^^^^^^^^
> KeyError: 'properties'
> ```
>
> You will have to find out what the new image `id` is (to be placed in the `.de_fra.json` config file).
>
> The API call is described here: [https://api.ionos.com/docs/cloud/v6/#tag/Images/operation/imagesGet](https://api.ionos.com/docs/cloud/v6/#tag/Images/operation/imagesGet)
**Table of Contents:**
- [Build the Docker image](#build-the-docker-image)
Expand Down

0 comments on commit 6c2356f

Please sign in to comment.