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

Health check on Azure not working - Amsterdam

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Medium Medium
    • None
    • Amsterdam Release
    • None
    • None

      After setting up ONAP on Azure (following https://wiki.onap.org/display/DW/ONAP+on+Kubernetes+on+Microsoft+Azure)

      I tried to to verify the installation (see https://wiki.onap.org/display/DW/Verifying+your+ONAP+Deployment) by using the robot healthcheck by calling:

      root@robot-3404899834-j1zjh:/# cd /var/opt/OpenECOMP_ETE/ && ./runTags.sh -i health h -d ./html -V /share/config/robot_properties_ete.py

      This runs into errors, as a lot of variable definitions are missing, e.g.:

      [ERROR ] Error in file '/var/opt/OpenECOMP_ETE/robot/resources/aai/aai_interface.robot': Setting variable '$AAI_FRONTEND_ENDPOINT' failed: Variable '$GLOBAL_AAI_SERVER_PROTOCOL' not found.

      Looks like the missing configuration is defined in `/share/config/integration_robot_properties.py` and `/share/config/vm_properties.py`. After adding these properties to the `runTags.sh`:
      ./runTags.sh -i health h -d ./html -V /share/config/integration_robot_properties.py -V /share/config/vm_properties.py

      The result looks better, but, e.g. the `DCAE Health Check` fails:

      Basic DCAE Health Check | FAIL | InvalidURL: Invalid URL u'http://:8080/healthcheck': No host supplied

      Looks like there is still something missing

            melliott melliott
            mschiesser mschiesser
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: