Commit Graph

8 Commits

Author SHA1 Message Date
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
LizaTretyakova 3b612373e9 Switched from command line tool to packer post-processor 2017-04-16 23:04:50 +03:00
LizaTretyakova 495a33e664 trying thin disk 2017-04-16 19:05:00 +03:00
LizaTretyakova fc1edfa23b cosmetics 2017-04-12 19:30:45 +03:00
LizaTretyakova 63912d7f86 added cloning vm 2017-04-12 18:16:11 +03:00
LizaTretyakova b77e77168a split into functions 2017-04-12 13:51:28 +03:00
LizaTretyakova f70754e0e1 Basic reconfiguring of the vm 2017-04-12 11:14:27 +03:00
LizaTretyakova 59afa1c308 Backup; creating vm 2017-04-10 12:04:28 +03:00