blob: 1b0f2234b30be1c59659229095840dcd519facf2 [file] [log] [blame]
Scott Seabolt24be1192018-04-30 12:13:49 -04001.. ============LICENSE_START==========================================
2.. ===================================================================
3.. Copyright © 2018 AT&T Intellectual Property. All rights reserved.
4.. ===================================================================
5.. Licensed under the Creative Commons License, Attribution 4.0 Intl. (the "License");
6.. you may not use this documentation except in compliance with the License.
7.. You may obtain a copy of the License at
8..
9.. https://creativecommons.org/licenses/by/4.0/
10..
11.. Unless required by applicable law or agreed to in writing, software
12.. distributed under the License is distributed on an "AS IS" BASIS,
13.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14.. See the License for the specific language governing permissions and
15.. limitations under the License.
16.. ============LICENSE_END============================================
17
18.. _appc_cdt_guide:
19
20===================
21APPC CDT User Guide
22===================
23
24Introduction
25============
26
27This document is the APPC Controller Design Tool (CDT) User Guide for self-service
28onboarding of VNFs. VNF owners can create templates and other artifacts
29for APPC Configure command (used to apply a post-instantiation
30configuration) as well as other life cycle commands.
31
32A complete list of all APPC supported commands is contained in the
33APPC LCM API Guide available on onap.readthedocs.io.
34
35Overview of APPC Support for VNF Configuration and Lifecycle Commands
36======================================================================
37
38APPC is an ONAP component that performs functions to manage the
39lifecycle of VNFs and their component. The picture below summarizes the
40APP-C design intent.
41
42|image0|
43
44Some lifecycle commands are supported on any VNF type, such as commands
45executed using OpenStack or for generic REST calls such as for
46HealthCheck. Other commands require models called templates to be
47created in the APPC Controller Design Tool(CDT) by the VNF owner.
48
49Templates are needed for lifecycle commands such as for
50post-instantiation configuration and for passing payloads to a Chef or
51Ansible server. Templates contain static and instance-specific
52parameters in a structured language (currently limited to xml and JSON).
53The APPC CDT allows a VNF technology owner to identify the
54instance specific parameters with a unique name.
55
56At run time, the instance specific parameter values are populated in the
57template to replace the parameter name.
58
59|image1|
60
61|image2|
62
63|image3|
64
65Overview of the Onboarding Process
66==================================
67
68Pre-Requisites for Onboarding:
69------------------------------
70
71- The VNF must support the below listed device protocols along with OpenStack for VM-level commands:
72 - Netconf,
73 - Chef,
74 - Ansible,
75 - REST - The REST protocol is used for REST interfaces to a VNF. Currently, the only action that can use REST is HealthCheck.
76 - RESTCONF - The RESTCONF protocal is used only for VNFs that support Netconf and are able to be mounted in OpenDayLight (ODL). Use the protocal NETCONF-XML if the VNF is not ODL mountable.
77
78- In order to build the templates needed for lifecycle commands, the
79 VNF owner will be asked to upload either an xml file (for Netconf) or
80 a JSON file (for Chef or Ansible). This file contains the parameter
81 values in a valid schema that would be sent to either the VNF or the
82 Chef/Ansible server to execute the action. For more detail on
83 Netconf, Chef, or Ansible, see the ONAP vendor guidelines at:
84
85 https://wiki.onap.org/pages/viewpage.action?pageId=1015852&preview=/1015849/1017888/VNF%20Management%20Requirements%20for%20OpenECOMP.pdf
86
87- The VNF related key identifiers (vnf-type, vnfc-type,
88 vnfc-function-code) that will be stored in A&AI have been defined.
89
90Onboarding Process Steps:
91-------------------------
92
931. Use the APPC CDT GUI to populate **reference data**
94 describing the VNF and action to be onboarded.
95
96 - Select the VNF, action, and protocol to be on-boarded.
97
98 - Describe the VM/VNFC components that comprise the VNFs. APPC
99 will use this VM/VNFC data to update A&AI when configuring the VNF
100 at run time.
101
1022. Create a **template** from a golden configuration file.
103
104 - Upload a golden configuration file (described later) into the APPC CDT GUI.
105
106 - Manually edit the configuration file to associate parameter names
107 with instance-specific values you wish to parameterize (e.g., IP addresses).
108
109 - This creates a template file, which will be used at run-time to
110 create the payload that APPC sends to the VNF or to Ansible/Chef.
111
112 - Alternative: If the golden configuration changes, rather than
113 manually re-creating an updated template, you can *automatically*
114 create an updated template by **Merging** a current parameter
115 name-value pairs file with the new configuration file. APPC will
116 scan the new configuration file, and automatically replace values
117 with parameter names.
118
1193. Create a **parameter definition** file describing instance-specific
120 parameters in the template.
121
122 - Once you have a template, use the **Synchronize** button to
123 automatically create/update a parameter definition file (and a
124 parameter name-value pair file) based on the template.
125
126 - You can then populate/update the fields describing each parameter.
127
128 - If the parameters will be populated from external systems (such as INSTAR), you can upload
129 a key file that automatically populates key fields used to retrieve
130 data from the external system.
131
132 - If the parameters will be populated from A&AI, you can select the
133 rules and key fields used to retrieve data from A&AI.
134
135 - The parameter definition file will be used at run time to
136 automatically obtain parameter values from external system, A&AI, or a user
137 input spreadsheet for insertion into the template.
138
1394. Create a **parameter name-value pair file** for those parameters.
140
141 - Once you have a template, use the **Synchronize** button to
142 automatically create a parameter name-value pair file (and a
143 parameter definition file) based on the template.
144
145 - The parameter name-value file serves as a guide for populating
146 instance-specific data into the user input spreadsheet used at run
147 time. The parameter name-value file can also be used to automatically
148 create a template via the **Merge** function as described in step 2.
149
1505. **Test** the template in your test environment using the **TEST** function of APPC CDT
151
152 - Use the **Save to APP-C** button in the CDT GUI to save the
153 artifacts for your VNF to APPC.
154
155 - Prepare a user input excel file on your PC and upload it to the
156 **TEST** function in the APPC CDT.
157
158 - Use the **TEST** function in the APPC CDT to execute the on-boarded action on the VNF. Verify the VNF works as expected.
159
160 **NOTE** The **TEST** function is currently being developed as part of Beijing release and screen shots in this document are not yet updated to show this new function yet.
161
162The screen shots in following sections illustrate how to use the APPC CDT GUI for each step.
163
164Artifacts used for Onboarding:
165------------------------------
166
167For a given VNF, each action must be on-boarded separately. Actions can
168be on-boarded in any order; it is not required that Configure be the first action onboarded.
169
170You will create 1 Reference Data file for each VNF, and a set of up to 3
171files for each action you are onboarding:
172
173 1. Template
174 2. Parameter definition file (pd\_configure)
175 3. Parameter name-value pair file (param\_configure)
176
177For example, onboarding the vABC VNF for 2 actions (Configure and
178ConfigModify) may result in these 7 files:
179
180 1. reference\_AllAction\_vABC\_0.0.1V
181 2. template\_Configure\_vABC\_0.0.1V
182 3. pd\_Configure\_vABC\_0.0.1V
183 4. param\_Configure\_vABC\_0.0.1V
184 5. template\_ConfigModify\_vABC\_0.0.1V
185 6. pd\_ConfigModify\_vABC\_0.0.1V
186 7. param\_ConfigModify\_vABC\_0.0.1V
187
188A **Template** is required for the Ansible, Chef and Netconf protocols.
189
190The **Parameter Definition** and **Parameter Name-Value Pair** artifacts
191are typically used with the Configure and ConfigModify templates and are
192optional for templates of other actions.
193
194OpenStack and REST protocols do not use a template or parameter
195definitions or name-value pairs.
196
197Using the APPC Design Tool for VNF Onboarding
198=============================================
199
200Go to the APPC CDT GUI in the test environment using a Firefox browser.
201
202http://<server>:8080/config-design-tool/index.html#/home
203
204|image4|
205
206Clicking on About Us will display the current software version and who to contact for support. The contact information is configurable. What is display in diagram is just an example.
207
208|image5|
209
210Choose My VNFs”.
211
212If you have not used APPC CDT previously, you will be asked to
213enter your user id. Your work will be stored under this user id. There
214is no password required at this time.
215
216Note: If multiple self-service users will be working on a set of VNFs,
217it is suggested that you enter a group\_name rather than your user\_id.
218This group name would be used by all users in the group so that all
219users can view/edit the same set of artifacts.
220
221If you have previously used APPC CDT, you user id will
222automatically be selected.
223
224|image6|
225
226The My VNFs GUI displays a list of the vnf-type/vnfc-types which are
227stored under your userid in the APPC database. You can choose either
228Create New VNF or View/Edit for one of your existing VNFs.
229
230|image7|
231
232If you have not created any VNF artifacts in the current release of the
233APPC CDT, you will see a screen like this; click Create new
234VNF to begin.
235
236VNF artifacts created using earlier versions of the APPC CDT
237can be uploaded and then edited/saved, as shown on later screens. You
238should not have to re-create these VNF artifacts.
239
240|image8|
241
242If you choose to create a new VNF, you will see a pop-up box like this.
243
244|image9|
245
246Enter the VNF Type (and optional VNFC Type) and click next.
247
248Alternatively, you can leave the VNF type blank and choose PROCEED
249ANYWAY if you want to proceed to the Reference Data screen where you
250can populate the VNF reference data by uploading an existing Reference
251File or by manually entering it.
252
253You must populate the VNF field if uploading the existing file does not
254populate it.
255
256Populate reference data describing the VNF and action to be onboarded
257---------------------------------------------------------------------
258
259|image10|
260
261|image11|
262
263|image12|
264
265|image13|
266
267|image14|
268
269Note 1: When downloading your work to APPC; the system will download
270only the artifacts that have been updated in the current session. You
271may not see all 4 artifacts unless you visit/edit the reference,
272template, parameter and parameter definition screens.
273
274Note 2: When downloading files, the system will display a pop-up window
275for each file, but the windows are all placed on top of each other. You
276can drag the pop-up windows if you want to see them all at the same
277time.
278
279|image15|
280
281Populate OpenStack actions for a VM
282~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
283
284You can also onboard OpenStack commands for the VM level components of
285the VNF
286
287Under Action’, select OpenStack Actions and then under Protocol
288select OpenStack”.
289
290You must populate the VNF type if it is not already populated.
291
292|image16|
293
294Next, upload an excel file of VM capabilities for your VNF. The excel
295must list OpenStack actions in the first column, and then have a column
296for each VM type (i.e., VNFC Function Code) showing which actions are
297applicable for that VM type, as shown Excel sample below:
298
299|imageA|
300
301APPC will import the data from the excel and display the results.
302
303|image17|
304
305The Template and Parameter Definition tabs do not apply to OpenStack
306commands.
307
308REFERENCE DATA SCREEN HELP
309
310+--------------------------+------------------------------------------------------------------------------------------------------------------+
311| **Field/Object** | **Description** |
312+==========================+==================================================================================================================+
313| **VNF Reference Data** |
314+--------------------------+------------------------------------------------------------------------------------------------------------------+
315| Action | The action to be executed on the VNF, e.g., CONFIGURE (see table below). |
316+--------------------------+------------------------------------------------------------------------------------------------------------------+
317| VNF Type | The name of the VNF, e.g. vDBE. |
318+--------------------------+------------------------------------------------------------------------------------------------------------------+
319| VNFC Type | NA when describing a VNF; When describing a VNFC, enter the VNFC name e.g.,MSC, SSC, MMC, etc. |
320+--------------------------+------------------------------------------------------------------------------------------------------------------+
321| Device Protocol | Choose desired protocol e.g., NETCONF-XML (see table below). |
322+--------------------------+------------------------------------------------------------------------------------------------------------------+
323| Template | Will there be a template created for this VNF and action? Yes/No. |
324+--------------------------+------------------------------------------------------------------------------------------------------------------+
325| User Name | Enter the user name used to configure the VNF e.g., admin or root”. |
326+--------------------------+------------------------------------------------------------------------------------------------------------------+
327| Port Number | Enter the port number used to configure the VNF, e.g., 22. |
328+--------------------------+------------------------------------------------------------------------------------------------------------------+
329| Context URL | Enter the context portion of the REST URL (Currently used only for the HealthCheck action with REST protocol). |
330+--------------------------+------------------------------------------------------------------------------------------------------------------+
331| **VNFC information** |
332+--------------------------+------------------------------------------------------------------------------------------------------------------+
333| VNFC Type | Enter the VNFC name e.g. MSC, SSC, MMC, etc. |
334+--------------------------+------------------------------------------------------------------------------------------------------------------+
335| VNFC Function Code | Enter the standard 3 character value for the VNFC. |
336+--------------------------+------------------------------------------------------------------------------------------------------------------+
337| IP Address V4 OAM VIP | Select Y to store the O&AM VIP address with the VNFC record; otherwise select N. |
338+--------------------------+------------------------------------------------------------------------------------------------------------------+
339| Group Notation Type | Select the naming scheme for VNFC/VM instances (first-vnfc-name, fixed value, relative value) |
340+--------------------------+------------------------------------------------------------------------------------------------------------------+
341| Group Notation Value | For first-vnfc-name type, enter text such as pair or group”. |
342| | |
343| | For fixed value type, enter any alpha-numeric text 1”, test etc. |
344| | |
345| | For relative value type, enter a number 1”, 2”, 4”, etc |
346+--------------------------+------------------------------------------------------------------------------------------------------------------+
347| Number of VMs | Enter the # of VM’s for this VNFC. |
348+--------------------------+------------------------------------------------------------------------------------------------------------------+
349
350|
351
352This table shows which actions and protocols are currently available for
353on-boarding with the Beijing release.
354
355+----------------------------------------+--------------+---------------+------------+------------+----------------+
356| **Action** | **Netconf/ | **Ansible** | **Chef** | **REST** | **OpenStack |
357| | Restconf** | | | | (VM Level)** |
358+========================================+==============+===============+============+============+================+
359| **AttachVolume** |   |   |   |   | YES |
360+----------------------------------------+--------------+---------------+------------+------------+----------------+
361| **Configure** | YES | YES | YES |   |   |
362+----------------------------------------+--------------+---------------+------------+------------+----------------+
363| **Config Modify** | YES | YES | YES |   |   |
364+----------------------------------------+--------------+---------------+------------+------------+----------------+
365| **Config Backup** |   | YES | YES |   |   |
366+----------------------------------------+--------------+---------------+------------+------------+----------------+
367| **Config Restore** |   | YES | YES |   |   |
368+----------------------------------------+--------------+---------------+------------+------------+----------------+
369| **ConfigScaleOut** | YES   | YES | YES |   |   |
370+----------------------------------------+--------------+---------------+------------+------------+----------------+
371| **DetachVolume** |   |   |   |   | YES |
372+----------------------------------------+--------------+---------------+------------+------------+----------------+
373| **Evacuate** |   |   |   |   | YES |
374+----------------------------------------+--------------+---------------+------------+------------+----------------+
375| **GetRunning Config\*** | YES | YES | YES |   |   |
376+----------------------------------------+--------------+---------------+------------+------------+----------------+
377| **HealthCheck** |   | YES | YES | YES |   |
378+----------------------------------------+--------------+---------------+------------+------------+----------------+
379| **Migrate** |   |   |   |   | YES |
380+----------------------------------------+--------------+---------------+------------+------------+----------------+
381| **QuiesceTraffic** |   | YES | YES |   |   |
382+----------------------------------------+--------------+---------------+------------+------------+----------------+
383| **Rebuild** |   |   |   |   | YES |
384+----------------------------------------+--------------+---------------+------------+------------+----------------+
385| **Restart** |   |   |   |   | YES |
386+----------------------------------------+--------------+---------------+------------+------------+----------------+
387| **ResumeTraffic** |   | YES | YES |   |   |
388+----------------------------------------+--------------+---------------+------------+------------+----------------+
389| **Snapshot** |   |   |   |   | YES |
390+----------------------------------------+--------------+---------------+------------+------------+----------------+
391| **Start** |   |   |   |   | YES |
392+----------------------------------------+--------------+---------------+------------+------------+----------------+
393| **Start Application** |   | YES | YES |   |   |
394+----------------------------------------+--------------+---------------+------------+------------+----------------+
395| **Stop** |   |   |   |   | YES |
396+----------------------------------------+--------------+---------------+------------+------------+----------------+
397| **Stop Application** |   | YES | YES |   |   |
398+----------------------------------------+--------------+---------------+------------+------------+----------------+
399| **UpgradeBackout** |   | YES | YES |   |   |
400+----------------------------------------+--------------+---------------+------------+------------+----------------+
401| **UpgradeBackup** |   | YES | YES |   |   |
402+----------------------------------------+--------------+---------------+------------+------------+----------------+
403| **UpgradePostCheck** |   | YES | YES |   |   |
404+----------------------------------------+--------------+---------------+------------+------------+----------------+
405| **UpgradePreCheck** |   | YES | YES |   |   |
406+----------------------------------------+--------------+---------------+------------+------------+----------------+
407| **UpgradeSoftware** |   | YES | YES |   |   |
408+----------------------------------------+--------------+---------------+------------+------------+----------------+
409
410 \* GetRunningConfig is used internally by APP-C and is not callable by clients via the APP-C API.
411
412
413
414Create a template from a golden configuration file
415----------------------------------------------------
416
417There are several ways to create a template in APPC CDT:
418
419- Start from golden instance config file; manually add parameters
420 (described in this section)
421
422- Start with a template file, manually add more parameters. (described
423 in section Synchronizing a Template)
424
425- Start with config file; create updated template by **merging**
426 name-value pairs. (described in Create a file containing name-value pairs for parameters section)
427
428Start with a working configuration for a golden instance of the VNF
429(xml if Netconf) or the payload to be downloaded to the Chef or Ansible
430server (JSON).
431
432Open the XML or JSON file in Notepad ++ and verify that the format is
433schema compliant. If the xml file is for a post-instantiation
434configuration, then modify the config to include only statements that
435are to be added (merged) with any configuration that is on the VNF
436instance after instantiation. For example, remove statements that might
437change root passwords, etc.
438
439Optionally, add Velocity statements to the file, if desired, to handle
440special constructs such as variable lists, template defined constants,
441conditional statements, etc.
442
443Here are links with more information about the Velocity java-based
444template engine:
445
446 http://velocity.apache.org/engine/2.0/vtl-reference.html
447
448 http://velocity.apache.org/engine/2.0/user-guide.html
449
450This screen shows a sample Golden Configuration file that has been
451uploaded to APP-C CDT.
452
453|image18|
454
455Next, designate instance-specific values as parameters, using this
456procedure:
457
458 1) Highlight the instance-specific value with the cursor
459
460 |image19|
461
462 2) Type CTRL and 4 to insert a parameter name.
463
464 |image20|
465
466 3) Type the parameter name in the parentheses
467
468 |image21|
469
470 4) Type CTRL and S to save the parameter.
471
472 |image22|
473
474Repeat for each instance-specific value that you wish to turn into a
475parameter.
476
477*Summary of editing commands:*
478
479 - CTRL+4 to add a parameter (also saves previous unsaved parameter)
480 - CTRL+S to save a parameter
481 - CTRL+Z to undo the last edit
482
483Notes on naming Parameters:
484
485- Choose meaningful, unique parameter names for each parameter. If the
486 same parameter value appears in multiple places in the config, the
487 parameter name which is assigned to the first instance will be
488 automatically assigned to all instances. However, you may choose a
489 different parameter name for each instance of the parameter value
490 (except when using the MERGE function).
491
492- Use only dash (-) or underline (\_) as separators between words in
493 the name.
494
495- The name should not contain spaces or any other special characters.
496
497- Do not use parameter names which are sub-strings of other parameter
498 names. For example, dont use field1 and field12 as parameter names.
499
500
501Synchronizing a Template
502~~~~~~~~~~~~~~~~~~~~~~~~
503
504Once you have named all the parameters (this example shows 2
505parameters), click the SYNCHRONIZE button to automatically create a
506parameter definition file and a parameter name-value file. The next
507sections describe these files.
508
509It may take a few seconds for the system to SYNCHRONIZE; when it is
510complete, you will be taken to the Parameter Definition screen.
511
512Remember to use the SAVE and/or DOWNLOAD buttons on the Reference Data
513screen to preserve your work.
514
515|image23|
516
517Modifying an Existing Template
518~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
519
520In addition to creating new templates, you can also modify an existing
521template by adding or removing parameter names.
522
523To add a new parameter name, follow the steps in the Create a template from a "golden" configuration file section above.
524SYNCHRONIZE to add the new parameter to the name/value and parameter
525definition GUI.
526
527To remove an existing parameter name, remove the parameter name (i.e.,
528${name}) using the backspace key and replace with the static value. Then
529SYNCHRONIZE to remove the parameter from the name/value and parameter
530definition GUI.
531
532Remember to use the SAVE and/or DOWNLOAD buttons on the Reference Data
533screen to preserve your work.
534
535Create a parameter definition file describing instance-specific parameters in the template
536------------------------------------------------------------------------------------------
537
538Clicking the SYNCHRONIZE button after creating a template will automatically create/update a parameter definition file for
539that template (and a parameter name-value file described in the next
540section). Alternatively, you can upload an existing parameter definition
541file from your PC.
542
543You can view or edit the definition fields for each parameter via the
544Parameter Definition screen. Note that any edits to the parameter names
545would be overwritten by a subsequent SYNCHRONIZE with the template.
546
547|image24|
548
549Select a Source for each parameter
550~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
551
552There are three choices for the source:
553
5541. External Systems (e.g., INSTAR). APPC will automatically obtain parameter values from
555 an external system (typically IP addresses for VNFs). First, obtain a
556 key file for your VNF. Then use the
557 Upload Key File button on the Parameter Definition screen. APPC
558 will automatically populate key names and values used to retrieve data
559 from an external system.
560
561
5622. ***A&AI***. APPC will automatically obtain parameter values from
563 A&AI (typically VNF/VNFC/VM identifiers). After selecting A&AI”,
564 select a rule type and APPC will automatically populate the key
565 names and values. For rule types that include a list, populate the
566 Filter By Field and Filter By Value’.
567
568 |image26|
569
5703. ***Manual.*** APPC will use a manually-created excel to populate
571 parameter values. Later section describes this User Input Spreadsheet.
572
573Remember to use the SAVE and/or DOWNLOAD buttons on the Reference Data
574screen to preserve your work.
575
576Create a file containing name-value pairs for parameters
577--------------------------------------------------------
578
579Clicking the SYNCHRONIZE button after creating a template (see section
580Synchronizing a Template) will automatically create/update a parameter name-value pair file
581for that template (and a parameter definition file described in the
582previous section).
583
584Navigate to the Template tab and Param Values subtab to view/edit
585parameter name-value pairs.
586
587If you make any edits, remember to use the SAVE and/or DOWNLOAD buttons
588on the Reference Data screen to preserve your work.
589
590|image27|
591
592Option: Using MERGE to automatically create a template from a parameter name-value pair file
593~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
594
595The APPC Design Tool also provides a way to create a template from an
596existing parameter name-value pair file. This is useful when the
597configuration of the VNF has changed. Rather than manually recreating
598the template, you can use the MERGE function to automatically add
599parameter names based on a valid name-value pairs file from a previous
600template.
601
602First, navigate to the Template tab and Param Values subtab and click
603on UPLOAD PARAM FILE
604
605|image28|
606
607Then navigate to the Template configuration screen. Upload a
608configuration file that contains values you wish to turn into
609parameters.
610
611|image29|
612
613Next, click MERGE”. APPC will automatically add parameters to the
614configuration file using the name-value pairs. Wherever APPC finds a
615matching value, it will add the corresponding parameter name.
616
617After using the MERGE button to create a template, you can use the
618SYNCHRONIZE button to create/update the parameter definition file and
619name-value files.
620
621Remember to use the SAVE and/or DOWNLOAD buttons on the Reference Data
622screen to preserve your work.
623
624|image30|
625
626Test the template in a lab using APPC CDT Test Function
627=======================================================================
628
629User Input Spreadsheet
630----------------------
631
632The following steps are used to prepare a user input spreadsheet for the
633VNF instance and action to be tested.
634
6351. Start with this generic 1802 user input excel spreadsheet.
636
637 :download:`Generic 1802 User Input Spreadsheet v.02.xlsx` (compatible with excel 2013)
638
6392. Update the user-input sections of the spreadsheet.
640
641 a) Upload Data tab: choose action, populate VNF-ID
642
643 b) >Action< tab: Select the tab for the action being tested. Choose a
644 protocol and enter required action identifiers & request parameter
645 values. Enter any payload parameter names and values required for
646 this associated template. (copy/paste from a name-value pair file or
647 other source).
648
649 The screen shots on the following pages show the user input sections
650 highlighted in yellow.
651
6521. Save the spreadsheet with a name for your VNF instance and action.
653
654Upload Data tab Select action to be tested and populate any action
655identifiers such as vnf-id.
656
657|image31|
658
659Action tab: This example is for the ConfigModify action, so the
660ConfigModify tab is shown. Choose a protocol and enter required action
661identifiers & request parameter values. Enter any payload parameter
662names and values required for this associated template. (You may
663copy/paste from a name-value pair file or other source).
664
665|image32|
666
667Using APPC CDT TEST action to test a VNF configuration template
668-----------------------------------------------------------------
669
670The APPC CDT **TEST** action is used to initiate configuration
671and other lifecycle commands.
672
673**Prerequisites**
674 - Testing requires an instance of the target VNF to be reachable from your test environment.
675 - You have created the on-boarding artifacts (e.g., reference file, template, etc) for the target VNF type and action in CDT and saved them to APPC.
676 - You have created a user input spreadsheet for the VNF and action you wish to test.
677
678**Steps to use the TEST function of the APPC Design Tool**
679
6801. Choose the TEST function on the APPC Design Tool home page
681
682 |image33|
683
6842. Upload the user input spreadsheet
6853. Click on EXECUTE TEST
6864. View test progress; poll for test status if necessary.
687
688 |image34|
689
690 |image35|
691
6925. View Test Results
693
694 |image36|
695
696
697Note on populating southbound properties:
698~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
699
700When a new vnf-type is created or a new action is added to an existing
701vnf-type using the CDT tool and the Reference Data artifact is loaded to
702APPC, an update is made to the APPC run-time southbound properties
703file for the vnf-type.   The southbound properties are needed for
704connecting to a VNF instance or Ansible server.   The southbound
705properties contain the following information:
706
707``{vnf\_type}.{protocol}.{action}.user = {value}``
708
709``{vnf\_type}.{protocol}.{action}.port = {value}``
710
711``{vnf\_type}.{protocol}.{action}.password = {value}``
712
713``{vnf\_type}.{protocol}.{action}.url = {value}``
714
715The user, port, and url values are contained in the Reference Data
716artifact, if populated by the self-service user The password value is
717updated by T2 production support using a GUI tool provided. <TO DO: CHECK ON THIS>
718
719The current process which creates the southbound properties from the
720Reference Data only updates the southbound properties file only a single
721node in the APPC cluster.  
722
723
724APP-C Design Tool - File Descriptions
725=====================================
726
727+--------------------------------------------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+
728| **File Description** | **File Format** | **File name / example** |
729+======================================================================================================================================+===================+======================================================+
730| | | |
731| **Pre-template Config file** contains a golden or working configuration (for Netconf) or JSON data block (for Chef or Ansible). | XML, JSON | :download:`simple xml config.txt` |
732| | | |
733+--------------------------------------------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+
734| | | |
735| **Reference file** [5]_ describes a VNF in terms of its subtending VMs and VNFCs and the actions/protocols being onboarded. | XML, JSON | :download:`reference_AllAction_vPQR_0.0.1V.json` |
736| | | |
737+--------------------------------------------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+
738| | | |
739| **Template file** a configuration file with parameters for instance-specific fields. | XML | :download:`template_Configure_vABC_0.0.1.txt` |
740| | | |
741+--------------------------------------------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+
742| | | |
743| **Parameter Definition file** (aka pd\_Configure) contains **parameter definitions** associated with a template. | YAML | :download:`pd_Configure_vABC_0.0.1V.yaml.txt` |
744| | | |
745+--------------------------------------------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+
746| | | |
747| **Name-Value file** (aka param\_Configure) contains name-value pairs for parameters associated with a template. | JSON | :download:`param_Configure_vABC_0.0.1V.txt` |
748| | | |
749+--------------------------------------------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+
750| | | |
751| **Key data file** contains external system data to populate a PD configure file. | TXT | <TO DO: Need sample file> |
752| | | |
753+--------------------------------------------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+
754
755Note: Do not alter file names because APPC CDT requires a specific file naming format. Note that for yaml files, Sphinx is not able to handle correctly, so we had to add .txt to allow the download. Please remember to remove .txt from pd_Configure_vABC_0.0.1V.yaml.txt when you download it.
756
757.. |image0| image:: media/image0.png
758 :width: 7.88889in
759 :height: 4.43750in
760.. |image1| image:: media/image1.png
761 :width: 8.72292in
762 :height: 4.51788in
763.. |image2| image:: media/image2.png
764 :width: 8.75000in
765 :height: 4.58908in
766.. |image3| image:: media/image3.png
767 :width: 8.70833in
768 :height: 4.89844in
769.. |image4| image:: media/image4.png
770 :width: 7.46875in
771 :height: 4.19310in
772.. |image5| image:: media/image5.png
773 :width: 7.23958in
774 :height: 3.87172in
775.. |image6| image:: media/image6.png
776 :width: 7.58491in
777 :height: 4.26651in
778.. |image7| image:: media/image7.png
779 :width: 9.43750in
780 :height: 5.30859in
781.. |image8| image:: media/image8.png
782 :width: 7.86980in
783 :height: 4.72917in
784.. |image9| image:: media/image9.png
785 :width: 7.56250in
786 :height: 4.54450in
787.. |image10| image:: media/image10.png
788 :width: 9.01042in
789 :height: 5.06836in
790.. |image11| image:: media/image11.png
791 :width: 9.44792in
792 :height: 5.31445in
793.. |image12| image:: media/image12.png
794 :width: 9.48958in
795 :height: 5.33789in
796.. |image13| image:: media/image13.png
797 :width: 9.48125in
798 :height: 5.33320in
799.. |image14| image:: media/image14.png
800 :width: 9.25926in
801 :height: 5.20833in
802.. |image15| image:: media/image15.png
803 :width: 9.05556in
804 :height: 5.09375in
805.. |image16| image:: media/image16.png
806 :width: 5.79167in
807 :height: 3.74135in
808.. |imageA| image:: media/imageA.png
809 :width: 5.79167in
810 :height: 3.74135in
811.. |image17| image:: media/image17.png
812 :width: 6.13542in
813 :height: 4.97745in
814.. |image18| image:: media/image18.png
815 :width: 9.00000in
816 :height: 5.27639in
817.. |image19| image:: media/image19.png
818 :width: 5.43423in
819 :height: 1.83333in
820.. |image20| image:: media/image20.png
821 :width: 5.44473in
822 :height: 1.93750in
823.. |image21| image:: media/image21.png
824 :width: 5.32292in
825 :height: 1.92771in
826.. |image22| image:: media/image22.png
827 :width: 5.31153in
828 :height: 1.83333in
829.. |image23| image:: media/image23.png
830 :width: 7.54167in
831 :height: 4.24219in
832.. |image24| image:: media/image24.png
833 :width: 7.48148in
834 :height: 4.20833in
835.. |image26| image:: media/image26.png
836 :width: 6.87789in
837 :height: 3.78125in
838.. |image27| image:: media/image27.png
839 :width: 7.97170in
840 :height: 4.48408in
841.. |image28| image:: media/image28.png
842 :width: 8.56604in
843 :height: 4.81840in
844.. |image29| image:: media/image29.png
845 :width: 9.00943in
846 :height: 5.06781in
847.. |image30| image:: media/image30.png
848 :width: 8.07407in
849 :height: 4.54167in
850.. |image31| image:: media/image31.png
851 :width: 9.00000in
852 :height: 5.18958in
853.. |image32| image:: media/image32.png
854 :width: 9.00000in
855 :height: 5.18958in
856.. |image33| image:: media/image33.png
857 :width: 9.00000in
858 :height: 5.18958in
859.. |image34| image:: media/image34.png
860 :width: 9.00000in
861 :height: 5.18958in
862.. |image35| image:: media/image35.png
863 :width: 9.00000in
864 :height: 5.18958in
865.. |image36| image:: media/image36.png
866 :width: 9.00000in
867 :height: 5.18958in
868
869