Skip to main content
NEO Metal is Biznet GIO’s dedicated bare-metal product (/baremetals API group). This page also covers its add-ons: additional (floating) IPs and NEO Elastic Storage.
Every create/upgrade places a real paid order. Read the billing guide for cycle values and pay_with_credit_card semantics.

biznetgio_baremetal

Orders a bare-metal server, waits until Active, and manages the label, power state, reset, and OS rebuild.
Import with the numeric account id.

biznetgio_baremetal_keypair

SSH keypair in the NEO Metal pool. Set public_key to import your own; leave it empty and the keypair is generated server-side.
Update is a no-op — every input is create-only. Import with the keypair id.

biznetgio_baremetal_additional_ip

Orders an additional (floating) IP, independent of any server. Attach it with biznetgio_baremetal_additional_ip_assignment.
Import with the numeric account id.

biznetgio_baremetal_additional_ip_assignment

Attaches an additional IP to a bare-metal server. Reassigning means destroy + recreate.
Import ID format: <metal_account_id>:<additional_ip_id>, e.g. terraform import biznetgio_baremetal_additional_ip_assignment.main 12345:67890.

biznetgio_baremetal_elastic_storage

NEO Elastic Storage volume, permanently bound to one bare-metal server at creation.
Import with the numeric account id.

Data sources

biznetgio_baremetal_products

Server catalog (GET /baremetals/products). products items: product_id, name, description, raw.

biznetgio_baremetal_rebuild_os_list

Valid OS images for rebuilding a server.
Returns oss (list of strings, e.g. centos7-base) and raw.

biznetgio_baremetal_openvpn

Out-of-band OpenVPN access configuration (GET /baremetals/openvpn). Returns config (sensitive) and raw.