Skip to content

Commit

Permalink
latest opsman update script
Browse files Browse the repository at this point in the history
  • Loading branch information
bottkars committed Jul 16, 2019
1 parent 149e35c commit 82c73a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/update_bosh_director.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,12 @@ az vm create --name ${ENV_NAME}-ops-manager-vm --resource-group ${ENV_NAME} \
--ssh-key-value ${HOME_DIR}/.ssh/authorized_keys

om --env "${HOME_DIR}/om_${ENV_NAME}.env" \
--decryption-passphrase $PIVNET_UAA_TOKEN \
import-installation --installation $EXPORT_FILE

om --env "${HOME_DIR}/om_${ENV_NAME}.env" \
update-ssl-certificate \
--certificate-pem "$(cat ${HOME_DIR}/fullchain.cer)" \
--private-key-pem "$(cat ${HOME_DIR}/${PKS_SUBDOMAIN_NAME}.${PKS_DOMAIN_NAME}.key)"


om --env "${HOME_DIR}/om_${ENV_NAME}.env" \
apply-changes --skip-unchanged-products
apply-changes --skip-deployed-products

0 comments on commit 82c73a6

Please sign in to comment.