You can add, manage, or delete a cell site group.
To add a cell site group, follow the steps:
Prerequisites
Obtain the network information required for configuration.
Procedure
- Click Domains under Infrastructure Automation.
- Click the Cell Site Group icon.
- Click Add.
The Add Domain page appears.
- On the Add Domain page, provide the required information.
- Click the button corresponding to Enabled, to enable the provisioning of the site. You cannot perform any operation on a disabled site.
- To add an existing cell site group, click the button corresponding to Pre-Deployed. When you add a Pre-Deployed cell site group, you can override the following values.
DNS Suffix - Address of the DNS suffix.
DNS Server - The IP address of the DNS server.
To configure the values, enable the Override and enter the required information in the corresponding Override Value.
Note:VMware Telco Cloud Automation does not perform any operation on a pre-deployed domain.
- Enter the required details.
Field
Description
Name
The name of the site.
Select Host Profile
Select the host profile from the drop-down list. The selected Host profile gets associated with each host in the cell site group.
Parent Domain
Select the parent domain from the list. The parent site manages all the sites within the cell site group.
Settings
You can modify the service settings and the proxy settings for each site. These configurations override the global configuration available in Global Configuration tab on Configuration page. For more details on service and proxy parameters, see Configure Global Settings.
vSphere SSO Domain is available for local settings and not for global settings. To configure the vSphere SSO Domain for a domain, enable the Override and enter the required information in the corresponding Override Value.
Note:The default value of
vSphere SSO Domain
isvsphere.local
. - You can add new CSI categories or use the existing categories from the VMware VSphere server. You can also create tags corresponding to the CSI categories. To add the CSI Categories information, add the required information under Settings.
Note:
To configure the CSI Categories, enable the Override for the CSI Tagging under Settings, and Override Value.
Once added, you cannot edit or remove the CSI configuration.
For CSI zone tag, ensure that the name must contain
{hostname}
. For example,<text_identifier>-{hostname}
.
Field
Description
Use Existing
Whether to use the existing categories set in the underlying the VMware VSphere server. Click the corresponding button to activate or deactivate the option.
Note:When using the Use Existing, ensure that you provide the values for both region categories and zone categories as set in the underlying VMware vSphere server.
When creating Zone category in VMware VSphere, choose Hosts and Clusters under Associable Object Types.
When creating Region category in VMware VSphere, choose Datacentre under Associable Object Types.
Region
The CSI category for the data center.
Zone
The CSI category for the compute clusters or hosts.
CSI Region Tag
The CSI tagging for the data center.
CSI Zone Tag
The CSI tagging for the compute clusters or hosts.
- Activate or deactivate the Enable datastore customizations option. By default, this feature is activated. However, you can deactivate it by clicking the toggle button.
Note: The Enable datastore customizations field is available only for non-pre-deployed cell site groups.If you activate the datastore customization:
- The datastores for all the hosts associated with this domain are named based on the disk capacity and free space. For example, if the hostname is
host201-telco.example.com
, the datastore with the highest capacity is namedhost201_localDS-0
wherehost201
is the prefix, which is the substring preceding the first hyphen (-) and0
is the index representing the datastore with the highest capacity. The remaining datastores are named ashost201-DO-NOT-USE-0
,host201-DO-NOT-USE-1
, and so on, where the indexes0
and1
represent the decreasing order of the free space. 0 represents the highest possible free space.
- The customization is applicable to all the hosts in the domain.
To change the delimiter for extracting prefixes from the host FQDNs, do the following:
- SSH to the TCA VM as admin.
- Use the
su
command and switch to the root user. - Use the following docker command to enter the tcf-manager container:
docker exec -it tcf-manager bash
- Edit the DATASTORE_DELIMITER parameter in
/opt/vmware/tcf/config/application_properties.ini
.
Note: DATASTORE_DELIMITER is applicable only when the datastore customizations are enabled.If you deactivate the datastore customization:- The datastores for all the hosts associated with this domain are named in the order in which the datastores are fetched from vCenter. For example, if the host name is
host201-telco.example.com
, the datastores are namedhost201-telco-localDS-0
,host201-telco-localDS-1
, and so on, wherehost201-telco
is the prefix, which is the first substring before the dot (.) in the hostname and the indexes0
and1
represent the order in which the datastores are fetched from vCenter.
- The datastores for all the hosts associated with this domain are named based on the disk capacity and free space. For example, if the hostname is
- Add the Switch Configuration information. Click plus icon to add more switches and uplinks.
Field
Description
Switch
The name of the switch.
Uplinks
Select the network interface card (NIC) for the site under Uplinks.
Note:A site requires a minimum of two NICs to communicate. NIC details should match the actual configuration across all ESXi servers.
- Add the Networks information.
Note:
System defines the Management network for a cell site group. User can create custom VLAN based application networks. All cell sites in a cell site group connect with same management network.
For the application network type, you can enable the mac address learning for the port groups. To enable the mac address learning, enable the Mac Learning available under Networks.
Field
Description
Name
The name of the network.
Segment Type
Segment type of the network. Select the value from the list.
Network Type
The type of the network.
Switch
The switch details that the sites use for network access.
VLAN
The VLAN ID for the network.
MTU
The MTU length (in bytes) for the network.
Prefix Length
The Prefix length for each packet for the network.
Note:The Prefix length is applicable only for the IPv4 environment.
Gateway Address
The gateway address for the network.
Note:The gateway address is applicable only for the IPv4 environment.