The verification step (test) in setup_cinder_volumes fails because the compute node does not have access to the api network (noticed with KVM; our VirtualBox setup hides the problem). This changeset adds helper functions that allow scripts to make ssh calls into other node VMs. The script, setup_cinder_volumes.sh, now runs the tests on the controller node. Change-Id: I79da47d829ed387f510318d27ec919af575344c3 Co-Authored-By: Roger Luethi <rl@patchworkscience.org>
All scripts in this directory run within the VMs.
They install and configure OpenStack components and any other required software (such as databases).
Before these generic scripts run, scripts from the osbash (or vagrant, depending on the installation method) subdirectory set up the VM and configure basic networking.