[Docs] Wrong path in "Additional task for an existing role"

Bug #1472118 reported by Denis Klepikov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Released
High
Olga Gusarenko
6.1.x
Fix Released
High
Olga Gusarenko

Bug Description

https://docs.mirantis.com/openstack/fuel/fuel-master/reference-architecture.html#additional-task-for-an-existing-role

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/2014.2-6.1/modules/my_tasks.yaml file.

- id: my_task
type: puppet
groups: [compute]
required_for: [deploy_end]
requires: [netconfig]
parameters:
   puppet_manifest: /etc/puppet/modules/my_task.pp
   puppet_modules: /etc/puppet/modules
   timeout: 3600
Run the following command:

fuel rel --sync-deployment-tasks --dir /etc/puppet/2014.2-6.1

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/2014.2.2-6.1/modules/my_tasks.yaml file.

- id: my_task
type: puppet
groups: [compute]
required_for: [deploy_end]
requires: [netconfig]
parameters:
   puppet_manifest: /etc/puppet/modules/my_task.pp
   puppet_modules: /etc/puppet/modules
   timeout: 3600
Run the following command:

fuel rel --sync-deployment-tasks --dir /etc/puppet/2014.2.2-6.1

https://docs.mirantis.com/openstack/fuel/fuel-master/reference-architecture.html#creating-a-separate-role-and-attaching-a-task-to-it

Run the following command:

fuel rel --sync-deployment-tasks --dir /etc/puppet/2014.2-6.1/

Should be:

Run the following command:

fuel rel --sync-deployment-tasks --dir /etc/puppet/2014.2.2-6.1/

Tags: docs
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
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-docs (stable/6.1)

Fix proposed to branch: stable/6.1
Review: https://review.openstack.org/199004

Changed in fuel:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-docs (stable/6.1)

Reviewed: https://review.openstack.org/199004
Committed: https://git.openstack.org/cgit/stackforge/fuel-docs/commit/?id=0e70fb32b6c4aa89e2f0b6f2b51e3f91dfd750fe
Submitter: Jenkins
Branch: stable/6.1

commit 0e70fb32b6c4aa89e2f0b6f2b51e3f91dfd750fe
Author: OlgaGusarenko <email address hidden>
Date: Tue Jul 7 10:41:09 2015 +0300

    [Ref Arch] Wrong directory

    Fixes the wrong direcotry in the Additional task for an existing role section:

    /etc/puppet/2014.2-6.1/modules/my_tasks.yaml
    --> /etc/puppet/2014.2.2-6.1/modules/my_tasks.yaml

    Closes-bug: 1472118
    Change-Id: I0efe666a6cb2589b6e5aa705508cf49e30a8e64a

Changed in fuel:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.