automate mysql dump or specify rsync within heat template?
Scenario: wordpress-multi stack orchestration that imports mysql data directly from an existing mysql server.
Can this be done? Either through mysql dump or rsync? And to take it a step further-- is it possible to also specify directories to copy over from an existing wordpress site within the heat template file? I'm trying to expedite the process of orchestrating wordpress-multi stacks for different environments (dev, testing, etc).
thanks!
-Angie