- About this Guide
- Ultra Services Platform (USP) Introduction
- USP Installation Prerequisites
- Deploying Hyper-Converged Ultra M Models Using UAS
- Deploying VNFs Using AutoVNF
- Upgrading the Ultra Services Platform Deployment
- Post Deployment Operations
- boot_uas.py Help
- Sample VIM Orchestrator and VIM Configuration File
- Sample Tenant Configuration File
- Sample VNF Rack and VNF Descriptor Configuration File
- Sample system.cfg File
- Sample ESC VIM Connector Configuration
- Sample AutoVNF VNFM Configuration File
- Sample AutoVNF VNF Configuration File
- USP KPI Descriptions
- Backing Up Deployment Information
- Example RedHat Network Interface and Bridge Configuration Files
- Patch Upgrade Procedure
Sample AutoVNF VNFM Configuration File
This configuration file provides AutoVNF with the necessary information for communicating with a pre-existing VNFM installation. This is used when deploying VNFs through a stand-alone AutoVNF instance. Refer to Deploying VNFs Using AutoVNF.
Caution |
This is only a sample configuration file provided solely for your reference. You must create and modify your own configuration file according to the specific needs of your deployment. |
nsd vpc
vnfd pgw
vnfm vnf-instance esc
vnfm vim default_openstack_vim
!
!
!
vnf-instance esc
vnf-type esc
external-connection-point 31.31.31.105
netconf-credential esc_nc
!
!
secure-token esc_nc
user $8$rGbuPzNgqZwdibSmAZ2pWDkIZT3WxL9sRy7ux4A9BSM=
password $8$4xqtIS1MMn+pptMDQhBdUHdxxZwaLtzJOCubIdPbnbQ=
!
vim default_openstack_vim
api-version v2
auth-url http://172.21.201.218:5000/v2.0
user openstack
tenant tenant1
!