Add ansible playbook that will set up an end to end test. The paybook will do the following:
install java, maven 3, and other packages onto a predefined Google Cloud Compute instance (see host, create_vm.sh)
get the latest gcloud-maven-plugin
get and install the latest gcloud SDK
deploy a java test application (mvn gcloud:deploy) to App Engine
Note: the creation of Google Compute Engine VM can also be automated in the future. Also, the verification of successful deployment will be implemented later.
Add ansible playbook that will set up an end to end test. The paybook will do the following:
Note: the creation of Google Compute Engine VM can also be automated in the future. Also, the verification of successful deployment will be implemented later.