Update CDT Guide 91/45291/1
authorScott Seabolt <js9808@att.com>
Mon, 30 Apr 2018 16:13:49 +0000 (12:13 -0400)
committerScott Seabolt <js9808@att.com>
Mon, 30 Apr 2018 16:14:13 +0000 (12:14 -0400)
Update CDT Guide for Test

Issue-ID: APPC-693
Change-Id: Iae770376fc8057892f32ac4374861eb0825fe929
Signed-off-by: Scott Seabolt <js9808@att.com>
docs/APPC CDT Guide/APPC CDT Guide.rst
docs/APPC CDT Guide/media/image33.png [new file with mode: 0644]
docs/APPC CDT Guide/media/image34.png [new file with mode: 0644]
docs/APPC CDT Guide/media/image35.png [new file with mode: 0644]
docs/APPC CDT Guide/media/image36.png [new file with mode: 0644]

index ab83e89..1b0f223 100644 (file)
-.. ============LICENSE_START==========================================\r
-.. ===================================================================\r
-.. Copyright © 2018 AT&T Intellectual Property. All rights reserved.\r
-.. ===================================================================\r
-.. Licensed under the Creative Commons License, Attribution 4.0 Intl.  (the "License");\r
-.. you may not use this documentation except in compliance with the License.\r
-.. You may obtain a copy of the License at\r
-.. \r
-..  https://creativecommons.org/licenses/by/4.0/\r
-.. \r
-.. Unless required by applicable law or agreed to in writing, software\r
-.. distributed under the License is distributed on an "AS IS" BASIS,\r
-.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-.. See the License for the specific language governing permissions and\r
-.. limitations under the License.\r
-.. ============LICENSE_END============================================\r
-.. ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
-\r
-.. _appc_cdt_guide:\r
-\r
-===================\r
-APPC CDT User Guide\r
-===================\r
-\r
-Introduction\r
-============\r
-\r
-This document is the APPC Controller Design Tool (CDT) User Guide for self-service\r
-onboarding of VNF’s. VNF owners can create templates and other artifacts\r
-for APPC Configure command (used to apply a post-instantiation\r
-configuration) as well as other life cycle commands.\r
-\r
-A complete list of all APPC supported commands is contained in the\r
-APPC LCM API Guide available on onap.readthedocs.io.\r
-\r
-Overview of APPC Support for VNF Configuration and Lifecycle Commands\r
-======================================================================\r
-\r
-APPC is an ONAP component that performs functions to manage the\r
-lifecycle of VNF’s and their component. The picture below summarizes the\r
-APP-C design intent.\r
-\r
-|image0|\r
-\r
-Some lifecycle commands are supported on any VNF type, such as commands\r
-executed using OpenStack or for generic REST calls such as for\r
-HealthCheck. Other commands require models called templates to be\r
-created in the APPC Controller Design Tool(CDT) by the VNF owner.\r
-\r
-Templates are needed for lifecycle commands such as for\r
-post-instantiation configuration and for passing payloads to a Chef or\r
-Ansible server. Templates contain static and instance-specific\r
-parameters in a structured language (currently limited to xml and JSON).\r
-The APPC CDT allows a VNF technology owner to identify the\r
-instance specific parameters with a unique name.\r
-\r
-At run time, the instance specific parameter values are populated in the\r
-template to replace the parameter name.\r
-\r
-|image1|\r
-\r
-|image2|\r
-\r
-|image3|\r
-\r
-Overview of the Onboarding Process\r
-==================================\r
-\r
-Pre-Requisites for Onboarding:\r
-------------------------------\r
-\r
--  The VNF must support the below listed device protocols along with OpenStack for VM-level commands:\r
-   - Netconf, \r
-   - Chef, \r
-   - Ansible,\r
-   - REST  - The REST protocol is used for REST interfaces to a VNF. Currently, the only action that can use REST is HealthCheck.\r
-   - 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.\r
-   \r
--  In order to build the templates needed for lifecycle commands, the\r
-   VNF owner will be asked to upload either an xml file (for Netconf) or\r
-   a JSON file (for Chef or Ansible). This file contains the parameter\r
-   values in a valid schema that would be sent to either the VNF or the\r
-   Chef/Ansible server to execute the action. For more detail on\r
-   Netconf, Chef, or Ansible, see the ONAP vendor guidelines at:\r
-\r
-   https://wiki.onap.org/pages/viewpage.action?pageId=1015852&preview=/1015849/1017888/VNF%20Management%20Requirements%20for%20OpenECOMP.pdf\r
-\r
--  The VNF related key identifiers (vnf-type, vnfc-type,\r
-   vnfc-function-code) that will be stored in A&AI have been defined.\r
-\r
-Onboarding Process Steps:\r
--------------------------\r
-\r
-1. Use the APPC CDT GUI to populate **reference data**\r
-   describing the VNF and action to be onboarded.\r
-\r
-    -  Select the VNF, action, and protocol to be on-boarded.\r
-\r
-    -  Describe the VM/VNFC components that comprise the VNF’s. APPC\r
-       will use this VM/VNFC data to update A&AI when configuring the VNF\r
-       at run time.\r
-\r
-2. Create a **template** from a “golden” configuration file.\r
-\r
-       -  Upload a “golden configuration” file (described later) into the APPC CDT GUI.\r
-\r
-       -  Manually edit the configuration file to associate parameter names\r
-          with instance-specific values you wish to parameterize (e.g., IP addresses).\r
-\r
-       -  This creates a template file, which will be used at run-time to\r
-          create the payload that APPC sends to the VNF or to Ansible/Chef.\r
-\r
-       -  Alternative: If the golden configuration changes, rather than\r
-          manually re-creating an updated template, you can *automatically*\r
-          create an updated template by **Merging** a current parameter\r
-          name-value pairs file with the new configuration file. APPC will\r
-          scan the new configuration file, and automatically replace values\r
-          with parameter names.\r
-\r
-3. Create a **parameter definition** file describing instance-specific\r
-   parameters in the template.\r
-\r
-       -  Once you have a template, use the **Synchronize** button to\r
-          automatically create/update a parameter definition file (and a\r
-          parameter name-value pair file) based on the template.\r
-\r
-       -  You can then populate/update the fields describing each parameter.\r
-\r
-       -  If the parameters will be populated from external systems (such as INSTAR), you can upload\r
-          a “key file” that automatically populates key fields used to retrieve\r
-          data from the external system.\r
-\r
-       -  If the parameters will be populated from A&AI, you can select the\r
-          rules and key fields used to retrieve data from A&AI.\r
-\r
-       -  The parameter definition file will be used at run time to\r
-          automatically obtain parameter values from external system, A&AI, or a user\r
-          input spreadsheet for insertion into the template.\r
-\r
-4. Create a **parameter name-value pair file** for those parameters.\r
-\r
-       -  Once you have a template, use the **Synchronize** button to\r
-          automatically create a parameter name-value pair file (and a\r
-          parameter definition file) based on the template.\r
-\r
-       -  The parameter name-value file serves as a guide for populating\r
-          instance-specific data into the user input spreadsheet used at run\r
-          time. The parameter name-value file can also be used to automatically\r
-          create a template via the **Merge** function as described in step 2.\r
-\r
-5. **Test** the template in your test environment using the **TEST** function of APPC CDT\r
-\r
-       -  Use the **Save to APP-C** button in the CDT GUI to save the\r
-          artifacts for your VNF to APPC.  \r
-\r
-       -  Prepare a “user input” excel file on your PC and upload it to the\r
-          **TEST** function in the APPC CDT.\r
-\r
-       -  Use the **TEST** function in the APPC CDT to execute the on-boarded action on the VNF. Verify the VNF works as expected. \r
-       \r
-       **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. \r
-\r
-The screen shots in following sections illustrate how to use the APPC CDT GUI for each step.\r
-\r
-Artifacts used for Onboarding:\r
-------------------------------\r
-\r
-For a given VNF, each action must be on-boarded separately. Actions can\r
-be on-boarded in any order; it is not required that “Configure” be the first action onboarded.\r
-\r
-You will create 1 Reference Data file for each VNF, and a set of up to 3\r
-files for each action you are onboarding:\r
-\r
-       1. Template\r
-       2. Parameter definition file (pd\_configure)\r
-       3. Parameter name-value pair file (param\_configure)\r
-\r
-For example, onboarding the “vABC” VNF for 2 actions (Configure and\r
-ConfigModify) may result in these 7 files:\r
-\r
-       1. reference\_AllAction\_vABC\_0.0.1V\r
-       2. template\_Configure\_vABC\_0.0.1V\r
-       3. pd\_Configure\_vABC\_0.0.1V\r
-       4. param\_Configure\_vABC\_0.0.1V\r
-       5. template\_ConfigModify\_vABC\_0.0.1V\r
-       6. pd\_ConfigModify\_vABC\_0.0.1V\r
-       7. param\_ConfigModify\_vABC\_0.0.1V\r
-\r
-A **Template** is required for the Ansible, Chef and Netconf protocols.\r
-\r
-The **Parameter Definition** and **Parameter Name-Value Pair** artifacts\r
-are typically used with the Configure and ConfigModify templates and are\r
-optional for templates of other actions.\r
-\r
-OpenStack and REST protocols do not use a template or parameter\r
-definitions or name-value pairs.\r
-\r
-Using the APPC Design Tool for VNF Onboarding\r
-=============================================\r
-\r
-Go to the APPC CDT GUI in the test environment using a Firefox browser.\r
-\r
-http://<server>:8080/config-design-tool/index.html#/home\r
-\r
-|image4|\r
-\r
-Clicking 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.\r
-\r
-|image5|\r
-\r
-Choose “My VNF’s”.\r
-\r
-If you have not used APPC CDT previously, you will be asked to\r
-enter your user id. Your work will be stored under this user id. There\r
-is no password required at this time.\r
-\r
-Note: If multiple self-service users will be working on a set of VNF’s,\r
-it is suggested that you enter a group\_name rather than your user\_id.\r
-This group name would be used by all users in the group so that all\r
-users can view/edit the same set of artifacts.\r
-\r
-If you have previously used APPC CDT, you user id will\r
-automatically be selected.\r
-\r
-|image6|\r
-\r
-The “My VNFs” GUI displays a list of the vnf-type/vnfc-types which are\r
-stored under your userid in the APPC database. You can choose either\r
-“Create New VNF” or “View/Edit” for one of your existing VNF’s.\r
-\r
-|image7|\r
-\r
-If you have not created any VNF artifacts in the current release of the\r
-APPC CDT, you will see a screen like this; click “Create new\r
-VNF” to begin.\r
-\r
-VNF artifacts created using earlier versions of the APPC CDT\r
-can be uploaded and then edited/saved, as shown on later screens. You\r
-should not have to re-create these VNF artifacts.\r
-\r
-|image8|\r
-\r
-If you choose to create a new VNF, you will see a pop-up box like this.\r
-\r
-|image9|\r
-\r
-Enter the VNF Type (and optional VNFC Type) and click next.\r
-\r
-Alternatively, you can leave the VNF type blank and choose “PROCEED\r
-ANYWAY” if you want to proceed to the Reference Data screen where you\r
-can populate the VNF reference data by uploading an existing Reference\r
-File or by manually entering it.\r
-\r
-You must populate the VNF field if uploading the existing file does not\r
-populate it.\r
-\r
-Populate reference data describing the VNF and action to be onboarded\r
----------------------------------------------------------------------\r
-\r
-|image10|\r
-\r
-|image11|\r
-\r
-|image12|\r
-\r
-|image13|\r
-\r
-|image14|\r
-\r
-Note 1: When downloading your work to APPC; the system will download\r
-only the artifacts that have been updated in the current session. You\r
-may not see all 4 artifacts unless you visit/edit the reference,\r
-template, parameter and parameter definition screens.\r
-\r
-Note 2: When downloading files, the system will display a pop-up window\r
-for each file, but the windows are all placed on top of each other. You\r
-can drag the pop-up windows if you want to see them all at the same\r
-time.\r
-\r
-|image15|\r
-\r
-Populate OpenStack actions for a VM\r
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
-\r
-You can also onboard OpenStack commands for the VM level components of\r
-the VNF\r
-\r
-Under ‘Action’, select “OpenStack Actions” and then under ‘Protocol’\r
-select “OpenStack”.\r
-\r
-You must populate the ‘VNF type’ if it is not already populated.\r
-\r
-|image16|\r
-\r
-Next, upload an excel file of VM capabilities for your VNF. The excel\r
-must list OpenStack actions in the first column, and then have a column\r
-for each VM type (i.e., VNFC Function Code) showing which actions are\r
-applicable for that VM type, as shown Excel sample below:\r
-\r
-|imageA|\r
-\r
-APPC will import the data from the excel and display the results.\r
-\r
-|image17|\r
-\r
-The Template and Parameter Definition tabs do not apply to OpenStack\r
-commands.\r
-\r
-REFERENCE DATA SCREEN HELP\r
-\r
-+--------------------------+------------------------------------------------------------------------------------------------------------------+\r
-| **Field/Object**         | **Description**                                                                                                  |\r
-+==========================+==================================================================================================================+\r
-|                                                     **VNF Reference Data**                                                                  |\r
-+--------------------------+------------------------------------------------------------------------------------------------------------------+\r
-| Action                   | The action to be executed on the VNF, e.g., “CONFIGURE” (see table below).                                       |\r
-+--------------------------+------------------------------------------------------------------------------------------------------------------+\r
-| VNF Type                 | The name of the VNF, e.g. vDBE.                                                                                  |\r
-+--------------------------+------------------------------------------------------------------------------------------------------------------+\r
-| VNFC Type                | NA when describing a VNF; When describing a VNFC, enter the VNFC name e.g.,MSC, SSC, MMC, etc.                   |\r
-+--------------------------+------------------------------------------------------------------------------------------------------------------+\r
-| Device Protocol          | Choose desired protocol e.g., NETCONF-XML (see table below).                                                     |\r
-+--------------------------+------------------------------------------------------------------------------------------------------------------+\r
-| Template                 | Will there be a template created for this VNF and action? Yes/No.                                                |\r
-+--------------------------+------------------------------------------------------------------------------------------------------------------+\r
-| User Name                | Enter the user name used to configure the VNF e.g., “admin” or “root”.                                           |\r
-+--------------------------+------------------------------------------------------------------------------------------------------------------+\r
-| Port Number              | Enter the port number used to configure the VNF, e.g., 22.                                                       |\r
-+--------------------------+------------------------------------------------------------------------------------------------------------------+\r
-| Context URL              | Enter the context portion of the REST URL (Currently used only for the HealthCheck action with REST protocol).   |\r
-+--------------------------+------------------------------------------------------------------------------------------------------------------+\r
-|                                                      **VNFC information**                                                                   |\r
-+--------------------------+------------------------------------------------------------------------------------------------------------------+\r
-| VNFC Type                | Enter the VNFC name e.g. MSC, SSC, MMC, etc.                                                                     |\r
-+--------------------------+------------------------------------------------------------------------------------------------------------------+\r
-| VNFC Function Code       | Enter the standard 3 character value for the VNFC.                                                               |\r
-+--------------------------+------------------------------------------------------------------------------------------------------------------+\r
-| IP Address V4 OAM VIP    | Select Y to store the O&AM VIP address with the VNFC record; otherwise select N.                                 |\r
-+--------------------------+------------------------------------------------------------------------------------------------------------------+\r
-| Group Notation Type      | Select the naming scheme for VNFC/VM instances (first-vnfc-name, fixed value, relative value)                    |\r
-+--------------------------+------------------------------------------------------------------------------------------------------------------+\r
-| Group Notation Value     | For first-vnfc-name type, enter text such as “pair” or “group”.                                                  |\r
-|                          |                                                                                                                  |\r
-|                          | For fixed value type, enter any alpha-numeric text “1”, “test” etc.                                              |\r
-|                          |                                                                                                                  |\r
-|                          | For relative value type, enter a number “1”, “2”, “4”, etc                                                       |\r
-+--------------------------+------------------------------------------------------------------------------------------------------------------+\r
-| Number of VM’s           | Enter the # of VM’s for this VNFC.                                                                               |\r
-+--------------------------+------------------------------------------------------------------------------------------------------------------+\r
-\r
-|\r
-\r
-This table shows which actions and protocols are currently available for\r
-on-boarding with the Beijing release.\r
-\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
-|  **Action**                            | **Netconf/   | **Ansible**   | **Chef**   | **REST**   | **OpenStack    |\r
-|                                        | Restconf**   |               |            |            | (VM Level)**   |\r
-+========================================+==============+===============+============+============+================+\r
-| **AttachVolume**                       |              |               |            |            | YES            |\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
-| **Configure**                          | YES          | YES           | YES        |            |                |\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
-| **Config Modify**                      | YES          | YES           | YES        |            |                |\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
-| **Config Backup**                      |              | YES           | YES        |            |                |\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
-| **Config Restore**                     |              | YES           | YES        |            |                |\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
-| **ConfigScaleOut**                     | YES          | YES           | YES        |            |                |\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
-| **DetachVolume**                       |              |               |            |            | YES            |\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
-| **Evacuate**                           |              |               |            |            | YES            |\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
-| **GetRunning Config\***                | YES          | YES           | YES        |            |                |\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
-| **HealthCheck**                        |              | YES           | YES        | YES        |                |\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
-| **Migrate**                            |              |               |            |            | YES            |\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
-| **QuiesceTraffic**                     |              | YES           | YES        |            |                |\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
-| **Rebuild**                            |              |               |            |            | YES            |\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
-| **Restart**                            |              |               |            |            | YES            |\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
-| **ResumeTraffic**                      |              | YES           | YES        |            |                |\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
-| **Snapshot**                           |              |               |            |            | YES            |\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
-| **Start**                              |              |               |            |            | YES            |\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
-| **Start Application**                  |              | YES           | YES        |            |                |\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
-| **Stop**                               |              |               |            |            | YES            |\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
-| **Stop Application**                   |              | YES           | YES        |            |                |\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
-| **UpgradeBackout**                     |              | YES           | YES        |            |                |\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
-| **UpgradeBackup**                      |              | YES           | YES        |            |                |\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
-| **UpgradePostCheck**                   |              | YES           | YES        |            |                |\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
-| **UpgradePreCheck**                    |              | YES           | YES        |            |                |\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
-| **UpgradeSoftware**                    |              | YES           | YES        |            |                |\r
-+----------------------------------------+--------------+---------------+------------+------------+----------------+\r
\r
- \* GetRunningConfig is used internally by APP-C and is not callable by clients via the APP-C API.   \r
-\r
-\r
-\r
-Create a template from a “golden” configuration file\r
-----------------------------------------------------\r
-\r
-There are several ways to create a template in APPC CDT:\r
-\r
--  Start from golden instance config file; manually add parameters\r
-   (described in this section)\r
-\r
--  Start with a template file, manually add more parameters. (described\r
-   in section Synchronizing a Template)\r
-\r
--  Start with config file; create updated template by **merging**\r
-   name-value pairs. (described in Create a file containing name-value pairs for parameters section)\r
-\r
-Start with a working configuration for a “golden instance” of the VNF\r
-(xml if Netconf) or the payload to be downloaded to the Chef or Ansible\r
-server (JSON).\r
-\r
-Open the XML or JSON file in Notepad ++ and verify that the format is\r
-schema compliant. If the xml file is for a post-instantiation\r
-configuration, then modify the config to include only statements that\r
-are to be added (merged) with any configuration that is on the VNF\r
-instance after instantiation. For example, remove statements that might\r
-change root passwords, etc.\r
-\r
-Optionally, add Velocity statements to the file, if desired, to handle\r
-special constructs such as variable lists, template defined constants,\r
-conditional statements, etc.\r
-\r
-Here are links with more information about the Velocity java-based\r
-template engine:\r
-\r
-    http://velocity.apache.org/engine/2.0/vtl-reference.html\r
-\r
-    http://velocity.apache.org/engine/2.0/user-guide.html\r
-\r
-This screen shows a sample Golden Configuration file that has been\r
-uploaded to APP-C CDT.\r
-\r
-|image18|\r
-\r
-Next, designate instance-specific values as parameters, using this\r
-procedure:\r
-\r
-    1) Highlight the instance-specific value with the cursor\r
-\r
-    |image19|\r
-\r
-    2) Type “CTRL” and “4” to insert a parameter name.\r
-\r
-    |image20|\r
-\r
-    3) Type the parameter name in the parentheses\r
-\r
-    |image21|\r
-\r
-    4) Type “CTRL” and “S” to save the parameter.\r
-\r
-    |image22|\r
-\r
-Repeat for each instance-specific value that you wish to turn into a\r
-parameter.\r
-\r
-*Summary of editing commands:*\r
-\r
- - CTRL+4 to add a parameter (also saves previous unsaved parameter)\r
- - CTRL+S to save a parameter\r
- - CTRL+Z to undo the last edit\r
-\r
-Notes on naming Parameters:\r
-\r
--  Choose meaningful, unique parameter names for each parameter. If the\r
-   same parameter value appears in multiple places in the config, the\r
-   parameter name which is assigned to the first instance will be\r
-   automatically assigned to all instances. However, you may choose a\r
-   different parameter name for each instance of the parameter value\r
-   (except when using the MERGE function).\r
-\r
--  Use only dash (-) or underline (\_) as separators between words in\r
-   the name.\r
-\r
--  The name should not contain spaces or any other special characters.\r
-\r
--  Do not use parameter names which are sub-strings of other parameter\r
-   names. For example, don’t use field1 and field12 as parameter names.\r
-\r
-\r
-Synchronizing a Template\r
-~~~~~~~~~~~~~~~~~~~~~~~~\r
-\r
-Once you have named all the parameters (this example shows 2\r
-parameters), click the “SYNCHRONIZE” button to automatically create a\r
-parameter definition file and a parameter name-value file. The next\r
-sections describe these files.\r
-\r
-It may take a few seconds for the system to SYNCHRONIZE; when it is\r
-complete, you will be taken to the Parameter Definition screen.\r
-\r
-Remember to use the SAVE and/or DOWNLOAD buttons on the Reference Data\r
-screen to preserve your work.\r
-\r
-|image23|\r
-\r
-Modifying an Existing Template\r
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
-\r
-In addition to creating new templates, you can also modify an existing\r
-template by adding or removing parameter names.\r
-\r
-To add a new parameter name, follow the steps in the Create a template from a "golden" configuration file section above.\r
-SYNCHRONIZE to add the new parameter to the name/value and parameter\r
-definition GUI.\r
-\r
-To remove an existing parameter name, remove the parameter name (i.e.,\r
-${name}) using the backspace key and replace with the static value. Then\r
-SYNCHRONIZE to remove the parameter from the name/value and parameter\r
-definition GUI.\r
-\r
-Remember to use the SAVE and/or DOWNLOAD buttons on the Reference Data\r
-screen to preserve your work.\r
-\r
-Create a parameter definition file describing instance-specific parameters in the template \r
-------------------------------------------------------------------------------------------\r
-\r
-Clicking the “SYNCHRONIZE” button after creating a template will automatically create/update a parameter definition file for\r
-that template (and a parameter name-value file described in the next\r
-section). Alternatively, you can upload an existing parameter definition\r
-file from your PC.\r
-\r
-You can view or edit the definition fields for each parameter via the\r
-Parameter Definition screen. Note that any edits to the parameter names\r
-would be overwritten by a subsequent SYNCHRONIZE with the template.\r
-\r
-|image24|\r
-\r
-Select a Source for each parameter\r
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
-\r
-There are three choices for the source:\r
-\r
-1. External Systems (e.g., INSTAR). APPC will automatically obtain parameter values from\r
-   an external system (typically IP addresses for VNF’s). First, obtain a\r
-   “key file” for your VNF. Then use the\r
-   “Upload Key File” button on the Parameter Definition screen. APPC\r
-   will automatically populate key names and values used to retrieve data\r
-   from an external system.\r
-\r
-\r
-2. ***A&AI***. APPC will automatically obtain parameter values from\r
-   A&AI (typically VNF/VNFC/VM identifiers). After selecting “A&AI”,\r
-   select a rule type and APPC will automatically populate the key\r
-   names and values. For rule types that include a list, populate the\r
-   ‘Filter By Field’ and ‘Filter By Value’.\r
-\r
-    |image26|\r
-\r
-3. ***Manual.*** APPC will use a manually-created excel to populate\r
-   parameter values. Later section describes this User Input Spreadsheet.\r
-\r
-Remember to use the SAVE and/or DOWNLOAD buttons on the Reference Data\r
-screen to preserve your work.\r
-\r
-Create a file containing name-value pairs for parameters\r
---------------------------------------------------------\r
-\r
-Clicking the “SYNCHRONIZE” button after creating a template (see section\r
-Synchronizing a Template) will automatically create/update a parameter name-value pair file\r
-for that template (and a parameter definition file described in the\r
-previous section).\r
-\r
-Navigate to the Template tab and “Param Values” subtab to view/edit\r
-parameter name-value pairs.\r
-\r
-If you make any edits, remember to use the SAVE and/or DOWNLOAD buttons\r
-on the Reference Data screen to preserve your work.\r
-\r
-|image27|\r
-\r
-Option: Using MERGE to automatically create a template from a parameter name-value pair file\r
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
-\r
-The APPC Design Tool also provides a way to create a template from an\r
-existing parameter name-value pair file. This is useful when the\r
-configuration of the VNF has changed. Rather than manually recreating\r
-the template, you can use the MERGE function to automatically add\r
-parameter names based on a valid name-value pairs file from a previous\r
-template.\r
-\r
-First, navigate to the Template tab and “Param Values” subtab and click\r
-on UPLOAD PARAM FILE\r
-\r
-|image28|\r
-\r
-Then navigate to the Template configuration screen. Upload a\r
-configuration file that contains values you wish to turn into\r
-parameters.\r
-\r
-|image29|\r
-\r
-Next, click “MERGE”. APPC will automatically add parameters to the\r
-configuration file using the name-value pairs. Wherever APPC finds a\r
-matching value, it will add the corresponding parameter name.\r
-\r
-After using the MERGE button to create a template, you can use the\r
-SYNCHRONIZE button to create/update the parameter definition file and\r
-name-value files.\r
-\r
-Remember to use the SAVE and/or DOWNLOAD buttons on the Reference Data\r
-screen to preserve your work.\r
-\r
-|image30|\r
-\r
-Test the template in a lab using APPC CDT Test Function\r
-=======================================================================\r
-\r
-User Input Spreadsheet\r
-----------------------\r
-\r
-The following steps are used to prepare a user input spreadsheet for the\r
-VNF instance and action to be tested.\r
-\r
-1. Start with this generic 1802 user input excel spreadsheet.\r
-\r
-    :download:`Generic 1802 User Input Spreadsheet v.02.xlsx` (compatible with excel 2013)\r
-\r
-2. Update the user-input sections of the spreadsheet.\r
-\r
-   a) Upload Data tab: choose action, populate VNF-ID\r
-\r
-   b) >Action< tab: Select the tab for the action being tested. Choose a\r
-   protocol and enter required action identifiers & request parameter\r
-   values. Enter any payload parameter names and values required for\r
-   this associated template. (copy/paste from a name-value pair file or\r
-   other source).\r
-\r
-   The screen shots on the following pages show the user input sections\r
-   highlighted in yellow.\r
-\r
-1. Save the spreadsheet with a name for your VNF instance and action.\r
-\r
-“Upload Data” tab – Select action to be tested and populate any action\r
-identifiers such as vnf-id.\r
-\r
-|image31|\r
-\r
-Action tab: This example is for the ConfigModify action, so the\r
-“ConfigModify” tab is shown. Choose a protocol and enter required action\r
-identifiers & request parameter values. Enter any payload parameter\r
-names and values required for this associated template. (You may\r
-copy/paste from a name-value pair file or other source).\r
-\r
-|image32|\r
-\r
-Using APPC CDT TEST action to test a VNF configuration template\r
------------------------------------------------------------------\r
-\r
-The APPC CDT **TEST** action is used to initiate configuration\r
-and other lifecycle commands.\r
-\r
- ** DETAIL COMING SOON **\r
-\r
-Note on populating southbound properties:\r
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
-\r
-When a new vnf-type is created or a new action is added to an existing\r
-vnf-type using the CDT tool and the Reference Data artifact is loaded to\r
-APPC, an update is made to the APPC run-time southbound properties\r
-file for the vnf-type.   The southbound properties are needed for\r
-connecting to a VNF instance or Ansible server.   The southbound\r
-properties contain the following information:\r
-\r
-``{vnf\_type}.{protocol}.{action}.user = {value}``\r
-\r
-``{vnf\_type}.{protocol}.{action}.port = {value}``\r
-\r
-``{vnf\_type}.{protocol}.{action}.password = {value}``\r
-\r
-``{vnf\_type}.{protocol}.{action}.url = {value}``\r
-\r
-The user, port, and url values are contained in the Reference Data\r
-artifact, if populated by the self-service user.  The password value is\r
-updated by T2 production support using a GUI tool provided. <TO DO: CHECK ON THIS>\r
-\r
-The current process which creates the southbound properties from the\r
-Reference Data only updates the southbound properties file only a single\r
-node in the APPC cluster.   \r
-\r
-\r
-APP-C Design Tool - File Descriptions\r
-=====================================\r
-\r
-+--------------------------------------------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+\r
-| **File Description**                                                                                                                 | **File Format**   | **File name / example**                              |\r
-+======================================================================================================================================+===================+======================================================+\r
-|                                                                                                                                      |                   |                                                      |\r
-| **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`                   |\r
-|                                                                                                                                      |                   |                                                      |\r
-+--------------------------------------------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+\r
-|                                                                                                                                      |                   |                                                      |\r
-| **Reference file**  [5]_– describes a VNF in terms of its subtending VM’s and VNFC’s and the actions/protocols being onboarded.      | XML, JSON         |  :download:`reference_AllAction_vPQR_0.0.1V.json`    |\r
-|                                                                                                                                      |                   |                                                      |\r
-+--------------------------------------------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+\r
-|                                                                                                                                      |                   |                                                      |\r
-| **Template file** – a configuration file with parameters for instance-specific fields.                                               | XML               |  :download:`template_Configure_vABC_0.0.1.txt`       |\r
-|                                                                                                                                      |                   |                                                      |\r
-+--------------------------------------------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+\r
-|                                                                                                                                      |                   |                                                      |\r
-| **Parameter Definition file** (aka pd\_Configure) contains **parameter definitions** associated with a template.                     | YAML              |  :download:`pd_Configure_vABC_0.0.1V.yaml.txt`       |\r
-|                                                                                                                                      |                   |                                                      |\r
-+--------------------------------------------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+\r
-|                                                                                                                                      |                   |                                                      |\r
-| **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`         |\r
-|                                                                                                                                      |                   |                                                      |\r
-+--------------------------------------------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+\r
-|                                                                                                                                      |                   |                                                      |\r
-| **Key data file** – contains external system data to populate a PD configure file.                                                   | TXT               |   <TO DO: Need sample file>                          |\r
-|                                                                                                                                      |                   |                                                      |\r
-+--------------------------------------------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+\r
-\r
-Note: 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.\r
-\r
-.. |image0| image:: media/image0.png\r
-   :width: 7.88889in \r
-   :height: 4.43750in \r
-.. |image1| image:: media/image1.png\r
-   :width: 8.72292in\r
-   :height: 4.51788in\r
-.. |image2| image:: media/image2.png\r
-   :width: 8.75000in\r
-   :height: 4.58908in\r
-.. |image3| image:: media/image3.png\r
-   :width: 8.70833in\r
-   :height: 4.89844in\r
-.. |image4| image:: media/image4.png\r
-   :width: 7.46875in\r
-   :height: 4.19310in\r
-.. |image5| image:: media/image5.png\r
-   :width: 7.23958in\r
-   :height: 3.87172in\r
-.. |image6| image:: media/image6.png\r
-   :width: 7.58491in\r
-   :height: 4.26651in\r
-.. |image7| image:: media/image7.png\r
-   :width: 9.43750in\r
-   :height: 5.30859in\r
-.. |image8| image:: media/image8.png\r
-   :width: 7.86980in\r
-   :height: 4.72917in\r
-.. |image9| image:: media/image9.png\r
-   :width: 7.56250in\r
-   :height: 4.54450in\r
-.. |image10| image:: media/image10.png\r
-   :width: 9.01042in\r
-   :height: 5.06836in\r
-.. |image11| image:: media/image11.png\r
-   :width: 9.44792in\r
-   :height: 5.31445in\r
-.. |image12| image:: media/image12.png\r
-   :width: 9.48958in\r
-   :height: 5.33789in\r
-.. |image13| image:: media/image13.png\r
-   :width: 9.48125in\r
-   :height: 5.33320in\r
-.. |image14| image:: media/image14.png\r
-   :width: 9.25926in\r
-   :height: 5.20833in\r
-.. |image15| image:: media/image15.png\r
-   :width: 9.05556in\r
-   :height: 5.09375in\r
-.. |image16| image:: media/image16.png\r
-   :width: 5.79167in\r
-   :height: 3.74135in\r
-.. |imageA| image:: media/imageA.png\r
-   :width: 5.79167in\r
-   :height: 3.74135in  \r
-.. |image17| image:: media/image17.png\r
-   :width: 6.13542in\r
-   :height: 4.97745in\r
-.. |image18| image:: media/image18.png\r
-   :width: 9.00000in\r
-   :height: 5.27639in\r
-.. |image19| image:: media/image19.png\r
-   :width: 5.43423in\r
-   :height: 1.83333in\r
-.. |image20| image:: media/image20.png\r
-   :width: 5.44473in\r
-   :height: 1.93750in\r
-.. |image21| image:: media/image21.png\r
-   :width: 5.32292in\r
-   :height: 1.92771in\r
-.. |image22| image:: media/image22.png\r
-   :width: 5.31153in\r
-   :height: 1.83333in\r
-.. |image23| image:: media/image23.png\r
-   :width: 7.54167in\r
-   :height: 4.24219in\r
-.. |image24| image:: media/image24.png\r
-   :width: 7.48148in\r
-   :height: 4.20833in\r
-.. |image26| image:: media/image26.png\r
-   :width: 6.87789in\r
-   :height: 3.78125in\r
-.. |image27| image:: media/image27.png\r
-   :width: 7.97170in\r
-   :height: 4.48408in\r
-.. |image28| image:: media/image28.png\r
-   :width: 8.56604in\r
-   :height: 4.81840in\r
-.. |image29| image:: media/image29.png\r
-   :width: 9.00943in\r
-   :height: 5.06781in\r
-.. |image30| image:: media/image30.png\r
-   :width: 8.07407in\r
-   :height: 4.54167in\r
-.. |image31| image:: media/image31.png\r
-   :width: 9.00000in\r
-   :height: 5.18958in\r
-.. |image32| image:: media/image32.png\r
-   :width: 9.00000in\r
-   :height: 5.18958in\r
-\r
+.. ============LICENSE_START==========================================
+.. ===================================================================
+.. Copyright © 2018 AT&T Intellectual Property. All rights reserved.
+.. ===================================================================
+.. Licensed under the Creative Commons License, Attribution 4.0 Intl.  (the "License");
+.. you may not use this documentation except in compliance with the License.
+.. You may obtain a copy of the License at
+.. 
+..  https://creativecommons.org/licenses/by/4.0/
+.. 
+.. Unless required by applicable law or agreed to in writing, software
+.. distributed under the License is distributed on an "AS IS" BASIS,
+.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+.. See the License for the specific language governing permissions and
+.. limitations under the License.
+.. ============LICENSE_END============================================
+
+.. _appc_cdt_guide:
+
+===================
+APPC CDT User Guide
+===================
+
+Introduction
+============
+
+This document is the APPC Controller Design Tool (CDT) User Guide for self-service
+onboarding of VNF’s. VNF owners can create templates and other artifacts
+for APPC Configure command (used to apply a post-instantiation
+configuration) as well as other life cycle commands.
+
+A complete list of all APPC supported commands is contained in the
+APPC LCM API Guide available on onap.readthedocs.io.
+
+Overview of APPC Support for VNF Configuration and Lifecycle Commands
+======================================================================
+
+APPC is an ONAP component that performs functions to manage the
+lifecycle of VNF’s and their component. The picture below summarizes the
+APP-C design intent.
+
+|image0|
+
+Some lifecycle commands are supported on any VNF type, such as commands
+executed using OpenStack or for generic REST calls such as for
+HealthCheck. Other commands require models called templates to be
+created in the APPC Controller Design Tool(CDT) by the VNF owner.
+
+Templates are needed for lifecycle commands such as for
+post-instantiation configuration and for passing payloads to a Chef or
+Ansible server. Templates contain static and instance-specific
+parameters in a structured language (currently limited to xml and JSON).
+The APPC CDT allows a VNF technology owner to identify the
+instance specific parameters with a unique name.
+
+At run time, the instance specific parameter values are populated in the
+template to replace the parameter name.
+
+|image1|
+
+|image2|
+
+|image3|
+
+Overview of the Onboarding Process
+==================================
+
+Pre-Requisites for Onboarding:
+------------------------------
+
+-  The VNF must support the below listed device protocols along with OpenStack for VM-level commands:
+   - Netconf, 
+   - Chef, 
+   - Ansible,
+   - REST  - The REST protocol is used for REST interfaces to a VNF. Currently, the only action that can use REST is HealthCheck.
+   - 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.
+   
+-  In order to build the templates needed for lifecycle commands, the
+   VNF owner will be asked to upload either an xml file (for Netconf) or
+   a JSON file (for Chef or Ansible). This file contains the parameter
+   values in a valid schema that would be sent to either the VNF or the
+   Chef/Ansible server to execute the action. For more detail on
+   Netconf, Chef, or Ansible, see the ONAP vendor guidelines at:
+
+   https://wiki.onap.org/pages/viewpage.action?pageId=1015852&preview=/1015849/1017888/VNF%20Management%20Requirements%20for%20OpenECOMP.pdf
+
+-  The VNF related key identifiers (vnf-type, vnfc-type,
+   vnfc-function-code) that will be stored in A&AI have been defined.
+
+Onboarding Process Steps:
+-------------------------
+
+1. Use the APPC CDT GUI to populate **reference data**
+   describing the VNF and action to be onboarded.
+
+    -  Select the VNF, action, and protocol to be on-boarded.
+
+    -  Describe the VM/VNFC components that comprise the VNF’s. APPC
+       will use this VM/VNFC data to update A&AI when configuring the VNF
+       at run time.
+
+2. Create a **template** from a “golden” configuration file.
+
+       -  Upload a “golden configuration” file (described later) into the APPC CDT GUI.
+
+       -  Manually edit the configuration file to associate parameter names
+          with instance-specific values you wish to parameterize (e.g., IP addresses).
+
+       -  This creates a template file, which will be used at run-time to
+          create the payload that APPC sends to the VNF or to Ansible/Chef.
+
+       -  Alternative: If the golden configuration changes, rather than
+          manually re-creating an updated template, you can *automatically*
+          create an updated template by **Merging** a current parameter
+          name-value pairs file with the new configuration file. APPC will
+          scan the new configuration file, and automatically replace values
+          with parameter names.
+
+3. Create a **parameter definition** file describing instance-specific
+   parameters in the template.
+
+       -  Once you have a template, use the **Synchronize** button to
+          automatically create/update a parameter definition file (and a
+          parameter name-value pair file) based on the template.
+
+       -  You can then populate/update the fields describing each parameter.
+
+       -  If the parameters will be populated from external systems (such as INSTAR), you can upload
+          a “key file” that automatically populates key fields used to retrieve
+          data from the external system.
+
+       -  If the parameters will be populated from A&AI, you can select the
+          rules and key fields used to retrieve data from A&AI.
+
+       -  The parameter definition file will be used at run time to
+          automatically obtain parameter values from external system, A&AI, or a user
+          input spreadsheet for insertion into the template.
+
+4. Create a **parameter name-value pair file** for those parameters.
+
+       -  Once you have a template, use the **Synchronize** button to
+          automatically create a parameter name-value pair file (and a
+          parameter definition file) based on the template.
+
+       -  The parameter name-value file serves as a guide for populating
+          instance-specific data into the user input spreadsheet used at run
+          time. The parameter name-value file can also be used to automatically
+          create a template via the **Merge** function as described in step 2.
+
+5. **Test** the template in your test environment using the **TEST** function of APPC CDT
+
+       -  Use the **Save to APP-C** button in the CDT GUI to save the
+          artifacts for your VNF to APPC.  
+
+       -  Prepare a “user input” excel file on your PC and upload it to the
+          **TEST** function in the APPC CDT.
+
+       -  Use the **TEST** function in the APPC CDT to execute the on-boarded action on the VNF. Verify the VNF works as expected. 
+       
+       **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. 
+
+The screen shots in following sections illustrate how to use the APPC CDT GUI for each step.
+
+Artifacts used for Onboarding:
+------------------------------
+
+For a given VNF, each action must be on-boarded separately. Actions can
+be on-boarded in any order; it is not required that “Configure” be the first action onboarded.
+
+You will create 1 Reference Data file for each VNF, and a set of up to 3
+files for each action you are onboarding:
+
+       1. Template
+       2. Parameter definition file (pd\_configure)
+       3. Parameter name-value pair file (param\_configure)
+
+For example, onboarding the “vABC” VNF for 2 actions (Configure and
+ConfigModify) may result in these 7 files:
+
+       1. reference\_AllAction\_vABC\_0.0.1V
+       2. template\_Configure\_vABC\_0.0.1V
+       3. pd\_Configure\_vABC\_0.0.1V
+       4. param\_Configure\_vABC\_0.0.1V
+       5. template\_ConfigModify\_vABC\_0.0.1V
+       6. pd\_ConfigModify\_vABC\_0.0.1V
+       7. param\_ConfigModify\_vABC\_0.0.1V
+
+A **Template** is required for the Ansible, Chef and Netconf protocols.
+
+The **Parameter Definition** and **Parameter Name-Value Pair** artifacts
+are typically used with the Configure and ConfigModify templates and are
+optional for templates of other actions.
+
+OpenStack and REST protocols do not use a template or parameter
+definitions or name-value pairs.
+
+Using the APPC Design Tool for VNF Onboarding
+=============================================
+
+Go to the APPC CDT GUI in the test environment using a Firefox browser.
+
+http://<server>:8080/config-design-tool/index.html#/home
+
+|image4|
+
+Clicking 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.
+
+|image5|
+
+Choose “My VNF’s”.
+
+If you have not used APPC CDT previously, you will be asked to
+enter your user id. Your work will be stored under this user id. There
+is no password required at this time.
+
+Note: If multiple self-service users will be working on a set of VNF’s,
+it is suggested that you enter a group\_name rather than your user\_id.
+This group name would be used by all users in the group so that all
+users can view/edit the same set of artifacts.
+
+If you have previously used APPC CDT, you user id will
+automatically be selected.
+
+|image6|
+
+The “My VNFs” GUI displays a list of the vnf-type/vnfc-types which are
+stored under your userid in the APPC database. You can choose either
+“Create New VNF” or “View/Edit” for one of your existing VNF’s.
+
+|image7|
+
+If you have not created any VNF artifacts in the current release of the
+APPC CDT, you will see a screen like this; click “Create new
+VNF” to begin.
+
+VNF artifacts created using earlier versions of the APPC CDT
+can be uploaded and then edited/saved, as shown on later screens. You
+should not have to re-create these VNF artifacts.
+
+|image8|
+
+If you choose to create a new VNF, you will see a pop-up box like this.
+
+|image9|
+
+Enter the VNF Type (and optional VNFC Type) and click next.
+
+Alternatively, you can leave the VNF type blank and choose “PROCEED
+ANYWAY” if you want to proceed to the Reference Data screen where you
+can populate the VNF reference data by uploading an existing Reference
+File or by manually entering it.
+
+You must populate the VNF field if uploading the existing file does not
+populate it.
+
+Populate reference data describing the VNF and action to be onboarded
+---------------------------------------------------------------------
+
+|image10|
+
+|image11|
+
+|image12|
+
+|image13|
+
+|image14|
+
+Note 1: When downloading your work to APPC; the system will download
+only the artifacts that have been updated in the current session. You
+may not see all 4 artifacts unless you visit/edit the reference,
+template, parameter and parameter definition screens.
+
+Note 2: When downloading files, the system will display a pop-up window
+for each file, but the windows are all placed on top of each other. You
+can drag the pop-up windows if you want to see them all at the same
+time.
+
+|image15|
+
+Populate OpenStack actions for a VM
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+You can also onboard OpenStack commands for the VM level components of
+the VNF
+
+Under ‘Action’, select “OpenStack Actions” and then under ‘Protocol’
+select “OpenStack”.
+
+You must populate the ‘VNF type’ if it is not already populated.
+
+|image16|
+
+Next, upload an excel file of VM capabilities for your VNF. The excel
+must list OpenStack actions in the first column, and then have a column
+for each VM type (i.e., VNFC Function Code) showing which actions are
+applicable for that VM type, as shown Excel sample below:
+
+|imageA|
+
+APPC will import the data from the excel and display the results.
+
+|image17|
+
+The Template and Parameter Definition tabs do not apply to OpenStack
+commands.
+
+REFERENCE DATA SCREEN HELP
+
++--------------------------+------------------------------------------------------------------------------------------------------------------+
+| **Field/Object**         | **Description**                                                                                                  |
++==========================+==================================================================================================================+
+|                                                     **VNF Reference Data**                                                                  |
++--------------------------+------------------------------------------------------------------------------------------------------------------+
+| Action                   | The action to be executed on the VNF, e.g., “CONFIGURE” (see table below).                                       |
++--------------------------+------------------------------------------------------------------------------------------------------------------+
+| VNF Type                 | The name of the VNF, e.g. vDBE.                                                                                  |
++--------------------------+------------------------------------------------------------------------------------------------------------------+
+| VNFC Type                | NA when describing a VNF; When describing a VNFC, enter the VNFC name e.g.,MSC, SSC, MMC, etc.                   |
++--------------------------+------------------------------------------------------------------------------------------------------------------+
+| Device Protocol          | Choose desired protocol e.g., NETCONF-XML (see table below).                                                     |
++--------------------------+------------------------------------------------------------------------------------------------------------------+
+| Template                 | Will there be a template created for this VNF and action? Yes/No.                                                |
++--------------------------+------------------------------------------------------------------------------------------------------------------+
+| User Name                | Enter the user name used to configure the VNF e.g., “admin” or “root”.                                           |
++--------------------------+------------------------------------------------------------------------------------------------------------------+
+| Port Number              | Enter the port number used to configure the VNF, e.g., 22.                                                       |
++--------------------------+------------------------------------------------------------------------------------------------------------------+
+| Context URL              | Enter the context portion of the REST URL (Currently used only for the HealthCheck action with REST protocol).   |
++--------------------------+------------------------------------------------------------------------------------------------------------------+
+|                                                      **VNFC information**                                                                   |
++--------------------------+------------------------------------------------------------------------------------------------------------------+
+| VNFC Type                | Enter the VNFC name e.g. MSC, SSC, MMC, etc.                                                                     |
++--------------------------+------------------------------------------------------------------------------------------------------------------+
+| VNFC Function Code       | Enter the standard 3 character value for the VNFC.                                                               |
++--------------------------+------------------------------------------------------------------------------------------------------------------+
+| IP Address V4 OAM VIP    | Select Y to store the O&AM VIP address with the VNFC record; otherwise select N.                                 |
++--------------------------+------------------------------------------------------------------------------------------------------------------+
+| Group Notation Type      | Select the naming scheme for VNFC/VM instances (first-vnfc-name, fixed value, relative value)                    |
++--------------------------+------------------------------------------------------------------------------------------------------------------+
+| Group Notation Value     | For first-vnfc-name type, enter text such as “pair” or “group”.                                                  |
+|                          |                                                                                                                  |
+|                          | For fixed value type, enter any alpha-numeric text “1”, “test” etc.                                              |
+|                          |                                                                                                                  |
+|                          | For relative value type, enter a number “1”, “2”, “4”, etc                                                       |
++--------------------------+------------------------------------------------------------------------------------------------------------------+
+| Number of VM’s           | Enter the # of VM’s for this VNFC.                                                                               |
++--------------------------+------------------------------------------------------------------------------------------------------------------+
+
+|
+
+This table shows which actions and protocols are currently available for
+on-boarding with the Beijing release.
+
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+|  **Action**                            | **Netconf/   | **Ansible**   | **Chef**   | **REST**   | **OpenStack    |
+|                                        | Restconf**   |               |            |            | (VM Level)**   |
++========================================+==============+===============+============+============+================+
+| **AttachVolume**                       |              |               |            |            | YES            |
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+| **Configure**                          | YES          | YES           | YES        |            |                |
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+| **Config Modify**                      | YES          | YES           | YES        |            |                |
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+| **Config Backup**                      |              | YES           | YES        |            |                |
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+| **Config Restore**                     |              | YES           | YES        |            |                |
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+| **ConfigScaleOut**                     | YES          | YES           | YES        |            |                |
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+| **DetachVolume**                       |              |               |            |            | YES            |
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+| **Evacuate**                           |              |               |            |            | YES            |
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+| **GetRunning Config\***                | YES          | YES           | YES        |            |                |
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+| **HealthCheck**                        |              | YES           | YES        | YES        |                |
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+| **Migrate**                            |              |               |            |            | YES            |
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+| **QuiesceTraffic**                     |              | YES           | YES        |            |                |
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+| **Rebuild**                            |              |               |            |            | YES            |
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+| **Restart**                            |              |               |            |            | YES            |
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+| **ResumeTraffic**                      |              | YES           | YES        |            |                |
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+| **Snapshot**                           |              |               |            |            | YES            |
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+| **Start**                              |              |               |            |            | YES            |
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+| **Start Application**                  |              | YES           | YES        |            |                |
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+| **Stop**                               |              |               |            |            | YES            |
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+| **Stop Application**                   |              | YES           | YES        |            |                |
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+| **UpgradeBackout**                     |              | YES           | YES        |            |                |
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+| **UpgradeBackup**                      |              | YES           | YES        |            |                |
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+| **UpgradePostCheck**                   |              | YES           | YES        |            |                |
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+| **UpgradePreCheck**                    |              | YES           | YES        |            |                |
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+| **UpgradeSoftware**                    |              | YES           | YES        |            |                |
++----------------------------------------+--------------+---------------+------------+------------+----------------+
+ \* GetRunningConfig is used internally by APP-C and is not callable by clients via the APP-C API.   
+
+
+
+Create a template from a “golden” configuration file
+----------------------------------------------------
+
+There are several ways to create a template in APPC CDT:
+
+-  Start from golden instance config file; manually add parameters
+   (described in this section)
+
+-  Start with a template file, manually add more parameters. (described
+   in section Synchronizing a Template)
+
+-  Start with config file; create updated template by **merging**
+   name-value pairs. (described in Create a file containing name-value pairs for parameters section)
+
+Start with a working configuration for a “golden instance” of the VNF
+(xml if Netconf) or the payload to be downloaded to the Chef or Ansible
+server (JSON).
+
+Open the XML or JSON file in Notepad ++ and verify that the format is
+schema compliant. If the xml file is for a post-instantiation
+configuration, then modify the config to include only statements that
+are to be added (merged) with any configuration that is on the VNF
+instance after instantiation. For example, remove statements that might
+change root passwords, etc.
+
+Optionally, add Velocity statements to the file, if desired, to handle
+special constructs such as variable lists, template defined constants,
+conditional statements, etc.
+
+Here are links with more information about the Velocity java-based
+template engine:
+
+    http://velocity.apache.org/engine/2.0/vtl-reference.html
+
+    http://velocity.apache.org/engine/2.0/user-guide.html
+
+This screen shows a sample Golden Configuration file that has been
+uploaded to APP-C CDT.
+
+|image18|
+
+Next, designate instance-specific values as parameters, using this
+procedure:
+
+    1) Highlight the instance-specific value with the cursor
+
+    |image19|
+
+    2) Type “CTRL” and “4” to insert a parameter name.
+
+    |image20|
+
+    3) Type the parameter name in the parentheses
+
+    |image21|
+
+    4) Type “CTRL” and “S” to save the parameter.
+
+    |image22|
+
+Repeat for each instance-specific value that you wish to turn into a
+parameter.
+
+*Summary of editing commands:*
+
+ - CTRL+4 to add a parameter (also saves previous unsaved parameter)
+ - CTRL+S to save a parameter
+ - CTRL+Z to undo the last edit
+
+Notes on naming Parameters:
+
+-  Choose meaningful, unique parameter names for each parameter. If the
+   same parameter value appears in multiple places in the config, the
+   parameter name which is assigned to the first instance will be
+   automatically assigned to all instances. However, you may choose a
+   different parameter name for each instance of the parameter value
+   (except when using the MERGE function).
+
+-  Use only dash (-) or underline (\_) as separators between words in
+   the name.
+
+-  The name should not contain spaces or any other special characters.
+
+-  Do not use parameter names which are sub-strings of other parameter
+   names. For example, don’t use field1 and field12 as parameter names.
+
+
+Synchronizing a Template
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+Once you have named all the parameters (this example shows 2
+parameters), click the “SYNCHRONIZE” button to automatically create a
+parameter definition file and a parameter name-value file. The next
+sections describe these files.
+
+It may take a few seconds for the system to SYNCHRONIZE; when it is
+complete, you will be taken to the Parameter Definition screen.
+
+Remember to use the SAVE and/or DOWNLOAD buttons on the Reference Data
+screen to preserve your work.
+
+|image23|
+
+Modifying an Existing Template
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+In addition to creating new templates, you can also modify an existing
+template by adding or removing parameter names.
+
+To add a new parameter name, follow the steps in the Create a template from a "golden" configuration file section above.
+SYNCHRONIZE to add the new parameter to the name/value and parameter
+definition GUI.
+
+To remove an existing parameter name, remove the parameter name (i.e.,
+${name}) using the backspace key and replace with the static value. Then
+SYNCHRONIZE to remove the parameter from the name/value and parameter
+definition GUI.
+
+Remember to use the SAVE and/or DOWNLOAD buttons on the Reference Data
+screen to preserve your work.
+
+Create a parameter definition file describing instance-specific parameters in the template 
+------------------------------------------------------------------------------------------
+
+Clicking the “SYNCHRONIZE” button after creating a template will automatically create/update a parameter definition file for
+that template (and a parameter name-value file described in the next
+section). Alternatively, you can upload an existing parameter definition
+file from your PC.
+
+You can view or edit the definition fields for each parameter via the
+Parameter Definition screen. Note that any edits to the parameter names
+would be overwritten by a subsequent SYNCHRONIZE with the template.
+
+|image24|
+
+Select a Source for each parameter
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+There are three choices for the source:
+
+1. External Systems (e.g., INSTAR). APPC will automatically obtain parameter values from
+   an external system (typically IP addresses for VNF’s). First, obtain a
+   “key file” for your VNF. Then use the
+   “Upload Key File” button on the Parameter Definition screen. APPC
+   will automatically populate key names and values used to retrieve data
+   from an external system.
+
+
+2. ***A&AI***. APPC will automatically obtain parameter values from
+   A&AI (typically VNF/VNFC/VM identifiers). After selecting “A&AI”,
+   select a rule type and APPC will automatically populate the key
+   names and values. For rule types that include a list, populate the
+   ‘Filter By Field’ and ‘Filter By Value’.
+
+    |image26|
+
+3. ***Manual.*** APPC will use a manually-created excel to populate
+   parameter values. Later section describes this User Input Spreadsheet.
+
+Remember to use the SAVE and/or DOWNLOAD buttons on the Reference Data
+screen to preserve your work.
+
+Create a file containing name-value pairs for parameters
+--------------------------------------------------------
+
+Clicking the “SYNCHRONIZE” button after creating a template (see section
+Synchronizing a Template) will automatically create/update a parameter name-value pair file
+for that template (and a parameter definition file described in the
+previous section).
+
+Navigate to the Template tab and “Param Values” subtab to view/edit
+parameter name-value pairs.
+
+If you make any edits, remember to use the SAVE and/or DOWNLOAD buttons
+on the Reference Data screen to preserve your work.
+
+|image27|
+
+Option: Using MERGE to automatically create a template from a parameter name-value pair file
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The APPC Design Tool also provides a way to create a template from an
+existing parameter name-value pair file. This is useful when the
+configuration of the VNF has changed. Rather than manually recreating
+the template, you can use the MERGE function to automatically add
+parameter names based on a valid name-value pairs file from a previous
+template.
+
+First, navigate to the Template tab and “Param Values” subtab and click
+on UPLOAD PARAM FILE
+
+|image28|
+
+Then navigate to the Template configuration screen. Upload a
+configuration file that contains values you wish to turn into
+parameters.
+
+|image29|
+
+Next, click “MERGE”. APPC will automatically add parameters to the
+configuration file using the name-value pairs. Wherever APPC finds a
+matching value, it will add the corresponding parameter name.
+
+After using the MERGE button to create a template, you can use the
+SYNCHRONIZE button to create/update the parameter definition file and
+name-value files.
+
+Remember to use the SAVE and/or DOWNLOAD buttons on the Reference Data
+screen to preserve your work.
+
+|image30|
+
+Test the template in a lab using APPC CDT Test Function
+=======================================================================
+
+User Input Spreadsheet
+----------------------
+
+The following steps are used to prepare a user input spreadsheet for the
+VNF instance and action to be tested.
+
+1. Start with this generic 1802 user input excel spreadsheet.
+
+    :download:`Generic 1802 User Input Spreadsheet v.02.xlsx` (compatible with excel 2013)
+
+2. Update the user-input sections of the spreadsheet.
+
+   a) Upload Data tab: choose action, populate VNF-ID
+
+   b) >Action< tab: Select the tab for the action being tested. Choose a
+   protocol and enter required action identifiers & request parameter
+   values. Enter any payload parameter names and values required for
+   this associated template. (copy/paste from a name-value pair file or
+   other source).
+
+   The screen shots on the following pages show the user input sections
+   highlighted in yellow.
+
+1. Save the spreadsheet with a name for your VNF instance and action.
+
+“Upload Data” tab – Select action to be tested and populate any action
+identifiers such as vnf-id.
+
+|image31|
+
+Action tab: This example is for the ConfigModify action, so the
+“ConfigModify” tab is shown. Choose a protocol and enter required action
+identifiers & request parameter values. Enter any payload parameter
+names and values required for this associated template. (You may
+copy/paste from a name-value pair file or other source).
+
+|image32|
+
+Using APPC CDT TEST action to test a VNF configuration template
+-----------------------------------------------------------------
+
+The APPC CDT **TEST** action is used to initiate configuration
+and other lifecycle commands.
+
+**Prerequisites**
+  - Testing requires an instance of the target VNF to be reachable from your test environment.
+  - 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. 
+  - You have created a user input spreadsheet for the VNF and action you wish to test. 
+
+**Steps to use the “TEST” function of the APPC Design Tool**
+
+1. Choose the TEST function on the APPC Design Tool home page
+  
+   |image33|
+  
+2. Upload the user input spreadsheet
+3. Click on EXECUTE TEST 
+4. View test progress; poll for test status if necessary.
+  
+   |image34|
+  
+   |image35|
+  
+5. View Test Results
+  
+   |image36|
+
+
+Note on populating southbound properties:
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+When a new vnf-type is created or a new action is added to an existing
+vnf-type using the CDT tool and the Reference Data artifact is loaded to
+APPC, an update is made to the APPC run-time southbound properties
+file for the vnf-type.   The southbound properties are needed for
+connecting to a VNF instance or Ansible server.   The southbound
+properties contain the following information:
+
+``{vnf\_type}.{protocol}.{action}.user = {value}``
+
+``{vnf\_type}.{protocol}.{action}.port = {value}``
+
+``{vnf\_type}.{protocol}.{action}.password = {value}``
+
+``{vnf\_type}.{protocol}.{action}.url = {value}``
+
+The user, port, and url values are contained in the Reference Data
+artifact, if populated by the self-service user.  The password value is
+updated by T2 production support using a GUI tool provided. <TO DO: CHECK ON THIS>
+
+The current process which creates the southbound properties from the
+Reference Data only updates the southbound properties file only a single
+node in the APPC cluster.   
+
+
+APP-C Design Tool - File Descriptions
+=====================================
+
++--------------------------------------------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+
+| **File Description**                                                                                                                 | **File Format**   | **File name / example**                              |
++======================================================================================================================================+===================+======================================================+
+|                                                                                                                                      |                   |                                                      |
+| **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`                   |
+|                                                                                                                                      |                   |                                                      |
++--------------------------------------------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+
+|                                                                                                                                      |                   |                                                      |
+| **Reference file**  [5]_– describes a VNF in terms of its subtending VM’s and VNFC’s and the actions/protocols being onboarded.      | XML, JSON         |  :download:`reference_AllAction_vPQR_0.0.1V.json`    |
+|                                                                                                                                      |                   |                                                      |
++--------------------------------------------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+
+|                                                                                                                                      |                   |                                                      |
+| **Template file** – a configuration file with parameters for instance-specific fields.                                               | XML               |  :download:`template_Configure_vABC_0.0.1.txt`       |
+|                                                                                                                                      |                   |                                                      |
++--------------------------------------------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+
+|                                                                                                                                      |                   |                                                      |
+| **Parameter Definition file** (aka pd\_Configure) contains **parameter definitions** associated with a template.                     | YAML              |  :download:`pd_Configure_vABC_0.0.1V.yaml.txt`       |
+|                                                                                                                                      |                   |                                                      |
++--------------------------------------------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+
+|                                                                                                                                      |                   |                                                      |
+| **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`         |
+|                                                                                                                                      |                   |                                                      |
++--------------------------------------------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+
+|                                                                                                                                      |                   |                                                      |
+| **Key data file** – contains external system data to populate a PD configure file.                                                   | TXT               |   <TO DO: Need sample file>                          |
+|                                                                                                                                      |                   |                                                      |
++--------------------------------------------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+
+
+Note: 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.
+
+.. |image0| image:: media/image0.png
+   :width: 7.88889in 
+   :height: 4.43750in 
+.. |image1| image:: media/image1.png
+   :width: 8.72292in
+   :height: 4.51788in
+.. |image2| image:: media/image2.png
+   :width: 8.75000in
+   :height: 4.58908in
+.. |image3| image:: media/image3.png
+   :width: 8.70833in
+   :height: 4.89844in
+.. |image4| image:: media/image4.png
+   :width: 7.46875in
+   :height: 4.19310in
+.. |image5| image:: media/image5.png
+   :width: 7.23958in
+   :height: 3.87172in
+.. |image6| image:: media/image6.png
+   :width: 7.58491in
+   :height: 4.26651in
+.. |image7| image:: media/image7.png
+   :width: 9.43750in
+   :height: 5.30859in
+.. |image8| image:: media/image8.png
+   :width: 7.86980in
+   :height: 4.72917in
+.. |image9| image:: media/image9.png
+   :width: 7.56250in
+   :height: 4.54450in
+.. |image10| image:: media/image10.png
+   :width: 9.01042in
+   :height: 5.06836in
+.. |image11| image:: media/image11.png
+   :width: 9.44792in
+   :height: 5.31445in
+.. |image12| image:: media/image12.png
+   :width: 9.48958in
+   :height: 5.33789in
+.. |image13| image:: media/image13.png
+   :width: 9.48125in
+   :height: 5.33320in
+.. |image14| image:: media/image14.png
+   :width: 9.25926in
+   :height: 5.20833in
+.. |image15| image:: media/image15.png
+   :width: 9.05556in
+   :height: 5.09375in
+.. |image16| image:: media/image16.png
+   :width: 5.79167in
+   :height: 3.74135in
+.. |imageA| image:: media/imageA.png
+   :width: 5.79167in
+   :height: 3.74135in  
+.. |image17| image:: media/image17.png
+   :width: 6.13542in
+   :height: 4.97745in
+.. |image18| image:: media/image18.png
+   :width: 9.00000in
+   :height: 5.27639in
+.. |image19| image:: media/image19.png
+   :width: 5.43423in
+   :height: 1.83333in
+.. |image20| image:: media/image20.png
+   :width: 5.44473in
+   :height: 1.93750in
+.. |image21| image:: media/image21.png
+   :width: 5.32292in
+   :height: 1.92771in
+.. |image22| image:: media/image22.png
+   :width: 5.31153in
+   :height: 1.83333in
+.. |image23| image:: media/image23.png
+   :width: 7.54167in
+   :height: 4.24219in
+.. |image24| image:: media/image24.png
+   :width: 7.48148in
+   :height: 4.20833in
+.. |image26| image:: media/image26.png
+   :width: 6.87789in
+   :height: 3.78125in
+.. |image27| image:: media/image27.png
+   :width: 7.97170in
+   :height: 4.48408in
+.. |image28| image:: media/image28.png
+   :width: 8.56604in
+   :height: 4.81840in
+.. |image29| image:: media/image29.png
+   :width: 9.00943in
+   :height: 5.06781in
+.. |image30| image:: media/image30.png
+   :width: 8.07407in
+   :height: 4.54167in
+.. |image31| image:: media/image31.png
+   :width: 9.00000in
+   :height: 5.18958in
+.. |image32| image:: media/image32.png
+   :width: 9.00000in
+   :height: 5.18958in
+.. |image33| image:: media/image33.png
+   :width: 9.00000in
+   :height: 5.18958in
+.. |image34| image:: media/image34.png
+   :width: 9.00000in
+   :height: 5.18958in
+.. |image35| image:: media/image35.png
+   :width: 9.00000in
+   :height: 5.18958in
+.. |image36| image:: media/image36.png
+   :width: 9.00000in
+   :height: 5.18958in
+
+
diff --git a/docs/APPC CDT Guide/media/image33.png b/docs/APPC CDT Guide/media/image33.png
new file mode 100644 (file)
index 0000000..ddd73bc
Binary files /dev/null and b/docs/APPC CDT Guide/media/image33.png differ
diff --git a/docs/APPC CDT Guide/media/image34.png b/docs/APPC CDT Guide/media/image34.png
new file mode 100644 (file)
index 0000000..0247872
Binary files /dev/null and b/docs/APPC CDT Guide/media/image34.png differ
diff --git a/docs/APPC CDT Guide/media/image35.png b/docs/APPC CDT Guide/media/image35.png
new file mode 100644 (file)
index 0000000..b08c422
Binary files /dev/null and b/docs/APPC CDT Guide/media/image35.png differ
diff --git a/docs/APPC CDT Guide/media/image36.png b/docs/APPC CDT Guide/media/image36.png
new file mode 100644 (file)
index 0000000..b398ca5
Binary files /dev/null and b/docs/APPC CDT Guide/media/image36.png differ