OpenStack extension classes
Summarize
Summary of OpenStack extension classes
TheCMDB CI Class Modelsapp from the ServiceNow Store adds and updates Configuration Management Database (CMDB) classes specifically for OpenStack environments. This app extends the CMDB class hierarchy by introducing new classes that represent OpenStack components, complete with class descriptions, identification rules, and relevant relationships. These classes integrate seamlessly with existing CMDB data, enabling ServiceNow applications like Discovery and Service Mapping Patterns to accurately populate configuration items (CIs) and discover OpenStack technologies and software.
Show less
OpenStack itself is a cloud operating system managing compute, storage, and networking resources across datacenters. It offers modular, horizontally scalable services accessible via APIs and common authentication mechanisms. The OpenStack classes in the CMDB correspond to key OpenStack elements such as services, endpoints, and domains.
Key Features
- New OpenStack CI Classes:
- OpenStack Services [cmdbcicloudopenstackservice]: Represents OpenStack web services accessible via URL.
- OpenStack Endpoint [cmdbcicloudopenstackendpoint]: Defines access points to OpenStack services.
- OpenStack Domain [cmdbcicloudopenstackdomain]: Represents collections of users, groups, and projects within OpenStack.
- Extended Class Columns:
- OpenStack Services: Includes columns for service type (e.g., Compute, identity, network) and enabled state indicating visibility in the Service catalog.
- OpenStack Endpoint: Adds interface type (public, internal, admin) describing endpoint visibility and an enabled flag for catalog inclusion.
- OpenStack Domain: Contains an enabled flag to indicate if the domain is active.
- Integration with CMDB and ServiceNow Apps: These extensions allow Discovery and Service Mapping to leverage OpenStack-specific classes for better CI identification and relationship mapping.
Benefits for ServiceNow Customers
- Enhanced Visibility: Gain detailed and structured visibility into OpenStack cloud resources within your CMDB.
- Improved Discovery Accuracy: Utilize native OpenStack classes to improve automated CI discovery and service mapping for cloud infrastructure.
- Streamlined Cloud Management: Manage OpenStack services, endpoints, and domains effectively with clear identification and state information integrated into your existing CMDB framework.
- Flexible Cloud Modeling: The modular OpenStack classes support scalable and evolving cloud environments, matching OpenStack’s pluggable components approach.
The CMDB CI Class Models app adds or updates classes for OpenStack.
CMDB CI Class Models is a ServiceNow Store app that adds class models that extend the CMDB class hierarchy. The new or updated classes include class descriptions, identification rules, identifier entries, and, if applicable, dependent relationships. You can use the added classes just like any other CMDB class. Applications such as Discovery and Service Mapping Patterns can use the class extensions to populate CIs and discover technologies and software.
See the release notes for all CMDB CI class models.
Request apps on the Store
Visit the ServiceNow Store to view all the available apps, and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.
OpenStack
Classes
This section lists the classes that the CMDB CI Class Models app adds or updates. See the class columns table for further details about the columns added for each class.
| Class | Extends | Description |
|---|---|---|
| OpenStack Services [cmdb_ci_cloud_openstack_service] | Virtual Machine Object [cmdb_ci_vm_object] | An OpenStack web service that can be accessed via a URL. |
| OpenStack Endpoint [cmdb_ci_cloud_openstack_endpoint] | Virtual Machine Object [cmdb_ci_vm_object] | The access point of a Service. |
| OpenStack Domain [cmdb_ci_cloud_openstack_domain] | Virtual Machine Object [cmdb_ci_vm_object] | A collection of users, groups, and projects. |
Class columns
| Added columns | Description |
|---|---|
| type | The Service type, which describes the API implemented by the Service. Possible values: Compute, ec2, identity, image, network, or volume. |
| enabled | Defines if the service and its endpoints appear in the Service catalog (true/false). |
| Added columns | Description |
|---|---|
| interface | The interface type, which describes the visibility of the endpoint. Possible values:
|
| enabled | Defines if the Service and its endpoints appear in the Service catalog (true/false). |
| Added columns | Description |
|---|---|
| enabled | Defines if the domain is enabled (true/false). |