Plugin services

Sample input JSON

The following is the sample input JSON:
"plugin_services": {
                       "cfm": {
                               "cfm_ip": "XX.XX.XX.XX",
                               "host_ip": "XX.XX.XX.XX",
                               "host_user": "root",
                               "host_password": "<password>",
                               "cfm_admin_password": "<password>",
                               "iso_name": "CFM.iso",
                               "gateway": "XX.XX.XX.XX",
                               "netmask": "XX.XX.XX.XX",
                               "interface_name": "ens3",
                               "network_name": "br0",
                               "fabric_name": "testfabric"
                       },
                       "odim": {
                               "host_ip": "XX.XX.XX.XX",
                               "user_name": "odimc10",
                               "user_password": "<password>",
                               "root_password": "<password>",
                               "odim_api_user": "admin",
                               "odim_api_password": "<password>",
                               "plugin_user": "iloplugin",
                               "plugin_password": "<password>",
                               "plugin": "iloplugin",
                               "http_proxy": "http://XX.XX.XX.XX:8080",
                               "fqdn": "odim.local.com"
                       }

Parameters

The following table describes the parameters in the plugin_services section with example values:

Table 18: Plugin services
Parameters Description
cfm_ip IP address to be assigned to the CFM VM. It must be accessible from the NPS VM.
host_ip Host IP where CFM will be deployed.
host_user Host username where CFM will be deployed.
host_password Host password where CFM will be deployed.
cfm_admin_password Admin password of CFM.
iso_name CFM iso image name.
gateway Gateway of cfm_ip.
netmask Netmask of cfm_ip.
interface_name Interface to which cfm_ip must be assigned.
network_name Bridge name of host IP where CFM will be launched.
fabric_name Fabric name in CFM.
host_ip Host IP of the Ubuntu VM/Baremetal machine where ODIM RA will be deployed.
user_name User name of the Ubuntu VM/Baremetal machine where ODIM RA will be deployed.
user_password Host user password where ODIM RA will be deployed.
root_password Host root password where ODIM RA will be deployed.
odim_api_user ODIM RA API user. Provide the default user, which is admin.
odim_api_password ODIM RA API password. Provide the default password, which is Od!m12$4.
plugin_user Provide the default user, which is admin.
plugin_password Provide the default password, which is Plug!n12$4.
plugin Plugin to be used in ODIM RA. For example, iloplugin.
http_proxy HTTP Proxy with port to be used with port.
fqdn Fully qualified domain name for ODIM RA. For example, odim.local.com.