OpenStack - OpenStack API Extractor Service
Collecting data by using the OpenStack API ETL
To collect the data by using the OpenStack API ETL, do the following tasks:
I. Complete the preconfiguration tasks.
II. Configure the ETL.
III. Run the ETL.
Step I. Complete the preconfiguration tasks
- Ensure that the following ports are open for the OpenStack - OpenStack API Extractor Service:
- Identity Service URL (default: 35357)
- Compute Service URL (default: 8774)
- Ensure that the user that is used to access the Identity Service is authenticated and has an admin or ro_admin (read-only admin) role assigned for the specified tenant. This user must have read access to all OpenStack resources and endpoints.
Step II. Configure the ETL
You must configure the ETL to connect to OpenStack for data collection. ETL configuration includes basic and optional advanced properties. While configuring the basic properties is sufficient, you can optionally configure the advanced properties for additional customization.
A. Configuring the basic properties
Some of the basic properties display default values. You can modify these values if required.
To configure the basic properties:
- Navigate to Administration > ETL & System Tasks, and select ETL tasks.
- On the ETL tasks page, click Add > Add ETL. The Add ETL page displays the configuration properties. You must configure properties in the following tabs: Run configuration, Entity catalog, and OpenStack configuration.
- On the Run configuration tab, select OpenStack - OpenStack API Extractor Service from the ETL module list. The name of the ETL is displayed in the ETL Task name field. You can edit this field to customize the name.
- Click the Entity catalog tab, and select one of the following options:
- Shared Entity Catalog: Select if other ETLs access the same entities that are used by the OpenStack API ETL.
- From the Sharing with Entity Catalog list, select the entity catalog name that is shared between ETLs.
- Private Entity Catalog: Select if this is the only ETL that extracts data from the OpenStack resources.
If you are collecting business services data, we recommend that you select Shared Entity Catalog to avoid duplication of entities.
- Shared Entity Catalog: Select if other ETLs access the same entities that are used by the OpenStack API ETL.
Click the OpenStack configuration tab, and configure the following properties:
Property
Description
Identity service URL
Specify the URL for the OpenStack Identity Service. The Identity Service is used to obtain tokens for accessing cloud services. The URL is available on the Keystone server in the OS_AUTH_URL variable of the stack.sh file. If the identity service has an HTTPS URL, then the ETL communicates securely over HTTPS.
Username
Specify the user name to access the Identity Service. Note: The name of the role that is assigned to the user must be admin or ro-admin. If you create an equivalent role with a different name, the ETL fails.
Password required
Select this option if a password is required to access the service.
Password
If a password is required to access the Identity Service, enter the password.
Tenant name
Type the name of the Keystone tenant.
Cloud name
(Optional) Type a name. If you do not enter a name, a default name is created using "Cloud_" as a prefix and the OpenStack identity endpoint (host name, IP address) as the suffix.
Domain name
Specify the OpenStack domains from which you want the ETL to collect data. To specify domains, select Custom, and type the required domain names.
KVMHypervisor
Enable the collection of one of the following KVM hypervisor metrics:
- Utilization metrics by using the agent installed on a KVM host or other data source. This is the default selection.
- Metrics that are available from the Nova API calls
VMware Hypervisor
Enable the collection of one of the following vCenter metrics:
- Utilization metrics by using the vCenter ETL. This is the default selection.
- Metrics that are available from the Nova API calls
The following image shows the basic properties configuration.
(Optional) Override the default values of properties in the following tabs:
Click Save.
The ETL tasks page shows the details of the newly configured OpenStack API ETL.
(Optional) B. Configuring the advanced properties
You can configure the advanced properties to change the way the ETL works or to collect additional metrics.
To configure the advanced properties:
- On the Add ETL page, click Advanced.
Configure the following properties:
- Click Save.
The ETL tasks page shows the details of the newly configured OpenStack API ETL.
Step III. Run the ETL
After you configure the ETL, you can run it to collect data. You can run the ETL in the following modes:
A. Simulation mode: Only validates connection to the data source, does not collect data. Use this mode when you want to run the ETL for the first time or after you make any changes to the ETL configuration.
B. Production mode: Collects data from the data source.
A. To run the ETL in the simulation mode
To run the ETL in the simulation mode:
- Navigate to Administration > ETL & System Tasks, and select ETL tasks.
- On the ETL tasks page, click the ETL. The ETL details are displayed.
- In the Run configurations table, click Edit
to modify the ETL configuration settings.
- On the Run configuration tab, ensure that the Execute in simulation mode option is set to Yes, and click Save.
- Click Run active configuration. A confirmation message about the ETL run job submission is displayed.
- On the ETL tasks page, check the ETL run status in the Last exit column.
OK Indicates that the ETL ran without any error. You are ready to run the ETL in the production mode. - If the ETL run status is Warning, Error, or Failed:
- On the ETL tasks page, click
in the last column of the ETL name row.
- Check the log and reconfigure the ETL if required.
- Run the ETL again.
- Repeat these steps until the ETL run status changes to OK.
- On the ETL tasks page, click
B. To run the ETL in the production mode
You can run the ETL manually when required or schedule it to run at a specified time.
To run the ETL manually
- On the ETL tasks page, click the ETL. The ETL details are displayed.
- In the Run configurations table, click Edit
to modify the ETL configuration settings. The Edit run configuration page is displayed.
- On the Run configuration tab, select No for the Execute in simulation mode option, and click Save.
- To run the ETL immediately, click Run active configuration. A confirmation message about the ETL run job submission is displayed.
When the ETL runs, it collects data from the source and transfers it to the BMC Helix Continuous Optimization database.
To schedule the ETL run in the production mode
By default, the ETL is scheduled to run daily. You can customize this schedule by changing the frequency and period of running the ETL.
To configure the ETL run schedule:
- On the ETL tasks page, click the ETL, and click Edit task. The ETL details are displayed.
- On the Edit task page, do the following, and click Save:
- Specify a unique name and description for the ETL task.
- In the Maximum execution time before warning field, specify the duration for which the ETL must run before generating warnings or alerts, if any.
- Select a predefined or custom frequency for starting the ETL run. The default selection is Predefined.
- Select the task group to which you want to assign the ETL task.
- Click Schedule. A message confirming the scheduling job submission is displayed.
When the ETL runs as scheduled, it collects data from the source and transfers it to the BMC Helix Continuous Optimization database.
Step IV. Verify data collection
Verify that the ETL ran successfully and the OpenStack data is refreshed in the Workspace.
To verify whether the ETL ran successfully
- Click Administration > ETL and System Tasks > ETL tasks.
- In the Last exec time column corresponding to the ETL name, verify that the current date and time are displayed.
- In the Last exit column corresponding to the ETL name, verify that the status is OK.
In case of WARNING or ERROR, click in the last column of the ETL name row to review the log files.
To verify that the OpenStack data is refreshed:
- In the Workspace tab, expand (Domain name) > Systems > Cloud OpenStack > Instances.
- In the left pane, verify that the hierarchy displays your new and updated OpenStack instances.
- Click an OpenStack instance, and click the Metrics tab in the right pane.
- Check if the Last Activity column in the Configuration data and Performance metrics tables displays the current date.
The following image shows sample metrics data. To learn more about these metrics and other related concepts, see Entities-lookup-information-and-metrics-for-OpenStack-API-ETL.