Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Update pipeline params
Browse files Browse the repository at this point in the history
  • Loading branch information
Luciano Silva committed May 16, 2018
1 parent b6f76d9 commit b36f7be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pipelines/pcf/install-opsmgr/vsphere/opsmgr_vault_params.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ secrets=(

## for vSPHERE deployments - ignore or remove entries if not applicable
# vcenter credentials and properties
"vcenter_usr"::"[email protected]"
"vcenter_pwd"::"myvcenterpassword"
"vcenter_username"::"[email protected]"
"vcenter_password"::"myvcenterpassword"
# vcenter hostname, do not include protocol information
"vcenter_host"::"vcenter.domain.com"
"vcenter_datacenter"::"Datacenter"
Expand Down
4 changes: 2 additions & 2 deletions pipelines/pcf/pks/install-pks/pks_vault_params.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ secrets=(

## for vSPHERE deployments - ignore or remove entries if not applicable
# vcenter credentials and properties
"vcenter_usr"::"[email protected]"
"vcenter_pwd"::"myvcenterpassword"
"vcenter_username"::"[email protected]"
"vcenter_password"::"myvcenterpassword"
# vcenter hostname, do not include protocol information
"vcenter_host"::"vcenter.domain.com"
"vcenter_datacenter"::"Datacenter"
Expand Down

0 comments on commit b36f7be

Please sign in to comment.