Skip to content

Commit

Permalink
Add autogenerated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dihedron committed May 12, 2023
1 parent ee5a567 commit e571431
Show file tree
Hide file tree
Showing 30 changed files with 793 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docs/tables/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Source Plugin: github.com/dihedron-openstack

## Tables

- [openstack_aggregates](openstack_aggregates.md)
- [openstack_aggregate_hosts](openstack_aggregate_hosts.md)
- [openstack_attachments](openstack_attachments.md)
- [openstack_attachment_hosts](openstack_attachment_hosts.md)
- [openstack_flavors](openstack_flavors.md)
- [openstack_flavor_accesses](openstack_flavor_accesses.md)
- [openstack_flavor_extra_specs](openstack_flavor_extra_specs.md)
- [openstack_hypervisors](openstack_hypervisors.md)
- [openstack_images](openstack_images.md)
- [openstack_image_metadata](openstack_image_metadata.md)
- [openstack_image_properties](openstack_image_properties.md)
- [openstack_image_tags](openstack_image_tags.md)
- [openstack_instances](openstack_instances.md)
- [openstack_instance_addresses](openstack_instance_addresses.md)
- [openstack_instance_attached_volumes](openstack_instance_attached_volumes.md)
- [openstack_instance_flavor_extra_specs](openstack_instance_flavor_extra_specs.md)
- [openstack_instance_flavors](openstack_instance_flavors.md)
- [openstack_instance_metadata](openstack_instance_metadata.md)
- [openstack_instance_security_groups](openstack_instance_security_groups.md)
- [openstack_instance_tags](openstack_instance_tags.md)
- [openstack_networks](openstack_networks.md)
- [openstack_network_subnets](openstack_network_subnets.md)
- [openstack_network_tags](openstack_network_tags.md)
- [openstack_ports](openstack_ports.md)
- [openstack_projects](openstack_projects.md)
- [openstack_security_group_rules](openstack_security_group_rules.md)
- [openstack_security_groups](openstack_security_groups.md)
- [openstack_users](openstack_users.md)
- [openstack_volumes](openstack_volumes.md)
19 changes: 19 additions & 0 deletions docs/tables/openstack_aggregate_hosts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Table: openstack_aggregate_hosts

This table shows data for Openstack Aggregate Hosts.

The primary key for this table is **_cq_id**.

## Relations

This table depends on [openstack_aggregates](openstack_aggregates.md).

## Columns

| Name | Type |
| ------------- | ------------- |
|_cq_source_name|String|
|_cq_sync_time|Timestamp|
|_cq_id (PK)|UUID|
|_cq_parent_id|UUID|
|name|String|
25 changes: 25 additions & 0 deletions docs/tables/openstack_aggregates.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Table: openstack_aggregates

This table shows data for Openstack Aggregates.

The primary key for this table is **_cq_id**.

## Relations

The following tables depend on openstack_aggregates:
- [openstack_aggregate_hosts](openstack_aggregate_hosts.md)

## Columns

| Name | Type |
| ------------- | ------------- |
|_cq_source_name|String|
|_cq_sync_time|Timestamp|
|_cq_id (PK)|UUID|
|_cq_parent_id|UUID|
|availability_zone|String|
|hosts|StringArray|
|id|Int|
|metadata|JSON|
|name|String|
|deleted|Bool|
20 changes: 20 additions & 0 deletions docs/tables/openstack_attachment_hosts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Table: openstack_attachment_hosts

This table shows data for Openstack Attachment Hosts.

The primary key for this table is **_cq_id**.

## Relations

This table depends on [openstack_attachments](openstack_attachments.md).

## Columns

| Name | Type |
| ------------- | ------------- |
|_cq_source_name|String|
|_cq_sync_time|Timestamp|
|_cq_id (PK)|UUID|
|_cq_parent_id|UUID|
|host|String|
|port|Int|
42 changes: 42 additions & 0 deletions docs/tables/openstack_attachments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Table: openstack_attachments

This table shows data for Openstack Attachments.

The primary key for this table is **_cq_id**.

## Relations

The following tables depend on openstack_attachments:
- [openstack_attachment_hosts](openstack_attachment_hosts.md)

## Columns

| Name | Type |
| ------------- | ------------- |
|_cq_source_name|String|
|_cq_sync_time|Timestamp|
|_cq_id (PK)|UUID|
|_cq_parent_id|UUID|
|attached_at|Timestamp|
|detached_at|Timestamp|
|access_mode|String|
|attach_mode|String|
|attachment_id|String|
|auth_enabled|Bool|
|auth_username|String|
|cluster_name|String|
|discard|Bool|
|driver_volume_type|String|
|encrypted|Bool|
|hosts|StringArray|
|keyring|Bool|
|name|String|
|ports|StringArray|
|secret_type|String|
|secret_uuid|String|
|volume_id|String|
|id|String|
|instance_id|String|
|status|String|
|project_id|String|
|connection_info|JSON|
20 changes: 20 additions & 0 deletions docs/tables/openstack_flavor_accesses.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Table: openstack_flavor_accesses

This table shows data for Openstack Flavor Accesses.

The primary key for this table is **_cq_id**.

## Relations

This table depends on [openstack_flavors](openstack_flavors.md).

## Columns

| Name | Type |
| ------------- | ------------- |
|_cq_source_name|String|
|_cq_sync_time|Timestamp|
|_cq_id (PK)|UUID|
|_cq_parent_id|UUID|
|flavor_id|String|
|project_id|String|
20 changes: 20 additions & 0 deletions docs/tables/openstack_flavor_extra_specs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Table: openstack_flavor_extra_specs

