This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/main by this push:
     new f99be09  Add new hypervisor type (#326)
f99be09 is described below

commit f99be09f5c346a8d26c8a6edbaf5e417574f984e
Author: Nicolas Vazquez <[email protected]>
AuthorDate: Wed Aug 16 12:27:02 2023 -0300

    Add new hypervisor type (#326)
---
 source/installguide/hypervisor/custom.rst | 36 +++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/source/installguide/hypervisor/custom.rst 
b/source/installguide/hypervisor/custom.rst
new file mode 100644
index 0000000..4e7066c
--- /dev/null
+++ b/source/installguide/hypervisor/custom.rst
@@ -0,0 +1,36 @@
+.. Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information#
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+   http://www.apache.org/licenses/LICENSE-2.0
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+
+Custom Hypervisor Installation
+------------------------------
+
+CloudStack allows adapting a new hypervisor plugin that may be developed 
privately.
+
+The new hypervisor type is internally named Custom to the CloudStack services.
+
+
+The setting ‘hypervisor.custom.display.name’ allows administrators to set the 
display name of the hypervisor type.
+The display name will be shown in the CloudStack UI and API.
+
+    - In case the ‘hypervisor.list’ setting contains the display name of the 
new hypervisor type, the setting value is automatically updated after the 
‘hypervisor.custom.display.name’ setting is updated.
+
+
+The custom hypervisor type supports:
+
+    - Direct downloads (the ability to download templates into primary storage 
from the hypervisor hosts without using secondary storage)
+    - Local storage (use hypervisor hosts local storage as primary storage)
+    - Template format: RAW format (the templates to be registered on the new 
hypervisor type must be in RAW format)
+
+The UI is also extended to display the new hypervisor type and the supported 
features listed above.

Reply via email to