metal-api icon indicating copy to clipboard operation
metal-api copied to clipboard

API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more

Results 70 metal-api issues
Sort by recently updated
recently updated
newest added

During normal operations, it is sometimes the case that there are failures regarding a machine like: - hard disk errors - network card with duplicate mac - cabeling - powersupply...

Lets store a journal of important activities such as: - machine/firewall creation/deletion - network/ip aqcuire/release

Once we have the requirement to create a shared control plane we must ensure that the failure of a single rack will not bring down the whole cluster. The same...

`metalctl machine console` is only working for supported SSH key algorithms. If a connection using an unsupported algorithm is started then the SSH handshake ends in error: ```bash $ metalctl...

We simplified managing firewall rules for FITS Classic networking for our tenants by splitting the MPLS network manually into pieces: ``` mpls-nbg-w8101-a MPLS Network for nbg-w8101 nbg-w8101 true 100.127.130.0/24  ●...

We can now observe in our real environments, that the metal-api's provisioning FSM may has to consider more transitions or we need to change something on other components. - [x]...

depends on: - [ ] https://github.com/metal-stack/metal-lib/pull/57 - [ ] https://github.com/metal-stack/metal-bmc/pull/42

Update will only take place when the update request gives at least one prefix / destination prefix. But what if a user wants to remove these entirely?