Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renamed the Modules from dnos* -> dellos*, updated copyright, removed… #17617

Merged
merged 2 commits into from
Sep 16, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
27 changes: 13 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,19 @@ Ansible Changes By Release
- cloudstack
* cs_router
* cs_snapshot_policy
- dnos6
* dnos6_command
* dnos6_template
* dnos6_config
- dnos9
* dnos9_command
* dnos9_config
* dnos9_template
* dnos9_facts
- dnos10
* dnos10_command
* dnos10_config
* dnos10_template
* dnos10_facts
- dellos6
* dellos6_command
* dellos6_config
- dellos9
* dellos9_command
* dellos9_config
* dellos9_facts
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alphabetic order please _facts before _template

* dellos9_template
- dellos10
* dellos10_command
* dellos10_config
* dellos10_facts
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alphabetic order please _facts before _template

* dellos10_template
- exoscale:
* exo_dns_domain
* exo_dns_record
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#
# (c) 2015 Peter Sprygada, <psprygada@ansible.com>
#
# Copyright (c) 2016 Dell Inc.
#
# This code is part of Ansible, but is an independent component.
# This particular file snippet, and this file snippet only, is BSD licensed.
# Modules you write using this snippet, which is embedded dynamically by Ansible
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#
# (c) 2015 Peter Sprygada, <psprygada@ansible.com>
#
# Copyright (c) 2016 Dell Inc.
#
# This code is part of Ansible, but is an independent component.
# This particular file snippet, and this file snippet only, is BSD licensed.
# Modules you write using this snippet, which is embedded dynamically by Ansible
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#
# (c) 2015 Peter Sprygada, <psprygada@ansible.com>
#
# Copyright (c) 2016 Dell Inc.
#
# This code is part of Ansible, but is an independent component.
# This particular file snippet, and this file snippet only, is BSD licensed.
# Modules you write using this snippet, which is embedded dynamically by Ansible
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#
# Copyright 2015 Peter Sprygada <psprygada@ansible.com>
#
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
Expand Down
25 changes: 0 additions & 25 deletions lib/ansible/plugins/action/dnos10_template.py

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# This file is part of Ansible #
#
# (c) 2015, Peter Sprygada <psprygada@ansible.com>
#
# Copyright (c) 2016 Dell Inc.
#
# 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
Expand Down Expand Up @@ -59,7 +64,7 @@ class ModuleDocFragment(object):
default: 10
provider:
description:
- Convenience method that allows all M(dnos10) arguments to be passed as
- Convenience method that allows all M(dellos10) arguments to be passed as
a dict object. All constraints (required, choices, etc) must be
met either by individual arguments or values in this dict.
required: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#
# (c) 2015, Peter Sprygada <psprygada@ansible.com>
#
# Copyright (c) 2016 Dell Inc.
#
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -77,7 +82,7 @@ class ModuleDocFragment(object):
default: 10
provider:
description:
- Convenience method that allows all M(dnos9) arguments to be passed as
- Convenience method that allows all M(dellos6) arguments to be passed as
a dict object. All constraints (required, choices, etc) must be
met either by individual arguments or values in this dict.
required: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#
# (c) 2015, Peter Sprygada <psprygada@ansible.com>
#
# Copyright (c) 2016 Dell Inc.
#
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -77,7 +82,7 @@ class ModuleDocFragment(object):
default: 10
provider:
description:
- Convenience method that allows all M(dnos6) arguments to be passed as
- Convenience method that allows all M(dellos9) arguments to be passed as
a dict object. All constraints (required, choices, etc) must be
met either by individual arguments or values in this dict.
required: false
Expand Down