Commit Graph

8 Commits

Author SHA1 Message Date
Michael Kuzmin e8d8fd6205 Refactor vSphere driver 2017-08-24 17:54:08 +03:00
Michael Kuzmin efe2c3c8b3 Extract vSphere driver into separate package (#35) 2017-08-23 21:40:57 +02:00
Michael Kuzmin 41744c3bcc Code cleanup 2017-07-03 00:59:46 +03:00
Michael Kuzmin ee4665c12c shutdown step uses vSphere driver 2017-07-02 18:27:11 +03:00
Michael Kuzmin 1e747c8c93 extract vSphere driver 2017-07-02 18:23:51 +03:00
Michael Kuzmin 228ac12366 Separate config for shutdown step 2017-07-02 18:22:59 +03:00
Elizaveta Tretyakova 39099ad3af Added template conversion (#18)
* Added conversion to template without timeout
* Added timeout
* Extracted converting to template to a separate step
2017-06-13 14:11:41 +03:00
Elizaveta Tretyakova b2c6e44c70 Builder (#2)
* the very initial builder: just clones the VM

* removed post-processor

* builder now waits for IP address

* more separated steps

* clean up

* added run and shutdown steps

* added step connecting via ssh

* changed the BuilderId to a proper one

* added shutdown command, only echo works

* added cleanup

* removed wainting for VM to stop, removed error on the non-zero exit status

* removed BuildSuccessFlag

* refactored config structures; fixed interpolation of json template

* the rest of configuration refactoring

* removed duplicated parameters from Config

* removed duplicated parameters drom Config

* changed BuilderId and Artifact

* create a dedicated step for VM hardware configuration

* merged StepSetupCloningEnv into StepCloneVM

* improved cleanup

* added proper handling of 'disconnected' command exit status; added guest os shutdown before halting the machine [in case when no shutdown command is given]

* refactored non-conventional variable and field names

* removed redundant fields from Artifact

* removed the success field at all

* removed ArtifactFiles

* removed unnecessary warnings

* minor change in parameters structure
2017-05-09 17:23:57 +03:00