Reword abstract of compute profile for Azure#4580
Open
maximiliankolb wants to merge 1 commit intotheforeman:masterfrom
Open
Reword abstract of compute profile for Azure#4580maximiliankolb wants to merge 1 commit intotheforeman:masterfrom
maximiliankolb wants to merge 1 commit intotheforeman:masterfrom
Conversation
Wording is based on "guides/common/modules/proc_adding-gce-details-to-a-compute-profile-by-using-web-ui.adoc".
jafiala
reviewed
Jan 13, 2026
|
|
||
| [role="_abstract"] | ||
| To standardize and more efficiently manage the deployment of your cloud instances in the Azure cloud, add Microsoft Azure hardware settings to a compute profile. | ||
| You can add Microsoft Azure hardware settings to a compute profile. |
Contributor
There was a problem hiding this comment.
I still think the abstract should have the WHY, otherwise it's just repeating what's in the title, which is redundant.
Suggested change
| You can add Microsoft Azure hardware settings to a compute profile. | |
| You can add Microsoft Azure hardware settings to a compute profile to standardize and more efficiently manage the deployment of your cloud instances in the Azure cloud. |
We can have a different WHY of course, but there should be at least one reason for why users may want to perform the procedure.
Contributor
Author
There was a problem hiding this comment.
I looked at all other files, none do this; azure via WebUI is the outlier:
$ fd to-a-compute-profile-by-
guides/common/modules/proc_adding-amazon-ec2-details-to-a-compute-profile-by-using-cli.adoc
guides/common/modules/proc_adding-amazon-ec2-details-to-a-compute-profile-by-using-web-ui.adoc
guides/common/modules/proc_adding-gce-details-to-a-compute-profile-by-using-cli.adoc
guides/common/modules/proc_adding-gce-details-to-a-compute-profile-by-using-web-ui.adoc
guides/common/modules/proc_adding-kvm-details-to-a-compute-profile-by-using-cli.adoc
guides/common/modules/proc_adding-kvm-details-to-a-compute-profile-by-using-web-ui.adoc
guides/common/modules/proc_adding-microsoft-azure-resource-manager-details-to-a-compute-profile-by-using-cli.adoc
guides/common/modules/proc_adding-microsoft-azure-resource-manager-details-to-a-compute-profile-by-using-web-ui.adoc
guides/common/modules/proc_adding-openstack-details-to-a-compute-profile-by-using-cli.adoc
guides/common/modules/proc_adding-openstack-details-to-a-compute-profile-by-using-web-ui.adoc
guides/common/modules/proc_adding-vmware-details-to-a-compute-profile-by-using-cli.adoc
guides/common/modules/proc_adding-vmware-details-to-a-compute-profile-by-using-web-ui.adoc
KVM is also slighty different:
guides/common/modules/proc_adding-kvm-details-to-a-compute-profile-by-using-web-ui.adoc
7:You can create standardized virtual machines more quickly and efficiently by adding KVM hardware settings to a compute profile.
guides/common/modules/proc_adding-kvm-details-to-a-compute-profile-by-using-cli.adoc
7:You can create standardized virtual machines more quickly and efficiently by adding KVM hardware settings to a compute profile.
IMO standardization happens at the level of host groups and later via configuration management. Compute profiles more or less define the "size" of the VM/cloud instance.
See the DB seeds in foreman:
$ cat db/seeds.d/130-compute_profiles.rb | rg ":name"
{ :name => '1-Small' },
{ :name => '2-Medium' },
{ :name => '3-Large' },
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes are you introducing?
Reword abstract.
Why are you introducing these changes? (Explanation, links to references, issues, etc.)
Refs PR to DITAfy Provisioning Hosts guide.
Anything else to add? (Considerations, potential downsides, alternative solutions you have explored, etc.)
Wording is based on
"guides/common/modules/proc_adding-gce-details-to-a-compute-profile-by-using-web-ui.adoc".
Contributor checklists
Please cherry-pick my commits into: