Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minimega/vmconfiger: several bug fixes, fix #854 #889

Merged
merged 9 commits into from
May 12, 2017

Commits on Mar 13, 2017

  1. minimega: add missing cpu to clean cgroup dirs

    CPU wasn't included in the list.
    jcrussell committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    f99f9dd View commit details
    Browse the repository at this point in the history
  2. vmconfiger: add support for map[string]string

    Adds pretty simple support for maps to vmconfiger.
    jcrussell committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    9de10ca View commit details
    Browse the repository at this point in the history
  3. tests: fix test broken by sandia-minimega#852

    Should have been update for commas in slices.
    jcrussell committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    85a3bbc View commit details
    Browse the repository at this point in the history
  4. vmconfiger: add missing newline

    When printing maps.
    jcrussell committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    b7f0ac2 View commit details
    Browse the repository at this point in the history
  5. minimega: add vm config volume API

    Allows you to specify multiple volumes to bind mount for a container.
    
    Fixes sandia-minimega#854.
    jcrussell committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    bcdd993 View commit details
    Browse the repository at this point in the history
  6. minimega: convert Tags to vmconfiger'ed

    Use new vmconfiger map support to remove Tags special case.
    jcrussell committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    2e9f5fa View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2017

  1. Configuration menu
    Copy the full SHA
    ba6fc99 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

  1. minimega: deep copy volumes

    Need to deep copy volumes map so that all VMs don't share the same one.
    jcrussell committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    94ed076 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2017

  1. vmconfiger: minor cleanups

    Use helper function instead of generating the same code every time. Move
    header from a bunch of printfs to single template.
    jcrussell committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    84a57a1 View commit details
    Browse the repository at this point in the history