11OpenStack Host Aggregates
22=========================
33
4- This role can be used to register host aggregates in nova using the
5- os \_ nova \_ host \_ aggregate module.
4+ This role can be used to register host aggregates in Nova using the
5+ ` openstack.cloud.host_aggregate ` module.
66
77Requirements
88------------
99
10- The OpenStack nova API should be accessible from the target host.
10+ The OpenStack Nova API should be accessible from the target host.
1111
1212Role Variables
1313--------------
@@ -16,17 +16,17 @@ Role Variables
1616virtualenv.
1717
1818` os_host_aggregates_auth_type ` is an authentication type compatible with the
19- ` auth_type ` argument of ` os_* ` Ansible modules.
19+ ` auth_type ` argument of ` openstack.cloud ` Ansible modules.
2020
2121` os_host_aggregates_auth ` is a dict containing authentication information
22- compatible with the ` auth ` argument of ` os_* ` Ansible modules.
22+ compatible with the ` auth ` argument of ` openstack.cloud ` Ansible modules.
2323
2424` os_host_aggregates_cacert ` is an optional path to a CA certificate bundle.
2525
2626` os_host_aggregates_interface ` is the endpoint URL type to fetch from the
2727service catalog. Maybe be one of ` public ` , ` admin ` , or ` internal ` .
2828
29- ` os_host_aggregates ` is a list of nova host aggregates to register. Each item
29+ ` os_host_aggregates ` is a list of Nova host aggregates to register. Each item
3030should be a dict containing the item 'name', and optionally:
3131
3232* 'availability_zone' (name of the availability zone to set on the aggregate)
@@ -36,18 +36,18 @@ should be a dict containing the item 'name', and optionally:
3636Dependencies
3737------------
3838
39- This role depends on the ` stackhpc.os_openstacksdk ` role.
39+ This role depends on the ` stackhpc.openstack. os_openstacksdk ` role.
4040
4141Example Playbook
4242----------------
4343
44- The following playbook registers a nova host aggregate.
44+ The following playbook registers a Nova host aggregate.
4545
4646 ---
47- - name: Ensure nova host aggregates are registered
48- hosts: nova-api
47+ - name: Ensure Nova host aggregates are registered
48+ hosts: localhost
4949 roles:
50- - role: stackhpc.os_host_aggregates
50+ - role: stackhpc.openstack. os_host_aggregates
5151 os_host_aggregates_venv: "~/os-host-aggregates-venv"
5252 os_host_aggregates_auth_type: "password"
5353 os_host_aggregates_auth:
0 commit comments