Skip to content
Snippets Groups Projects
Commit 88649df6 authored by Mark Goddard's avatar Mark Goddard
Browse files

Add ceph_disks and mdadm_arrays to service placement docs

Change-Id: I0a2cb770c74b7e4e99a1a411990c6ed488efb303
parent 44959104
No related branches found
No related tags found
No related merge requests found
...@@ -59,10 +59,15 @@ hosts in the ``monitoring`` group. ...@@ -59,10 +59,15 @@ hosts in the ``monitoring`` group.
``ansible_user`` Username with which to access the host via SSH. ``ansible_user`` Username with which to access the host via SSH.
``bootstrap_user`` Username with which to access the host before ``bootstrap_user`` Username with which to access the host before
``ansible_user`` is configured. ``ansible_user`` is configured.
``ceph_disks`` List of Ceph disks.
``lvm_groups`` List of LVM volume groups to configure. See ``lvm_groups`` List of LVM volume groups to configure. See
`mrlesmithjr.manage-lvm role `mrlesmithjr.manage-lvm role
<https://galaxy.ansible.com/mrlesmithjr/manage-lvm/>`_ <https://galaxy.ansible.com/mrlesmithjr/manage-lvm/>`_
for format. for format.
``mdadm_arrays`` List of software RAID arrays. See `mrlesmithjr.mdadm
role
<https://galaxy.ansible.com/mrlesmithjr/mdadm/>`_ for
format.
``network_interfaces`` List of names of networks to which the host is ``network_interfaces`` List of names of networks to which the host is
connected. connected.
``sysctl_parameters`` Dict of sysctl parameters to set. ``sysctl_parameters`` Dict of sysctl parameters to set.
...@@ -184,7 +189,9 @@ providing the necessary variables for a control plane host. ...@@ -184,7 +189,9 @@ providing the necessary variables for a control plane host.
ansible_user: "{{ kayobe_ansible_user }}" ansible_user: "{{ kayobe_ansible_user }}"
bootstrap_user: "{{ controller_bootstrap_user }}" bootstrap_user: "{{ controller_bootstrap_user }}"
ceph_disks: "{{ controller_ceph_disks }}"
lvm_groups: "{{ controller_lvm_groups }}" lvm_groups: "{{ controller_lvm_groups }}"
mdadm_arrays: "{{ controller_mdadm_arrays }}"
network_interfaces: "{{ controller_network_host_network_interfaces }}" network_interfaces: "{{ controller_network_host_network_interfaces }}"
sysctl_parameters: "{{ controller_sysctl_parameters }}" sysctl_parameters: "{{ controller_sysctl_parameters }}"
users: "{{ controller_users }}" users: "{{ controller_users }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment