Comment 6 for bug 1438649

Revision history for this message
Alexander Kurenyshev (akurenyshev) wrote :

Steps used for verify:
1) Install master node.
2) Install two plugins with deployment scripts have the same names. (By default script has the "deploy.sh" name.). Simple plugins are attached.
3) Enable plugins at the UI
4) Deploy cluster

There are no errors at the astute logs, both scripts were successfully executed from the unique path (cwd):
for the first plugin

 [650] Run hook ---
uids:
- '1'
- '2'
parameters:
  retries: 3
  cmd: "./deploy.sh"
  cwd: "/etc/fuel/plugins/test_plugin-1.0/"
  timeout: 42
  interval: 1
priority: 1700
fail_on_error: true
type: shell
diagnostic_name: test_plugin-1.0.0

for the second plugin:
[650] Run hook ---
uids:
- '1'
- '2'
parameters:
  retries: 3
  cmd: "./deploy.sh"
  cwd: "/etc/fuel/plugins/new_plugin-1.0/"
  timeout: 42
  interval: 1
priority: 1500
fail_on_error: true
type: shell
diagnostic_name: new_plugin-1.0.0

Verified on the #521 ISO