Skip to content

Commit e541658

Browse files
Merge pull request #17131 from jcantrill/etcd_section_on_3.6
Automatic merge from submit-queue. bug 1492562. Add etcd section to logging and metrics inventory for 'o… …c cluster up' This is a 3.6 backport for #17036
2 parents 008f2d5 + 54fa487 commit e541658

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkg/bootstrap/docker/openshift/ansible.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ openshift_metrics_hawkular_hostname={{.HawkularHostName}}
5050
5151
[nodes]
5252
{{.MasterIP}}
53+
54+
[etcd]
55+
{{.MasterIP}}
5356
`
5457

5558
const defaultLoggingInventory = `
@@ -81,6 +84,9 @@ openshift_logging_kibana_hostname={{.KibanaHostName}}
8184
8285
[nodes]
8386
{{.MasterIP}}
87+
88+
[etcs]
89+
{{.MasterIP}}
8490
`
8591

8692
type ansibleLoggingInventoryParams struct {

0 commit comments

Comments
 (0)