Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 1a50038ed707
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d14f102334e2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 17, 2018

  1. nixos/cloudstack-image: initial import

    Cloudstack images are simply using cloud-init. They are not headless
    as a user usually have access to a console. Otherwise, the difference
    with Openstack are mostly handled by cloud-init.
    
    This is still some minor issues. Notably, there is no non-root user.
    Other cloud images usually come with a user named after the
    distribution and with sudo. Would it make sense for NixOS?
    
    Cloudstack gives the user the ability to change the password.
    Cloud-init support for this is imperfect and the set-passwords module
    should be declared as `- [set-passwords, always]` for this to work. I
    don't know if there is an easy way to "patch" default cloud-init
    configuration. However, without a non-root user, this is of no use.
    
    Similarly, hostname is usually set through cloud-init using
    `set_hostname` and `update_hostname` modules. While the patch to
    declare nixos to cloud-init contains some code to set hostname, the
    previously mentioned modules are not enabled.
    vincentbernat committed Nov 17, 2018
    Copy the full SHA
    15f98b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. Merge pull request #44573 from vincentbernat/feature/cloudstack

    nixos/cloudstack-image: initial import
    ryantm committed Feb 24, 2019
    Copy the full SHA
    d14f102 View commit details
    Browse the repository at this point in the history