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

Commit

Permalink
Merge pull request #557 from mbelur/stable/1.0
Browse files Browse the repository at this point in the history
ISO install instructions update
  • Loading branch information
jgu17 authored Jun 17, 2019
2 parents b3cc1fc + f75f2f2 commit 53620ee
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/source/deployment/setup-deployer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,15 @@ We recommend two ways of installing the SUSE Containerized OpenStack software.

1. (Recommended) Install with an ISO image including required dependencies:

a. Download ``openSUSE-Addon-socok8s-x86_64-Media.iso`` from
https://download.opensuse.org/repositories/Cloud:/socok8s/images/iso/
b. sudo zypper addrepo --refresh <PATH_TO_ISO_IMAGE> socok8s-iso
c. sudo zypper install socok8s (installs to /usr/share/socok8s)

Example:
a. wget https://download.opensuse.org/repositories/Cloud:/socok8s/images/iso/openSUSE-Addon-socok8s-x86_64-Media.iso
b. sudo zypper addrepo --refresh iso:///?iso=/home/stack/openSUSE-Addon-socok8s-x86_64-Media.iso socok8s-iso
c. sudo zypper install socok8s (installs to /usr/share/socok8s)
c. sudo zypper install socok8s

2. (For developers only) Clone the repository.

Expand Down

0 comments on commit 53620ee

Please sign in to comment.