X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docker%2Fansible%2Fdefault.inv;h=e254c26adb32d0f614b9013bb805d6a18c9852fb;hb=6402cb3470bf9e6e790b9afa4b5b61a79717d259;hp=b3b21c35d59ccf015535eb6cf538e807cf92fdd0;hpb=328129a1fd4ae54fe012379439464a56d15d4681;p=barometer.git diff --git a/docker/ansible/default.inv b/docker/ansible/default.inv index b3b21c35..e254c26a 100644 --- a/docker/ansible/default.inv +++ b/docker/ansible/default.inv @@ -1,18 +1,40 @@ +# 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] -#localhost +#hostname or ip must be used. +#using localhost will cause issues with collectd network plugin. +#hostname [grafana_hosts] +#NOTE: As per current support, Grafana and Influxdb should be same host. +#hostname + +[prometheus_hosts] #localhost +[zookeeper_hosts] +#NOTE: currently one zookeeper host is supported +#hostname + [kafka_hosts] -#localhost +#hostname [ves_hosts] -#localhost +#hostname