This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/main by this push:
     new 645062e  Update Cloudian Integration plugin for newer HyperStore 
versions (#434)
645062e is described below

commit 645062e0aaec490cf799dceaabfbc7320730cd52
Author: Thomas O'Dowd <[email protected]>
AuthorDate: Thu Jan 16 19:33:16 2025 +0900

    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.
---
 README.rst                            |  2 +-
 source/plugins/cloudian-connector.rst | 10 +++++++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index 686a01b..ab53a62 100644
--- a/README.rst
+++ b/README.rst
@@ -90,7 +90,7 @@ On your computer, follow these steps to setup a local 
repository for working on
 .. code:: bash
 
    $ git clone https://github.com/YOUR_ACCOUNT/cloudstack-documentation.git
-   $ cd cloudstack-docs-install
+   $ cd cloudstack-documentation
    $ git remote add upstream 
https://github.com/apache/cloudstack-documentation.git
    $ git checkout main
    $ git fetch upstream
diff --git a/source/plugins/cloudian-connector.rst 
b/source/plugins/cloudian-connector.rst
index 612edf4..bfe1db3 100644
--- a/source/plugins/cloudian-connector.rst
+++ b/source/plugins/cloudian-connector.rst
@@ -156,7 +156,15 @@ Cloudian ships with SSO disabled by default. You will need 
to enable it on each
 CMC server. Additionally, you will need to choose a unique SSO shared key that
 you will also configure in the CloudStack connector further below.
 
-Edit Puppet config to enable SSO on all CMC servers:
+HyperStore 8+ instructions to enable SSO on all CMC servers:
+
+   ::
+
+     # hsctl config set cmc.sso.enabled=true
+     # hsctl config set cmc.sso.sharedKey=YourSecretKeyHere
+     # hsctl config apply cmc
+
+Older HyperStore versions use Puppet. Edit Puppet config to enable SSO on all 
CMC servers:
 
    ::
 

Reply via email to