From 88649df6f670d3b52c2e1e8b7204806fc8f6892d Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Thu, 23 May 2019 11:51:31 +0100 Subject: [PATCH] Add ceph_disks and mdadm_arrays to service placement docs Change-Id: I0a2cb770c74b7e4e99a1a411990c6ed488efb303 --- doc/source/control-plane-service-placement.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/control-plane-service-placement.rst b/doc/source/control-plane-service-placement.rst index 6ec81d6d4..a64753ebe 100644 --- a/doc/source/control-plane-service-placement.rst +++ b/doc/source/control-plane-service-placement.rst @@ -59,10 +59,15 @@ hosts in the ``monitoring`` group. ``ansible_user`` Username with which to access the host via SSH. ``bootstrap_user`` Username with which to access the host before ``ansible_user`` is configured. + ``ceph_disks`` List of Ceph disks. ``lvm_groups`` List of LVM volume groups to configure. See `mrlesmithjr.manage-lvm role `_ for format. + ``mdadm_arrays`` List of software RAID arrays. See `mrlesmithjr.mdadm + role + `_ for + format. ``network_interfaces`` List of names of networks to which the host is connected. ``sysctl_parameters`` Dict of sysctl parameters to set. @@ -184,7 +189,9 @@ providing the necessary variables for a control plane host. ansible_user: "{{ kayobe_ansible_user }}" bootstrap_user: "{{ controller_bootstrap_user }}" + ceph_disks: "{{ controller_ceph_disks }}" lvm_groups: "{{ controller_lvm_groups }}" + mdadm_arrays: "{{ controller_mdadm_arrays }}" network_interfaces: "{{ controller_network_host_network_interfaces }}" sysctl_parameters: "{{ controller_sysctl_parameters }}" users: "{{ controller_users }}"