rename proxies_ocp4 hostgroup
Signed-off-by: Mark O Brien <markobri@redhat.com>
This commit is contained in:
parent
f03f6f421f
commit
75aadffd63
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ define hostgroup {
|
||||||
}
|
}
|
||||||
|
|
||||||
define hostgroup {
|
define hostgroup {
|
||||||
hostgroup_name ocp_proxies
|
hostgroup_name proxies_ocp4
|
||||||
alias OCP Web Servers
|
alias OCP Web Servers
|
||||||
members {% for host in groups["proxies_ocp4"]|sort %} {{ hostvars[host]["inventory_hostname_short"] }}.fedoraproject.org {% if not loop.last %}, {% endif %} {% endfor %}
|
members {% for host in groups["proxies_ocp4"]|sort %} {{ hostvars[host]["inventory_hostname_short"] }}.fedoraproject.org {% if not loop.last %}, {% endif %} {% endfor %}
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,7 @@ define service {
|
||||||
}
|
}
|
||||||
|
|
||||||
define service {
|
define service {
|
||||||
hostgroup_name ocp_proxies
|
hostgroup_name proxies_ocp4
|
||||||
service_description http-accounts
|
service_description http-accounts
|
||||||
check_command check_website_ssl!accounts.fedoraproject.org!/healthz/ready!OK
|
check_command check_website_ssl!accounts.fedoraproject.org!/healthz/ready!OK
|
||||||
use websitetemplate
|
use websitetemplate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue