I am using the directions here that state I need to enter in the FQDN of
the hawkular host

how can I find this value for hawkular host , or am I defining that
value here somehow ?


3.2.1. Deploying the Metrics Components
OpenShift Container Platform uses Hawkular Metrics as its metrics engine.
The Metrics Deployer
will install the Hawkular Metrics service; however, you need to provide the
external hostname so that
CloudForms can reach the Hawkular Metrics service. The base configuration
of the Metrics
Deployer is defined in the
/usr/share/openshift/examples/infrastructuretemplates/
enterprise/metrics-deployer.yaml file.




Before deploying OpenShift metrics, choose a storage option, then log in as
an administrator to any
node within the OpenShift Container Platform cluster. From there, open a
terminal and run the
corresponding command:
Deploying with persistent storage
With persistent storage, OpenShift metrics will be stored on a persistent
volume. This offers
metrics data protection by allowing it to survive a pod recreation or
restart. OpenShift
metrics requires a specifically configured persistent volume; see
Persistent Volumes in the
OpenShift Container Platform Architecture documentation.
$ oc new-app \
-f /usr/share/openshift/examples/infrastructuretemplates/
enterprise/metrics-deployer.yaml \
-p HAWKULAR_METRICS_HOSTNAME=HAWKULARHOST
Red Hat CloudForms 4.5 Integration with OpenShift Container Platform
6
Deploying with non-persistent storage
With non-persistent storage, any stored metrics will be deleted when the
pod is deleted.
While it is much easier to run cluster metrics with non-persistent data, it
does come with the
risk of permanent data loss. So, while you no longer need to provision and
configure a
volume to store metric data, this does not offer the same protection as
persistent storage.
$ oc new-app \
-f /usr/share/openshift/examples/infrastructuretemplates/
enterprise/metrics-deployer.yaml \
-p HAWKULAR_METRICS_HOSTNAME=HAWKULARHOST \
-p USE_PERSISTENT_STORAGE=false
For either command, re*place HAWKULARHOST with the external hostname that
CloudForms will*
*use to reach the Hawkular Metrics service. HAWKULARHOST must be a
fully-qualified domain*
*name.*
Either storage method deploys the required metrics components and creates
the necessary service
accounts. In particular, the metrics components will be configured to also
use the specified
HAWKULARHOST as its public endpoint.



-- 
Brian Keyes
Systems Engineer, Vizuri
703-855-9074 <(703)%20855-9074>(Mobile)
703-464-7030 x8239 <(703)%20464-7030> (Office)

FOR OFFICIAL USE ONLY: This email and any attachments may contain
information that is privacy and business sensitive.  Inappropriate or
unauthorized disclosure of business and privacy sensitive information may
result in civil and/or criminal penalties as detailed in as amended Privacy
Act of 1974 and DoD 5400.11-R.
_______________________________________________
dev mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev

Reply via email to