diff --git a/containers/README.adoc b/containers/README.adoc index 337912863..593e756f0 100644 --- a/containers/README.adoc +++ b/containers/README.adoc @@ -127,49 +127,45 @@ Also, enable the DNS service in the `FedoraWorkstation` zone. === Deploying Hawkular Metrics with Cassandra and Heapster in OpenShift -A few steps will need to be followed to deploy Hawkular Metrics on top of OpenShift. +A few steps will need to be followed to deploy Hawkular Metrics on top of OpenShift. To deploy Hawkular Metrics and its components, a deployer pod will be used to faciliate the complex steps requied. +==== Creating the Hawkular Deployer Service Account -==== Creating and Deploying the Hawkular secret -You will first need to create the secret which will contain the SSL certificates used between the Hawkular Metrics -and Cassandra containers to enable SSL and certificate based authentication. This can be easily done by running the -'create-secret.sh' in the containers/scripts/secrets directory. +The deployer requires a service account named 'metrics-deployer' to exist. One can be created via the following command: -[source, bash] ----- -./scripts/secrets/create-secret.sh ----- + oc create -f - <