Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

System and instance names are assigned during instantiation. You can edit the userdata values that specify these names in the template file you are using during instantiation. Refer to Instantiating SBC SWe on OpenStack using Heat Templates. If you deploy using VNFM, you can set the system name during the instantiation process. The default instance names are set within the VNFD file. Refer to Instantiating SBC SWe on OpenStack using VNFM.

System Naming Convention

...

Caption
0Table
1SBC System Naming Convention
3SBCHNC


Convention/Character


System Name
Use as Leading
Character
Use as Trailing
Character
Maximum number of characters26
Letters  [ a-z ] | [ A-Z ](tick)(tick)(tick)
Digits [ 0-9 ](tick)(error)(tick)
Hyphen [ - ](tick)(error)(error)
Period [ . ](error)(error)(error)
Underscore [ _ ](error)(error)(error)
Other special characters(error)(error)(error)

Instance Naming Convention

If you are providing an instance name, the instance must be configured with the same name and used for all accounting, logging, PSX and EMS communications. The instance name is specific to an instance.

...

Caption
0Table
1SBC Hostname/Instance Naming Convention
3SBC Hostname/Instance Naming Convention


Convention/Character


Instance Name
Use as Leading
Character
Use as Trailing Character
Maximum number of characters64
Letters  [ a-z ] | [ A-Z ](tick)(tick)(tick)
Digits [ 0-9 ](tick)(error)(tick)
Hyphen [ - ](tick)(error)(error)
Period [ . ]1(tick)(error)(error)
Underscore [ _ ]2(error)(error)(error)
Other special characters(error)(error)(error)

VNFC and Cluster Naming Convention

The following table lists VNFC and Cluster naming convention to follow while instantiating VNFC and creating clusters:

...

Caption
0Table
1VNFC and Cluster Naming Convention
3VNFC and Cluster Naming Convention


Convention/Character


Instance Name
Use as Leading
Character
Use as Trailing Character
Maximum number of characters64
Letters  [ a-z ] | [ A-Z ](tick)(tick)(tick)
Digits [ 0-9 ](tick)(error)(tick)
Hyphen [ - ](tick)(error)(error)
Period [ . ]1(error)(error)(error)
Underscore [ _ ]2(error)(error)(error)
Other special characters(error)(error)(error)

Checking the Instance Name using CLI

To know the instance names, execute show table system serverAdmin. In the example, vsbc1 is the ceName provided in the userdata.

Code Block
languagenone
admin@vsbc1> show table system serverAdmin
       ACTUAL
       CE      COREDUMP             MODULAR                PKT PORT
NAME   NAME    PROFILE   ROLE       TYPE     HW TYPE       SPEED       HW SUB TYPE
-------------------------------------------------------------------------------------
vsbc1  vsbc1   default   primary    false    ConnexIP5000  speed1Gbps  virtualCloud
vsbc2  none    default   secondary  false    ConnexIP5000  -           virtualCloud

Checking the System Name using CLI

To know the system name, execute show table system admin actualSystemName. In the below example, vsbcSystem is the system name given in the userdata.

...