Uploaded image for project: 'ONAP Operations Manager'
  1. ONAP Operations Manager
  2. OOM-2540

Extra notes and commands to be added under oom_quickstart_guide

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Medium Medium
    • None
    • None
    • None
    • None

      We have noticed that there are few additional notes and commands to be added as part of OOM quick start guide for making the Document more ease of use and avoid the issues while deploying ONAP using the below guide.
      https://docs.onap.org/projects/onap-oom/en/latest/oom_quickstart_guide.html

      Identified below sections under OOM Quick Start Guide
      1) Generating Robot Encryption Password:

      Currently:
      cd so/resources/config/mso/
      /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``
      
      Add note:
      Use OS_PASSWORD value from openstack .RC file for "openstack tenant password" 
      

      2)Generating SO encrypted password

      Currently:
      apt-get update; apt-get install default-jdk
      
      Update with sudo:
      sudo apt-get update; sudo apt-get install default-jdk
      

      3) Add a note regarding openstack.yaml file as below under step-3d

       Copy below required openstack.yaml file and update the parameters for the variables accordingly from openstack environment (openrc file) and replace 
       ~/oom/kubernetes/onap/resources/overrides/openstack.yaml with this updated openstack.yaml file
      

      4) Add a note with below steps to perform complete cleanup after undeploy

      kubectl delete namespace onap
      kubectl delete pv -n onap --all
      kubectl delete pvc -n onap --all
      sudo rm -rf /dockerdata-nfs/*
      

            sdesbure sdesbure
            ramagp ramagp
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: