Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

structure of content for add custom walkthrough services and content

Notifications You must be signed in to change notification settings

integr8ly/example-customisations

Repository files navigation

Example Customisations of an Integreatly cluster

Running examples

To run an example customisation you need an exiting OpenShift cluster with integreatly installed.

Next you need to get the available inventory file from the manifest secret

(mac osx)

oc get secret inventory -n webapp --template '{{index .data "generated_inventory"}}'  | base64 -D > inventory
(Linux)

oc get secret inventory -n webapp --template '{{index .data "generated_inventory"}}'  | base64 -d > inventory

You should also be logged into the cluster as an admin user.

You can then run the example playbook using ansible-playbook

ansible-playbook -i inventory playbooks/add_custom_che_stack.yaml

Che custom stack example

Example playbook

About

structure of content for add custom walkthrough services and content

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published