Managing the Supported Providers List
This chapter contains the following sections:
- Information About the Supported Providers List
- Guidelines and Limitations for the Supported Providers List
- Updating the Supported Providers List
- Creating a Customized Supported Providers List
Information About the Supported Providers List
The supported providers list allows you to manually update the Cisco Intercloud Fabric Director (ICFD) providers list as new providers are supported. The supported providers list can be used to manually create a customized ICFD providers list for distribution to customers.
Guidelines and Limitations for the Supported Providers List
Use extreme caution when deploying this feature in a live system and when other users are using the ICFD UI. The service stop/start will cause unwanted service outages. We recommended that you deploy this feature prior to infrastructure setup.
Updating the Supported Providers List
You can manually update the ICFD providers list as new providers are supported.
-
Ensure that you have access credentials for the ICFD ShellAdmin user.
-
From Cisco.com, download the create_patch_providerslist.sh and supported_providers files to your desktop.

Note
During the installation of the patch, the browser to ICFD is not available. When the service is restarted, you can view the new supported providers list as part of the icfCloud creation.
The following example shows how to manually update the ICFD supported providers list:
SELECT> 3 SELECT> 16 Do you want to take database backup before applying patch [y/n]? N Patch URL: http://10.7.1.7/patch/icfd-providers-patch-2.1.1.zip SELECT> 4 SELECT> 2
Creating a Customized Supported Providers List
You can manually create a customized ICFD providers list for distribution to customers.
| Step 1 | From your desktop, download the script file and the supported_providers file from Cisco.com. |
| Step 2 | Update the supported_providers file, in its existing format, to include new supported providers on the list. |
| Step 3 | Copy the file to your Linux system. |
| Step 4 | Run the script
file from within your Linux system to generate the patch:
Example:<script_name> -p <supportedproviders_file> |
| Step 5 | Copy the generated patch file to a web server that has network reachability with ICFD. |
The following example shows how to manually create a customeized ICFD supported providers list:
<script_name> -p <supportedproviders_file>
Feedback