Orchestration is the automated management of your system components for high availability, monitoring, and persistence. It ties together the components you create into a single, manageable collection. For example, with orchestration you can associate networks, network security, and storage with the instantiation of a virtual machine. This instantiation can be restarted automatically if it terminates for some reason, or it can be monitored.
To read about basic concepts of Oracle Cloud ‘Orchestrations’ read this post first.
STEP 1: CREATE REQUIRED ORCHESTRATION JSON CODE FILES
In this post, we will be creating one master orchestration JSON file named master.txt and two nested orchestration JSON files named volume.txt and instance.txt.
volume.txt and instance.txt will be called from inside the master.txt orchestration JSON file.
1 Comment