Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
Upgrade stemcell to ubuntu-xenial
Browse files Browse the repository at this point in the history
  • Loading branch information
VimukthiPerera authored and msmshariq committed Mar 7, 2019
1 parent f67898c commit f0766e6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pattern-1/bosh-release/jobs/nfs_server/templates/ctl.erb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ log_debug "Kicking off ctl script as `whoami` with $1"
dpkg -s nfs-kernel-server >/dev/null 2>&1
if [ $? -ne 0 ] ; then
apt-get update
apt-get install nfs-kernel-server
apt-get install nfs-kernel-server -y
fi

# create the share directory and set permission
Expand Down
2 changes: 1 addition & 1 deletion pattern-1/bosh-release/jobs/wso2is/templates/ctl.erb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dpkg -s nfs-common >/dev/null 2>&1
if [ $? -ne 0 ] ; then
log_debug "Installing NFS Client"
sudo apt-get update
sudo apt-get install nfs-common
sudo apt-get install nfs-common -y
fi

mkdir -p ${NFS_SHARE_SERVER_DIR}
Expand Down
4 changes: 2 additions & 2 deletions pattern-1/tile/tile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ label: WSO2 Identity Server 5.7.0 - Pattern 1
description: PCF Tile for WSO2 Identity Server 5.7.0

stemcell_criteria:
os: ubuntu-trusty
os: ubuntu-xenial
requires_cpi: false
version: '3541'
version: '170.15'

forms:
- name: bps_ds
Expand Down
2 changes: 1 addition & 1 deletion pattern-2/bosh-release/jobs/wso2is/templates/ctl.erb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dpkg -s nfs-common >/dev/null 2>&1
if [ $? -ne 0 ] ; then
log_debug "Installing NFS Client"
sudo apt-get update
sudo apt-get install nfs-common
sudo apt-get install nfs-common -y
fi

mkdir -p ${NFS_SHARE_SERVER_DIR}
Expand Down
4 changes: 2 additions & 2 deletions pattern-2/tile/tile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ label: WSO2 Identity Server 5.7.0 - Pattern 2
description: PCF Tile for WSO2 Identity Server 5.7.0 - Pattern 2

stemcell_criteria:
os: ubuntu-trusty
os: ubuntu-xenial
requires_cpi: false
version: '3541'
version: '170.15'

forms:
- name: bps_ds
Expand Down

0 comments on commit f0766e6

Please sign in to comment.