openBackhaul / RegistryOffice

Apache License 2.0
2 stars 8 forks source link

Implementation of putFileProfileFilePath to be updated. #375

Closed vanithavalluripalli9 closed 1 year ago

vanithavalluripalli9 commented 1 year ago

Currently , In implementation putFileProfileFilePath will just update the file path in file profile.

Implemetation to be updated such that , While we are performing putFileProfileFilePath operation if the incoming file-path value is different from the currentValue of file-path we have to try accessing the incoming file , If it is not present we have to create new file and transfer the info from old file to the new file.

IswaryaaS commented 1 year ago

Since, OAM layer request for file-path is expected to be changed to file-name in https://github.com/openBackhaul/ApplicationPattern/issues/646#issuecomment-1508192091, lets keep this issue on hold. Lets have a discussion and lets proceed based on the decision.

PrathibaJee commented 1 year ago

As per the decision in the issue https://github.com/openBackhaul/ApplicationPattern/issues/646 , putFileProfileFilePath will be replace with putFileProfileFileName in the upcoming new releases. Also , OAM request is to update the information in the configuration file and as per the specification , the consequence described in the description is not required. Hence closing this issue.