Skip to content

Commit

Permalink
Merge pull request #319 from joseph-v/updatetag
Browse files Browse the repository at this point in the history
Update release tag: v0.9.0
  • Loading branch information
kumarashit authored Jan 3, 2020
2 parents fbf5a75 + aafe86a commit 97dee4b
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions ansible/group_vars/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ deploy_project: all
install_from: release
# These fields below will specify the tag based on install_from type
repo_branch: master
release_version: v0.8.0
image_tag: v0.8.0
release_version: v0.9.0
image_tag: v0.9.0

# This field indicates which os family the system will be running, currently
# support 'Debian' and 'RedHat'
Expand Down
4 changes: 2 additions & 2 deletions ansible/group_vars/gelato.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gelato_work_dir: /opt/opensds-gelato-linux-amd64

# The installation type of gelato is container, both REPOSITORY and RELEASE will
# use gelato image to deploy.
gelato_image_tag: "{{ image_tag }}"
gelato_image_tag: v0.8.0


##############
Expand All @@ -47,7 +47,7 @@ gelato_remote_url: https://github.com/opensds/multi-cloud.git
###########

# If user specifies intalling from release,then he can choose the specific version
gelato_release: "{{ release_version }}"
gelato_release: v0.8.0

# These fields are NOT suggested to be modified
gelato_download_url: https://github.com/opensds/multi-cloud/archive/{{ gelato_release }}.tar.gz
Expand Down
10 changes: 5 additions & 5 deletions charts/OpenSDS Installation using Helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,9 @@ helm install csiplugin-file/ --name={ csiplugin_service_name }
### OpenSDS CLI tool
#### Download cli tool
```
wget https://github.com/opensds/opensds/releases/download/v0.8.0/opensds-hotpot-v0.8.0-linux-amd64.tar.gz
tar zxvf opensds-hotpot-v0.8.0-linux-amd64.tar.gz
cp opensds-hotpot-v0.8.0-linux-amd64/bin/* /usr/local/bin
wget https://github.com/opensds/opensds/releases/download/v0.9.0/opensds-hotpot-v0.9.0-linux-amd64.tar.gz
tar zxvf opensds-hotpot-v0.9.0-linux-amd64.tar.gz
cp opensds-hotpot-v0.9.0-linux-amd64/bin/* /usr/local/bin
chmod 755 /usr/local/bin/osdsctl
export OPENSDS_ENDPOINT=http://{{ apiserver_cluster_ip }}:50040
Expand Down Expand Up @@ -334,8 +334,8 @@ Logout of the dashboard as admin and login the dashboard again as a non-admin us

#### For CSI Plugin
```
wget https://github.com/opensds/nbp/releases/download/v0.8.0/opensds-sushi-v0.8.0-linux-amd64.tar.gz
tar zxvf opensds-sushi-v0.8.0-linux-amd64.tar.gz
wget https://github.com/opensds/nbp/releases/download/v0.9.0/opensds-sushi-v0.9.0-linux-amd64.tar.gz
tar zxvf opensds-sushi-v0.9.0-linux-amd64.tar.gz
cd /opensds-sushi-linux-amd64
```

Expand Down
2 changes: 1 addition & 1 deletion charts/csiplugin-block/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

image: opensdsio/csiplugin-block:v0.8.0
image: opensdsio/csiplugin-block:v0.9.0
# ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always"
imagePullPolicy: IfNotPresent
# ImageRestartPolicy: valid values are "Never", and "Always"
Expand Down
2 changes: 1 addition & 1 deletion charts/csiplugin-file/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

image: opensdsio/csiplugin-file:v0.8.0
image: opensdsio/csiplugin-file:v0.9.0
# ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always"
imagePullPolicy: IfNotPresent
# ImageRestartPolicy: valid values are "Never", and "Always"
Expand Down
8 changes: 4 additions & 4 deletions charts/opensds/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ deployments:
osdsapiserver:
name: apiserver
replicaCount: 1
image: opensdsio/opensds-apiserver:v0.8.0
image: opensdsio/opensds-apiserver:v0.9.0
# ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always"
imagePullPolicy: IfNotPresent
# Attributes of the apiserver's service resource
Expand All @@ -40,7 +40,7 @@ osdsapiserver:
osdslet:
name: controller
replicaCount: 1
image: opensdsio/opensds-controller:v0.8.0
image: opensdsio/opensds-controller:v0.9.0
# ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always"
imagePullPolicy: IfNotPresent
# Attributes of the controller's service resource
Expand All @@ -67,7 +67,7 @@ osdslet:
osdsdock:
name: dock
replicaCount: 1
image: opensdsio/opensds-dock:v0.8.0
image: opensdsio/opensds-dock:v0.9.0
# ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always"
imagePullPolicy: IfNotPresent
# Attributes of the dock's service resource
Expand All @@ -94,7 +94,7 @@ osdsdock:
osdsdashboard:
name: dashboard
replicaCount: 1
image: opensdsio/dashboard:v0.8.0
image: opensdsio/dashboard:v0.9.0
# ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always"
imagePullPolicy: IfNotPresent
# Attributes of the dashboard's service resource
Expand Down
2 changes: 1 addition & 1 deletion charts/servicebroker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Image to use
name: servicebroker
image:
service-broker: opensdsio/service-broker:v0.8.0
service-broker: opensdsio/service-broker:v0.9.0
etcd-store: quay.io/coreos/etcd:latest
# ImagePullPolicy; valid values are "IfNotPresent", "Never", and "Always"
imagePullPolicy: IfNotPresent
Expand Down

0 comments on commit 97dee4b

Please sign in to comment.