- Home
- Unravel 4.7.9.x Documentation
- Reference Guide
- Unravel Properties
- Migration reports
Migration reports
See Cluster and Cluster Manager for properties that must be configured for these reports to be generated.
Property/Description | Set by user | Unit | Default |
---|---|---|---|
unravel.python.reporting.cloudreport.enable Controls the generation of Migration Reports.
| Required | boolean | false |
com.unraveldata.migrationplanning.vmprices.<cloud provider> Set the cloud provider and the path to the CSV file which contains the custom prices for instances. The following values can be used for the cloud provider.
| Optional | string | - |
com.unraveldata.migrationplanning.supported.cloudproviders Controls the cloud providers that must be displayed for selection for the migration reports. Values are as follows:
You can provide a comma-separated list of cloud providers when you specify this property. For example: com.unraveldata.migrationplanning.supported.cloudproviders EMR,EC2,HDI | Optional | - | - |
com.unraveldata.migrationplanning.blacklist Provides the path to a CSV or TXT file that can be used to blacklist specific VM instances for all cloud providers. The CSV or TXT file contains a comma-separated list of VM instances that must not be displayed for the migration reports i.e Cloud mapping per host and Workload Fit report. For example: com.unraveldata.migrationplanning.blacklist /opt/unravel/data/migration/blacklist.txt. | Optional | - | - |
com.unraveldata.migrationplanning.blacklist. Provides the path to a CSV or TXT file that can be used to blacklist specific VM instances for specific cloud providers. The CSV or TXT file contains a comma-separated list of VM instances that must not be displayed for the migration reports. The values for
For example: com.unraveldata.migrationplanning.blacklist.EMR /opt/unravel/data/migration/blacklist.txt. | Optional | - | - |
Note
The following properties are applicable from Unravel version 4.7.1.0 only:
com.unraveldata.migrationplanning.supported.cloudproviders
com.unraveldata.migrationplanning.blacklist
com.unraveldata.migrationplanning.blacklist.<cloud_provider>
Property/Description | Set by user | Unit | Default |
---|---|---|---|
com.unraveldata.reporting.cloudreport.versioncompatibility.max_services.show The max number of services and versions to show in the MIGRATION PLANNING > SERVICES AND VERSIONS COMPATIBILITY matrix. Value 1 - 100 | count | - |
Property/Description | Set by user | Unit | Default |
---|---|---|---|
unravel.server.ip IP address of the unravel UI server. Used to retrieve an API token so it can access the heatmap and app types information used in the Workload Fit analysis. | Optional | integer | 127.0.0.1 |
unravel.server.port Port for Unravel UI. Used to retrieve an API token so it can access the heatmap and app types information used in the Workload Fit analysis. | Optional | number | 3000 |
unravel.server.protocol Value can be http or https based on whether Unravel UI URL is http or https. Default is http. Used to retrieve an API token so it can access the heatmap and app types information used in the Workload Fit analysis. | Optional | - | http |
com.unraveldata.migrationplanning.workloadfit.timeout Configure the timeout for the workload fit report and heat map generation. | Optional | seconds | 90 s |
Migration diagnostics
You can enable diagnostics for migration report runs. To enable diagnostics for Migration reports, you must set the following properties to true. By default, these properties are disabled or set to false.
Property/Description | Set by user | Unit | Default |
---|---|---|---|
com.unraveldata.migrationplanning.clusterdiscovery.diagnostics Set to true to enable diagnostics for Cluster Discovery report. | Optional | boolean | false |
com.unraveldata.migrationplanning.cmph.diagnostics Set to true to enable diagnostics for Cloud Mapping Per Host report. | Optional | boolean | false |
com.unraveldata.migrationplanning.slicedice.diagnostics Set to true to enable diagnostics for Workload Fit > Cloud Topology report. | Optional | boolean | false |
com.unraveldata.migrationplanning.workload_fit_heatmap.diagnostics Set to true to enable diagnostics for Workload Fit > Heatmap report. | Optional | boolean | false |
com.unraveldata.migrationplanning.services_compatibility.diagnostics Set to true to enable diagnostics for Services and Versions Compatibility report. | Optional | boolean | false |