diff options
Diffstat (limited to 'doc/book-enea-nfv-access-example-usecases')
5 files changed, 130 insertions, 77 deletions
diff --git a/doc/book-enea-nfv-access-example-usecases/doc/128t_vnf_router.xml b/doc/book-enea-nfv-access-example-usecases/doc/128t_vnf_router.xml index 9b63248..d58f101 100644 --- a/doc/book-enea-nfv-access-example-usecases/doc/128t_vnf_router.xml +++ b/doc/book-enea-nfv-access-example-usecases/doc/128t_vnf_router.xml | |||
@@ -29,6 +29,38 @@ | |||
29 | <para>1 LAN interface for 128T.</para> | 29 | <para>1 LAN interface for 128T.</para> |
30 | </listitem> | 30 | </listitem> |
31 | </itemizedlist> | 31 | </itemizedlist> |
32 | |||
33 | <para>The following files are needed for this example use-case:</para> | ||
34 | |||
35 | <itemizedlist> | ||
36 | <listitem> | ||
37 | <para>128T router VNF image. Please contact 128 Technology to get a | ||
38 | VNF image and its license file.</para> | ||
39 | </listitem> | ||
40 | |||
41 | <listitem> | ||
42 | <para>cloud-init iso image. Please check <olink | ||
43 | targetdoc="book_enea_nfv_access_example_usecases" | ||
44 | targetptr="appendix_one_cust">Appendix A: How to create a 128T | ||
45 | cloud-init iso image (day-0 configuration) in the <xi:include | ||
46 | href="../../s_docbuild/olinkdb/pardoc-names.xml" | ||
47 | xmlns:xi="http://www.w3.org/2001/XInclude" | ||
48 | xpointer="element(book_enea_nfv_access_example_usecases/1)" /></olink> | ||
49 | Manual for more details.</para> | ||
50 | </listitem> | ||
51 | </itemizedlist> | ||
52 | |||
53 | <note> | ||
54 | <para>For data path validation, it may be required to generate a new | ||
55 | cloud-init image to match your network configuration. Please check | ||
56 | <olink targetdoc="book_enea_nfv_access_example_usecases" | ||
57 | targetptr="appendix_one_cust">Appendix A: How to create 128T cloud-init | ||
58 | iso image (day-0 configuration) in the <xi:include | ||
59 | href="../../s_docbuild/olinkdb/pardoc-names.xml" | ||
60 | xmlns:xi="http://www.w3.org/2001/XInclude" | ||
61 | xpointer="element(book_enea_nfv_access_example_usecases/1)" /></olink> | ||
62 | Manual for more details.</para> | ||
63 | </note> | ||
32 | </section> | 64 | </section> |
33 | 65 | ||
34 | <section id="vnf_router_cust"> | 66 | <section id="vnf_router_cust"> |
@@ -50,11 +82,6 @@ | |||
50 | <para><emphasis role="bold">Configuring Network Interfaces on uCPE | 82 | <para><emphasis role="bold">Configuring Network Interfaces on uCPE |
51 | devices:</emphasis><orderedlist> | 83 | devices:</emphasis><orderedlist> |
52 | <listitem> | 84 | <listitem> |
53 | <para>Log into the uCPE Manager with both username and password | ||
54 | values: <literal>admin</literal>.</para> | ||
55 | </listitem> | ||
56 | |||
57 | <listitem> | ||
58 | <para>Add the trgt uCPE device into the uCPE Manager: | 85 | <para>Add the trgt uCPE device into the uCPE Manager: |
59 | <literal>Devices -> Manage -> Add</literal>.</para> | 86 | <literal>Devices -> Manage -> Add</literal>.</para> |
60 | 87 | ||
@@ -375,8 +402,8 @@ | |||
375 | <para><emphasis role="bold">Onboarding the VNFs:</emphasis></para> | 402 | <para><emphasis role="bold">Onboarding the VNFs:</emphasis></para> |
376 | 403 | ||
377 | <para>Onboard the VM Image through <literal>VNF -> Descriptors -> | 404 | <para>Onboard the VM Image through <literal>VNF -> Descriptors -> |
378 | On-board -> VM Image</literal>, and fill in the required fields with | 405 | On-board</literal>, and fill in the required fields with the following |
379 | the following values:</para> | 406 | values:</para> |
380 | 407 | ||
381 | <table> | 408 | <table> |
382 | <title>VM Image Details</title> | 409 | <title>VM Image Details</title> |
@@ -637,6 +664,11 @@ | |||
637 | </tbody> | 664 | </tbody> |
638 | </tgroup> | 665 | </tgroup> |
639 | </table> | 666 | </table> |
667 | |||
668 | <note> | ||
669 | <para>To procure the VNF image files and their licenses, please | ||
670 | contact each respective VNF provider.</para> | ||
671 | </note> | ||
640 | </section> | 672 | </section> |
641 | 673 | ||
642 | <section id="uc_test_cust_router"> | 674 | <section id="uc_test_cust_router"> |
@@ -661,10 +693,7 @@ | |||
661 | <para>In order to validate the data path, connect a test machine to the | 693 | <para>In order to validate the data path, connect a test machine to the |
662 | LAN physical port, assign the static IP and a route:<programlisting>> ifconfig eth3 192.168.64.3 netmask 255.255.255.0 | 694 | LAN physical port, assign the static IP and a route:<programlisting>> ifconfig eth3 192.168.64.3 netmask 255.255.255.0 |
663 | > ip route add default via 192.168.64.1 dev eth3 | 695 | > ip route add default via 192.168.64.1 dev eth3 |
664 | > ping 8.8.8.8</programlisting>For data path validation, it may be required | 696 | > ping 8.8.8.8</programlisting></para> |
665 | to generate a new cloud-init image to match your network configuration. | ||
666 | Please check Appendix A: How to create 128T cloud-init iso image (day-0 | ||
667 | configuration), for more details.</para> | ||
668 | </section> | 697 | </section> |
669 | 698 | ||
670 | <section id="cleanup_custone"> | 699 | <section id="cleanup_custone"> |
diff --git a/doc/book-enea-nfv-access-example-usecases/doc/appendix_2.xml b/doc/book-enea-nfv-access-example-usecases/doc/appendix_2.xml index b0a90b2..2458d99 100644 --- a/doc/book-enea-nfv-access-example-usecases/doc/appendix_2.xml +++ b/doc/book-enea-nfv-access-example-usecases/doc/appendix_2.xml | |||
@@ -6,8 +6,8 @@ | |||
6 | used as the VNF image on NFV Access.</para> | 6 | used as the VNF image on NFV Access.</para> |
7 | 7 | ||
8 | <note> | 8 | <note> |
9 | <para>Follow the <filename>128tISO-Install.pdf</filename> document and | 9 | <para>Keep in mind a Virtual Machine was used instead of a physical |
10 | keep in mind a Virtual Machine was used instead of a physical host.</para> | 10 | host.</para> |
11 | </note> | 11 | </note> |
12 | 12 | ||
13 | <para><emphasis role="bold">Prerequisites:</emphasis><itemizedlist> | 13 | <para><emphasis role="bold">Prerequisites:</emphasis><itemizedlist> |
diff --git a/doc/book-enea-nfv-access-example-usecases/doc/forti_vnf_examples.xml b/doc/book-enea-nfv-access-example-usecases/doc/forti_vnf_examples.xml index b5e7803..36c7114 100644 --- a/doc/book-enea-nfv-access-example-usecases/doc/forti_vnf_examples.xml +++ b/doc/book-enea-nfv-access-example-usecases/doc/forti_vnf_examples.xml | |||
@@ -166,7 +166,7 @@ | |||
166 | 166 | ||
167 | <listitem> | 167 | <listitem> |
168 | <para><emphasis role="bold">Cloud-init content file</emphasis>: Add | 168 | <para><emphasis role="bold">Cloud-init content file</emphasis>: Add |
169 | a license file entry.</para> | 169 | a file entry where Path: license.</para> |
170 | </listitem> | 170 | </listitem> |
171 | </itemizedlist> | 171 | </itemizedlist> |
172 | 172 | ||
@@ -249,13 +249,13 @@ | |||
249 | 249 | ||
250 | <para>The FortiGate VNF management interface is accessible through the | 250 | <para>The FortiGate VNF management interface is accessible through the |
251 | WAN interface. The WAN IP address can be used from a web browser on the | 251 | WAN interface. The WAN IP address can be used from a web browser on the |
252 | Lab Machine to access the FortiGate VNF Management Web UI. Please check | 252 | Lab Machine to access the FortiGate VNF Management Web UI. See section |
253 | <olink targetdoc="book_enea_nfv_access_example_usecases" | 253 | <olink targetdoc="book_enea_nfv_access_example_usecases" |
254 | targetptr="fortigate_webmg">FortiGate VNF web management<xi:include | 254 | targetptr="fortigate_webmg">FortiGate VNF web management in the |
255 | href="../../s_docbuild/olinkdb/pardoc-names.xml" | 255 | <xi:include href="../../s_docbuild/olinkdb/pardoc-names.xml" |
256 | xmlns:xi="http://www.w3.org/2001/XInclude" | 256 | xmlns:xi="http://www.w3.org/2001/XInclude" |
257 | xpointer="element(book_enea_nfv_access_example_usecases/1)" /></olink> | 257 | xpointer="element(book_enea_nfv_access_example_usecases/1)" /></olink> |
258 | for more information.</para> | 258 | Manual for more information.</para> |
259 | </section> | 259 | </section> |
260 | </section> | 260 | </section> |
261 | 261 | ||
@@ -343,13 +343,13 @@ | |||
343 | 343 | ||
344 | <orderedlist> | 344 | <orderedlist> |
345 | <listitem> | 345 | <listitem> |
346 | <para>Connect the <literal>VNFMgr</literal> interfaces to the Lab | 346 | <para>Connect the <literal>VNF Management</literal> interfaces to |
347 | Network for VNF management access.</para> | 347 | the Lab Network for VNF management access.</para> |
348 | </listitem> | 348 | </listitem> |
349 | 349 | ||
350 | <listitem> | 350 | <listitem> |
351 | <para>Directly connect the <literal>WAN</literal> interfaces back to | 351 | <para>Connect the <literal>WAN</literal> interfaces back to back or |
352 | back (using a cable) or connected via VPN.</para> | 352 | via VPN.</para> |
353 | </listitem> | 353 | </listitem> |
354 | 354 | ||
355 | <listitem> | 355 | <listitem> |
@@ -434,7 +434,7 @@ | |||
434 | 434 | ||
435 | <listitem> | 435 | <listitem> |
436 | <para><emphasis role="bold">Cloud-init content file</emphasis>: Add | 436 | <para><emphasis role="bold">Cloud-init content file</emphasis>: Add |
437 | a license file entry.</para> | 437 | a file entry where Path: license.</para> |
438 | </listitem> | 438 | </listitem> |
439 | </itemizedlist> | 439 | </itemizedlist> |
440 | 440 | ||
@@ -502,9 +502,8 @@ | |||
502 | <literal>sdwan1</literal> example configuration file.</para> | 502 | <literal>sdwan1</literal> example configuration file.</para> |
503 | 503 | ||
504 | <para>To complete the branch-to-branch setup, configure <literal>uCPE | 504 | <para>To complete the branch-to-branch setup, configure <literal>uCPE |
505 | device 2</literal> in the same way as <literal>uCPE device 1</literal>. | 505 | device 2</literal> in the same way as <literal>uCPE device |
506 | Make sure to use the <literal>sdwan2</literal> configuration file for | 506 | 1</literal>.</para> |
507 | the second VNF instantiation.</para> | ||
508 | 507 | ||
509 | <note> | 508 | <note> |
510 | <para>The names of the ports used during instantiation need to be the | 509 | <para>The names of the ports used during instantiation need to be the |
@@ -520,15 +519,13 @@ | |||
520 | be established between the two uCPE devices. The Test Machines can be | 519 | be established between the two uCPE devices. The Test Machines can be |
521 | connected to the LAN interface on each uCPE device.</para> | 520 | connected to the LAN interface on each uCPE device.</para> |
522 | 521 | ||
523 | <para>The connected Test Machine can be a laptop or a uCPE device that | ||
524 | has one interface configured to get a dynamic IP from a DHCP server. The | ||
525 | <command>dhclient <interface></command> command can be used to | ||
526 | request an IP address.</para> | ||
527 | |||
528 | <note> | 522 | <note> |
529 | <para>The received IP must be in the 172.16.1.2 - 172.16.1.255 range | 523 | <para>The connected Test Machine can be a laptop or a uCPE device that |
530 | for Test Machine-1 and in the 172.16.2.2 - 172.16.2.255 range for Test | 524 | has one interface configured to get a dynamic IP from a DHCP server. |
531 | Machine-2.</para> | 525 | The <command>dhclient <interface></command> command can be used |
526 | to request an IP address.The received IP must be in the 172.16.1.2 - | ||
527 | 172.16.1.255 range for Test Machine-1 and in the 172.16.2.2 - | ||
528 | 172.16.2.255 range for Test Machine-2.</para> | ||
532 | </note> | 529 | </note> |
533 | 530 | ||
534 | <para>The Test Machine connected to <literal>uCPE device 1</literal> | 531 | <para>The Test Machine connected to <literal>uCPE device 1</literal> |
diff --git a/doc/book-enea-nfv-access-example-usecases/doc/service_chaining_128t_fortigate.xml b/doc/book-enea-nfv-access-example-usecases/doc/service_chaining_128t_fortigate.xml index 4719399..43c3fce 100644 --- a/doc/book-enea-nfv-access-example-usecases/doc/service_chaining_128t_fortigate.xml +++ b/doc/book-enea-nfv-access-example-usecases/doc/service_chaining_128t_fortigate.xml | |||
@@ -2,12 +2,9 @@ | |||
2 | <chapter id="service_chaining_128t_fortigate"> | 2 | <chapter id="service_chaining_128t_fortigate"> |
3 | <title>Service Chaining 128T - Fortigate Example Use-case</title> | 3 | <title>Service Chaining 128T - Fortigate Example Use-case</title> |
4 | 4 | ||
5 | <para>The term service chaining or service function chaining (SFC) is used | 5 | <para>The following is an example of how to setup and configure a service |
6 | to describe the definition and instantiation of an ordered list of instances | 6 | chain on top of the Enea NFV Access virtualization platform, using the |
7 | of such service functions and the subsequent "steering" of traffic flows | 7 | following commercial VNFs: 128T router and FortiGate.</para> |
8 | through those service functions. The set of enabled service function chains | ||
9 | reflects operator service offerings and is designed in conjunction with | ||
10 | application delivery and service and network policy.</para> | ||
11 | 8 | ||
12 | <section id="prereq_serv_chain_cust"> | 9 | <section id="prereq_serv_chain_cust"> |
13 | <title>Prerequisites</title> | 10 | <title>Prerequisites</title> |
@@ -45,6 +42,36 @@ | |||
45 | Firewall and vRouter.</para> | 42 | Firewall and vRouter.</para> |
46 | </listitem> | 43 | </listitem> |
47 | </itemizedlist> | 44 | </itemizedlist> |
45 | |||
46 | <para>The following files are needed for this example use-case:</para> | ||
47 | |||
48 | <itemizedlist spacing="compact"> | ||
49 | <listitem> | ||
50 | <para>FortiGate VNF image. Please contact Fortinet to get a VNF image | ||
51 | and its license file.</para> | ||
52 | </listitem> | ||
53 | |||
54 | <listitem> | ||
55 | <para>128T router VNF image. Please contact 128 Technology to get a | ||
56 | VNF image and its license file.</para> | ||
57 | </listitem> | ||
58 | |||
59 | <listitem> | ||
60 | <para>Cloud-init iso image. Please check <olink | ||
61 | targetdoc="book_enea_nfv_access_example_usecases" | ||
62 | targetptr="appendix_one_cust">Appendix A: How to create a 128T | ||
63 | cloud-init iso image (day-0 configuration) in the <xi:include | ||
64 | href="../../s_docbuild/olinkdb/pardoc-names.xml" | ||
65 | xmlns:xi="http://www.w3.org/2001/XInclude" | ||
66 | xpointer="element(book_enea_nfv_access_example_usecases/1)" /></olink> | ||
67 | Manual for more details.</para> | ||
68 | </listitem> | ||
69 | </itemizedlist> | ||
70 | |||
71 | <note> | ||
72 | <para>To procure the VNF image files and their licenses, please contact | ||
73 | each respective VNF provider.</para> | ||
74 | </note> | ||
48 | </section> | 75 | </section> |
49 | 76 | ||
50 | <section id="ser_chain_uc"> | 77 | <section id="ser_chain_uc"> |
@@ -66,11 +93,6 @@ | |||
66 | <para><emphasis role="bold">Configuring Network Interfaces on uCPE | 93 | <para><emphasis role="bold">Configuring Network Interfaces on uCPE |
67 | devices:</emphasis><orderedlist> | 94 | devices:</emphasis><orderedlist> |
68 | <listitem> | 95 | <listitem> |
69 | <para>Log into the uCPE Manager with both username and password | ||
70 | values: <literal>admin</literal>.</para> | ||
71 | </listitem> | ||
72 | |||
73 | <listitem> | ||
74 | <para>Add the trgt uCPE device into the uCPE Manager: | 96 | <para>Add the trgt uCPE device into the uCPE Manager: |
75 | <literal>Devices -> Manage -> Add</literal>, and fill in the | 97 | <literal>Devices -> Manage -> Add</literal>, and fill in the |
76 | required fields with the following data:</para> | 98 | required fields with the following data:</para> |
@@ -225,10 +247,8 @@ | |||
225 | 247 | ||
226 | <para>Add the OVS bridges by selecting the trgt device then: | 248 | <para>Add the OVS bridges by selecting the trgt device then: |
227 | <literal>Configuration -> OpenVSwitch -> Bridges -> | 249 | <literal>Configuration -> OpenVSwitch -> Bridges -> |
228 | Add</literal>.</para> | 250 | Add</literal>. Fill in the required fields for each bridge with |
229 | 251 | the following data from each table:</para> | |
230 | <para>Fill in the required fields for each bridge with the | ||
231 | following data from each table:</para> | ||
232 | 252 | ||
233 | <table> | 253 | <table> |
234 | <title>ibm_br Bridge Details</title> | 254 | <title>ibm_br Bridge Details</title> |
@@ -276,6 +296,8 @@ | |||
276 | </tgroup> | 296 | </tgroup> |
277 | </table> | 297 | </table> |
278 | 298 | ||
299 | <para></para> | ||
300 | |||
279 | <table> | 301 | <table> |
280 | <title>vnf_mgmt_br Bridge Details</title> | 302 | <title>vnf_mgmt_br Bridge Details</title> |
281 | 303 | ||
@@ -443,8 +465,8 @@ | |||
443 | <para><emphasis role="bold">Onboarding the VNFs:</emphasis></para> | 465 | <para><emphasis role="bold">Onboarding the VNFs:</emphasis></para> |
444 | 466 | ||
445 | <para>Onboard the 128T VNF VM Image through <literal>VNF -> | 467 | <para>Onboard the 128T VNF VM Image through <literal>VNF -> |
446 | Descriptors -> On-board -> VM Image</literal>, and fill in the | 468 | Descriptors -> On-board</literal>, and fill in the required fields |
447 | required fields with the following values:</para> | 469 | with the following values:</para> |
448 | 470 | ||
449 | <table> | 471 | <table> |
450 | <title>128T VM Image Details</title> | 472 | <title>128T VM Image Details</title> |
@@ -600,8 +622,8 @@ | |||
600 | </note> | 622 | </note> |
601 | 623 | ||
602 | <para>Onboard the Fortigate VNF VM Image through <literal>VNF -> | 624 | <para>Onboard the Fortigate VNF VM Image through <literal>VNF -> |
603 | Descriptors -> On-board -> VM Image</literal>, and fill in the | 625 | Descriptors -> On-board</literal>, and fill in the required fields |
604 | required fields with the following values:</para> | 626 | with the following values:</para> |
605 | 627 | ||
606 | <table> | 628 | <table> |
607 | <title>Fortigate VM Image Details</title> | 629 | <title>Fortigate VM Image Details</title> |
@@ -626,7 +648,7 @@ | |||
626 | <entry>VM image file</entry> | 648 | <entry>VM image file</entry> |
627 | 649 | ||
628 | <entry><literal>fortios.qcow2</literal>. Please make sure to | 650 | <entry><literal>fortios.qcow2</literal>. Please make sure to |
629 | contact Fortigate for an official Fortigate KVM image.</entry> | 651 | contact Fortinet for an official FortiGate KVM image.</entry> |
630 | </row> | 652 | </row> |
631 | 653 | ||
632 | <row> | 654 | <row> |
@@ -822,10 +844,7 @@ | |||
822 | <row> | 844 | <row> |
823 | <entry>Cloud Init File</entry> | 845 | <entry>Cloud Init File</entry> |
824 | 846 | ||
825 | <entry><literal>centos_128t_internet_ci.iso</literal>. Example | 847 | <entry><literal>centos_128t_internet_ci.iso</literal>.</entry> |
826 | image provided. Please see Appendix A for details on how to | ||
827 | change the configuration and create a new cloud-init iso | ||
828 | image.</entry> | ||
829 | </row> | 848 | </row> |
830 | 849 | ||
831 | <row> | 850 | <row> |
@@ -873,6 +892,11 @@ | |||
873 | </tgroup> | 892 | </tgroup> |
874 | </table> | 893 | </table> |
875 | 894 | ||
895 | <note> | ||
896 | <para>To procure the VNF image files and their licenses, please | ||
897 | contact each respective VNF provider.</para> | ||
898 | </note> | ||
899 | |||
876 | <para>Instantiate the Fortigate VNF by selecting the trgt device, then | 900 | <para>Instantiate the Fortigate VNF by selecting the trgt device, then |
877 | <literal>VNF -> Instances -> Add</literal>.</para> | 901 | <literal>VNF -> Instances -> Add</literal>.</para> |
878 | 902 | ||
@@ -936,8 +960,7 @@ | |||
936 | <row> | 960 | <row> |
937 | <entry>License File</entry> | 961 | <entry>License File</entry> |
938 | 962 | ||
939 | <entry><literal>FGVM08TM00001.lic</literal>. Please make sure to | 963 | <entry>The FortiGate license file provided by Fortinet.</entry> |
940 | use a valid license file (.lic) received from Fortinet.</entry> | ||
941 | </row> | 964 | </row> |
942 | 965 | ||
943 | <row> | 966 | <row> |
diff --git a/doc/book-enea-nfv-access-example-usecases/doc/vnf_chaining.xml b/doc/book-enea-nfv-access-example-usecases/doc/vnf_chaining.xml index b8b0d5e..8b82337 100644 --- a/doc/book-enea-nfv-access-example-usecases/doc/vnf_chaining.xml +++ b/doc/book-enea-nfv-access-example-usecases/doc/vnf_chaining.xml | |||
@@ -2,6 +2,13 @@ | |||
2 | <chapter id="vnf_chaining"> | 2 | <chapter id="vnf_chaining"> |
3 | <title>VNF Chaining Example Use-case</title> | 3 | <title>VNF Chaining Example Use-case</title> |
4 | 4 | ||
5 | <para>The term service chaining or service function chaining (SFC) is used | ||
6 | to describe the definition and instantiation of an ordered list of instances | ||
7 | of such service functions and the subsequent "steering" of traffic flows | ||
8 | through those service functions. The set of enabled service function chains | ||
9 | reflects operator service offerings and is designed in conjunction with | ||
10 | application delivery and service and network policy.</para> | ||
11 | |||
5 | <para>The following is an example of how to setup and configure a | 12 | <para>The following is an example of how to setup and configure a |
6 | branch-to-branch service comprised on two commercial VNFs (SD-WAN + | 13 | branch-to-branch service comprised on two commercial VNFs (SD-WAN + |
7 | Firewall). This service will run in a service chain on top of the Enea NFV | 14 | Firewall). This service will run in a service chain on top of the Enea NFV |
@@ -40,11 +47,6 @@ | |||
40 | 47 | ||
41 | <para>The following files are needed for this example use-case:</para> | 48 | <para>The following files are needed for this example use-case:</para> |
42 | 49 | ||
43 | <note> | ||
44 | <para>To procure the VNF image files and their licenses, please | ||
45 | contact each respective VNF provider.</para> | ||
46 | </note> | ||
47 | |||
48 | <itemizedlist> | 50 | <itemizedlist> |
49 | <listitem> | 51 | <listitem> |
50 | <para>Fortigate VNF image file.</para> | 52 | <para>Fortigate VNF image file.</para> |
@@ -55,6 +57,10 @@ | |||
55 | </listitem> | 57 | </listitem> |
56 | 58 | ||
57 | <listitem> | 59 | <listitem> |
60 | <para>vSRX-Site<x>.iso Cloud-init files.</para> | ||
61 | </listitem> | ||
62 | |||
63 | <listitem> | ||
58 | <para>VNF Configuration files, provided with your Enea NFV Access | 64 | <para>VNF Configuration files, provided with your Enea NFV Access |
59 | Release:</para> | 65 | Release:</para> |
60 | 66 | ||
@@ -64,15 +70,18 @@ | |||
64 | </listitem> | 70 | </listitem> |
65 | 71 | ||
66 | <listitem> | 72 | <listitem> |
67 | <para><filename>vSRX-Site<x>.iso</filename>.</para> | ||
68 | </listitem> | ||
69 | |||
70 | <listitem> | ||
71 | <para><filename>FortiFW-Site<x>.conf</filename>.</para> | 73 | <para><filename>FortiFW-Site<x>.conf</filename>.</para> |
72 | </listitem> | 74 | </listitem> |
73 | </itemizedlist> | 75 | </itemizedlist> |
74 | </listitem> | 76 | </listitem> |
75 | </itemizedlist> | 77 | </itemizedlist> |
78 | |||
79 | <note> | ||
80 | <para>To procure the VNF image files and their licenses, please | ||
81 | contact each respective VNF provider. To create the | ||
82 | vSRX-Site<x>.iso file, please follow the documentation provided | ||
83 | by Juniper.</para> | ||
84 | </note> | ||
76 | </section> | 85 | </section> |
77 | 86 | ||
78 | <section id="exam_setup_chain"> | 87 | <section id="exam_setup_chain"> |
@@ -205,8 +214,8 @@ | |||
205 | </listitem> | 214 | </listitem> |
206 | 215 | ||
207 | <listitem> | 216 | <listitem> |
208 | <para>Add <literal>license</literal> as the Cloud-Init content | 217 | <para>In the Cloud-init content files field add an entry where |
209 | in the Cloud-Init tab files.</para> | 218 | <literal>Path: license</literal>.</para> |
210 | </listitem> | 219 | </listitem> |
211 | </itemizedlist> | 220 | </itemizedlist> |
212 | </listitem> | 221 | </listitem> |
@@ -222,11 +231,6 @@ | |||
222 | <listitem> | 231 | <listitem> |
223 | <para>Use <filename>vSRX-Site1.iso</filename> as the Cloud-Init | 232 | <para>Use <filename>vSRX-Site1.iso</filename> as the Cloud-Init |
224 | file.</para> | 233 | file.</para> |
225 | |||
226 | <note> | ||
227 | <para>Please follow Juniper's documentation to create the | ||
228 | <filename>vSRX-Site1.iso</filename> file.</para> | ||
229 | </note> | ||
230 | </listitem> | 234 | </listitem> |
231 | 235 | ||
232 | <listitem> | 236 | <listitem> |
@@ -239,7 +243,7 @@ | |||
239 | <listitem> | 243 | <listitem> |
240 | <para>Add virtual interfaces:</para> | 244 | <para>Add virtual interfaces:</para> |
241 | 245 | ||
242 | <itemizedlist> | 246 | <itemizedlist spacing="compact"> |
243 | <listitem> | 247 | <listitem> |
244 | <para>Management interface added to | 248 | <para>Management interface added to |
245 | <literal>vnf_mgmt_br</literal>.</para> | 249 | <literal>vnf_mgmt_br</literal>.</para> |