Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kayobe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kayobe
Commits
88649df6
Commit
88649df6
authored
5 years ago
by
Mark Goddard
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/source/control-plane-service-placement.rst
+7
-0
7 additions, 0 deletions
doc/source/control-plane-service-placement.rst
with
7 additions
and
0 deletions
doc/source/control-plane-service-placement.rst
+
7
−
0
View file @
88649df6
...
@@ -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 }}"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment