-
Notifications
You must be signed in to change notification settings - Fork 282
Necessary to download pivnet stemcells and restore them? #357
Comments
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story. The labels on this github issue will be updated when the story is started. |
I'm not sure I follow on the Possible Fix 1. What does the import/export have to do with the stemcells? Edit: You mean the actual stemcell files? |
Sorry, I mean that if the process of upgrading opsmgr no longer requires that you re-import all the stemcells after you upgrade (which is shown here in the upgrade-opsmgr-pipeline), then download-pivnet-stemcells and restore-stemcells are no longer required at all The pipelines are certified to work with opsmgr 2.0.x, so maybe restoring the stemcells is no longer needed in later versions. |
👍 we're experiencing this issue as well, even on |
@wbean1, how are you pulling the version, from Pivnet release or Github? |
@jtarchie currently sourcing from pivnet, but I can switch if you'd like us to test a tag. We were using the |
Are you getting the error messages? I'd like to recreate it locally. |
all tiles work fine now, its the |
Thanks, we'll take a look. |
@aegershman @wbean1 They are some legacy code remained to address some 1.x OpsMan version when it did not bundle with the required stemcell. Since each pipeline release is to address a specific OpsMan version. there is no point to have those tasks remain around. We are in the process of cutting a new release to address the issue. For now, just remove those two tasks from the upgrade-ops-manager pipeline and it should work. |
Thanks for the confirmation, I appreciate it 👍 |
Issue
When upgrading from opsmgr 2.2.4 to 2.2.6, I noticed a twofold problem:
download-stemcells
task does not account for xenial stemcells because the product glob pattern in the task does not account for itimport-opsmgr-settings
ran and I logged into the opsmgr. This makes me wonder if it is necessary to download pivnet stemcells / restore them at all?Context
We do not use
pcf-pipelines
directly. However, we did take inspiration from the upgrade-opsmgr pipeline, which has code to download/restore stemcells. At this point, however, we aren't sure if we even need to do that step at all?Our upgrade-opsmgr pipeline job which imports the opsmgr settings after upgrading the opsmgr VM. The pipeline looks (roughly) like this:
Steps to Reproduce
Run the
download-pivnet-stemcells
task using adiagnostic-report
(I included ours) which contains a product relying on the xenial stemcells (e.g. event alerts 1.2.3 which uses xenial 97.15)Possible Fix
download-pivnet-stemcells
/restore-stemcells
tasks altogetherdownload-pivnet-stemcells
task to account for products which require xenial stemcellsLogs and Screenshots
diagnostic-report.zip
thanks for your time!
The text was updated successfully, but these errors were encountered: