summaryrefslogtreecommitdiffstats
path: root/book-enea-nfv-core-installation-guide/doc/tacker.xml
diff options
context:
space:
mode:
Diffstat (limited to 'book-enea-nfv-core-installation-guide/doc/tacker.xml')
-rw-r--r--book-enea-nfv-core-installation-guide/doc/tacker.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/book-enea-nfv-core-installation-guide/doc/tacker.xml b/book-enea-nfv-core-installation-guide/doc/tacker.xml
index b1f44d4..249e6d9 100644
--- a/book-enea-nfv-core-installation-guide/doc/tacker.xml
+++ b/book-enea-nfv-core-installation-guide/doc/tacker.xml
@@ -9,16 +9,15 @@
9 and provides a functional stack to Orchestrate Network Services end-to-end 9 and provides a functional stack to Orchestrate Network Services end-to-end
10 using VNFs.</para> 10 using VNFs.</para>
11 11
12 <para>Follow these steps to install the plugin:</para> 12 <para>Execute the following in the Fuel master console:</para>
13 13
14 <orderedlist> 14 <orderedlist>
15 <listitem> 15 <listitem>
16 <para><command>ssh</command> into the 16 <para>Go to the tacker plugin directory:<programlisting>cd /var/www/nailgun/plugins/tacker-1.0/repositories/tacker</programlisting></para>
17 <literal>fuel-master</literal>:<programlisting>ssh ${FUEL_IP}</programlisting></para>
18 </listitem> 17 </listitem>
19 18
20 <listitem> 19 <listitem>
21 <para>Go to the tacker plugin directory:<programlisting>cd /var/www/nailgun/plugins/tacker-1.0/repositories/tacker</programlisting></para> 20 <para>Execute the following to install Ansible: <programlisting>yum install ansible</programlisting></para>
22 </listitem> 21 </listitem>
23 22
24 <listitem> 23 <listitem>