| # Job to manage libvirt live snapshots |
| display_name: "Deploy - virt snapshot VM" |
| url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines" |
| branch: "${_param:jenkins_pipelines_branch}" |
| credentials: ${_param:jenkins_gerrit_credentials} |
| script: libvirt-live-snapshots.groovy |
| default: "${_param:jenkins_salt_api_url}" |
| description: "Ensures that the live snapshot exists" |
| description: "Rollback the VM to a state before live snapshot was taken" |
| description: "Ensures that the live snapshot does not exist" |
| description: "Ensures that the live snapshot is merged into it's base image" |
| description: "KVM node that hosts the VM (for ex. kvm02)" |
| description: "Unique identification of the VM being snapshoted without domain name (for ex. ctl01)" |
| description: "Snapshot name" |
| default: "/var/lib/libvirt/images" |
| description: "Path where snapshot image and dumpxml are being put" |
| description: "Disk name of the snapshot" |