-
Notifications
You must be signed in to change notification settings - Fork 14
Convert mistral workflows to orquesta #67
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
Conversation
|
There appears to be some issue with the ci test environment related to the version of the cryptography module as part of I'm not sure how to proceed with fixing this. |
|
Yeah, we're updating cryptography dependency in st2 core. Once the StackStorm/st2#5095 is merged, this PR CI should be ✔️ . |
|
@floatingstatic Thanks for the PR! |
I use st2 internally at work but all of the packs are custom (we do not use NAPALM). I do however use this pack at home for personal use. If you are looking for some help maintaining it I would be happy to assist if there is a need here. Let me know. |
|
@floatingstatic Thanks! Created #68 for that. |
arm4b
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution 👍
This closes #66 which I ran into installing the 0.4.1 version of this napalm pack in a fresh stackstorm v3.3.0 installation.
It appears as though the
check_consistency_chatopsworkflow was added in #17 with nothing referencing it (no metadata file). Oddly it contains the same workflow tasks asconfiguration_change_workflowso I am opting to just remove the file.