diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-04-21 16:43:17 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-04-21 16:43:17 -0400 |
commit | 066ca78a04cd052f7cf1659d99b686e4bb9f31f4 (patch) | |
tree | 7a12bd5eeace27135b80fd6339c286de8b38c6d2 /playbooks/libvirt/openshift-cluster/templates | |
parent | aa5a8d16edfa1136de8c80ad1ea5597e2a47412f (diff) | |
parent | 0ecefd20d06e67823cb033d4ac7ec4b57e613af6 (diff) | |
download | openshift-066ca78a04cd052f7cf1659d99b686e4bb9f31f4.tar.gz openshift-066ca78a04cd052f7cf1659d99b686e4bb9f31f4.tar.bz2 openshift-066ca78a04cd052f7cf1659d99b686e4bb9f31f4.tar.xz openshift-066ca78a04cd052f7cf1659d99b686e4bb9f31f4.zip |
Merge pull request #162 from detiber/nix_deployment-type_tag
Remove deployment-type tags
Diffstat (limited to 'playbooks/libvirt/openshift-cluster/templates')
-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> |