diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2015-04-20 23:45:15 -0400 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2015-04-20 23:45:15 -0400 |
commit | 0ecefd20d06e67823cb033d4ac7ec4b57e613af6 (patch) | |
tree | bca940654b3a40d051fa766f8bfa02c18fb08a74 /playbooks/libvirt | |
parent | 96dd0ab929b7f391eee9b23209aa377537114b72 (diff) | |
download | openshift-0ecefd20d06e67823cb033d4ac7ec4b57e613af6.tar.gz openshift-0ecefd20d06e67823cb033d4ac7ec4b57e613af6.tar.bz2 openshift-0ecefd20d06e67823cb033d4ac7ec4b57e613af6.tar.xz openshift-0ecefd20d06e67823cb033d4ac7ec4b57e613af6.zip |
Remove deployment-type tags
Diffstat (limited to 'playbooks/libvirt')
-rw-r--r-- | playbooks/libvirt/openshift-cluster/templates/domain.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/playbooks/libvirt/openshift-cluster/templates/domain.xml b/playbooks/libvirt/openshift-cluster/templates/domain.xml index 7656249da..df200e374 100644 --- a/playbooks/libvirt/openshift-cluster/templates/domain.xml +++ b/playbooks/libvirt/openshift-cluster/templates/domain.xml @@ -3,7 +3,6 @@ <memory unit='GiB'>1</memory> <metadata xmlns:ansible="https://github.com/ansible/ansible"> <ansible:tags> - <ansible:tag>deployment-type-{{ deployment_type }}</ansible:tag> <ansible:tag>env-{{ cluster }}</ansible:tag> <ansible:tag>env-host-type-{{ cluster }}-openshift-{{ type }}</ansible:tag> <ansible:tag>host-type-{{ type }}</ansible:tag> |