You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/howto-update-for-was-fixpack.md
+23-2Lines changed: 23 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,29 @@ Please follow sections below in order to update the solution for next tWAS fixpa
35
35
1. How to publish the image in marketplace and who can do it?
36
36
1. For `twas-nd` image: Wait until the CI/CD workflow for `twas-nd CICD` successfully completes > Click to open details of the workflow run > Scroll to the bottom of the page > Click `sasurl` to download the zip file `sasurl.zip` > Unzip and open file `sas-url.txt` > Find values for `osDiskSasUrl` and `dataDiskSasUrl`;
37
37
1. For `ihs` image: Wait until the CI/CD workflow for `ihs CICD` successfully completes > Click to open details of the workflow run > Scroll to the bottom of the page > Click `sasurl` to download the zip file `sasurl.zip` > Unzip and open file `sas-url.txt` > Find values for `osDiskSasUrl` and `dataDiskSasUrl`;
38
-
1. Sign into [Microsoft Partner Center](https://partner.microsoft.com/dashboard/commercial-marketplace/overview) > Select the Directory `IBM-Alliance-Microsoft Partner Network-Global-Tenant` > Expand `Build solutions` and choose `Publish your solution`. Click to open the offer for `<date>-twas-cluster-base-image` base image > Click `Plan overview` > Click to open the plan > Click `Technical configuration` > Click `+ Add VM image` > Specify a new value for `Disk version` (following the convention \<product version\>.\<date\>, e.g. 9.0.20210929) and write it down > Select `SAS URI` > Copy and paste value of `osDiskSasUrl` for `twas-nd` to textbox `SAS URI` > Click `+ Add data disk (max 16)` > Select `Data disk 0` > Copy and paste value of `dataDiskSasUrl` for `twas-nd` to textbox `Data disk VHD link` > Scroll to the bottom of the page > Click `Save draft` > Click `Review and publish` > Click `Publish`;
39
-
1. Sign into [Microsoft Partner Center](https://partner.microsoft.com/dashboard/commercial-marketplace/overview) > Click to open the offer for `ihs` base image > Click `Plan overview` > Click to open the plan > Click `Technical configuration` > Click `+ Add VM image` > Specify a new value for `Disk version` and write it down > Select `SAS URI` > Copy and paste value of `osDiskSasUrl` for `ihs` to textbox `SAS URI` > Click `+ Add data disk (max 16)` > Select `Data disk 0` > Copy and paste value of `dataDiskSasUrl` for `ihs` to textbox `Data disk VHD link` > Scroll to the bottom of the page > Click `Save draft` > Click `Review and publish` > Click `Publish`;
38
+
1. Sign into [Microsoft Partner Center](https://partner.microsoft.com/dashboard/commercial-marketplace/overview)
39
+
* Select the Directory `IBM-Alliance-Microsoft Partner Network-Global-Tenant`
40
+
* Expand `Build solutions` and choose `Publish your solution`.
41
+
* Click to open the offer for `<date>-twas-cluster-base-image` base image
42
+
* Click `Plan overview` the click to open the plan
43
+
* Click `Technical configuration`
44
+
* Click `+ Add VM image` > Specify a new value for `Disk version`, following the convention \<product version\>.\<date\>, e.g. 9.0.20210929 and write it down
45
+
* Select `SAS URI` > Copy and paste value of `osDiskSasUrl` for `twas-nd` from the github issue for the update to the textbox `SAS URI`
46
+
* Click `+ Add data disk (max 16)` > Select `Data disk 0` > Copy and paste value of `dataDiskSasUrl` for `twas-nd` from the github issue for the update to the textbox `Data disk VHD link`
47
+
* Scroll to the bottom of the page and click `Save draft`
48
+
* Click `Review and publish`
49
+
* Click `Publish`;
50
+
3. Sign into [Microsoft Partner Center](https://partner.microsoft.com/dashboard/commercial-marketplace/overview)
51
+
* Select the Directory `IBM-Alliance-Microsoft Partner Network-Global-Tenant`
52
+
* Expand `Build solutions` and choose `Publish your solution`.
53
+
* Click to open the offer for `ihs base image`
54
+
* Click `Plan overview` and click to open the plan
55
+
* Click `Technical configuration`
56
+
* Click `+ Add VM image` > Specify a new value for `Disk version` and write it down > Select `SAS URI` > Copy and paste value of `osDiskSasUrl` for `ihs` from the github issue for the update to the textbox `SAS URI`
57
+
* Click `+ Add data disk (max 16)` > Select `Data disk 0` > Copy and paste value of `dataDiskSasUrl` for `ihs` from the github issue for the update to the textbox `Data disk VHD link`
58
+
* Scroll to the bottom of the page and click `Save draft`
59
+
* Click `Review and publish`
60
+
* Click `Publish`;
40
61
41
62
Note: Currently Graham Charters has privilege to update the image in marketplace, contact him for more information.
0 commit comments