Branch: refs/heads/master
  Home:   https://github.com/NixOS/charon
  Commit: 3660421201cb5f9fba57afb54185459adc235988
      
https://github.com/NixOS/charon/commit/3660421201cb5f9fba57afb54185459adc235988
  Author: Eelco Dolstra <[email protected]>
  Date:   2012-02-26 (Sun, 26 Feb 2012)

  Changed paths:
    A examples/apache-vbox.nix
  M src/charon.pl

  Log Message:
  -----------
  VirtualBox backend

Charon can now instantiate VirtualBox instances on the local machine.
This is useful for doing test deployments.  The physical machine spec
should just say:

  { deployment.targetEnv = "virtualbox"; };

This will cause Charon to create a VirtualBox instance corresponding
to the logical machine, if it does not already exist.  The instances
can talk to each other and to the host using VirtualBox's host-only
networking.


  Commit: f9b36aa656f788e6377420b9068d168956d9bc70
      
https://github.com/NixOS/charon/commit/f9b36aa656f788e6377420b9068d168956d9bc70
  Author: Eelco Dolstra <[email protected]>
  Date:   2012-02-26 (Sun, 26 Feb 2012)

  Changed paths:
    M default.nix
  A nix/adhoc-cloud-vm.nix
  A nix/eval-machine-info.nix
  A nix/id_charon-virtualbox
  A nix/id_charon-virtualbox.pub
  A nix/virtualbox-image-charon.nix
  R src/adhoc-cloud-vm.nix
  M src/charon.pl
  R src/eval-machine-info.nix

  Log Message:
  -----------
  Use $NIX_PATH to locate the Charon Nix expressions

Also, add some required files for VirtualBox deployment, set the right
SSH flags for connecting to VirtualBox instances, and don't do the
nix-copy-closure optimisation between VBox instances (since that would
be pointless performance-wise).


Compare: https://github.com/NixOS/charon/compare/69fa44d...f9b36aa
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to