X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fansible%2Fgroup_vars%2Fosdslet.yml;fp=ci%2Fansible%2Fgroup_vars%2Fosdslet.yml;h=f9be9de547d7c34aa378257101233e4b79a5b0d1;hb=b9f16e2669ff5a0cde006951ffec5dff84ac29df;hp=ab82c0ac94d81bde4b2f3daa7b6395508cfba853;hpb=561c0708b78eed8120b90f0221cd66730c9e8a74;p=stor4nfv.git diff --git a/ci/ansible/group_vars/osdslet.yml b/ci/ansible/group_vars/osdslet.yml old mode 100644 new mode 100755 index ab82c0a..f9be9de --- a/ci/ansible/group_vars/osdslet.yml +++ b/ci/ansible/group_vars/osdslet.yml @@ -1,26 +1,19 @@ ---- -# Variables here are applicable to all host groups NOT roles - -# This sample file generated by generate_group_vars_sample.sh - -# Dummy variable to avoid error because ansible does not recognize the -# file as a good configuration file when no variable in it. -dummy: - -# You can override default vars defined in defaults/main.yml here, -# but I would advice to use host or group vars instead - - -########### -# GENERAL # -########### - -# These fields are NOT suggested to be modified -controller_endpoint: localhost:50040 -controller_log_file: "{{ opensds_log_dir }}/osdslet.log" - -########### -# DOCKER # -########### - -controller_docker_image: dockerio/opensds-controller:zealand +--- +# Dummy variable to avoid error because ansible does not recognize the +# file as a good configuration file when no variable in it. +dummy: + + +########### +# GENERAL # +########### + +# These fields are NOT suggested to be modified +controller_endpoint: 0.0.0.0:50040 +controller_log_file: "{{ opensds_log_dir }}/osdslet.log" + +########### +# DOCKER # +########### + +controller_docker_image: opensdsio/opensds-controller:latest