summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-12-06 18:56:28 +0000
committerGerrit Code Review <review@openstack.org>2017-12-06 18:56:28 +0000
commit64fc17b58db3e71e6fc18a888a1df17854828f40 (patch)
tree2ae3e97e80829e8cee4c7b07b82467d3c3208c25 /doc
parent9bab764dacb9457493faf437aabe6d09dd02f679 (diff)
parentecb0b84f112e87f773431197fb794a79f5c00114 (diff)
downloadzuul-64fc17b58db3e71e6fc18a888a1df17854828f40.tar.gz
Merge "Add support for shared ansible_host in inventory" into feature/zuulv3
Diffstat (limited to 'doc')
-rw-r--r--doc/source/user/config.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/source/user/config.rst b/doc/source/user/config.rst
index 3ea20abb4..96e55a8f0 100644
--- a/doc/source/user/config.rst
+++ b/doc/source/user/config.rst
@@ -1210,7 +1210,9 @@ configuration may be simplified.
label: controller-label
- name: compute1
label: compute-label
- - name: compute2
+ - name:
+ - compute2
+ - web
label: compute-label
groups:
- name: ceph-osd
@@ -1221,6 +1223,9 @@ configuration may be simplified.
- controller
- compute1
- compute2
+ - name: ceph-web
+ nodes:
+ - web
.. attr:: nodeset
@@ -1242,6 +1247,9 @@ configuration may be simplified.
The name of the node. This will appear in the Ansible inventory
for the job.
+ This can also be as a list of strings. If so, then the list of hosts in
+ the Ansible inventory will share a common ansible_host address.
+
.. attr:: label
:required: