Git Product home page Git Product logo

cirrus's Introduction

👋 Hi, I'm Adam.

I do things, including, but not limited to:

  • 🔐 Security
  • ⚙️ DevOps
    • CI
    • Infrastructure Automation
    • Kubernetes/Docker
  • 🎉 JS/TS/Go/Rust
    • Or whatever language fits the problem..
  • 💻 Developer Acceleration
    • Happy devs = Happy users
  • 🎥 Video Engineering
    • Performance, delivery, DRM, transcoding.
  • 🎮 Gaming
    • Find me typically playing Dota2, but also learning & developing with Unity + Unreal in my free time.

cirrus's People

Contributors

joffotron avatar nick-gray avatar someoneweird avatar yongfei25 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cirrus's Issues

Display the 'Output' element data

E.g. this data Should be displayed on the completion of stack create/update

"Outputs" : {
"MyStacksRegion" : { "Value" : { "Ref" : "AWS::Region" } },
"MyStacksAccount" : { "Value" : { "Ref" : "AWS::AccountId" } }
}

YAML format to replace verbose JSON templates

Just thinking if we can implement some YAML to JSON template converter.
YAML format is simpler and supports comments in the template.

description: Create postgres database
parameters:
 - RDSInstanceClass:
     - description: DB instance type
       type: string
resources:
  # And you can drop comments here
 - DatastoreDBSubnetGroup:
    - Type: AWS::RDS::DBInstance
       DeletionPolicy: Retain
       Properties:
        - DBInstanceClass: <<RDSInstanceClass>>

Ability to generate the current date (in UTC) in parameter files

e.g. for Cfn template:

Resources:
  BKAgentSleepAtNight:
    Type: AWS::AutoScaling::ScheduledAction
    Condition: UseAutoscaling
    Properties:
      AutoScalingGroupName: $(AgentAutoScaleGroup)
      DesiredCapacity: 0
      MinSize: 0
      MaxSize: 2
      StartTime: "2017-07-28T09:00:00Z"
      Recurrence: "0 9 * * MON-FRI"

If that date is in the past then Cfn will tell you to go away.

We could have { "MyParam": "<<currentDate: yyyy-mm-dd>>"} or something similar.

Leaving this mostly as a note to myself ;)

Disable spinner for tty (or bkrun as an example)

To avoid this:

Creating stack diff... ⠏  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠋  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠙  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠹  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠸  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠼  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠴  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠦  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠧  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠇  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠏  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠋  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠙  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠹  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠸  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠼  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠴  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠦  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠧  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠇  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠏  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠋  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠙  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠹  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠸  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠼  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠴  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠦  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠧  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠇  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠏  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠋  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠙  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠹  GMT+1000 (AEST) :cloudformation: :barely_sunny:]
Creating stack diff... ⠸  GMT+1000 (AEST) :cloudformation: :barely_sunny:]

cirrus fails when no diffs

When no changes are detected, exit code 1 comes out. Either make this 0 or some specific code we can ignore.

[Thu Apr 20 2017 15:07:09 GMT+1000 (AEST) :cloudformation: :barely_sunny:] There was an error creating your stack diff.
[Thu Apr 20 2017 15:07:09 GMT+1000 (AEST) :cloudformation: :barely_sunny:] Have a look at the AWS console for more details
[Thu Apr 20 2017 15:07:09 GMT+1000 (AEST) :cloudformation: :barely_sunny:] ChangeSet Name: dat_test_changeset
[Thu Apr 20 2017 15:07:09 GMT+1000 (AEST) :cloudformation: :barely_sunny:] Error: The submitted information didn't contain changes. Submit different information to create a change set.
[Thu Apr 20 2017 15:07:09 GMT+1000 (AEST) :cloudformation: :barely_sunny:] Exited with code 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.