Repository with an application lifecycle overview
Configure installation playbook if needed (installation/vars.yaml
):
demoNamespaces:
# Exclude operators installation namespaces
- name: test
...
imagesSource:
# Configure if you need namespaces to pull images from an specific one
enabled: true
namespace: <namespace>
operators:
- name: <operator name>
namespace: <operator namespace>
channel: <operator channel>
source: <operator source>
sourcenamespace: <operator source namespace>
clusterwide: <true/false>
...
Login in an OpenShift cluster and run (from installation/ansible-navigator folder):
ansible-navigator run ../install_demo.yaml -m stdout \
-e "ocp_host=<** p.ej: server.domain.com **>" \
-e "api_token=<** p.ej: sha256~..... **>"
Use same configuration as in Installation.
IMPORTANT: Operators will not be uninstalled
Login in an OpenShift cluster and run (from installation/ansible-navigator folder):
ansible-navigator run ../uninstall_demo.yaml -m stdout \
-e "ocp_host=<** p.ej: server.domain.com **>" \
-e "api_token=<** p.ej: sha256~..... **>"