Skip to content

run make load-secrets through a terminal session on your laptop or bastion host #354

@adelton

Description

@adelton

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 run make load-secrets through 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions