Note |
---|
Note
|
...
In OpenStack, run
source keystonerc_admin
to set up the OpenStack environment.Upload the qcow2 file for the specified vNIOS model to OpenStack. For more information, see Requirements.
Set up the OpenStack flavors, as described in the Setting Up the OpenStack Flavors for vNIOS section.
Import the vNIOS instance into OpenStack, as described in the Importing the vNIOS Instance into OpenStack section.
Set up security groups, as described in the Setting Up Security Groups section.
Proceed with deploying the vNIOS for OpenStack instances.
Note |
---|
Note |
...
To manage the vNIOS OpenStack flavors, use the standard OpenStack API. For example, run openstack flavor-list
to show the created flavors.
Anchor | ||||
---|---|---|---|---|
|
Use the following command to create a vNIOS instance in OpenStack:
For vNIOS for Ubuntu-based OpenStack:
openstack image create --disk-format qcow2 --container-format bare --shared --file <location of the qcow2 image>
Example:openstack image create --disk-format qcow2 --container-format bare --shared --file nios-9.0.5-52728-5501324ffb0c-2024-09-03-12-15-13-fixed-500G.qcow2 nios903
For Red Hat OpenStack:
chmod 777 <qcow2 image name>
openstack image create --disk-format qcow2 --public --file <location of the qcow2 image> <image-name-on-openshift>
Example:openstack image create --disk-format qcow2 --public --file nios-9.0.4-50212-ee11d5834df9-2023-11-23-00-16-36-fixed-500G.qcow2 nios904
...