Skip to content

Commit

Permalink
Merge pull request #322 from joseph-v/updatetag-daito
Browse files Browse the repository at this point in the history
Update tag for Daito release v0.10.0
  • Loading branch information
kumarashit authored Jan 7, 2020
2 parents 0b6eeec + 35ad951 commit 20e0532
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 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.9.0
image_tag: v0.9.0
release_version: v0.10.0
image_tag: v0.10.0

# This field indicates which os family the system will be running, currently
# support 'Debian' and 'RedHat'
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.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
wget /~https://github.com/opensds/opensds/releases/download/v0.10.0/opensds-hotpot-v0.10.0-linux-amd64.tar.gz
tar zxvf opensds-hotpot-v0.10.0-linux-amd64.tar.gz
cp opensds-hotpot-v0.10.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.9.0/opensds-sushi-v0.9.0-linux-amd64.tar.gz
tar zxvf opensds-sushi-v0.9.0-linux-amd64.tar.gz
wget /~https://github.com/opensds/nbp/releases/download/v0.10.0/opensds-sushi-v0.10.0-linux-amd64.tar.gz
tar zxvf opensds-sushi-v0.10.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.9.0
image: opensdsio/csiplugin-block:v0.10.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.9.0
image: opensdsio/csiplugin-file:v0.10.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.9.0
image: opensdsio/opensds-apiserver:v0.10.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.9.0
image: opensdsio/opensds-controller:v0.10.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.9.0
image: opensdsio/opensds-dock:v0.10.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.9.0
image: opensdsio/dashboard:v0.10.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.9.0
service-broker: opensdsio/service-broker:v0.10.0
etcd-store: quay.io/coreos/etcd:latest
# ImagePullPolicy; valid values are "IfNotPresent", "Never", and "Always"
imagePullPolicy: IfNotPresent
Expand Down

0 comments on commit 20e0532

Please sign in to comment.