[Docs] Wrong path in "Additional task for an existing role"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Released
|
High
|
Olga Gusarenko | ||
6.1.x |
Fix Released
|
High
|
Olga Gusarenko |
Bug Description
Additional task for an existing role
If you would like to add extra task for an existing role, follow these steps:
Add the task description to /etc/puppet/
- id: my_task
type: puppet
groups: [compute]
required_for: [deploy_end]
requires: [netconfig]
parameters:
puppet_manifest: /etc/puppet/
puppet_modules: /etc/puppet/modules
timeout: 3600
Run the following command:
fuel rel --sync-
Should be:
Additional task for an existing role
If you would like to add extra task for an existing role, follow these steps:
Add the task description to /etc/puppet/
- id: my_task
type: puppet
groups: [compute]
required_for: [deploy_end]
requires: [netconfig]
parameters:
puppet_manifest: /etc/puppet/
puppet_modules: /etc/puppet/modules
timeout: 3600
Run the following command:
fuel rel --sync-
Run the following command:
fuel rel --sync-
Should be:
Run the following command:
fuel rel --sync-
Changed in fuel: | |
importance: | Undecided → High |
Changed in fuel: | |
assignee: | Fuel Documentation Team (fuel-docs) → Olga Gusarenko (ogusarenko) |
Changed in fuel: | |
milestone: | none → 6.1-updates |
status: | New → Confirmed |
Changed in fuel: | |
status: | Confirmed → In Progress |
Changed in fuel: | |
status: | Fix Committed → Fix Released |
Fix proposed to branch: stable/6.1 /review. openstack. org/199004
Review: https:/