Migration playbook
Add new playbook to upgrade the OpenCell instance. This playbook downloads and executes the migration SQL script if is provided and redeploys the OpenCell with the new version.
We need to copy the script inside the container because to run a
script with psql
, we need the script inside the container. The
form <
requires a iterative shell and with Ansible we can't
run an iterative shell.
Also we need to force the recreation of the symlink of OpenCell war.
Edited by Administrator