diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-11-16 09:37:37 -0500 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-11-16 09:37:37 -0500 |
commit | f33f2d789c58e334449060ce532d7a2785f79e7c (patch) | |
tree | 789547c74ed312918a98490ca54fe12f9ce390bd /playbooks/libvirt/openshift-cluster/templates | |
parent | 7274d4379f6438d80a840bf6fc0b017b57e6595c (diff) | |
parent | 3c560d4a589cb7c7144f25468e0c7d2d0768853d (diff) | |
download | openshift-f33f2d789c58e334449060ce532d7a2785f79e7c.tar.gz openshift-f33f2d789c58e334449060ce532d7a2785f79e7c.tar.bz2 openshift-f33f2d789c58e334449060ce532d7a2785f79e7c.tar.xz openshift-f33f2d789c58e334449060ce532d7a2785f79e7c.zip |
Merge pull request #461 from lhuard1A/prettify_list_output
Better structure the output of the list playbook
Diffstat (limited to 'playbooks/libvirt/openshift-cluster/templates')
-rw-r--r-- | playbooks/libvirt/openshift-cluster/templates/domain.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/libvirt/openshift-cluster/templates/domain.xml b/playbooks/libvirt/openshift-cluster/templates/domain.xml index df200e374..870bcf2a6 100644 --- a/playbooks/libvirt/openshift-cluster/templates/domain.xml +++ b/playbooks/libvirt/openshift-cluster/templates/domain.xml @@ -6,6 +6,7 @@ <ansible:tag>env-{{ cluster }}</ansible:tag> <ansible:tag>env-host-type-{{ cluster }}-openshift-{{ type }}</ansible:tag> <ansible:tag>host-type-{{ type }}</ansible:tag> + <ansible:tag>sub-host-type-{{ g_sub_host_type }}</ansible:tag> </ansible:tags> </metadata> <currentMemory unit='GiB'>1</currentMemory> |