Create the mobility_inventory file inside Inventory Directory.
gigamon@fmreg26:~/cupsSolution$ touch mobility_inventory
gigamon@fmreg26:~/cupsSolution$ ls -l
-rw-r--r-- 1 gigamon fmtaf 355 May 11 12:24 ansible_inputs.json
-rw-r--r-- 1 gigamon fmtaf 396 May 11 14:22 mobility_inventory
-rw-r--r-- 1 gigamon fmtaf 172 May 11 12:10 fmInfo.yml
The file contains the details of the following groups and provide the inputs to the groups as shown in the following table:
S.No
|
Groups-Input |
Note: —You can provide the input or leave the field empty if you don't want to use the playbook to configure the following groups.
|
1. |
Ports—Name of the Cluster or standalone device IP that contains the ports that need to be configured.
|
2. |
IPInterfaceSolution—Name of the Cluster or standalone device IP on which the IPInterfacesolution needs to be configured.
|
3. |
Tool Groups—Name of the Cluster or standalone device IP on which the Tool Group needs to be configured.
|
4. |
Gigastreams—Name of the Cluster or standalone device IP on which the Gigastreams needs to be configured.
|
5. |
GTPWhitelist—Name of the Cluster or standalone device IP on which the GTPWhitelist Data Base needs to be configured.
|
6.
|
Policies—Name of the Global policy or policies.
|
7.
|
GTP— Name of the GTP node or nodes.
|
6. |
CPN—Name of the CPN or CPNs.
|
7. |
UPN—Name of the UPN or UPNs.
|
8.
|
SAM—Name of SAM Exporter node or nodes.
|
9. |
Sites—Name of the site or sites and the names of the CPN/UPN participating in the site or sites.
|
10. |
CUPS—Name of the file CUPS solution along with lts_policy file name, 5g_policy file name, lte_policy file name and list of sites participating in the CUPS solution
|
File name: mobility_inventory (Single GigaVUE-FM instance)
Copy
[IPInterfaceSolution]
IpInterfaceSolutionConfig
[ToolGroups]
cluster-two
cluster-one
[Gigastreams]
cluster-two
cluster-one
[GTPWhitelist]
cluster-two
cluster-one
[Ports]
cluster-two
cluster-one
[Policies]
5g_policy_1
[CPN]
cpnUkLTE
[UPN]
upnDallas
[SAM]
[Sites]
UK cpn_list='["cpnUkLTE"]' upn_list='[]' sam_list='[]'
Dallas cpn_list='[]' upn_list='["upnDallas"]' sam_list='[]'
[MobilitySolution]
mobilitySolution1 cups_5g_global_policy=5g_policy_1 sites='["UK", "Dallas"]'
File name: cups_inventory (Multiple GigaVUE-FM instances)
Copy
[IPInterfaceSolution]
IpInterfaceSolutionConfig fm_ip=192.168.36.2
IpInterfaceSolutionConfig fm_ip=192.168.36.3
[ToolGroups]
cluster-two fm_ip=192.168.36.2
cluster-one fm_ip=192.168.36.3
[Gigastreams]
cluster-two fm_ip=192.168.36.2
cluster-one fm_ip=192.168.36.3
[GTPWhitelist]
cluster-two fm_ip=192.168.36.2
cluster-one fm_ip=192.168.36.3
[Ports]
cluster-two fm_ip=192.168.36.2
cluster-one fm_ip=192.168.36.3
[Policies]
5g_policy_1
[GTP]
gtp_CorrelationNode1
[CPN]
cpnUkLTE
[UPN]
upnDallas
[SAM]
[Sites]
UK cpn_list='["cpnUkLTE"]' upn_list='[]' sam_list='[]'
Dallas cpn_list='[]' upn_list='["upnDallas"]' sam_list='[]'
[MobilitySolution]
mobilitySolution1 cups_5g_global_policy=5g_policy_1 sites='["UK"]' fm_ip=192.168.36.2
mobilitySolution2 cups_5g_global_policy=5g_policy_1 sites='["Dallas"]' fm_ip=192.168.36.3