-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Description
Page https://validatedpatterns.io/patterns/industrial-edge/getting-started/ says in step 7 of How to deploy section
You can deploy the pattern using the Validated Patterns Operator directly. If you deploy the pattern using the Validated Patterns Operator, installed through
Operator Hub, you will need to runmake load-secretsthrough a terminal session on your laptop or bastion host.
However, running that yields
$ make load-secrets
make -f common/Makefile load-secrets
make[1]: Entering directory '/home/test/project/validatedpatterns/industrial-edge'
common/scripts/vault-utils.sh push_secrets industrial-edge
common/scripts/vault-utils.sh: line 31: ansible-playbook: command not found
make[1]: *** [common/Makefile:63: load-secrets] Error 127
make[1]: Leaving directory '/home/test/project/validatedpatterns/industrial-edge'
make: *** [Makefile:23: load-secrets] Error 2
Installation of Ansible is not listed in https://validatedpatterns.io/learn/quickstart/ linked from the second Prerequisites section.
Does that dependency need to be documented? Or should that command instead be ./pattern.sh make load-secrets?
Metadata
Metadata
Assignees
Labels
No labels