Skip to content

Commit

Permalink
testbed: install yq (#92)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Oct 15, 2023
1 parent 8df3ed8 commit 0583407
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/advanced-guides/testbed.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ The OSISM Testbed requires at least the following project quota when using the d
### Software

* `make` must be installed on the system
* `yq` must be installed on the system. [yq](https://github.com/mikefarah/yq) is a portable
command-line YAML, JSON, XML, CSV, TOML and properties processor.
* Ansible in a current version must be installed and usable on the local workstation. Currently Ansible 8 is supported.
Information on installing Ansible can be found in the [Ansible
documentation](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html)
Expand Down Expand Up @@ -480,6 +482,17 @@ LC_TIME="en_US.UTF-8"
LC_ALL=
```
### yq: No such file or directory
The following error occurs when yq is not installed.
```
make: yq: No such file or directory
```
`yq` must be installed on the system. [yq](https://github.com/mikefarah/yq) is a portable
command-line YAML, JSON, XML, CSV, TOML and properties processor.
## Notes
* The configuration is intentionally kept quite static. Please create no PRs to make the configuration more flexible/dynamic.
Expand Down

0 comments on commit 0583407

Please sign in to comment.