Versions Compared

Key

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

Add_workflow_for_techpubs
AUTH1UserResourceIdentifier{userKey=8a00a0c85fd202bb0160132c449a0026, userName='null'}
REV5UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV6UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV3UserResourceIdentifier{userKey=8a00a0c85f4199b1015f7e40e0150008, userName='null'}
REV1UserResourceIdentifier{userKey=8a00a0c85f4199b1015f7e40e0150008, userName='null'}

Whether you use Heat templates or VNFM to instantiate SBC SWe on OpenStack, you must upload the SBC software qcow2 image to the Glance image repository prior to deploying. Refer to the current release notes for the specific file name of the qcow2 file to download and use the following procedure: Downloading the SBC SWe Software Package.

You can create the required Glance image within your project in OpenStack using the Horizon dashboard GUI screens or using the OpenStack CLI while logged in as an administrator. Refer to OpenStack documentation or the documentation provided by your OpenStack vendor for more information on creating a Glance image. 

Glance Image Naming in VNFM Deployments

For VNFM deployments, it is mandatory that you name the Glance image to match the name for the image shown in the VNF Descriptor (VNFD) file. The image name in the VNFD file is determined by the run-time values you specify when you run the script to generate a Cloud Service Archive (CSAR) package file prior to orchestration.  Refer to Creating a CSAR Package File for information on running the script and the image name it derives.

To verify the name to use for the Glance image, search for the string: sw_image: within the VNFD file. The required file name follows a few lines later and is in the general format: sbc-V0<SBC full version number>

For example, finding the following lines in the VNFD file indicates that the file name to use for the Glance image is sbc-V08.02.00R000.  

Code Block
sw_image:
  #...
  #...
  file: ../Files/sbc-V08.02.00R000

 

Glance image enables discovering, registering, and retrieving virtual machine images. Creating a glance image provisions, creation of a container with the application qcow2 image. Glance image is used when you create a small or large flavor. Glance image provides the preinstalled application when the instance is launched.

To create glance image, perform the following steps:

...

On the navigation pane, click Project > Images.

...

On top-right corner, click Create Image.

Caption
0Figure
1Images Homepage
3Images Homepage

Image Removed

...

Click Create Image.

Caption
0Figure
1Creating an Image
3Creating an Image

Image Removed

...

Pagebreak