redhat-gpe / rhte2018_operational_intelligence

1 stars 2 forks source link

Lab 1: update AAD script for AMQ Streams GA #45

Open nandanj opened 5 years ago

nandanj commented 5 years ago
  1. Update the examples_and_install.zip from the AMQ streams GA release in the gpe-mw-training repo (Get the .zip file from::https://access.redhat.com/node/3596931/423/1)
  2. Run the set of commands to deploy Kafka sed -i 's/namespace: ./namespace: myproject/' install/cluster-operator/RoleBinding*.yaml oc apply -f install/cluster-operator -n myproject oc get po oc apply -f examples/kafka/kafka-ephemeral.yaml oc apply -f examples/kafka-connect/kafka-connect.yaml

For additional references, look at:: https://access.redhat.com/documentation/en-us/red_hat_amq_streams/1.0/pdf/using_amq_streams_on_openshift_container_platform/Red_Hat_AMQ_Streams-1.0-Using_AMQ_Streams_on_OpenShift_Container_Platform-en-US.pdf

Pkrish15 commented 5 years ago

Will work on this issue.