I'm using Cloudify 2.7 with OpenStack Icehouse, for a production environment.
I would like to have High Availability of Cloudify Manager, so that the state of the deployed applications can be saved and restored in case of problems.
Which of the following solutions is the correct?
1) Create 2 Cloudify Managers, in each of them set a persistencePath property in the cloud configuration file;
2) Create 2 Cloudify Managers, without setting a persistencePath property in the cloud configuration file;
3) Create 1 Cloudify Manager, with a persistencePath property in the cloud configuration file
Could I execute, by means of a bash script into the Cloudify Manager, the Cloudify command that saves the state of the deployed applications (I mean, the command that corresponds to the shutdown-managers) using a cron task ?
Thanks