You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,9 @@ This project can also be used as a template for writing your own metal-stack dep
14
14
-[Known Limitations](#known-limitations)
15
15
-[Try it out](#try-it-out)
16
16
-[Power management](#power-management)
17
+
-[Development](#development)
18
+
-[Release vector](#release-vector)
19
+
-[Using local checkouts of dependencies](#using-local-checkouts-of-dependencies)
17
20
-[Flavors](#flavors)
18
21
-[Network topology](#network-topology)
19
22
-[V2 Quickstart](#v2-quickstart)
@@ -191,7 +194,7 @@ make power-<on,reset,off>-<machine name>
191
194
```
192
195
193
196
## Development
194
-
If you want to contribute to the _metal-stack_ project, you can use the mini-lab as a local development environment. It allows you to quickly test changes to the _metal-stack_ components without needing any external clusters or hardware.
197
+
If you want to contribute to the _metal-stack_ project, you can use the mini-lab as a local development environment. It allows you to quickly test changes to the _metal-stack_ components without needing any external clusters or hardware.
195
198
You can also use it to test changes to the Ansible roles and modules used by the _metal-stack_.
196
199
197
200
### Release vector
@@ -209,7 +212,7 @@ Further overrides can be looked up in `metal-roles` where the mapping is defined
209
212
210
213
### Using local checkouts of dependencies
211
214
212
-
By default, the `mini-lab` runs with pre-packaged Ansible roles and modules.
215
+
By default, the `mini-lab` runs with pre-packaged Ansible roles and modules.
213
216
If you want to use local checkouts of dependencies for development, you must start the `mini-lab` with `DEV=true`:
0 commit comments