diff options
-rw-r--r-- | docs/oom_quickstart_guide.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/oom_quickstart_guide.rst b/docs/oom_quickstart_guide.rst index 9672a0e55f..767e3659ce 100644 --- a/docs/oom_quickstart_guide.rst +++ b/docs/oom_quickstart_guide.rst @@ -130,6 +130,12 @@ may want to selectively enable or disable ONAP components by changing the vnfsdk: enabled: true +.. note:: + To generate openStackEncryptedPasswordHere : + root@olc-rancher:~# cd so/resources/config/mso/ + root@olc-rancher:~/oom/kubernetes/so/resources/config/mso# echo -n "<openstack tenant password>" | openssl aes-128-ecb -e -K `cat encryption.key` -nosalt | xxd -c 256 -p + ccd239229051a93c93774920ceccc9cc0c5a01f79de1adf675fc5faebfc1dd03 + **Step 3.** To setup a local Helm server to server up the ONAP charts:: > helm serve & |