Merge "Update Clamp SQL"
[oom.git] / docs / oom_quickstart_guide.rst
index 879bbb9..077e7e7 100644 (file)
@@ -16,7 +16,7 @@ available), follow the following instructions to deploy ONAP.
 
 **Step 1.** Clone the OOM repository from ONAP gerrit::
 
-  > git clone http://gerrit.onap.org/r/oom
+  > git clone -b beijing http://gerrit.onap.org/r/oom
   > cd oom/kubernetes
 
 
@@ -130,6 +130,13 @@ 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``
+
 **Step 3.** To setup a local Helm server to server up the ONAP charts::
 
   > helm serve &
@@ -166,7 +173,7 @@ follows::
 **Step 7.** Once the repo is setup, installation of ONAP can be done with a
 single command::
 
-  > helm install local/onap -name dev --namespace onap
+  > helm install local/onap -n dev --namespace onap
 
 .. note::
   The requirement for the use of the `onap` namespace will be lifted once the OOM team completes their Beijing deveivers.