diff options
author | Aaron Smith <aasmith@redhat.com> | 2018-11-12 14:16:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-12 14:16:22 +0000 |
commit | cc13eb90eaed9489930e3299fb576b3e60f76843 (patch) | |
tree | f6ded645ef764c710087fe0bae5942b3c221be4c | |
parent | d7f0ff1638a59afc7779a4aa763636695468ad38 (diff) | |
parent | 3632a588cd29b0d5c1e75299f4eeac73e440ee48 (diff) |
Merge "Add 'prometheus_hosts' example definition to default.inv" into stable/gambia
-rw-r--r-- | docker/ansible/default.inv | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/ansible/default.inv b/docker/ansible/default.inv index b3b21c35..45d9fa0c 100644 --- a/docker/ansible/default.inv +++ b/docker/ansible/default.inv @@ -11,6 +11,9 @@ insert_ipmi_modules=true [grafana_hosts] #localhost +[prometheus_hosts] +#localhost + [kafka_hosts] #localhost |