Skip to content

Commit 645062e

Browse files
authored
Update Cloudian Integration plugin for newer HyperStore versions (#434)
- Fix a small typo in the main README.rst document - HyperStore version 8 onwards uses a command to configure system settings instead and no longer makes use of Puppet. Update the instructions for users configuring the connector against newer versions of HyperStore.
1 parent 3e0ebe0 commit 645062e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ On your computer, follow these steps to setup a local repository for working on
9090
.. code:: bash
9191
9292
$ git clone https://github.com/YOUR_ACCOUNT/cloudstack-documentation.git
93-
$ cd cloudstack-docs-install
93+
$ cd cloudstack-documentation
9494
$ git remote add upstream https://github.com/apache/cloudstack-documentation.git
9595
$ git checkout main
9696
$ git fetch upstream

source/plugins/cloudian-connector.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,15 @@ Cloudian ships with SSO disabled by default. You will need to enable it on each
156156
CMC server. Additionally, you will need to choose a unique SSO shared key that
157157
you will also configure in the CloudStack connector further below.
158158

159-
Edit Puppet config to enable SSO on all CMC servers:
159+
HyperStore 8+ instructions to enable SSO on all CMC servers:
160+
161+
::
162+
163+
# hsctl config set cmc.sso.enabled=true
164+
# hsctl config set cmc.sso.sharedKey=YourSecretKeyHere
165+
# hsctl config apply cmc
166+
167+
Older HyperStore versions use Puppet. Edit Puppet config to enable SSO on all CMC servers:
160168

161169
::
162170

0 commit comments

Comments
 (0)