Skip to content

Commit

Permalink
small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Jun 12, 2024
1 parent b6eb471 commit de6b182
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ The mini-lab is a small, virtual setup to locally run the metal-stack. It deploy

- Linux machine with hardware virtualization support
- kvm as hypervisor for the VMs (you can check through the `kvm-ok` command)
- [docker](https://www.docker.com/) >= 20.10.13 (for using kind and our deployment base image)
- [kind](https://github.com/kubernetes-sigs/kind/releases) == v0.22.0 (for hosting the metal control plane)
- [docker](https://www.docker.com/) >= 24.x.y (for using kind and our deployment base image)
- [kind](https://github.com/kubernetes-sigs/kind/releases) == v0.23.0 (for hosting the metal control plane)
- [containerlab](https://containerlab.dev/install/) >= v0.47.1
- the lab creates a docker network on your host machine (`172.17.0.1`), this hopefully does not overlap with other networks you have
- (recommended) haveged to have enough random entropy (only needed if the PXE process does not work)
Expand Down
2 changes: 2 additions & 0 deletions inventories/group_vars/partition/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ metal_partition_metal_api_grpc_client_cert: "{{ lookup('file', 'certs/grpc/clien
metal_partition_metal_api_grpc_client_key: "{{ lookup('file', 'certs/grpc/client-key.pem') }}"

metal_partition_mgmt_gateway: 172.17.0.1

metal_python_version: v0.31.2

0 comments on commit de6b182

Please sign in to comment.