Commit Graph

25 Commits

Author SHA1 Message Date
Elizaveta Tretyakova bd67267007 Update README.md 2017-05-31 12:41:01 +03:00
Elizaveta Tretyakova b77b70829d Update README.md 2017-05-31 12:40:12 +03:00
Elizaveta Tretyakova 0b17912c07 Implemented #4, #5 and #6 (#14)
* initial changes: added host and pool parameters

* backup

* clones only within the same host

* added some debug-output

* minor fixes

* vm experiments

* added datastore to realocation spec

* added datastore parameter; fixed copying between hosts

* removed debug-output

* changed dependencies
2017-05-31 11:38:50 +03:00
Elizaveta Tretyakova ca41b34285 Update glide.yaml 2017-05-19 08:50:59 +03:00
Elizaveta Tretyakova b3dcaab8b3 Hw customization (#13)
moved all configuration after cloning
2017-05-19 07:44:27 +03:00
Michael Kuzmin 29593bb509 fix Dockerfile 2017-05-16 08:49:32 +03:00
Michael Kuzmin df40bd8a76 Lock govmomi dependency version 2017-05-16 08:16:12 +03:00
Elizaveta Tretyakova 0cb041516a Update README.md 2017-05-15 16:11:01 +03:00
Elizaveta Tretyakova 56e713faa0 Update README.md 2017-05-15 01:27:14 +03:00
Elizaveta Tretyakova 281baa2459 Create README.md 2017-05-15 01:15:24 +03:00
LizaTretyakova 3643523fd1 Installation scripts 2017-05-15 00:25:50 +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
LizaTretyakova 8b2a195efd fixed some remnants of the error swallowing 2017-04-23 11:10:39 +03:00
LizaTretyakova 80a24446c4 fixed return values in PostProcess method 2017-04-22 12:26:07 +03:00
LizaTretyakova 5c1ee8cb3d added proper error handling 2017-04-22 12:20:43 +03:00
LizaTretyakova 9af78aa30d extracted process parameters from packer config to my own variables 2017-04-22 11:48:35 +03:00
LizaTretyakova 1d77b80f6b renamed BuilderId 2017-04-22 11:36:34 +03:00
LizaTretyakova 3232c52682 added RAM ocnfiguration 2017-04-16 23:47:01 +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