Skip to content

Commit 03fdff4

Browse files
Remove remains of the previous usage of Vagrant (#106)
1 parent 6c9d556 commit 03fdff4

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ Wait until the machines reach the waiting state:
101101
docker-compose run metalctl machine ls
102102

103103
ID LAST EVENT WHEN AGE HOSTNAME PROJECT SIZE IMAGE PARTITION
104-
e0ab02d2-27cd-5a5e-8efc-080ba80cf258   Waiting 8s v1-small-x86 vagrant
105-
2294c949-88f6-5390-8154-fa53d93a3313   Waiting 8s v1-small-x86 vagrant
104+
e0ab02d2-27cd-5a5e-8efc-080ba80cf258   Waiting 8s v1-small-x86 mini-lab
105+
2294c949-88f6-5390-8154-fa53d93a3313   Waiting 8s v1-small-x86 mini-lab
106106
```
107107

108108
Create a firewall and a machine with:
@@ -158,8 +158,8 @@ Two machines are now installed and have status "Phoned Home"
158158
```bash
159159
docker-compose run metalctl machine ls
160160
ID LAST EVENT WHEN AGE HOSTNAME PROJECT SIZE IMAGE PARTITION
161-
e0ab02d2-27cd-5a5e-8efc-080ba80cf258   Phoned Home 2s 21s machine 00000000-0000-0000-0000-000000000000 v1-small-x86 Ubuntu 20.04 20200331 vagrant
162-
2294c949-88f6-5390-8154-fa53d93a3313   Phoned Home 8s 18s fw 00000000-0000-0000-0000-000000000000 v1-small-x86 Firewall 2 Ubuntu 20200730 vagrant
161+
e0ab02d2-27cd-5a5e-8efc-080ba80cf258   Phoned Home 2s 21s machine 00000000-0000-0000-0000-000000000000 v1-small-x86 Ubuntu 20.04 20200331 mini-lab
162+
2294c949-88f6-5390-8154-fa53d93a3313   Phoned Home 8s 18s fw 00000000-0000-0000-0000-000000000000 v1-small-x86 Firewall 2 Ubuntu 20200730 mini-lab
163163
```
164164

165165
Login with user name metal and the console password from
@@ -171,7 +171,7 @@ docker-compose run metalctl machine consolepassword e0ab02d2-27cd-5a5e-8efc-080b
171171
If you want to access the firewall with SSH or have internet connectivity from the firewall and machine, you'll need to have a static route configured that points to the leaf switches:
172172

173173
```bash
174-
# Add the route to the network internet-vagrant-lab 100.255.254.0/24 via leaf01 and leaf02, whose IPs are dynamically allocated. Make sure there's no old route before execution.
174+
# Add the route to the network internet-mini-lab 100.255.254.0/24 via leaf01 and leaf02, whose IPs are dynamically allocated. Make sure there's no old route before execution.
175175
make route
176176

177177
# Connect to the firewall

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ services:
66
image: ghcr.io/metal-stack/metal-deployment-base:${DEPLOYMENT_BASE_IMAGE_TAG}
77
container_name: deploy-control-plane
88
volumes:
9-
- /var/run/libvirt/libvirt-sock:/var/run/libvirt/libvirt-sock
109
- /var/run/docker.sock:/var/run/docker.sock
1110
- .:/mini-lab
1211
# for developing role dependencies

inventories/group_vars/control-plane/common.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
metal_control_plane_provider_tenant: metal-stack
3-
metal_control_plane_host_provider: vagrant
43
metal_control_plane_ingress_dns: 172.17.0.1.nip.io
54
metal_control_plane_stage_name: test
65
metal_control_plane_namespace: metal-control-plane

0 commit comments

Comments
 (0)