Skip to content

Commit

Permalink
Merge pull request #63 from PaaS-TA/working-5116
Browse files Browse the repository at this point in the history
[service-deployment] service-deployment 5.1.16
  • Loading branch information
okpc579 authored Oct 21, 2022
2 parents 3ba6f9a + 900f2ea commit 314a955
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion gateway-service/vars.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# STEMCELL
stemcell_os: "ubuntu-bionic" # stemcell os
stemcell_version: "1.97" # stemcell version
stemcell_version: "1.107" # stemcell version

# VM_TYPE
vm_type_default: "medium" # vm type default
Expand Down
2 changes: 1 addition & 1 deletion glusterfs/vars.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# STEMCELL
stemcell_os: "ubuntu-bionic" # stemcell os
stemcell_version: "1.97" # stemcell version
stemcell_version: "1.107" # stemcell version


# NETWORK
Expand Down
2 changes: 1 addition & 1 deletion lifecycle-service/vars.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# STEMCELL
stemcell_os: "ubuntu-bionic" # stemcell os
stemcell_version: "1.97" # stemcell version
stemcell_version: "1.107" # stemcell version

# VM_TYPE
vm_type_default: "medium" # vm type default
Expand Down
2 changes: 1 addition & 1 deletion mongodb/vars.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# STEMCELL
stemcell_os: "ubuntu-bionic" # stemcell os
stemcell_version: "1.97" # stemcell version
stemcell_version: "1.107" # stemcell version

# NETWORK
private_networks_name: "default" # private network name
Expand Down
2 changes: 1 addition & 1 deletion mysql/vars.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# STEMCELL
stemcell_os: "ubuntu-bionic" # stemcell os
stemcell_version: "1.97" # stemcell version
stemcell_version: "1.107" # stemcell version

# NETWORK
private_networks_name: "default" # private network name
Expand Down
2 changes: 1 addition & 1 deletion pinpoint/vars.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# STEMCELL
stemcell_os: "ubuntu-bionic" # stemcell os
stemcell_version: "1.97" # stemcell version
stemcell_version: "1.107" # stemcell version

# NETWORK
private_networks_name: "default" # private network name
Expand Down
2 changes: 1 addition & 1 deletion pipeline-service/vars.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# STEMCELL
stemcell_os: "ubuntu-bionic" # stemcell os
stemcell_version: "1.97" # stemcell version
stemcell_version: "1.107" # stemcell version

# NETWORK
private_networks_name: "default" # private network name
Expand Down
5 changes: 3 additions & 2 deletions rabbitmq/rabbitmq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,9 @@ releases:
- name: bpm
version: latest
- name: paasta-rabbitmq
url: https://nextcloud.paas-ta.org/index.php/s/EsbsQsDG36jMGek/download
version: 2.1.1
url: https://nextcloud.paas-ta.org/index.php/s/WifEjnyZgJJjg68/download
version: 2.1.2
sha1: 6d9e0049835c667330da14fa6fa5d4666f995e88
- name: routing
url: https://bosh.io/d/github.com/cloudfoundry/routing-release?v=0.228.0
version: 0.228.0
Expand Down
2 changes: 1 addition & 1 deletion rabbitmq/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ deployment_name: "rabbitmq" # rabbitmq deployme

# STEMCELL
stemcell_os: "ubuntu-bionic" # stemcell os
stemcell_version: "1.97" # stemcell version
stemcell_version: "1.107" # stemcell version

# VM_TYPE
vm_type_small: "minimal" # vm type small
Expand Down
6 changes: 3 additions & 3 deletions redis/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ releases:
- name: bpm
version: latest
- name: "paasta-on-demand-redis-release" # 서비스 릴리즈 이름(필수) bosh releases로 확인 가능
version: "1.2.4" # 서비스 릴리즈 버전(필수):latest 시 업로드된 서비스 릴리즈 최신버전
sha1: 0312e13985c108663f04f3cdfdbd41a54fd775e1
url: https://nextcloud.paas-ta.org/index.php/s/p39xxrgw9icixWr/download
version: "1.2.5" # 서비스 릴리즈 버전(필수):latest 시 업로드된 서비스 릴리즈 최신버전
sha1: bb329e111fb8b6a6bf5dd5a86c1fbb69f91866e8
url: https://nextcloud.paas-ta.org/index.php/s/xySPxXW8L35LLqm/download

update:
canaries: 1 # canary 인스턴스 수(필수)
Expand Down
2 changes: 1 addition & 1 deletion redis/vars.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# STEMCELL
stemcell_os: "ubuntu-bionic" # Deployment Main Stemcell OS
stemcell_version: "1.97" # Main Stemcell Version
stemcell_version: "1.107" # Main Stemcell Version

# NETWORK
private_networks_name: "default" # private network name
Expand Down
2 changes: 1 addition & 1 deletion source-control-service/vars.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# STEMCELL
stemcell_os: "ubuntu-bionic" # stemcell os
stemcell_version: "1.97" # stemcell version
stemcell_version: "1.107" # stemcell version

# VM_TYPE
vm_type_small: "minimal" # vm type small
Expand Down
2 changes: 1 addition & 1 deletion web-ide/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ deployment_name: "web-ide" # 서

# STEMCELL
stemcell_os: "ubuntu-bionic" # stemcell os
stemcell_version: "1.97" # stemcell version
stemcell_version: "1.107" # stemcell version
stemcell_alias: "default" # stemcell alias

# NETWORK
Expand Down
6 changes: 3 additions & 3 deletions web-ide/web-ide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ stemcells:

releases:
- name: paas-ta-webide-release # 서비스 릴리즈 이름(필수) bosh releases로 확인 가능
url: https://nextcloud.paas-ta.org/index.php/s/afWGnKKiDqfQajE/download
sha1: a286f01cd9f6cd108aca0e87bea0c75b3953f5ba
version: "2.1.5" # 서비스 릴리즈 버전(필수):latest 시 업로드된 서비스 릴리즈 최신버전
url: https://nextcloud.paas-ta.org/index.php/s/xs8Ns58ZdJyXBoD/download
sha1: 992e6f1738e7d4257db4239a882195a693e19df9
version: "2.1.6" # 서비스 릴리즈 버전(필수):latest 시 업로드된 서비스 릴리즈 최신버전

update:
canaries: 1 # canary 인스턴스 수(필수)
Expand Down

0 comments on commit 314a955

Please sign in to comment.