Giter VIP home page Giter VIP logo

cloudcycler's People

Contributors

dbaggerman avatar dependabot[bot] avatar egeland avatar mikelorant avatar zl4bv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cloudcycler's Issues

One failed stack blocks whole task

If a single stack is broken, any task that matches it will fail entirely, rather than restoring what they can. This is particularly bad when it impacts the default job, since multiple systems will then fail to startup.

Version 2.1.13 broken (pry issue)

The "pry" dependency is missing from the gemspec, this will break the latest version of CloudCycler as per commit 450a210

Additionally, once pry is installed, things blow up, looks like we get dropped into some kind of pry debugging mode?

/usr/local/bin/cloudcycler -c /etc/cloudcycler.yaml

From: /var/lib/gems/1.9.1/gems/cloudcycler-2.1.13/lib/cloud/cycler/task.rb @ line 289 Cloud::Cycler::Task#cfn_live_stacks:

    284:     end
    285:     # Child stacks are automatically named after their parent. If we do a quick
    286:     # filter for any stack names which have are a prefix of another stack name,
    287:     # we can trim down the number of API requests quite a bit.
    288:     stack_names = stacks.keys.sort
 => 289:     require 'pry'; binding.pry
    290:     0.upto(stack_names.size - 2) do |i|
    291:       stack_name = stack_names[i]
    292:       y = stack_names[i+1]
    293:
    294:       if y.start_with?(stack_name)

[1] pry(#<Cloud::Cycler::Task>)> quit

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.