Skip to content

Latest commit

 

History

History
117 lines (70 loc) · 2.5 KB

CHANGELOG.md

File metadata and controls

117 lines (70 loc) · 2.5 KB

0.9.8

  • TODO

0.9.7

  • Fix vagrant 1.9.5 compatibility. Note that it breaks compatibility with older version of vagrant [-]

0.9.6

  • Fix Multiple nodes may be reserved for a single vm [-]

0.9.5

  • Fix import error on command [-]
  • bridge mode now reserves a /18 and take ips in the first 1024 ips. [-]
  • Support for container job [-]
  • Document sharing g5k user home

0.9.4

  • fix version mistake

0.9.3

  • Rsync support. The Vagrantfile needs to be updated.

0.9.2

  • Make the monitor socket location unique

0.9.1

  • Allow custom cpu and memory demands.

0.9.0

  • Code refactoring :
    • Introduce oar_driver to handle operation involving oar
    • Introduce net_driver to configure the network used by the VMs
    • Introduce disk_driver to configure the disk used by the VMs

0.0.18

  • Fix update_subnet_use when using nat network

0.0.17

  • Add bridged network support
  • Add support for ssh run command (cli : vagrant ssh vm -c "...".)
  • Add generic lockable function
  • Add generic GetState Middleware (destroy can be called even if the VM is terminated)

0.0.16

  • Improve stdout (add information on physical node)
  • Stop the polling if the job is terminated

0.0.15

  • Allow parallel boot

0.0.14

  • Add custom oar properties
  • Display the name of the node

0.0.13

  • Let vagrant configure the private_key to use to connect to the VM

0.0.12

  • Send checkpoint signal to the VM when deleting the job

0.0.11

  • Support for other "OAR behind ssh scheduler" (e.g Igrida)
  • Reuse already opened ssh connection

0.0.10

  • Support different backing strategies (copy, cow, direct, snapshot)
  • Add a mandatory project_id in the configuration

0.0.9

  • Add support for custom walltime

0.0.8

  • Add support for custom private key

0.0.7

  • Support for ephemeral / persitent backing file

0.0.6

  • SSH ports has to be forwarded explicitly

0.0.5

  • Add destroy command
  • Remove vmlist command

0.0.4

  • Use nat-ted network provided by kvm
  • Remove hard-coded names