[ 
https://issues.apache.org/jira/browse/AIRAVATA-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16342803#comment-16342803
 ] 

ASF GitHub Bot commented on AIRAVATA-2652:
------------------------------------------

sachinkariyattin opened a new pull request #164: [AIRAVATA-2652] Remove 
registry-core dependency on orchestrator and gfac modules 
URL: https://github.com/apache/airavata/pull/164
 
 
   Removed `airavata-registry-cpi` and `airavata-registry-core` dependencies 
from Gfac and Orchestrator modules and implemented changes to use 
`registry-api` module instead. Also added new methods to the registry api which 
were required by the gfac and orchestrator modules.
   
   **Major Changes:**
   - Added the following methods to the Registry API
       
           addExperimentProcessOutputs()
           addErrors()
           addTaskStatus()
           addProcessStatus()
           updateProcessStatus()
           updateExperimentStatus()
           addJobStatus()
           addJob()
           addProcess()
           updateProcess()
           addTask()
           getUserConfigurationData()
           getProcess()
           getProcessList()
           getProcessStatus()
           getJob()
           getProcessOutputs()
           getProcessIds()
           getApplicationDeployments()
   
   - Modified _ProcessContext_ and _OrchestratorContext_ to use 
RegistryServiceClient instead of _AppCatalog_ and _ExperimentCatalog_ objects.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Remove registry-core dependency on orchestrator and gfac modules
> ----------------------------------------------------------------
>
>                 Key: AIRAVATA-2652
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-2652
>             Project: Airavata
>          Issue Type: Improvement
>          Components: Airavata Orchestrator, GFac, Registry API
>            Reporter: Sachin Kariyattin
>            Assignee: Sachin Kariyattin
>            Priority: Major
>             Fix For: 0.18
>
>
> Refactor orchestrator and gfac modules to use registry-api instead of the 
> existing registry-core dependency
>  * Some of the Experiment Catalog methods used by the orchestrator and gfac 
> are not present in the RegistryServerHandler. 
> ex: _experimentCatalog.add(ExpCatChildDataType.EXPERIMENT_ERROR, details, 
> experimentId);_
> Some new methods related to experiment (ERROR, TASK, PROCESS etc) need to be 
> created in the RegistryServerHandler.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to