Upload the FortiManager image to OpenStack
You can upload the FortiManager image using the OpenStack dashboard (Horizon) or the OpenStack CLI.
To upload the image using the OpenStack dashboard (Horizon):
-
In the OpenStack dashboard, go to Project > Compute > Images.
-
Click Create Image.
-
In the Create An Image dialog, configure the following:
Image Name Enter a name for the image. Image Source Select Image File and upload the QCOW2 file that was downloaded and extracted as part of Downloading a deployment package. Format Select QCOW2. -
Configure the remaining options according to your needs.
Note that the Minimum Disk and Minimum RAM should meet the minimum requirements for FortiManager VM outlined in Minimum system requirements.
-
Click Create Image.
To upload the image using the OpenStack CLI:
-
Open the terminal in which you have access to the OpenStack CLI.
-
Go to the folder containing the image.
For example,
cd <folder containing the contents of the deployment package>
-
Use the following command to upload the image:
openstack image create --disk-format qcow2 --container-format bare --public --file ./<QCOW2 file in the deployment package> --min-disk <integer> --min-ram <integer> <image name> --fit-width
Note that the
--min-diskand--min-ramshould meet the minimum requirements for FortiManager VM outlined in Minimum system requirements.An output will display once the upload is finished.