This is an automated email from the ASF dual-hosted git repository.
harikrishna 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 17a549c0 Add note on cloning offerings (#630)
17a549c0 is described below
commit 17a549c0705a90db2518ffc1ec490b033b08031f
Author: Pearl Dsilva <[email protected]>
AuthorDate: Tue Mar 17 02:32:06 2026 -0400
Add note on cloning offerings (#630)
* Add note on cloning offerings
* Update source/adminguide/service_offerings.rst
Co-authored-by: Suresh Kumar Anaparti <[email protected]>
---------
Co-authored-by: Suresh Kumar Anaparti <[email protected]>
---
source/_static/images/clone-icon.png | Bin 0 -> 7110 bytes
source/adminguide/service_offerings.rst | 16 ++++++++++++++++
2 files changed, 16 insertions(+)
diff --git a/source/_static/images/clone-icon.png
b/source/_static/images/clone-icon.png
new file mode 100644
index 00000000..3ab22055
Binary files /dev/null and b/source/_static/images/clone-icon.png differ
diff --git a/source/adminguide/service_offerings.rst
b/source/adminguide/service_offerings.rst
index bd76e31c..f8d0eacc 100644
--- a/source/adminguide/service_offerings.rst
+++ b/source/adminguide/service_offerings.rst
@@ -19,6 +19,9 @@
.. |edit-icon.png| image:: /_static/images/edit-icon.png
:alt: edit offering button
+.. |clone-icon.png| image:: /_static/images/clone-icon.png
+ :alt: clone offering button
+
In addition to the physical and logical infrastructure of your cloud and
the CloudStack software and servers, you also need a layer of user services
so that people can actually make use of the cloud. This means not just a
@@ -655,6 +658,19 @@ To create a system service offering:
#. Click Add.
+Cloning Offerings
+-----------------
+
+From CloudStack 4.23, you can clone an existing compute, disk, network or VPC,
+system and backup offerings to create a new offering. This is useful when you
want
+to create a new offering with similar settings as an existing offering.
+To clone an offering, navigate to the offering's list view or details page and
+click on the clone icon |clone-icon.png|.
+The dialog box for cloning an offering is similar to the one for creating a
new offering,
+but with some fields pre-filled with the settings of the existing offering.
+You can modify any of the settings as needed before clicking Add to create the
new offering.
+
+
Network Throttling
------------------