This table shows data for Openstack Flavor Extra Specs.

The primary key for this table is **_cq_id**.

## Relations

This table depends on [openstack_flavors](openstack_flavors.md).

## Columns

| Name | Type |
| ------------- | ------------- |
|_cq_source_name|String|
|_cq_sync_time|Timestamp|
|_cq_id (PK)|UUID|
|_cq_parent_id|UUID|
|key|String|
|value|String|
29 changes: 29 additions & 0 deletions docs/tables/openstack_flavors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Table: openstack_flavors

This table shows data for Openstack Flavors.

The primary key for this table is **_cq_id**.

## Relations

The following tables depend on openstack_flavors:
- [openstack_flavor_accesses](openstack_flavor_accesses.md)
- [openstack_flavor_extra_specs](openstack_flavor_extra_specs.md)

## Columns

| Name | Type |
| ------------- | ------------- |
|_cq_source_name|String|
|_cq_sync_time|Timestamp|
|_cq_id (PK)|UUID|
|_cq_parent_id|UUID|
|id|String|
|disk|Int|
|ram|Int|
|name|String|
|rxtx_factor|Float|
|vcpus|Int|
|is_public|Bool|
|ephemeral|Int|
|description|String|
30 changes: 30 additions & 0 deletions docs/tables/openstack_hypervisors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Table: openstack_hypervisors

This table shows data for Openstack Hypervisors.

The primary key for this table is **_cq_id**.

## Columns

| Name | Type |
| ------------- | ------------- |
|_cq_source_name|String|
|_cq_sync_time|Timestamp|
|_cq_id (PK)|UUID|
|_cq_parent_id|UUID|
|current_workload|Int|
|status|String|
|state|String|
|disk_available_least|Int|
|host_ip|String|
|free_ram_mb|Int|
|hypervisor_hostname|String|
|hypervisor_type|String|
|local_gb_used|Int|
|memory_mb|Int|
|memory_mb_used|Int|
|running_vms|Int|
|service|JSON|
|servers|JSON|
|vcpus|Int|
|vcpus_used|Int|
20 changes: 20 additions & 0 deletions docs/tables/openstack_image_metadata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Table: openstack_image_metadata

This table shows data for Openstack Image Metadata.

The primary key for this table is **_cq_id**.

## Relations

This table depends on [openstack_images](openstack_images.md).

## Columns

| Name | Type |
| ------------- | ------------- |
|_cq_source_name|String|
|_cq_sync_time|Timestamp|
|_cq_id (PK)|UUID|
|_cq_parent_id|UUID|
|key|String|
|value|String|
20 changes: 20 additions & 0 deletions docs/tables/openstack_image_properties.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Table: openstack_image_properties

This table shows data for Openstack Image Properties.

The primary key for this table is **_cq_id**.

## Relations

This table depends on [openstack_images](openstack_images.md).

## Columns

| Name | Type |
| ------------- | ------------- |
|_cq_source_name|String|
|_cq_sync_time|Timestamp|
|_cq_id (PK)|UUID|
|_cq_parent_id|UUID|
|key|String|
|value|String|
19 changes: 19 additions & 0 deletions docs/tables/openstack_image_tags.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Table: openstack_image_tags

This table shows data for Openstack Image Tags.

The primary key for this table is **_cq_id**.

## Relations

This table depends on [openstack_images](openstack_images.md).

## Columns

| Name | Type |
| ------------- | ------------- |
|_cq_source_name|String|
|_cq_sync_time|Timestamp|
|_cq_id (PK)|UUID|
|_cq_parent_id|UUID|
|value|String|
41 changes: 41 additions & 0 deletions docs/tables/openstack_images.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Table: openstack_images

This table shows data for Openstack Images.

The primary key for this table is **_cq_id**.

## Relations

The following tables depend on openstack_images:
- [openstack_image_metadata](openstack_image_metadata.md)
- [openstack_image_properties](openstack_image_properties.md)
- [openstack_image_tags](openstack_image_tags.md)

## Columns

| Name | Type |
| ------------- | ------------- |
|_cq_source_name|String|
|_cq_sync_time|Timestamp|
|_cq_id (PK)|UUID|
|_cq_parent_id|UUID|
|id|String|
|name|String|
|status|String|
|tags|StringArray|
|container_format|String|
|disk_format|String|
|min_disk|Int|
|min_ram|Int|
|owner|String|
|protected|Bool|
|visibility|String|
|os_hidden|Bool|
|checksum|String|
|metadata|JSON|
|properties|JSON|
|created_at|Timestamp|
|updated_at|Timestamp|
|file|String|
|schema|String|
|virtual_size|Int|
23 changes: 23 additions & 0 deletions docs/tables/openstack_instance_addresses.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Table: openstack_instance_addresses

This table shows data for Openstack Instance Addresses.

The primary key for this table is **_cq_id**.

## Relations

This table depends on [openstack_instances](openstack_instances.md).

## Columns

| Name | Type |
| ------------- | ------------- |
|_cq_source_name|String|
|_cq_sync_time|Timestamp|
|_cq_id (PK)|UUID|
|_cq_parent_id|UUID|
|network|String|
|mac_address|String|
|type|String|
|ip_address|String|
|ip_version|Int|

0 comments on commit e571431

Please sign in to comment.