Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
StackStormによるCloudSlang対応とはなにだったのか
Search
w4yh
April 24, 2019
Technology
0
590
StackStormによるCloudSlang対応とはなにだったのか
20190424 StackStorm meetup vol5 LT資料です
w4yh
April 24, 2019
Tweet
Share
More Decks by w4yh
See All by w4yh
中(小)規模事業者のNTP運用担当としての悩みと成功体験 / 20230407 NTP Meeting LT2
w4yh
0
260
20200319-ssmjp_ResilienceEngineering
w4yh
5
1.2k
JKD18.12-2T2_Pharosでk8s環境を楽して割り切って作る / JKD1812_2T2_Pharos
w4yh
0
930
20160913-IrecommendStackStormtoyou-w4yh
w4yh
3
2.9k
StackStorm
w4yh
1
490
StackStorm-qpstudy201604
w4yh
0
110
ChangeManagement
w4yh
0
110
Zohoを褒めたり叱ったり.pdf
w4yh
0
69
Other Decks in Technology
See All in Technology
DynamoDB でスロットリングが発生したとき_大盛りver/when_throttling_occurs_in_dynamodb_long
emiki
1
410
TypeScript、上達の瞬間
sadnessojisan
46
13k
初心者向けAWS Securityの勉強会mini Security-JAWSを9ヶ月ぐらい実施してきての近況
cmusudakeisuke
0
130
【令和最新版】AWS Direct Connectと愉快なGWたちのおさらい
minorun365
PRO
5
750
Lambdaと地方とコミュニティ
miu_crescent
2
370
オープンソースAIとは何か? --「オープンソースAIの定義 v1.0」詳細解説
shujisado
9
1k
ドメイン名の終活について - JPAAWG 7th -
mikit
33
20k
【Startup CTO of the Year 2024 / Audience Award】アセンド取締役CTO 丹羽健
niwatakeru
0
1.2k
エンジニア人生の拡張性を高める 「探索型キャリア設計」の提案
tenshoku_draft
1
130
Introduction to Works of ML Engineer in LY Corporation
lycorp_recruit_jp
0
130
ExaDB-D dbaascli で出来ること
oracle4engineer
PRO
0
3.9k
OCI 運用監視サービス 概要
oracle4engineer
PRO
0
4.8k
Featured
See All Featured
Docker and Python
trallard
40
3.1k
GraphQLとの向き合い方2022年版
quramy
43
13k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
10
720
How STYLIGHT went responsive
nonsquared
95
5.2k
It's Worth the Effort
3n
183
27k
Faster Mobile Websites
deanohume
305
30k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
250
21k
The Cult of Friendly URLs
andyhume
78
6k
A designer walks into a library…
pauljervisheath
204
24k
Art, The Web, and Tiny UX
lynnandtonic
297
20k
Optimising Largest Contentful Paint
csswizardry
33
2.9k
The Language of Interfaces
destraynor
154
24k
Transcript
StackStormの CloudSlangサポートとは 何だったのか
HELLO! @w4yh S. Komichevsen Matsu https://speakerdeck.com/w4yh/20160913-irecommendstackstormtoyou-w4yh
CloudSlang? HPEによるJava製ワークフローエンジン https://github.com/CloudSlang OpenView系 Operations Orchestrationで採用 YAML形式でflowとoperationのファイルを記述 (拡張子は .sl) (ST2にはnamespace単位で登録)
最新版は昨日(20190423)出た1.0.47 pre-release
こんな人にオススメ HPE OOを使った経験がある ワークフローエンジンはJavaだよねと思っていた コピペで楽できるならしたい
すべて該当した私
豊富なサンプル https://github.com/CloudSlang/cs- content/tree/master/content/io/cloudslang 実用的なサンプルやパーツが多数公開されている 公式サイト cloudslang.io トップに乗っている例
ST2のCloudSlang対応 StackStorm 0.12で登場 https://stackstorm.com/2015/07/22/stackstorm-0-12-is-released/ https://blog.cloudslang.io/announcing-cloudslang-workflows-in-stackstorm-1dceab39f578 (20160216) その後お前らが「experimentalだし情報も事例も少ないので 略」とdisりまくる StackStorm 2.9でdeprecated
StackStorm 3.1で消滅(別途セットアップで3rd party的に使うことはできる予定らしい)
Orchestra: 独自に新たなワークフローエンジンを 用意するとのことです。 ....代わりにどれかワークフローエンジンが外れ るのかな....CloudSlangも使ってるけどピンチか な....Javaだしなあ.... st2ctl で管理してないしな あ.... Tech
Night @ Shiodome # 8 に行ってきました より抜粋 http://w4yh.hatenablog.com/entry/2018/06/01/043757
何がいけなかったか HPEのSoftware資産の行方不安 Experimental / 何か起きた時の調査は大変 そもそもST2はPythonメインな中Java エンジンCloudSlangはst2ctlの管理外
このままだと暗い話で終わるので 反省を踏まえた Orquestaへの期待ポイントを Orquesta
Orquesta ST2本家による意欲作 (Closer to) GA もちろんPython 記述形式もYAMLのまま
ワークフローは YAMLですね! CI/CD FoundationのTektonもYAML 変数のスコープやステップ命名の自由度などわ ずかな差はあるもののYAMLで記述するスキルは 広く応用できそう その中でもマルチクラウドやサービス連携など ヘテロな環境で活きるStackStormが存在感を増し ていって欲しい!
ST2-CloudSlang 今までありがとう
Git内のクレデンシャル検知には Talisman便利ですよ (ログファイルを検知できるか未確認)