[Doc] Separation (transfer) commands by rows

Bug #1443919 reported by Denis Klepikov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Released
Medium
Irina Povolotskaya

Bug Description

for Fuel 6.1
http://docs.mirantis.com/openstack/fuel/fuel-master/operations.html#howto-backport-galera-pacemaker-ocf-script

Download the latest OCF script from the fuel-library repository to the Fuel Master node:

wget --no-check-certificate -O /etc/puppet/modules/galera/files/ocf/mysql-wss https://raw.githubusercontent.com/stackforge/fuel-library/master/deployment/puppet/galera/files/ocf/mysql-wss

Should be:
Download the latest OCF script from the fuel-library repository to the Fuel Master node:

wget --no-check-certificate -O \
/etc/puppet/modules/galera/files/ocf/mysql-wss \
https://raw.githubusercontent.com/stackforge/fuel-library/master/deployment/puppet/galera/files/ocf/mysql-wss

perl -pi -e 's/--wsrep-new-cluster/--wsrep-cluster-address=gcomm:\/\//g' /etc/puppet/modules/galera/files/ocf/mysql-wss

Should be:

perl -pi -e 's/--wsrep-new-cluster/--wsrep-cluster-address=gcomm:\/\//g' \
/etc/puppet/modules/galera/files/ocf/mysql-wss

for i in $(fuel nodes | awk '/ready.*controller.*True/{print $1}'); do scp /etc/puppet/modules/galera/files/ocf/mysql-wss node-$i:/etc/puppet/modules/galera/files/ocf/mysql-wss; done
for i in $(fuel nodes | awk '/ready.*controller.*True/{print $1}'); do scp /etc/puppet/modules/galera/files/ocf/mysql-wss node-$i:/usr/lib/ocf/resource.d/mirantis/mysql-wss; done

Should be:

for i in $(fuel nodes | awk '/ready.*controller.*True/{print $1}'); \
do scp /etc/puppet/modules/galera/files/ocf/mysql-wss \
node-$i:/etc/puppet/modules/galera/files/ocf/mysql-wss; done

for i in $(fuel nodes | awk '/ready.*controller.*True/{print $1}'); \
do scp /etc/puppet/modules/galera/files/ocf/mysql-wss \
node-$i:/usr/lib/ocf/resource.d/mirantis/mysql-wss; done

Tags: docs
tags: added: docs
Changed in fuel:
assignee: nobody → Fuel Documentation Team (fuel-docs)
milestone: none → 6.1
Changed in fuel:
importance: Undecided → Medium
Changed in fuel:
status: New → Confirmed
Changed in fuel:
milestone: 6.1 → 7.0
assignee: Fuel Documentation Team (fuel-docs) → Irina Povolotskaya (ipovolotskaya)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-docs (master)

Fix proposed to branch: master
Review: https://review.openstack.org/174850

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

Reviewed: https://review.openstack.org/174850
Committed: https://git.openstack.org/cgit/stackforge/fuel-docs/commit/?id=429442c6ff4b3eb72edc2e24bec4cd41cd00a502
Submitter: Jenkins
Branch: master

commit 429442c6ff4b3eb72edc2e24bec4cd41cd00a502
Author: Irina Povolotskaya <email address hidden>
Date: Fri Apr 17 15:38:04 2015 +0300

    Fix commands transfer in OpsGuide

    The commands present in How to backport
    Galera Pacemaker OCF script are split
    incorrectly and, thus, cannot be used with
    simply copying them from the guide and pasting
    right into the terminal.

    This commit fixes the problem.

    Change-Id: Ia000bade42c0646a870b1e7f484067f1a1d1c82a
    Closes-Bug: 1443919

Changed in fuel:
status: In Progress → Fix Committed
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.