Configure client software distribution providers
- UpdatedFeb 1, 2024
- 2 minutes to read
- Washington DC
- Orchestration
Identify the provider and specify the workflows and extension points for a customized software distribution process.
Before you begin
Perform the development tasks described in the CSD Extension Implementation Guide before attempting this procedure.
Role required: sn_client_sf_dist.csd_admin, adminProcedure
- Navigate to All > Client Software Distribution > Extensions > Providers.
- Click New.
-
Complete the form using the fields in the table.
Table 1. Client software distribution provider fields Field Description Name Descriptive name of the provider. Provider server table Table name of the provider server. You must create this table as an extension of the Configuration Item [cmdb_ci] table. For example, you might call your table Casper Server Instance [cmdb_ci_casper_server_instance]. Discovery flow Flow that discovers the provider server and returns the data from that server back to the instance. This is the flow you create with custom activities that query the provider server. Software configuration table Table name of the software configuration for this provider. You create this table as an extension of the Client Software Distribution Software Configuration [sn_client_sf_dist_software_config] table. For example, you might create a table called Casper Software Configuration [sn_client_sf_dist_casper_sf_config]. Deployment extension key The SetDeploymentData key provided with CSD. This key sets up the data for the software ordering and deployment workflow. Deployment flow Flow that deploys software from the provider server. This is the flow you created with custom activities that tells the provider where to deploy an application requested from the service catalog. Revocation extension key The SetRevocationData key provided with CSD. This key sets up the data for installation revocation. Revocation flow Flow that revokes an installation from a provider server. This is the flow you created with custom activities that tells the provider which application to remove from a device. Use Flow Option to use Integration Hub flows for client software distribution. When this option isn't selected, Orchestration workflows are used for client software distribution. Note: