diff options
3 files changed, 18 insertions, 1 deletions
diff --git a/doc/book-enea-nfv-access-cmc-example-usecases/doc/128t_vnf_router.xml b/doc/book-enea-nfv-access-cmc-example-usecases/doc/128t_vnf_router.xml index 401d291..be7efb9 100644 --- a/doc/book-enea-nfv-access-cmc-example-usecases/doc/128t_vnf_router.xml +++ b/doc/book-enea-nfv-access-cmc-example-usecases/doc/128t_vnf_router.xml | |||
@@ -151,6 +151,12 @@ | |||
151 | <listitem> | 151 | <listitem> |
152 | <para>Add the device on the map: Right-Click on <literal>Map -> | 152 | <para>Add the device on the map: Right-Click on <literal>Map -> |
153 | Place Device -> me1100</literal>.</para> | 153 | Place Device -> me1100</literal>.</para> |
154 | |||
155 | <note> | ||
156 | <para>In order for the device to connect to the uCPE Manager, it | ||
157 | must be added to the uCPE Manager and be powered on, having the | ||
158 | NFV Access platform started, otherwise it must be rebooted.</para> | ||
159 | </note> | ||
154 | </listitem> | 160 | </listitem> |
155 | 161 | ||
156 | <listitem> | 162 | <listitem> |
diff --git a/doc/book-enea-nfv-access-cmc-example-usecases/doc/service_chaining_128t_fortigate.xml b/doc/book-enea-nfv-access-cmc-example-usecases/doc/service_chaining_128t_fortigate.xml index 2063930..458da7f 100644 --- a/doc/book-enea-nfv-access-cmc-example-usecases/doc/service_chaining_128t_fortigate.xml +++ b/doc/book-enea-nfv-access-cmc-example-usecases/doc/service_chaining_128t_fortigate.xml | |||
@@ -173,6 +173,13 @@ | |||
173 | <listitem> | 173 | <listitem> |
174 | <para>In order to add the device on the map: Right-Click on | 174 | <para>In order to add the device on the map: Right-Click on |
175 | <literal>Map -> Place Device -> me1100</literal>.</para> | 175 | <literal>Map -> Place Device -> me1100</literal>.</para> |
176 | |||
177 | <note> | ||
178 | <para>In order for the device to connect to the uCPE Manager, | ||
179 | it must be added to the uCPE Manager and be powered on, | ||
180 | having the NFV Access platform started, otherwise it must | ||
181 | be rebooted.</para> | ||
182 | </note> | ||
176 | </listitem> | 183 | </listitem> |
177 | 184 | ||
178 | <listitem> | 185 | <listitem> |
diff --git a/doc/book-enea-nfv-access-cmc-example-usecases/doc/usecases_autoframe.xml b/doc/book-enea-nfv-access-cmc-example-usecases/doc/usecases_autoframe.xml index 8e01a94..9fb65a0 100644 --- a/doc/book-enea-nfv-access-cmc-example-usecases/doc/usecases_autoframe.xml +++ b/doc/book-enea-nfv-access-cmc-example-usecases/doc/usecases_autoframe.xml | |||
@@ -10,6 +10,8 @@ | |||
10 | 10 | ||
11 | <programlisting>> cd automation_and_systemtest/automation_framework/unittestSuite | 11 | <programlisting>> cd automation_and_systemtest/automation_framework/unittestSuite |
12 | > python unittestSuite.py -u admin -p admin -H <uCPE_Manager_IP> -n me1100-1 \ | 12 | > python unittestSuite.py -u admin -p admin -H <uCPE_Manager_IP> -n me1100-1 \ |
13 | -s AddDevice_uCPEM.json -d "Add Device uCPE Manager" | ||
14 | > python unittestSuite.py -u admin -p admin -H <uCPE_Manager_IP> -n me1100-1 \ | ||
13 | -s 128tDeploy.json -d "128T Deployment"<remark>ADCA wants to replace these last two lines. | 15 | -s 128tDeploy.json -d "128T Deployment"<remark>ADCA wants to replace these last two lines. |
14 | With what?</remark></programlisting> | 16 | With what?</remark></programlisting> |
15 | 17 | ||
@@ -25,7 +27,9 @@ With what?</remark></programlisting> | |||
25 | <para><emphasis role="bold">Deploying the 128T router and Fortigate | 27 | <para><emphasis role="bold">Deploying the 128T router and Fortigate |
26 | VNF</emphasis></para> | 28 | VNF</emphasis></para> |
27 | 29 | ||
28 | <programlisting>> cd automation_and_systemtest/automation_framework/unittestSuite | 30 | <programlisting>> cd automation_and_systemtest/automation_framework/unittestSuite |
31 | > python unittestSuite.py -u admin -p admin -H <uCPE_Manager_IP> -n me1100-1 \ | ||
32 | -s AddDevice_uCPEM.json -d "Add Device uCPE Manager" | ||
29 | > python unittestSuite.py -u admin -p admin -H <uCPE_Manager_IP> -n me1100-1 \ | 33 | > python unittestSuite.py -u admin -p admin -H <uCPE_Manager_IP> -n me1100-1 \ |
30 | -s 128t_FG_SFCDeploy.json -d "128T - Fortigate SFC Deployment" </programlisting> | 34 | -s 128t_FG_SFCDeploy.json -d "128T - Fortigate SFC Deployment" </programlisting> |
31 | 35 | ||