You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/installguide/configuration.rst
+56-2Lines changed: 56 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -521,8 +521,12 @@ Basic Zone Configuration
521
521
Advanced Zone Configuration
522
522
~~~~~~~~~~~~~~~~~~~~~~~~~~~
523
523
524
-
#. After you select Advanced in the Add Zone wizard and click Next, you
525
-
will be asked to enter the following details. Then click Next.
524
+
For Advanced zone, you may chose to select Edge which will allow creating an Edge Zone. If Edge is not selected then wizard will continue creating a Core zone.
525
+
526
+
Core Zone
527
+
*********
528
+
529
+
#. For a Core zone, you will be asked to enter the following details. Then click Next.
526
530
527
531
- **Name.** A name for the zone.
528
532
@@ -764,6 +768,56 @@ Advanced Zone Configuration
764
768
#. Click Launch.
765
769
766
770
771
+
Edge Zone
772
+
*********
773
+
774
+
.. note::
775
+
Support for Edge zones has been added with 4.18.0 and these zones will only be supported on KVM hypervisors
776
+
777
+
An Edge Zone is a simpler, light-weight zone which may often contain a single hypervisor host. There will be no need for shared storage, public and management physical networks for an Edge zone.
778
+
To work with limited compute resources, an Edge zone will not deploy system VMs. This type of zone only supports shared and L2 guest networks. For virtual routers of a shared guest network, a direct-download System VM must be added after adding the zone.
779
+
780
+
#. For an Edge zone, you will be asked to enter the following details
781
+
782
+
- **Name.** A name for the zone.
783
+
784
+
- **Hypervisor.** (Obligatory) Choose the hypervisor for the zone. Currently, this is disabled and set to KVM.
785
+
786
+
- **Dedicated.** A dedicated zone is available to selected users or groups within a domain. Only specified users or grous in that domain will be allowed to create guest VMs in this zone.
787
+
788
+
#. Click Next.
789
+
790
+
#. Choose the details for the physical network that will carry guest.
791
+
792
+
#. Click Next.
793
+
794
+
#. Specify VLAN/VNI range for guest traffic isolation.
795
+
796
+
#. Click Next.
797
+
798
+
#. Configure the host for the zone, enter the following, then click Next:
799
+
800
+
- **Host Name.** (Obligatory) The DNS name or IP address of the host.
801
+
802
+
- **Username.** (Obligatory) Username of a user who has administrator / root privilidges on the specified host (using Linux-hosts usually root).
803
+
804
+
- **Authentication.** Atuthentication type used for the host, either Password or System SSH Key.
805
+
806
+
- **Password.** (Obligatory if Password authentication is selected) This is the password for the user named above.
807
+
808
+
.. note::
809
+
For security reasons there are ways to use non-adminstrative users for
810
+
adding a host. Please refer to the hypervisor setup guides for further information.
811
+
812
+
- **Host Tags.** Any labels that you use to categorize
813
+
hosts for ease of maintenance. For example, you can set to the
814
+
cloud's HA tag (set in the ha.tag global configuration parameter)
815
+
if you want this host to be used only for VMs with the "high
816
+
availability" feature enabled. For more information, see
817
+
HA-Enabled Virtual Machines as well as HA for Hosts, both in the
0 commit comments