Skip to content

Commit

Permalink
added update bosh direcor automation
Browse files Browse the repository at this point in the history
  • Loading branch information
bottkars committed Mar 29, 2019
1 parent f99884b commit 3658802
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions scripts/update_bosh_director.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export AZURE_STORAGE_CONNECTION_STRING=$(az storage account show-connection-stri
--name ${ENV_SHORT_NAME}opsmanager --resource-group ${ENV_NAME})
export OPSMAN_IMAGE_VERSION=2.4-build.171

export OPSMAN_IMAGE_URI=https://opsmanagerwesteurope.blob.core.windows.net/images/ops-manager-${OPSMAN_IMAGE_VERSION}.vhd
export OPSMAN_IMAGE_URI=$(dirname ${OPS_MANAGER_IMAGE_URI})/ops-manager-${OPSMAN_IMAGE_VERSION}.vhd

AZURE_STORAGE_ENDPOINT=$(az storage account show --name ${ENV_SHORT_NAME}opsmanager \
--resource-group ${ENV_NAME} \
Expand Down Expand Up @@ -86,4 +86,7 @@ az vm create --name ${ENV_NAME}-ops-manager-vm --resource-group ${ENV_NAME} \

om --skip-ssl-validation \
--decryption-passphrase $PCF_PIVNET_UAA_TOKEN \
import-installation --installation $EXPORT_FILE
import-installation --installation $EXPORT_FILE

om --skip-ssl-validation \
apply-changes --skip-unchanged-products
3 changes: 2 additions & 1 deletion scripts/updates.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ https://raw.githubusercontent.com/bottkars/pcf-jump-azure/master/scripts/scratch
https://raw.githubusercontent.com/bottkars/pcf-jump-azure/master/scripts/skeleton.sh
https://raw.githubusercontent.com/bottkars/pcf-jump-azure/master/scripts/stemcell_loader.sh
https://raw.githubusercontent.com/bottkars/pcf-jump-azure/master/scripts/update.sh
https://raw.githubusercontent.com/bottkars/pcf-jump-azure/master/scripts/connect_om.sh
https://raw.githubusercontent.com/bottkars/pcf-jump-azure/master/scripts/connect_om.sh
https://raw.githubusercontent.com/bottkars/pcf-jump-azure/master/scripts/update_bosh_director.sh

0 comments on commit 3658802

Please sign in to comment.