Skip to content

Commit 56d3ac6

Browse files
authored
Update suse-public-cloud-connectivity-registration-issues.md
Remove outdated content in Secnario#2
1 parent e6ba7be commit 56d3ac6

1 file changed

Lines changed: 3 additions & 17 deletions

File tree

support/azure/virtual-machines/linux/suse-public-cloud-connectivity-registration-issues.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -221,29 +221,15 @@ If instances aren't regularly updated, they can become incompatible with our upd
221221
```bash
222222
sudo zypper --pkg-cache-dir /root/packages/ download cloud-regionsrv-client cloud-regionsrv-client-plugin-azure regionServiceClientConfigAzure python3-azuremetadata SUSEConnect python3-cssselect python3-toml python3-lxml python3-M2Crypto python3-zypp-plugin libsuseconnect suseconnect-ruby-bindings docker libcontainers-common
223223
```
224-
225-
> [!IMPORTANT]
226-
> The latest `cloud-regionsrv-client-10.3.11-150300.13.19.1` introduces new dependencies (`libcontainers-common` and `docker`). This causes dependency errors. When [cloud instance repos fail because of outdated packages](https://www.suse.com/support/kb/doc/?id=000021552), the latest packages are installed:
227-
>```ouput
228-
>cloud-regionsrv-client 10.3.11-150300.13.19.1
229-
>cloud-regionsrv-client-plugin-azure 2.0.0-150300.13.19.1
230-
>```
231-
232-
4. If there are dependency errors from the latest package, `cloud-regionsrv-client-10.3.11-150300.13.19.1`, you must downgrade `cloud-regionsrv-client` and `cloud-regionsrv-client-plugin-azure`. Otherwise, skip this step.
233-
234-
```bash
235-
sudo zypper --no-refresh --no-remote --non-interactive install --old-package cloud-regionsrv-client-10.3.7-150300.13.14.1.noarch.rpm
236-
sudo zypper --no-refresh --no-remote --non-interactive install --old-package cloud-regionsrv-client-plugin-azure-2.0.0-150300.13.14.1.noarch.rpm
237-
```
238-
5. Run the following commands:
224+
4. Run the following commands:
239225

240226
```bash
241227
sudo find /root/packages/ -type f -name "*.rpm" -exec cp {} /root/packages/rpms/ \;
242228
sudo cd /root/packages
243229
sudo tar -czvf suse-public-registration.tgz rpms
244230
```
245231

246-
6. Transfer `suse-public-registration.tgz` to the broken instance:
232+
5. Transfer `suse-public-registration.tgz` to the broken instance:
247233

248234
```bash
249235
sudo scp /root/packages/suse-public-registration.tgz user@targetip:/tmp
@@ -252,7 +238,7 @@ If instances aren't regularly updated, they can become incompatible with our upd
252238
> [!NOTE]
253239
> Replace `user` and `targetip` as appropriate.
254240

255-
7. Sign in to the broken instance to extract and install the packages:
241+
6. Sign in to the broken instance to extract and install the packages:
256242

257243
```bash
258244
sudo cd tmp

0 commit comments

Comments
 (0)