Skip to content

Commit

Permalink
Merge pull request #421 from kumarashit/installer_hawaii
Browse files Browse the repository at this point in the history
Added Hawaii RC2 release tag 
CI Timeout issue caused the build fail. Manual build and the previous run was successful for the same PR. Hence merging this to proceed to get build binaries for the pre release.
  • Loading branch information
skdwriting authored Jan 6, 2021
2 parents 67ab14f + d8e26f9 commit 7f7ac38
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions ansible/group_vars/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ deploy_project: all
install_from: release
# These fields below will specify the tag based on install_from type
repo_branch: master
release_version: v1.2.0-rc1
release_version: v1.2.0-rc2

# This field indicates which os family the system will be running, currently
# support 'Debian' and 'RedHat'
Expand All @@ -55,8 +55,9 @@ opensds_conf_file: /etc/opensds/opensds.conf

api_release_version: v1.0.0
controller_release_version: v1.0.0
dock_release_version: v1.1.0
dashboard_release_version: v1.2.0-rc1
gelato_release_version: v1.2.0-rc1
dock_release_version: v1.2.0-rc2
dashboard_release_version: v1.2.0-rc2
gelato_release_version: v1.2.0-rc2
sushi_release_version: v1.1.0
orchestration_release_version: v0.12.0
delfin_release_version: v1.1.0-rc2
2 changes: 1 addition & 1 deletion ansible/group_vars/dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ console_login_url: "{{ host_ip }}:8088"
##########


dashboard_docker_image: sodafoundation/dashboard:{{ release_version }}
dashboard_docker_image: sodafoundation/dashboard:{{ dashboard_release_version }}



Expand Down
2 changes: 1 addition & 1 deletion ansible/group_vars/delfin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ delfin_remote_url: https://github.com/sodafoundation/delfin.git
###########

# If user specifies intalling from release,then he can choose the specific version
delfin_release: "v1.1.0-rc1"
delfin_release: "{{ delfin_release_version }}"

# These fields are NOT suggested to be modified
delfin_download_url: https://github.com/sodafoundation/delfin/archive/{{ delfin_release }}.tar.gz
Expand Down

0 comments on commit 7f7ac38

Please sign in to comment.