Skip to content

Commit

Permalink
Merge pull request sodafoundation#395 from kumarashit/aks_dev
Browse files Browse the repository at this point in the history
Updating tags for v1.1.0 greenland release
  • Loading branch information
skdwriting authored Sep 30, 2020
2 parents 0db0be9 + f02639b commit 34a14fd
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ before_script:

script:
- chmod +x ./ci_check.sh
- echo | /bin/bash ./ci_check.sh
- travis_wait 30 echo | /bin/bash ./ci_check.sh
36 changes: 36 additions & 0 deletions CHANGELOG/CHANGELOG-v1.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Changelog

[Full Changelog](https://github.com/sodafoundation/installer/compare/v1.0.1...HEAD)

**Closed issues:**

- Installation for Delfin failed [\#391](https://github.com/sodafoundation/installer/issues/391)
- Installation of SODA fails when delfin is enabled . [\#390](https://github.com/sodafoundation/installer/issues/390)
- Install iSCSI packages on CentOS [\#380](https://github.com/sodafoundation/installer/issues/380)

**Merged pull requests:**

- After redis config change restart service [\#392](https://github.com/sodafoundation/installer/pull/392) ([joseph-v](https://github.com/joseph-v))
- enabled\_backends change [\#389](https://github.com/sodafoundation/installer/pull/389) ([vineela1999](https://github.com/vineela1999))
- Fix dashboard image release version [\#373](https://github.com/sodafoundation/installer/pull/373) ([joseph-v](https://github.com/joseph-v))

## [v1.0.1](https://github.com/sodafoundation/installer/tree/v1.0.1) (2020-09-22)

[Full Changelog](https://github.com/sodafoundation/installer/compare/v1.0.0...v1.0.1)

**Closed issues:**

- Add support of NetApp NAS Backend through Ansible [\#384](https://github.com/sodafoundation/installer/issues/384)
- Support SODA projects installation on CentOS 8 [\#377](https://github.com/sodafoundation/installer/issues/377)
- Test cases updated for installer [\#346](https://github.com/sodafoundation/installer/issues/346)

**Merged pull requests:**

- Update tag for release version v1.0.1 [\#387](https://github.com/sodafoundation/installer/pull/387) ([joseph-v](https://github.com/joseph-v))
- Adding support for NetApp NAS as backend installation [\#385](https://github.com/sodafoundation/installer/pull/385) ([kumarashit](https://github.com/kumarashit))
- Support installation on CentOS [\#379](https://github.com/sodafoundation/installer/pull/379) ([kumarashit](https://github.com/kumarashit))
- Change default port of redis to support delfin installation with multi-cloud [\#374](https://github.com/sodafoundation/installer/pull/374) ([joseph-v](https://github.com/joseph-v))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
2 changes: 1 addition & 1 deletion 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.0.1
release_version: v1.1.0

# This field indicates which os family the system will be running, currently
# support 'Debian' and 'RedHat'
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 @@ -52,7 +52,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: "v0.6.0"
delfin_release: "v1.0.0"

# These fields are NOT suggested to be modified
delfin_download_url: https://github.com/sodafoundation/delfin/archive/{{ delfin_release }}.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion ansible/group_vars/orchestration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ orchestration_st2_installer_remote_url: https://github.com/StackStorm/st2-docker
###########

# If user specifies intalling from release,then he can choose the specific version
orchestration_release: v0.10.0 # "{{ release_version }}" The version should be greater than v0.5.4
orchestration_release: v0.12.0 # "{{ release_version }}" The version should be greater than v0.5.4

# These fields are NOT suggested to be modified
orchestration_download_url: https://github.com/sodafoundation/orchestration/archive/{{ orchestration_release }}.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions charts/OpenSDS Installation using Helm.md
Original file line number Diff line number Diff line change
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.0.1/opensds-sushi-v1.0.1-linux-amd64.tar.gz
tar zxvf opensds-sushi-v1.0.1-linux-amd64.tar.gz
wget https://github.com/sodafoundation/nbp/releases/download/v1.1.0/opensds-sushi-v1.1.0-linux-amd64.tar.gz
tar zxvf opensds-sushi-v1.1.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 @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.


image: sodafoundation/csiplugin-block:v1.0.1
image: sodafoundation/csiplugin-block:v1.1.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: sodafoundation/csiplugin-file:v1.0.1
image: sodafoundation/csiplugin-file:v1.1.0

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

image: sodafoundation/dock:v1.0.1
image: sodafoundation/dock:v1.1.0

# 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.0.1
image: sodafoundation/dashboard:v1.1.0

# 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.0.1
service-broker: sodafoundation/service-broker:v1.1.0

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

0 comments on commit 34a14fd

Please sign in to comment.