[Git][qa/jenkins.debian.net][master] reproducible Debian: document how to use a rescue system (for infomaniaks openstack cloud)
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Oct 28 09:06:14 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
254f8639 by Holger Levsen at 2024-10-28T10:06:08+01:00
reproducible Debian: document how to use a rescue system (for infomaniaks openstack cloud)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- README.infrastructure
Changes:
=====================================
README.infrastructure
=====================================
@@ -71,9 +71,27 @@ $ openstack server list
| 17b82043-1b7b-4fdb-b383-74cb59e12a86 | infom02 | ACTIVE | ext-net1=195.15.253.25, 2001:1600:10:100::895 | | a12-ram24-disk20-perf1 |
| 3f0aa9aa-14e3-4ff6-9616-a4d4ee7024e7 | infom01 | ACTIVE | ext-net1=195.15.254.212, 2001:1600:10:100::8a8 | | a12-ram24-disk20-perf1 |
+--------------------------------------+---------+--------+------------------------------------------------+-------+------------------------+
+
+#
+# accesssing the console via webbrowser
+#
$ openstack console url show 3f0aa9aa-14e3-4ff6-9616-a4d4ee7024e7
+
+#
+# hard reboot
+#
$ openstack server reboot --hard 3f0aa9aa-14e3-4ff6-9616-a4d4ee7024e7
+#
+# booting a rescue image
+#
+$ openstack image list | grep -i rescue
+$ openstack server rescue --image 'Infomaniak Rescue Image' infom02
+# or:
+$ openstack image rescue --image 01b7ce6e-5f6a-47c3-ad56-be0385698e40 infom02
+# then, afterwards:
+$ openstack server unrescue infom02
+
more information: https://docs.infomaniak.cloud/ or openstack help or openstack server help
to pre-calculate monthly costs: https://www.infomaniak.com/en/hosting/public-cloud/calculator
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/254f86399f6ae145e2563bfe59e9747af7e90599
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/254f86399f6ae145e2563bfe59e9747af7e90599
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20241028/488a37ca/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list