2.2. Setting the Provisioning Context
When you set a provisioning context, you define which organization and location to use for provisioning hosts.
The organization and location menus are located in the menu bar, on the upper left of the Satellite web UI. If you have not selected an organization and location to use, the menu displays: Any Organization and Any Location.
Procedure
- Click Any Organization and select the organization.
- Click Any Location and select the location to use.
Each user can set their default provisioning context in their account settings. Click the user name in the upper right of the Satellite web UI and select My account to edit your user account settings.
For CLI Users
When using the CLI, include either
--organizationor--organization-labeland--locationor--location-idas an option. For example:hammer host list --organization "Default_Organization" --location "Default_Location"
# hammer host list --organization "Default_Organization" --location "Default_Location"Copy to Clipboard Copied! Toggle word wrap Toggle overflow This command outputs hosts allocated for the Default_Organization and Default_Location.