Uploaded image for project: 'Service Orchestrator'
  1. Service Orchestrator
  2. SO-3834

CNF Healthcheck Workflow broken after macro sql file refactoring

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Medium Medium
    • Istanbul Release
    • Istanbul Release
    • None

      After refactoring changes required for CNF healthcheck workflow were removed.  Following lines have to be added again

       

      insert into orchestration_flow_reference (COMPOSITE_ACTION, SEQ_NO, FLOW_NAME, FLOW_VERSION, SCOPE, ACTION, NB_REQ_REF_LOOKUP_ID)
      values ('VNF-Macro-HealthCheck', 2, 'HealthCheckBB', 1, 'vnf', 'health-check', (SELECT id from northbound_request_ref_lookup WHERE MACRO_ACTION = 'VNF-Macro-HealthCheck' and CLOUD_OWNER = 'DEFAULT'));

      INSERT INTO building_block_detail(BUILDING_BLOCK_NAME, RESOURCE_TYPE, TARGET_ACTION)
      VALUES
      ('StatusCheckBB', 'NO_VALIDATE', 'CUSTOM'),
      ('HealthCheckBB', 'NO_VALIDATE', 'CUSTOM');

            sanket12345 SANKET KS
            rajewluk Lukasz Rajewski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: