Skip to content

Commit

Permalink
Change the default configuration of installer
Browse files Browse the repository at this point in the history
  • Loading branch information
wisererik committed Jun 28, 2018
1 parent 8f31b90 commit b132395
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/group_vars/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ opensds_log_dir: /var/log/opensds

# If user specifies intalling from repository, then he can choose the specific
# repository branch
opensds_repo_branch: development
opensds_repo_branch: master
nbp_repo_branch: master

# These fields are not suggested to be modified
Expand All @@ -52,8 +52,8 @@ nbp_remote_url: https://github.com/opensds/nbp.git
###########

# If user specifies intalling from release,then he can choose the specific version
opensds_release: v0.1.9 # The version should be at least v0.1.4
nbp_release: v0.1.0 # The version should be at least v0.1.0
opensds_release: v0.2.0 # The version should be at least v0.2.0
nbp_release: v0.2.0 # The version should be at least v0.2.0

# These fields are not suggested to be modified
opensds_download_url: https://github.com/opensds/opensds/releases/download/{{ opensds_release }}/opensds-{{ opensds_release }}-linux-amd64.tar.gz
Expand Down

0 comments on commit b132395

Please sign in to comment.