Skip to content

Commit

Permalink
group_vars: fix default values
Browse files Browse the repository at this point in the history
It looks like the generate_group_vars_sample.sh script wasn't executed
during previous PRs that were modifying the default values.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 83a8dd5)
  • Loading branch information
dsavineau authored and guits committed May 21, 2021
1 parent f453e47 commit e91e9d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion group_vars/all.yml.sample
Expand Up @@ -664,8 +664,8 @@ dummy:
#dashboard_rgw_api_admin_resource: ''
#dashboard_rgw_api_no_ssl_verify: False
#dashboard_frontend_vip: ''
#alertmanager_frontend_vip: ''
#prometheus_frontend_vip: ''
#alertmanager_frontend_vip: ''
#node_exporter_container_image: "docker.io/prom/node-exporter:v0.17.0"
#node_exporter_port: 9100
#grafana_admin_user: admin
Expand Down
1 change: 1 addition & 0 deletions group_vars/nfss.yml.sample
Expand Up @@ -127,3 +127,4 @@ dummy:
#ceph_docker_image_tag: latest
#ceph_nfs_docker_extra_env:
#ceph_config_keys: [] # DON'T TOUCH ME

0 comments on commit e91e9d6

Please sign in to comment.