Skip to content

Commit

Permalink
docs: update dev env instructions (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielerez authored Dec 25, 2023
1 parent c2653a3 commit bd46283
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/dev/env.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,16 @@ git clone https://github.com/karmab/kcli-openshift4-baremetal

### Create parameters yaml
In the cloned repo, create a kcli_parameters.yaml file and set values as required.
Ensure the following exist in the machine:
* `pullsecret`: path to the pull secret file
* `pool`: libvirt storage pool to store the images

E.g.
*kcli_parameters.yaml*
```yaml
lab: true
pull_secret: /root/pull-secret.json
pool: oooq_pool
pullsecret: /root/pull-secret.json
pool: oran_pool
virtual_ctlplanes: true
version: stable
tag: "4.14"
Expand Down

0 comments on commit bd46283

Please sign in to comment.