Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: 39d8383a445221df914a8aed6e1b790156cda755
      
https://github.com/NixOS/nixops/commit/39d8383a445221df914a8aed6e1b790156cda755
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M nix/ec2.nix

  Log Message:
  -----------
  Pedantry


  Commit: e30604fbd01517c0e50d4be89758f214b7c7d87a
      
https://github.com/NixOS/nixops/commit/e30604fbd01517c0e50d4be89758f214b7c7d87a
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    A nix/common-ebs-options.nix
    M nix/ebs-volume.nix
    M nix/ec2.nix

  Log Message:
  -----------
  Share common EBS options between ec2.nix and ebs-volume.nix


  Commit: 31f545ad2f1680996dec5dbec066bb7bd2af893b
      
https://github.com/NixOS/nixops/commit/31f545ad2f1680996dec5dbec066bb7bd2af893b
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M doc/manual/manual.xml
    M release.nix

  Log Message:
  -----------
  Include EBS volume options in the manual


  Commit: 6218fb39f1c34607e436d712687ac7c74d4df478
      
https://github.com/NixOS/nixops/commit/6218fb39f1c34607e436d712687ac7c74d4df478
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M doc/manual/manual.xml

  Log Message:
  -----------
  Use separate sections for AWS and GCE resources


  Commit: 396a06d2bbec9d6e9d54b0ad407e98a031c87cda
      
https://github.com/NixOS/nixops/commit/396a06d2bbec9d6e9d54b0ad407e98a031c87cda
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M nixops/backends/ec2.py
    M nixops/ec2_utils.py
    M nixops/resources/ebs_volume.py

  Log Message:
  -----------
  Implement STARTING state for EBS volume resources

I.e. EBS volumes go from MISSING -> STARTING (i.e. disk creation
started) -> UP (i.e. disk available).

Also share some code between ec2.py and ebs_volume.py.


  Commit: 6496fac721d0a632b0759341c9d4b4a882730f09
      
https://github.com/NixOS/nixops/commit/6496fac721d0a632b0759341c9d4b4a882730f09
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M nix/common-ebs-options.nix
    M nix/ec2.nix
    M nixops/resources/ebs_volume.py

  Log Message:
  -----------
  EBS volumes: Support IOPS and volume type settings


  Commit: 1983850d97f270e85e371cc4b1e57e832c6988a5
      
https://github.com/NixOS/nixops/commit/1983850d97f270e85e371cc4b1e57e832c6988a5
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M nixops/backends/ec2.py
    M nixops/resources/ebs_volume.py

  Log Message:
  -----------
  Apply tags to EBS volumes


  Commit: 49211681836629a5142252048969f0e9970680bc
      
https://github.com/NixOS/nixops/commit/49211681836629a5142252048969f0e9970680bc
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M nixops/backends/ec2.py

  Log Message:
  -----------
  When attaching a volume, don't set tags for volumes not created by the 
instance

E.g. we don't want to clobber the tags of volumes created via
resources.ebsVolume.


  Commit: 01abdedd14eebcda265697131e24bef5bb575766
      
https://github.com/NixOS/nixops/commit/01abdedd14eebcda265697131e24bef5bb575766
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M nix/ebs-volume.nix
    M nixops/ec2_utils.py
    M nixops/resources/ebs_volume.py

  Log Message:
  -----------
  Implement the ‘name’ option of EBS volumes


  Commit: 97b39b01ea64e6fde44b1f8b42baedc7c402dd23
      
https://github.com/NixOS/nixops/commit/97b39b01ea64e6fde44b1f8b42baedc7c402dd23
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M nixops/resources/ebs_volume.py

  Log Message:
  -----------
  Remove debug line


  Commit: cddffdd449c3e7865454f46fb7c7408f718b52db
      
https://github.com/NixOS/nixops/commit/cddffdd449c3e7865454f46fb7c7408f718b52db
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    A nix/common-ec2-options.nix
    M nix/ebs-volume.nix
    M nix/ec2.nix
    M nixops/backends/ec2.py
    M nixops/resources/ebs_volume.py

  Log Message:
  -----------
  Support settings tags on EBS volumes

This subsumes the "name" attribute, which didn't work anyway before
today.


  Commit: 3607b82314e3eb739ed69b7f39ac55278c8f9147
      
https://github.com/NixOS/nixops/commit/3607b82314e3eb739ed69b7f39ac55278c8f9147
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    A nixops/resources/ec2_common.py

  Log Message:
  -----------
  Add missing file


  Commit: ee60f045c4ddf006b8ba575723b1bee21279a6e4
      
https://github.com/NixOS/nixops/commit/ee60f045c4ddf006b8ba575723b1bee21279a6e4
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M nixops/backends/ec2.py

  Log Message:
  -----------
  Only set partOfImage when the instance is first created

If we reboot an instance while attaching an existing volume,
partOfImage should not be set.


Compare: https://github.com/NixOS/nixops/compare/d5ebaeda169a...ee60f045c4dd
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to