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: bodepd/cloudstack_resources
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bodepd/cloudstack_resources
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 19 files changed
  • 1 contributor

Commits on Dec 13, 2012

  1. Account for stopping states when determining existing vas

    vms may be in the stopping or destroyed state should
    not be treated as present.
    Dan Bode
    Dan Bode committed Dec 13, 2012
    Configuration menu
    Copy the full SHA
    56f052d View commit details
    Browse the repository at this point in the history
  2. update instance property hash

    so that subsequent objects can inspect it.
    Dan Bode
    Dan Bode committed Dec 13, 2012
    Configuration menu
    Copy the full SHA
    e340bc4 View commit details
    Browse the repository at this point in the history
  3. Add key pair as instance property

    Dan Bode
    Dan Bode committed Dec 13, 2012
    Configuration menu
    Copy the full SHA
    2323034 View commit details
    Browse the repository at this point in the history
  4. add uesrdata as instance parameter

    Dan Bode
    Dan Bode committed Dec 13, 2012
    Configuration menu
    Copy the full SHA
    6efdb40 View commit details
    Browse the repository at this point in the history
  5. chmod of cached private keys

    to 600 so that ssh will use them by default
    Dan Bode
    Dan Bode committed Dec 13, 2012
    Configuration menu
    Copy the full SHA
    18346ca View commit details
    Browse the repository at this point in the history
  6. do not fail if there are not network

    just adds some extra checking to prevent nil
    exceptions when there are no networks defined.
    Dan Bode
    Dan Bode committed Dec 13, 2012
    Configuration menu
    Copy the full SHA
    53f8c2c View commit details
    Browse the repository at this point in the history
  7. do not fail if there are no key pairs

    Adds extra error checking to prevent failures
    when there are not key pairs defined.
    Dan Bode
    Dan Bode committed Dec 13, 2012
    Configuration menu
    Copy the full SHA
    d0078ec View commit details
    Browse the repository at this point in the history
  8. do not set property_hash to resource in flush

    b/c some of the properties being set are not set
    in the resource, but parsed from the creation
    response.
    Dan Bode
    Dan Bode committed Dec 13, 2012
    Configuration menu
    Copy the full SHA
    da187ba View commit details
    Browse the repository at this point in the history
  9. add error checking when key file is searched for.

    Dan Bode
    Dan Bode committed Dec 13, 2012
    Configuration menu
    Copy the full SHA
    b605065 View commit details
    Browse the repository at this point in the history
  10. Expand puppet_node resource

    This resource supports installing puppet
    enterprise, and classifying agents.
    Dan Bode
    Dan Bode committed Dec 13, 2012
    Configuration menu
    Copy the full SHA
    e37b74a View commit details
    Browse the repository at this point in the history
  11. update example manifest

    to demonstrate creation of supported objects.
    Dan Bode
    Dan Bode committed Dec 13, 2012
    Configuration menu
    Copy the full SHA
    1430bd3 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2013

  1. remove commented out key pairs

    cleans up some commented out code, fixes formatting
    Dan Bode
    Dan Bode committed Mar 13, 2013
    Configuration menu
    Copy the full SHA
    bf12fbd View commit details
    Browse the repository at this point in the history
  2. allow key pairs to be wither references or strings

    so that you can refer to previously created key pairs.
    
    also, ensure that any specified key pairs are 
    auto-required.
    Dan Bode
    Dan Bode committed Mar 13, 2013
    Configuration menu
    Copy the full SHA
    3bac5e1 View commit details
    Browse the repository at this point in the history
  3. Add exists method to keypair

    Dan Bode
    Dan Bode committed Mar 13, 2013
    Configuration menu
    Copy the full SHA
    329daea View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2013

  1. more development on the ssh provider

    Dan Bode
    Dan Bode committed Mar 23, 2013
    Configuration menu
    Copy the full SHA
    042cd9d View commit details
    Browse the repository at this point in the history
Loading