Pulumi Provider for Matchbox
pulumi-matchbox allows defining Matchbox Profiles and Groups in Pulumi. Matchbox matches machines, by label (e.g. MAC address), to Profiles with iPXE configs, Ignition configs, or generic free-form configs to provision clusters. Resources are created via the client certificate authenticated Matchbox API.
Usage
Setup a PXE network boot environment and deploy a Matchbox instance. Be sure to enable the gRPC API and follow the instructions to generate TLS credentials.
- Configure the Matchbox provider with the Matchbox API endpoint and client certificate.
- Define a Matchbox Profile or Group resource in Pulumi.
- Run
pulumi upto ensure plugin version requirements are met.
$ pulumi up
See examples for Pulumi configs which PXE boot, install CoreOS, and provision entire clusters.
Requirements
Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @pulumiverse/matchbox
or yarn:
yarn add @pulumiverse/matchbox
Python
To use from Python, install using pip:
pip install pulumiverse_matchbox
Go
To use from Go, use go get to grab the latest version of the library:
go get github.com/pulumiverse/pulumi-matchbox/sdk/go/...
.NET
To use from .NET, install using dotnet add package:
dotnet add package Pulumiverse.Matchbox
Reference
For detailed reference documentation, please visit the Pulumi registry.
Release files for pulumiverse-matchbox 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pulumiverse_matchbox-0.3.0.tar.gz | 11.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pulumiverse_matchbox-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 26.1 kB
Release files / pulumiverse_matchbox-0.3.0.tar.gz
| Download URL | pulumiverse_matchbox-0.3.0.tar.gz |
|---|---|
| Size | 11.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
90d10a2a7c4fb65f73a1a1f4639baef94fc2629e204e9cff93cebabbc3f76ef4
|
|
BLAKE2b-256 checksum How to use checksums |
7ce2a069d2c249d95e2c0583131fc1ed5d52381b08013382e85d028540d312e5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.8
|
Release files / pulumiverse_matchbox-0.3.0-py3-none-any.whl
| Download URL | pulumiverse_matchbox-0.3.0-py3-none-any.whl |
|---|---|
| Size | 14.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
74ca357965a988dede6720e49e6a013fead3c0bb3bd830b07e6602517065165b
|
|
BLAKE2b-256 checksum How to use checksums |
076007e4486599dd2cdc67b1611173a917f27d7b08496d83019dd388b406129d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.8
|