Skip to content

Instantly share code, notes, and snippets.

@avtar
Created November 8, 2014 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avtar/7ce8a4637795aa38d2e5 to your computer and use it in GitHub Desktop.
Save avtar/7ce8a4637795aa38d2e5 to your computer and use it in GitHub Desktop.
Managing GPII Windows test VMs using Jenkins and OpenStack
- job:
name: set-up-gpii-win-8.1
project-type: freestyle
node: master
concurrent: false
builders:
- shell: |
source /var/lib/jenkins/secrets/jenkins_openrc.sh
nova --insecure boot --image win81eval_gpii_snapshot --flavor n1.medium --security-groups default,jenkins,windows --poll gpii-jenkins-windows81
- job:
name: tear-down-gpii-win-8.1
project-type: freestyle
node: master
concurrent: false
builders:
- shell: |
source /var/lib/jenkins/secrets/jenkins_openrc.sh
nova --insecure delete gpii-jenkins-windows81
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment