問題タブ [ipmi]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
bash - cloud-init runcmd (MAAS を使用)
「runcmd:」でインラインでない bash スクリプトを実行できません。
最初の 2 行は、デプロイされた Ubuntu インスタンスで正常に実行されます。ただし、foo.sh は実行されないようです。
/usr/local/bin/foo.sh は次のとおりです。
foo.sh には root の実行権限があり、MAAS サーバー上に存在します。
私は以下を見てきましたが、私の問題を解決していないようです:
- cloud-init から bash スクリプトを機能させることができない
- GO111MODULE=on go install を実行します。./cmd/... クラウド初期化
- https://gist.github.com/aw/40623531057636dd858a9bf0f67234e8
ヘルプやヒントをいただければ幸いです。