Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
Remove upload stemcell task from upgrade, as the stemcell is uploaded…
Browse files Browse the repository at this point in the history
… with OpsMan [#160900974]

Signed-off-by: Huan Wang <huwang@pivotal.io>
  • Loading branch information
kcboyle authored and fredwangwang committed Oct 1, 2018
1 parent 49550f3 commit 2f19108
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 60 deletions.
15 changes: 0 additions & 15 deletions upgrade-ops-manager/aws/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,21 +116,6 @@ jobs:
OPSMAN_SETTINGS_FILENAME: installation.zip
OPSMAN_PASSPHRASE: {{opsman_passphrase}}

- task: download-stemcells
file: pcf-pipelines/tasks/download-pivnet-stemcells/task.yml
params:
API_TOKEN: {{pivnet_token}}
IAAS_TYPE: aws

- task: restore-stemcells
file: pcf-pipelines/tasks/restore-stemcells/task.yml
params:
OPSMAN_CLIENT_ID: {{opsman_client_id}}
OPSMAN_CLIENT_SECRET: {{opsman_client_secret}}
OPSMAN_USERNAME: {{opsman_admin_username}}
OPSMAN_PASSWORD: {{opsman_admin_password}}
OPSMAN_DOMAIN_OR_IP_ADDRESS: {{opsman_domain_or_ip_address}}

- task: apply-changes
file: pcf-pipelines/tasks/apply-changes/task.yml
params:
Expand Down
15 changes: 0 additions & 15 deletions upgrade-ops-manager/azure/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,21 +122,6 @@ jobs:
OPSMAN_SETTINGS_FILENAME: installation.zip
OPSMAN_PASSPHRASE: {{opsman_passphrase}}

- task: download-stemcells
file: pcf-pipelines/tasks/download-pivnet-stemcells/task.yml
params:
API_TOKEN: {{pivnet_token}}
IAAS_TYPE: azure

- task: restore-stemcells
file: pcf-pipelines/tasks/restore-stemcells/task.yml
params:
OPSMAN_CLIENT_ID: {{opsman_client_id}}
OPSMAN_CLIENT_SECRET: {{opsman_client_secret}}
OPSMAN_USERNAME: {{opsman_admin_username}}
OPSMAN_PASSWORD: {{opsman_admin_password}}
OPSMAN_DOMAIN_OR_IP_ADDRESS: {{opsman_domain_or_ip_address}}

- task: apply-changes
file: pcf-pipelines/tasks/apply-changes/task.yml
params:
Expand Down
15 changes: 0 additions & 15 deletions upgrade-ops-manager/gcp/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,21 +117,6 @@ jobs:
OPSMAN_SETTINGS_FILENAME: installation.zip
OPSMAN_PASSPHRASE: {{opsman_passphrase}}

- task: download-stemcells
file: pcf-pipelines/tasks/download-pivnet-stemcells/task.yml
params:
API_TOKEN: {{pivnet_token}}
IAAS_TYPE: google

- task: restore-stemcells
file: pcf-pipelines/tasks/restore-stemcells/task.yml
params:
OPSMAN_CLIENT_ID: {{opsman_client_id}}
OPSMAN_CLIENT_SECRET: {{opsman_client_secret}}
OPSMAN_USERNAME: {{opsman_admin_username}}
OPSMAN_PASSWORD: {{opsman_admin_password}}
OPSMAN_DOMAIN_OR_IP_ADDRESS: {{opsman_domain_or_ip_address}}

- task: apply-changes
file: pcf-pipelines/tasks/apply-changes/task.yml
params:
Expand Down
15 changes: 0 additions & 15 deletions upgrade-ops-manager/vsphere/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,21 +125,6 @@ jobs:
OPSMAN_DOMAIN_OR_IP_ADDRESS: {{opsman_domain_or_ip_address}}
OPSMAN_SETTINGS_FILENAME: installation.zip

- task: download-stemcells
file: pcf-pipelines/tasks/download-pivnet-stemcells/task.yml
params:
API_TOKEN: {{pivnet_token}}
IAAS_TYPE: vsphere

- task: restore-stemcells
file: pcf-pipelines/tasks/restore-stemcells/task.yml
params:
OPSMAN_CLIENT_ID: {{opsman_client_id}}
OPSMAN_CLIENT_SECRET: {{opsman_client_secret}}
OPSMAN_USERNAME: {{opsman_admin_username}}
OPSMAN_PASSWORD: {{opsman_admin_password}}
OPSMAN_DOMAIN_OR_IP_ADDRESS: {{opsman_domain_or_ip_address}}

- task: apply-changes
file: pcf-pipelines/tasks/apply-changes/task.yml
params:
Expand Down

0 comments on commit 2f19108

Please sign in to comment.