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

Add generic neutron network HEAT to SO DB

XMLWordPrintable

      Brian use the following to insert the attached generic neutron network HEAT into the SO DB in the Integration work space. Please include this in the repo:

      INSERT INTO `temp_network_heat_template_lookup` (`NETWORK_RESOURCE_MODEL_NAME`, `HEAT_TEMPLATE_ARTIFACT_UUID`,`AIC_VERSION_MIN` , `AIC_VERSION_MAX` ) VALUES ('Generic NeutronNet','efee1d84-b8ec-11e7-abc4-cec278b6b50a','2.0','NULL');

       

       INSERT INTO `heat_template` (`ARTIFACT_UUID`, `NAME`,`VERSION` , `BODY`, `TIMEOUT_MINUTES`,`DESCRIPTION`, `CREATION_TIMESTAMP`, `ARTIFACT_CHECKSUM` ) VALUES ('efee1d84-b8ec-11e7-abc4-cec278b6b50a', 'GenericNeutronNet', '1', LOAD_FILE('/tmp/GenericNeutronNet.yaml') , 10 ,'Generic Neutron Template',NOW(), 'MANUAL RECORD');

            rd472p rd472p
            kxi kxi
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: