Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.86 KB

README.md

File metadata and controls

59 lines (40 loc) · 1.86 KB

docker cp4i 2020.4 install openshift

Scope

A simple docker container that can be used to install Cloud Pak for Integration v2020.4 on OpenShift 4.6 on the IBM Cloud to support the CP4I workshop https://github.com/IBM/cloudpakforintegration-workshop

The following are installed:

  • API Connect
  • App Connect Designer
  • App Connect Dashboard
  • MQ
  • Apache Kafka (Strimzi)
  • TraderLite App Operator
  • Workshop Info app (Frodo Local)

Usage

Run via a docker ENTRYPOINT check: https://phoenixnap.com/kb/docker-cmd-vs-entrypoint if you are wondering why.

EXAMPLE:

docker run --entrypoint /scripts/run.sh quay.io/clouddragons/docker-cp4i-2020.4:latest  "CLUSTER" "APIKEY" "ENTITLEMENT_KEY" "FRODO_LOCAL_IMAGE"

PARAMETERS

Name Description
CLUSTER OpenShift cluster name or id
APIKEY api key for OpenShift cluster account
ENTITLEMENT_KEY Can be found here
FRODO_LOCAL_IMAGE Image of Frodo Local app, defaults to quay.io/clouddragons/cp4i-workshop-mgr:2020.4

License & Authors

If you would like to see the detailed LICENSE click here.

Copyright:: 2020- IBM, Inc

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.