From 7e0074263dcc7f804693c5d2a7ff16dd9f716f7f Mon Sep 17 00:00:00 2001 From: Senthil Kumar Ganesan Date: Sat, 1 Oct 2016 11:31:51 -0700 Subject: [PATCH] Remove the dellosX_template module (#17836) --- CHANGELOG.md | 3 -- .../plugins/action/dellos10_template.py | 28 ------------------- .../plugins/action/dellos6_template.py | 28 ------------------- .../plugins/action/dellos9_template.py | 28 ------------------- 4 files changed, 87 deletions(-) delete mode 100644 lib/ansible/plugins/action/dellos10_template.py delete mode 100644 lib/ansible/plugins/action/dellos6_template.py delete mode 100644 lib/ansible/plugins/action/dellos9_template.py diff --git a/CHANGELOG.md b/CHANGELOG.md index 08d262eda04..63c1c38c0e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,17 +70,14 @@ Ansible Changes By Release * dellos6_command * dellos6_config * dellos6_facts - * dellos6_template - dellos9 * dellos9_command * dellos9_config * dellos9_facts - * dellos9_template - dellos10 * dellos10_command * dellos10_config * dellos10_facts - * dellos10_template - docker * docker_network - eos diff --git a/lib/ansible/plugins/action/dellos10_template.py b/lib/ansible/plugins/action/dellos10_template.py deleted file mode 100644 index 5334b644d32..00000000000 --- a/lib/ansible/plugins/action/dellos10_template.py +++ /dev/null @@ -1,28 +0,0 @@ -# -# Copyright 2015 Peter Sprygada -# -# This file is part of Ansible -# -# Ansible is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# Ansible is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with Ansible. If not, see . -# -from __future__ import (absolute_import, division, print_function) -__metaclass__ = type - -from ansible.plugins.action import ActionBase -from ansible.plugins.action.net_template import ActionModule as NetActionModule - -class ActionModule(NetActionModule, ActionBase): - pass - - diff --git a/lib/ansible/plugins/action/dellos6_template.py b/lib/ansible/plugins/action/dellos6_template.py deleted file mode 100644 index 5334b644d32..00000000000 --- a/lib/ansible/plugins/action/dellos6_template.py +++ /dev/null @@ -1,28 +0,0 @@ -# -# Copyright 2015 Peter Sprygada -# -# This file is part of Ansible -# -# Ansible is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# Ansible is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with Ansible. If not, see . -# -from __future__ import (absolute_import, division, print_function) -__metaclass__ = type - -from ansible.plugins.action import ActionBase -from ansible.plugins.action.net_template import ActionModule as NetActionModule - -class ActionModule(NetActionModule, ActionBase): - pass - - diff --git a/lib/ansible/plugins/action/dellos9_template.py b/lib/ansible/plugins/action/dellos9_template.py deleted file mode 100644 index 5334b644d32..00000000000 --- a/lib/ansible/plugins/action/dellos9_template.py +++ /dev/null @@ -1,28 +0,0 @@ -# -# Copyright 2015 Peter Sprygada -# -# This file is part of Ansible -# -# Ansible is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# Ansible is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with Ansible. If not, see . -# -from __future__ import (absolute_import, division, print_function) -__metaclass__ = type - -from ansible.plugins.action import ActionBase -from ansible.plugins.action.net_template import ActionModule as NetActionModule - -class ActionModule(NetActionModule, ActionBase): - pass - -