You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Observation in Macro flow with Helm chart:

1. There is no model information in case of Helm Chart, But in Heat format we have all four env file (will get all four model information). so maybe we need to extract/read the helm-chart and model scenario may not work here. We need to come with different approach (need to discuss on this)

Model_info_from_sdc.json
{  
   "serviceVnfs": [

    {
      "modelInfo": {
        "modelName": "vfw_k8s_072919",
        "modelUuid": "8fae3ef7-7741-4d65-a630-9f83631f470d",
        "modelInvariantUuid": "f14e9096-b6d6-4a48-861f-6f6355a05439",
        "modelVersion": "1.0",
        "modelCustomizationUuid": "d7582303-0a01-4863-ae09-15c82000b927",
        "modelInstanceName": "vfw_k8s_072919 0"
      },
      "toscaNodeType": "org.openecomp.resource.vf.VfwK8s072919",
      "nfFunction": null,
      "nfType": null,
      "nfRole": null,
      "nfNamingCode": null,
      "multiStageDesign": "false",
      "resourceInput": null,
      "vfModules": [{
        "modelInfo": {
          "modelName": "VfwK8s072919..Base_dummy..module-0",
          "modelUuid": "5f9162d1-e710-4454-bf84-26044026bd38",
          "modelInvariantUuid": "49f84e8f-20fc-4a0c-97a9-96339d0aab94",
          "modelVersion": "1",
          "modelCustomizationUuid": "b7b8a3b7-15a0-49d4-adfc-370941cab973"
        },
        "isBase": true,
        "vfModuleLabel": "Base_dummy",
        "initialCount": 1,
        "hasVolumeGroup": false
      }]
    }
  ]
}

2. Currently SO and CDS doesn’t have the integration with Helm-chats.
3. CDS code need to change the netbox and SDNC preload (table and netbox dummy values) format for Helm-chart support.
4. Need to pass the supplement.json information as User_directives at the time of vf-module creation automatically (now we are doing it manually).

  • No labels