Skip to content
Snippets Groups Projects
Commit cd004dd6 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: document how to use infomaniak.cloud

parent f4061c0c
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,37 @@ The nodes are used for these jobs:
* osuosl4-amd64: snapshot.r-b.o, manual debugging by vagrant
* osuosl5-amd64: to be snapshot.r-b.o
==== nodes at infomaniak.cloud
$ sudo apt install openstack-clients
$ source ~/.openstack.infomanik.cloud.vars
$ openstack server list
+--------------------------------------+---------+--------+------------------------------------------------+-------+------------------------+
| ID | Name | Status | Networks | Image | Flavor |
+--------------------------------------+---------+--------+------------------------------------------------+-------+------------------------+
| 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 |
+--------------------------------------+---------+--------+------------------------------------------------+-------+------------------------+
$ openstack console url show 3f0aa9aa-14e3-4ff6-9616-a4d4ee7024e7
$ openstack server reboot --hard 3f0aa9aa-14e3-4ff6-9616-a4d4ee7024e7
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
getting usage information works, but I don't get it yet
$ openstack rating summary get
+----------------------------------+---------------+------------+---------------------+---------------------+
| Tenant ID | Resource Type | Rate | Begin Time | End Time |
+----------------------------------+---------------+------------+---------------------+---------------------+
| 57365b26774645c78dafa438f32b6002 | ALL | 3176.09975 | 2024-04-01T00:00:00 | 2024-05-01T00:00:00 |
+----------------------------------+---------------+------------+---------------------+---------------------+
$ openstack rating dataframes get
[....]
# both commands can have -b and -e (for begin and end) if you want to select a timeframe.
=== arm64 nodes
==== active nodes at Codethink
......
......@@ -26,15 +26,15 @@ shutdown proxies on ionos1 and ionos10, use squid on ionos4+6
mv jenkins:/dev/vda1 to SDD, free 500gb hdd space
increase to 640gb? more partitions?
is /srv/workspace on jenkins on tmpfs (with 100gb size) really a good idea, especially with / on sdd?
document codethink out-of-band access
codethink out-of-band access:
also make powercycle via script work, so that djm can use that
document infomaniak setup
infomaniak out-of-band access:
also make powercycle via script work, so that djm can use that
setup two infomaniak nodes, as a start
infomaniak01: 12 cores, 24gb ram
infomaniak02: 12 cores. 24gb ram
setup two more smaller infomaniak nodes, as i386 workers
infomaniak03: 8 cores, 8gb ram
infomaniak04: 8 cores. 8gb ram
add to THANKS.html
add more r-b workers
infom0x-amd64:
increase rootfs to 150gb or first 80gb and then add a 200gb /srv/workspace on disk
setup ionos8 as www2.r-b.o
reproducible-website.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment