/camel_development_starter

example on how to put Camel tooling together for a complete development workflow

Primary LanguageJinja

camel_development_starter

Examples on how to using Camel tooling, plus leveraging integrations with OpenShift, to development applications.

Installing Using Ansible

Ansible Prerequisites

Parameters

Parameter Example Value Definition

token

sha256~vFanQbthlPKfsaldJT3bdLXIyEkd7ypO_XPygY1DNtQ

access token for a user with cluster-admin privileges

server

https://api.mycluster.opentlc.com:6443

OpenShift cluster API URL

Deploying the demo

token=REPLACE_ME
server=REPLACE_ME

ansible-playbook -e token=${token} -e server=${server} playbook.yml