|
8 年 前 | |
---|---|---|
.. | ||
files | 9 年 前 | |
playbooks | 8 年 前 | |
README.md | 9 年 前 |
See OSE Ansible readme for general install instructions. Playbook has been tested on OSE 3.1/RHEL7.2 cluster
Add the following vars to [OSEv3:vars]
section of your inventory file
[OSEv3:vars]
# Enable cluster metrics
use_cluster_metrics=true
metrics_external_service=< external service name for metrics >
metrics_image_prefix=rcm-img-docker01.build.eng.bos.redhat.com:5001/openshift3/
metrics_image_version=3.1.0
Run playbook
ansible-playbook -i $INVENTORY_FILE playbooks/install.yml
Email: hawkular-dev@lists.jboss.org
Playbook adapted from install shell scripts by Matt Mahoney