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

CentOS 6 ebs mount support #520

Open
wants to merge 18 commits into
base: develop
Choose a base branch
from

Commits on Apr 5, 2015

  1. Use /dev/xvdb instead of /dev/sd for mounting EBS volumes

    /dev/sd* gets renamed to /dev/xvda*, but /dev/xvda* is also used for ephemeral storage.  So instead, use /dev/xvdb* to mount EBS volumes.
    golharam committed Apr 5, 2015
    Configuration menu
    Copy the full SHA
    6d792bd View commit details
    Browse the repository at this point in the history
  2. Update utils.py

    golharam committed Apr 5, 2015
    Configuration menu
    Copy the full SHA
    ae05a6a View commit details
    Browse the repository at this point in the history
  3. Updated log output

    If node doesn't have a DNS name (such as in a VPC) or public IP, the private ip address is all the is available.
    golharam committed Apr 5, 2015
    Configuration menu
    Copy the full SHA
    1ccce86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c4ea51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c954a10 View commit details
    Browse the repository at this point in the history
  6. Added tagger plugin

    golharam committed Apr 5, 2015
    Configuration menu
    Copy the full SHA
    8668850 View commit details
    Browse the repository at this point in the history
  7. Fixed typo

    golharam committed Apr 5, 2015
    Configuration menu
    Copy the full SHA
    fc81fcc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    01844c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2015

  1. Configuration menu
    Copy the full SHA
    da0428d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59ed1ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1022627 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2015

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

Commits on Apr 22, 2015

  1. Store userdata_script on cluster creation to be used when additional …

    …nodes are added later
    golharam committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    e4b776f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2015

  1. Update cluster.py

    golharam committed Oct 4, 2015
    Configuration menu
    Copy the full SHA
    4ee3fbb View commit details
    Browse the repository at this point in the history
  2. Update utils.py

    golharam committed Oct 4, 2015
    Configuration menu
    Copy the full SHA
    986d8e2 View commit details
    Browse the repository at this point in the history
  3. Working IAM ROLE support

    golharam committed Oct 4, 2015
    Configuration menu
    Copy the full SHA
    d4577cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a568ca5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1a5252 View commit details
    Browse the repository at this point in the history