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

FromPort, ToPort and Egress are optional #463

Closed
wants to merge 14 commits into from
Closed

FromPort, ToPort and Egress are optional #463

wants to merge 14 commits into from

Commits on Apr 18, 2016

  1. FromPort, ToPort and Egress are optional

    Those 3 properties are flagged as optional in AWS's docs.
    jonapich committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    b806b47 View commit details
    Browse the repository at this point in the history
  2. Egress is actually required, Ingress is conditional

    Made a mistake in my previous commit - this one actually reflects the
    docs.
    jonapich committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    c664b69 View commit details
    Browse the repository at this point in the history
  3. TemplateGenerator integration

    Subclassed Template into an object able to analyze and create
    Troposphere objects based on an existing CloudFormation Template.
    
    Conditions are missing - working on it.,
    jonapich committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    2a67cd9 View commit details
    Browse the repository at this point in the history
  4. Add Condition support

    jonapich committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    e3cb6ed View commit details
    Browse the repository at this point in the history
  5. Add Condition support

    jonapich committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    4ad57ba View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. EMR configuration_validator removed

    This removal helps inspection of the Configuration class to enable
    automating troposphere object creation.
    jonapich committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    7a98705 View commit details
    Browse the repository at this point in the history
  2. Adding missing discoveries

    Added UpdatePolicy, CreationPolicy, DeletionPolicy, Metadata and
    DependsOn discovery.
    jonapich committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    e4fd394 View commit details
    Browse the repository at this point in the history
  3. Workaround for AWSHelperFn

    Special AWSHelperFn typically take lowercased parameters, but templates
    use uppercase. for this reason we cannot map to most of them, so we
    fallback with a generic one. This might not work for all types if they
    do extra processing in their init routine but makes tests pass :)
    jonapich committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    4d0f0f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b8c79d View commit details
    Browse the repository at this point in the history
  5. Fix S3 Bucket using name instead of title

    S3 Bucket used a 'name' argument and put that into the 'title' of the
    AWSBaseObject. This modification is backward compatible and allows
    'name' to be substituted by 'title' in the kwargs.
    jonapich committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    10ee2f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae20dce View commit details
    Browse the repository at this point in the history
  7. Remove unnecessary AWSHelperFn from props

    AWSHelperFn are ignored in AWSObjectBase, it's not necessary to flag
    them in props anymore.
    jonapich committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    89caac9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e64c26a View commit details
    Browse the repository at this point in the history
  9. Revert "Merge remote-tracking branch 'refs/remotes/origin/import_clou…

    …dformation'"
    
    This reverts commit e64c26a, reversing
    changes made to 89caac9.
    jonapich committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    6c99e26 View commit details
    Browse the repository at this point in the history