X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docker%2Fansible%2Fdefault.inv;h=fb366577a05e3e0de04450d83875abfaff9d475b;hb=268adb54e69faf0287efe99a7dcb67f2db12e446;hp=85ffdfde5e9769f1214f7c07c1d8557e74614a42;hpb=d9c7551a005494c025c03b3fd363acb0e5c74f9f;p=barometer.git diff --git a/docker/ansible/default.inv b/docker/ansible/default.inv index 85ffdfde..fb366577 100644 --- a/docker/ansible/default.inv +++ b/docker/ansible/default.inv @@ -1,9 +1,21 @@ +# NOTE: for defining hosts both hostnames and IP addresses forms can be used +# however it is advised to keep it consistent over the file, especially if +# the same host is used by multiple containers +# e.g. if some host will be described by IP address at first('127.0.0.1') +# and at some place the same host will be called using its hostname +# ('localhost') then ansible will treat them as different entities and +# synchronization problems during parallel dependencies installation +# may occur) + [collectd_hosts] localhost [collectd_hosts:vars] install_mcelog=true insert_ipmi_modules=true +#to use master or experimental container set the collectd flavor below +#possible values: stable|master|experimental +flavor=stable [influxdb_hosts] #hostname or ip must be used. @@ -13,6 +25,13 @@ insert_ipmi_modules=true [grafana_hosts] #hostname +[prometheus_hosts] +#localhost + +[zookeeper_hosts] +#NOTE: currently one zookeeper host is supported +#hostname + [kafka_hosts] #hostname