forked from ManageIQ/guides
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ManageIQ#50 from Ladas/adding_openstack_host_model…
…_doc Add OpenStack host model doc
- Loading branch information
Showing
3 changed files
with
52 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Hardware model documentation | ||
|
||
* Table: hosts | ||
* Used in: Kvm, Microsoft, Redhat, Vmware, OpenstackInfra | ||
|
||
| Column | Type | Used in | Comment | | ||
| ----------------------- | --------- | ----------------- | ------- | | ||
| config_version | string | | | | ||
| virtual_hw_version | string | | | | ||
| guest_os | string | | | | ||
| numvcpus | integer | OpenstackInfra | Physical CPU count | | ||
| bios | string | | | | ||
| bios_location | string | | | | ||
| time_sync | string | | | | ||
| annotation | text | | | | ||
| vm_or_template_id | integer | All | ForeignKey | | ||
| memory_cpu | integer | OpenstackInfra | Total memory (Mb) | | ||
| host_id | integer | All | ForeignKey | | ||
| cpu_speed | integer | | Processor speed | | ||
| cpu_type | string | | Usually string of 'cpu_manufacturer', 'cpu_model' and 'cpu_family' | | ||
| size_on_disk | integer | | | | ||
| manufacturer | string | | CPU manufacturer | | ||
| model | string | | CPU model | | ||
| number_of_nics | integer | | | | ||
| cpu_usage | integer | | | | ||
| memory_usage | integer | | | | ||
| cores_per_socket | integer | | Cores per CPU | | ||
| logical_cpus | integer | | Logical processor count | | ||
| vmotion_enabled | boolean | | | | ||
| disk_free_space | integer | | | | ||
| disk_capacity | integer | OpenstackInfra | Capacity of the disk (Gb) | | ||
| guest_os_full_name | string | | | | ||
| memory_console | integer | | | | ||
| bitness | integer | | | | ||
| virtualization_type | string | | | | ||
| root_device_type | string | | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters