Skip to content

Commit

Permalink
Changed favicon and replaced GEC with WIIT (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon <[email protected]>
  • Loading branch information
TheSimonxy and Simon authored Jun 25, 2024
1 parent b3307f3 commit 86e2889
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/_optimist/faq/index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ systemctl start qemu-guest-agent
systemctl enable qemu-guest-agent
```

Außerdem empfehlen wir beim [Hochladen Ihrer eigenen Images](https://docs.gec.io/de/optimist/specs/images/#upload-von-eigenen-images), dass Sie `--property hw_qemu_guest_agent=True` als Property an Ihren Images hinzufügen.
Außerdem empfehlen wir beim [Hochladen Ihrer eigenen Images](https://docs.wiit-cloud.io/de/optimist/specs/images/#upload-von-eigenen-images), dass Sie `--property hw_qemu_guest_agent=True` als Property an Ihren Images hinzufügen.

Sobald der qemu-guest-agent läuft, kann der Snapshot erstellt werden.

Expand Down
2 changes: 1 addition & 1 deletion docs/_optimist/faq/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ systemctl enable qemu-guest-agent

Once the qemu-guest-agent is running, the snapshot can be created.

Additionally, when [uploading your own images](https://docs.gec.io/optimist/specs/images/#uploading-your-own-images), we recommend that you include `--property hw_qemu_guest_agent=True` to install this upon creation of the new image.
Additionally, when [uploading your own images](https://docs.wiit-cloud.io/optimist/specs/images/#uploading-your-own-images), we recommend that you include `--property hw_qemu_guest_agent=True` to install this upon creation of the new image.

The second option is to stop the running instance, create the snapshot, then start the instance again. This can be done via the Horizon Dashboard or on the CLI as follows:

Expand Down
2 changes: 1 addition & 1 deletion docs/_optimist/guided_tour/step01/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To log in, click *Connect*.
## Change Password

For security reasons we recommend changing your password after
receiving it from GEC.
receiving it from WIIT.

To change the password, click your *User name* (1) in right corner of
Horizon and then *Settings* (2).
Expand Down
2 changes: 1 addition & 1 deletion docs/_optimist/specs/images/index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ Dabei müssen mindestens folgende Parameter spezifiziert werden:

Um die Erstellung von Snapshots für laufende Instanzen zu ermöglichen ist es notwendig, dass Sie das Property `--property hw_qemu_guest_agent=True` an den von Ihnen genutzten Images setzen und `qemu-guest-agent` auf dem System installieren.

Weitere Details finden Sie in unseren [FAQ](https://docs.gec.io/de/optimist/faq/#warum-kann-ich-keinen-snapshot-einer-laufenden-instance-erstellen).
Weitere Details finden Sie in unseren [FAQ](https://docs.wiit-cloud.io/de/optimist/faq/#warum-kann-ich-keinen-snapshot-einer-laufenden-instance-erstellen).

Das gleiche funktioniert auch über das Dashboard. Achten Sie hier darauf, alle der obigen Parameter anzugeben.
2 changes: 1 addition & 1 deletion docs/_optimist/specs/images/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ The command to upload images requires these fields at a minimum:
- `--file`: The source file on your machine
- Name of the Image: `my-image` for example.

Additionally, to enable the creation of Snapshots on running Instances, we recommend that you set `--property hw_qemu_guest_agent=True` on the images you create, and to install the `qemu-guest-agent` upon creation of the new image. See our [FAQ](https://docs.gec.io/de/optimist/faq/#why-am-i-unable-to-create-a-snapshot-of-a-running-instance) for more details.
Additionally, to enable the creation of Snapshots on running Instances, we recommend that you set `--property hw_qemu_guest_agent=True` on the images you create, and to install the `qemu-guest-agent` upon creation of the new image. See our [FAQ](https://docs.wiit-cloud.io/de/optimist/faq/#why-am-i-unable-to-create-a-snapshot-of-a-running-instance) for more details.

You can also use the dashboard to upload images. Make sure to use the same properties there.
Binary file modified favicon.ico
Binary file not shown.

0 comments on commit 86e2889

Please sign in to comment.