Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 690 Bytes

proc_creating-a-host-collection.adoc

File metadata and controls

22 lines (19 loc) · 690 Bytes

Creating a Host Collection

The following procedure shows how to create host collections.

Procedure
  1. In the {ProjectWebUI}, navigate to Hosts > Host Collections.

  2. Click New Host Collection.

  3. Add the Name of the host collection.

  4. Clear Unlimited Content Hosts, and enter the desired maximum number of hosts in the Limit field.

  5. Add the Description of the host collection.

  6. Click Save.

CLI procedure
  • To create a host collection, enter the following command:

    # hammer host-collection create \
    --name "My_Host_Collection" \
    --organization "My_Organization"