Code Monkey home page Code Monkey logo

resiliency-studio's People

Contributors

pd4900 avatar sv395s avatar

Stargazers

 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

resiliency-studio's Issues

Issue on FMEA and Automated Failure Point Discovery

Hi,

Initially going through document which mentioned

"Resiliency Studio" is a self-service Resilience Validation Platform, which helps to identify failure points within a system,
aids to engineer applications to be fault-tolerant with self-healing capabilities

Exploring tool to "Automatically discover failure points" in system, which we are interested

From documentation provided here below

  1. Provides holistic resiliency view by leveraging principles of FMEA (Failure mode and effect analysis)

  2. Automated Failure Point Discovery

Thought this tool will automatically discover failure points once we onboard "application" or "server" to Resiliency studio UI.

But when we installed and configured application it says

We need to created "chaos" and "Doctor" monkey script to auto discover failure points in application.

To auto discover, when we create money script we have option to make it "generic" as "True" then only application will map

appropriate scripts to application and execute those scripts.

Please guide me or correct me if anything missing in tool to "Auto discover" without writing money scripts manually.

And in "Future Features" so many things are coming out, when it will be available?

Thanks
Ranga

line endings need to be changed for hardware script to run on Linux

I just wanted to leave this issue here for anyone that might run into the same problem. I am not sure if this is still maintained. I also can not submit a patch at the moment, but I wanted to document what needs to change in order to make sure the discover hardware script runs successfully on a Linux/Unix machine.

In resiliency-studio-service/src/main/java/com/att/tta/rs/util/AppUtil.java, about line 170:
Change:
String script = Resources.toString(url, Charsets.UTF_8);

to
String script = Resources.toString(url, Charsets.UTF_8).replaceAll("\\r", "");

Of course, there might be a better solution, but main point of this issue is to record this for others, if needed.

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.