Skip to content

Commit 8255ebd

Browse files
authored
Update suse-public-cloud-connectivity-registration-issues.md
Update the commands for scenario2
1 parent 49aaf1f commit 8255ebd

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,16 @@ If instances aren't regularly updated, they can become incompatible with our upd
216216
```bash
217217
sudo mkdir -p /root/packages/rpms
218218
```
219-
3. Download the following packages:
220-
221-
```bash
222-
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 containerd libcontainers-sles-mounts runc
223-
```
219+
3. Download the following packages based on SLES versions:
220+
221+
SLES 12
222+
```bash
223+
sudo zypper --pkg-cache-dir /root/packages/ download cloud-regionsrv-client cloud-regionsrv-client-plugin-azure regionServiceClientConfigAzure python3-azuremetadata python3-cssselect python3-lxml python3-M2Crypto python3-zypp-plugin python3-dnspython suseconnect-ruby-bindings suseconnect-ng
224+
```
225+
SLES 15
226+
```bash
227+
sudo zypper --pkg-cache-dir /root/packages/ download cloud-regionsrv-client cloud-regionsrv-client-plugin-azure regionServiceClientConfigAzure python3-azuremetadata suseconnect-ng python3-cssselect python3-toml python3-lxml python3-M2Crypto python3-zypp-plugin python3-dnspython libsuseconnect suseconnect-ruby-bindings docker docker-bash-completion runc containerd libcontainers-common bash-completion
228+
```
224229
4. Run the following commands:
225230

226231
```bash

0 commit comments

Comments
 (0)