You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the OpenTOSCA presentaton slides mention that data migration is not covered by TOSCA standard. So that means I had to implement the logic myself.
I already got my CI/CD bash script running python migrate with some logic setting environment variables.
What do I need to do to execute the same operation (bash script + python) in OpenTOSCA during deployment.
P.S. I am a DevOps and I am trying to get a hands on understanding of how to use OpenTOSCA to extend or replace existing pipeline.
The text was updated successfully, but these errors were encountered:
One of the OpenTOSCA presentaton slides mention that data migration is not covered by TOSCA standard. So that means I had to implement the logic myself.
I already got my CI/CD bash script running
python migrate
with some logic setting environment variables.What do I need to do to execute the same operation (bash script + python) in OpenTOSCA during deployment.
P.S. I am a DevOps and I am trying to get a hands on understanding of how to use OpenTOSCA to extend or replace existing pipeline.
The text was updated successfully, but these errors were encountered: