rfcs icon indicating copy to clipboard operation
rfcs copied to clipboard

Integrating awsssmchaosrunner with chaos-mesh

Open Debanitrkl opened this issue 4 years ago • 5 comments

Debanitrkl avatar Apr 11 '21 07:04 Debanitrkl

Here is a file called npm-debug.log, it is also should not belongs to this PR.

STRRL avatar Apr 13 '21 02:04 STRRL

I read about awsssmchaosrunner and see familiar functions in chaos-mesh. Any chance that we may intergrate aws chaos in networkchaos and stresschaos and use a different selector?

AsterNighT avatar Apr 13 '21 07:04 AsterNighT

https://github.com/amzn/awsssmchaosrunner/blob/e5524eeaef78dca85ac5a9b4a9634efae75df967/src/main/kotlin/software/amazon/awsssmchaosrunner/attacks/DependencyPacketLossAttack.kt#L20

This is a bit weird to me 🤦

AsterNighT avatar Apr 13 '21 07:04 AsterNighT

Yeah, the core of awsssmchaosrunner is many shell scripts. So I wonder that if we could rewrite it someday.

STRRL avatar Apr 13 '21 08:04 STRRL

https://github.com/amzn/awsssmchaosrunner/blob/e5524eeaef78dca85ac5a9b4a9634efae75df967/src/main/kotlin/software/amazon/awsssmchaosrunner/attacks/DependencyPacketLossAttack.kt#L20

This is a bit weird to me facepalm

Wow! Really familiar codes :laughing:

YangKeao avatar Apr 15 '21 17:04 YangKeao