• NSLCM 

          configuration description

          1. SDC config

            Variable SDC_USER and SDC_PASSWD need be set to values which are configured in SDC.

            /service/vfc/nfvo/lcm/lcm/pub/config/config.py

            # [sdc config]

            SDC_BASE_URL = "http://%s:%s/api" % (MSB_SERVICE_IP, MSB_SERVICE_PORT)
            SDC_USER = "SDC"
            SDC_PASSWD = "SDC"

           2. AAI config       

           Variable AAI_USER and AAI_PASSWD need be set to values which are configured in AAI. 

           /service/vfc/nfvo/lcm/lcm/pub/config/config.py

           # [aai config]

           AAI_BASE_URL = "http://%s:%s/aai/v11" % (MSB_SERVICE_IP, MSB_SERVICE_PORT)
           AAI_USER = "aai"
           AAI_PASSWD = "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"


  • ResMgr

         configuration description


  • ZTE Driver

        configuration description



  • HW Driver

         configuration description



  • Nokia Driver

        configuration description




  • GVNFM  

        configuration description



  •  work Flow

        configuration description



  • other components 
    configuration description






  • No labels