diff options
| author | Kenny Woodson <kwoodson@redhat.com> | 2016-01-26 11:47:20 -0500 |
|---|---|---|
| committer | Kenny Woodson <kwoodson@redhat.com> | 2016-01-26 11:47:20 -0500 |
| commit | ed969ee8ba2a4e036609768f6373e8397154a7ef (patch) | |
| tree | 9000a09143b34ebdda973b4f5b86ea6e62fffd2b | |
| parent | b603d70045d474810aa5dcdff6ff1cbe8f2fcff4 (diff) | |
| parent | b2c930fabb6f4b2ad9d54262d35cf2a3186cc4c9 (diff) | |
Merge pull request #1278 from kwoodson/master_checks
Adding a variable for ha master.
| -rw-r--r-- | roles/oso_host_monitoring/templates/oso-rhel7-host-monitoring.service.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/oso_host_monitoring/templates/oso-rhel7-host-monitoring.service.j2 b/roles/oso_host_monitoring/templates/oso-rhel7-host-monitoring.service.j2 index 31f7d4caa..ac950b4e5 100644 --- a/roles/oso_host_monitoring/templates/oso-rhel7-host-monitoring.service.j2 +++ b/roles/oso_host_monitoring/templates/oso-rhel7-host-monitoring.service.j2 @@ -50,6 +50,7 @@ ExecStart=/usr/bin/docker run --name {{ osohm_host_monitoring }} -e OSO_ENVIRONMENT={{ oo_environment }} \ -e OSO_HOST_TYPE={{ hostvars[inventory_hostname]['ec2_tag_host-type'] }} \ -e OSO_SUB_HOST_TYPE={{ hostvars[inventory_hostname]['ec2_tag_sub-host-type'] }} \ + -e OSO_MASTER_HA={{ osohm_master_ha }} \ -v /etc/localtime:/etc/localtime \ -v /sys:/sys:ro \ -v /sys/fs/selinux \ |
