Skip to content

Commit

Permalink
Update SODA project tags for Jerba RC1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-v committed Jun 22, 2021
1 parent 827cb2b commit 4fd8529
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
18 changes: 9 additions & 9 deletions ansible/group_vars/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install_gelato_ha_from: release

# These fields below will specify the tag based on install_from type
repo_branch: master
release_version: v1.3.0
release_version: v1.3.1

# This field indicates which os family the system will be running, currently
# support 'Debian' and 'RedHat'
Expand All @@ -66,14 +66,14 @@ opensds_conf_file: /etc/opensds/opensds.conf
###############
# Respective projects release versions

api_release_version: v1.0.0
controller_release_version: v1.0.0
dock_release_version: v1.2.0
dashboard_release_version: v1.3.0
gelato_release_version: v1.3.0
sushi_release_version: v1.3.0
orchestration_release_version: v0.12.0
delfin_release_version: v1.2.0
api_release_version: v1.0.1
controller_release_version: v1.0.1
dock_release_version: v1.2.1
dashboard_release_version: v1.3.1
gelato_release_version: v1.3.1
sushi_release_version: v1.3.1
orchestration_release_version: v0.12.1
delfin_release_version: v1.2.1

#################
# URLs, Environment Variables, IP addresses and Ports list
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/sodafoundation/api/releases/download/v1.0.0/soda-api-v1.0.0-linux-amd64.tar.gz
tar zxvf soda-api-v1.0.0-linux-amd64.tar.gz
cp soda-api-v1.0.0-linux-amd64/bin/* /usr/local/bin
wget https://github.com/sodafoundation/api/releases/download/v1.0.1/soda-api-v1.0.1-linux-amd64.tar.gz
tar zxvf soda-api-v1.0.1-linux-amd64.tar.gz
cp soda-api-v1.0.1-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/sodafoundation/nbp/releases/download/v1.3.0/opensds-sushi-v1.3.0-linux-amd64.tar.gz
tar zxvf opensds-sushi-v1.3.0-linux-amd64.tar.gz
wget https://github.com/sodafoundation/nbp/releases/download/v1.3.1/opensds-sushi-v1.3.1-linux-amd64.tar.gz
tar zxvf opensds-sushi-v1.3.1-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 @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.


image: sodafoundation/csiplugin-block:v1.3.0
image: sodafoundation/csiplugin-block:v1.3.1
# 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: sodafoundation/csiplugin-file:v1.3.0
image: sodafoundation/csiplugin-file:v1.3.1

# ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always"
imagePullPolicy: IfNotPresent
Expand Down
8 changes: 4 additions & 4 deletions charts/opensds/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ osdsapiserver:
name: apiserver
replicaCount: 1

image: sodafoundation/apiserver:v1.0.0
image: sodafoundation/apiserver:v1.0.1

# ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always"
imagePullPolicy: IfNotPresent
Expand Down Expand Up @@ -43,7 +43,7 @@ osdslet:
name: controller
replicaCount: 1

image: sodafoundation/controller:v1.0.0
image: sodafoundation/controller:v1.0.1

# ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always"
imagePullPolicy: IfNotPresent
Expand Down Expand Up @@ -72,7 +72,7 @@ osdsdock:
name: dock
replicaCount: 1

image: sodafoundation/dock:v1.2.0
image: sodafoundation/dock:v1.2.1

# ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always"
imagePullPolicy: IfNotPresent
Expand Down Expand Up @@ -101,7 +101,7 @@ osdsdashboard:
name: dashboard
replicaCount: 1

image: sodafoundation/dashboard:v1.3.0
image: sodafoundation/dashboard:v1.3.1

# ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always"
imagePullPolicy: IfNotPresent
Expand Down
2 changes: 1 addition & 1 deletion charts/servicebroker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: servicebroker
image:

service-broker: sodafoundation/service-broker:v1.2.0
service-broker: sodafoundation/service-broker:v1.2.1

etcd-store: quay.io/coreos/etcd:latest
# ImagePullPolicy; valid values are "IfNotPresent", "Never", and "Always"
Expand Down

0 comments on commit 4fd8529

Please sign in to comment.