Commit Graph

316 Commits (b32b4111b2049836a9a26f71c9b07d9481910e33)

Author SHA1 Message Date
Yanis Guenane a791bd2059 BOTMETA: Create a $team_scaleway and add Spredzy in it (#44597) 6 years ago
Abhijeet Kasurde 419e09d9ec botmeta: IPA: Notify IPA team for module_utils changes (#44577)
Add team_ipa for changes in module_utils/ipa.py

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Pilou 9e072c7501 botmeta: scaleway isn't core (#44511) 6 years ago
Dag Wieers 152592d2dd
Add new contributor to team_ucs 6 years ago
Pilou 4c5a6d9d44 docker_container: add felixfontein as maintainer (#44426) 6 years ago
Sandra McCann c068450259 Sumit's Alias add (#44467) 6 years ago
Adam Miller 121551d442 add myself to yum and dnf for BOTMETA (#44401)
Signed-off-by: Adam Miller <admiller@redhat.com>
6 years ago
René Moser 6d038c9b82 botmeta: remove inactive maintainer (#44352) 6 years ago
John R Barker 4ede3921d0
module_utils/netapp (#44335) 6 years ago
Felix Fontein 5e75d8b90d Add maintainers for lib/ansible/utils/module_docs_fragments/acme.py. (#44293) 6 years ago
Felix Fontein f7ac1c588d Move acme_* modules from web_infrastructure into crypto category (#44279)
* Moving acme_* modules from web_infrastructure into crypto category.

* Creating new subcategory 'acme' in 'crypto'.
6 years ago
John R Barker 8a52f2f1de Ensure module_utils/storage triggers notifications (#44135) 6 years ago
Pilou 56661f4777 scaleway inventory plugin: add namespace maintainers (#44132)
and use 'cloud' label
6 years ago
Deepak Agrawal 84bedcbd82
Httpapi plugin for Firepower device (#43773)
* Common Rest Module using httpapi transport

* comparing json objects

* platform independant Rest Api

* FTD rest module

* Remove FTD module which will be committed later from cisco team

* remove debug code

* remove common rest module

* fix shippable errors

* Add notification users

* more shipable errors
6 years ago
Shuang Wang 11f02cbc8e promote me to a co-maintainer (#43864)
Promote me to a co-maintainer for get_url
6 years ago
Felix Fontein ffa720c0f1 doc: acme: add missing maintainers 6 years ago
Lindsay Hill 5981a7489b new nos_command module (#43056) 6 years ago
Jairo Junior 3fe48a41f7 Add botmeta for team jboss. (#43961) 6 years ago
John R Barker 1decbb92fc Don't notify privateip on network changes (#43859) 6 years ago
John R Barker cb23a6fc0f
remove gundalow from Network issues (#43849) 6 years ago
Eric Brown 322bea9daf Create a template for security related bugs (#43836)
* Create a template for security related bugs

This template serves as a redirect for people who might not know where to open security related issues.  It guides them to email security@ansible.com instead of opening an issue here.

* Update security_bug_report.md
6 years ago
Lindsay Hill 8429f777da New networking module: voss_command (#43741)
* new voss_command module

* Removed incorrect version_added line
6 years ago
joren485 5af1d84842 [github] Replace second 'module' with 'feature' in PR template comment (#43478) 6 years ago
Alicia Cozine 84faa52b26 updates docs maintainers list (#43460) 6 years ago
Egor Zaitsev 249a6aae22 New module: routeros — manage MikroTik RouterOS (#41155)
* Implement initial RouterOS support

* Correct matchers for license prompts

* Documentation updates & mild refactor

* Remove one last Cisco function

* Sanity test fixes

* Move imports to the beginning

* Remove authorize property

* Handle ANSI codes

* Revert to_lines function

* CR fixes

* test(routeros): add unit tests

* Added another test (with ANSI colors and banner in fixture).

* Ignore CRLF line endings in system_package_print file

* fix: review by ganeshrn
6 years ago
Ganesh Nalawade a9b6d19abb
Add botmeta entry for ansible-connection (#43290) 6 years ago
René Moser 8c6b4a391a
botmeta: new team vultr (#42941) 6 years ago
Ryan S. Brown a2e7869362 Add supertom to GCP namespace ignore list 6 years ago
Dag Wieers 79ff2f5e9a
Replacing using new module labels (m:<module>)
There's now a standard for module labels that Ansibot supports.
6 years ago
Will Thames 79e366e7ba Update k8s maintainers (#42608)
Add willthames to list, and also ensure that all module_utils/k8s
files are correctly managed
6 years ago
Martin Krizek cde3a03b32
Remove me from yum maintainers in BOTMETA (#42631) 6 years ago
tstoner 83687ce3a2 Adding myself (tstoner) to team_nxos ansible meta (#42374) 6 years ago
Fran Fitzpatrick c93d9e8ea1 Add fxfitz to FreeIPA maintainers (#42283) 6 years ago
Dag Wieers f28cf6e8e9
Assign test files to UCS team 6 years ago
John R Barker 956320ba5d powershell PRs should have windows label (#42081) 6 years ago
Sam Doran 0104286e9a
Add me to pause module notifications (#42061) 6 years ago
Dusan Matejka a3d614ef0a add zabbix namespace maintainer (#41181) 6 years ago
Dag Wieers fd5939907a
Make ACI and Meraki module_utils supported by community
Just as is done for VMware module_utils
6 years ago
Dag Wieers 8a2b83928f
Add ACI and Meraki tests to resp. teams
Do the same as is done for NXOS
6 years ago
Blair Rampling 479d3261da changes infoblox maintainer (#41021) 6 years ago
Sachidananda Urs 2e560f1ffc Update BOTMETA.yml with gluster_peer and gluter_volume module owners 6 years ago
Brian Coca 0c881c1a83 fixed path 6 years ago
Matt Clay 950ff6bce6 Move CONTRIBUTING.md to the .github directory. 6 years ago
Sam Doran 9813925253 Update my BOTMETA info (#40726) 6 years ago
Felix Fontein e294426b07 Rename letsencrypt module utils / document fragment to acme. (#40697) 6 years ago
Felix Fontein dec392793b Letsencrypt: add account management module (#37275)
* Removed superfluous space.

* Separating account init code from ACMEAccount constructor.

* Extracted module utils and docs fragment.

* Added new letsencrypt_account module.

* Ignore pre-1.0.0 versions of OpenSSL.

* Added account key rollover.

* Renaming letsencrypt_account -> acme_account

* Simplifying check for updating contact information.

* Rewriting docstring for ACMEDirectory.

* Changing license according to permissions given by individual authors in https://github.com/ansible/ansible/pull/37275.

* Updating BOTMETA.

* Preparing for change of ACME protocol currently discussed in ietf-wg-acme/acme.

* Updating documentation.
6 years ago
wiso 160bf82544 Add NETCONF support for SROS devices (#40330)
* added NETCONF support for SROS devices

* corrected alu mapping

* fix pep8 in sros.py

* BOT META file updated
6 years ago
wiso 387a23c3d1 New ansible module netconf_rpc (#40358)
* New ansible module netconf_rpc

* add integration test for module netconf_rpc

* pep8/meta-data corrections

* usage of jxmlease for all XML processing
separation of attributes "rpc" and "content"

* removed unused imports
improved error handling

* fixed pep8

* usage of ast.literal_eval instead of eval
added description to SROS integration test for cases commented out
6 years ago
Michael Price eb992920a2 Update NetApp approvers team (#40505) 6 years ago
John R Barker ca0fdf0e7f
reduce notifications on network/f5 (#40593) 6 years ago
Robin Lee d45b044992 Make xenserver_facts actually work (#35821)
* Get the str value of xmlrpc.client.DateTime

* get_all_records should be used instead of get_all

* Facts returned with 'ansible_facts'

* Remove some redundant code

* Add cheese as maintainer

* Add changelog entry
6 years ago
Matt Clay f9ae11ea88 Add botmeta entry for lib/ansible/release.py. 6 years ago
Sam Doran 231c3586bd
Move summary to top for issue template (#40401) 6 years ago
Simon 236c1ddc98 add maintainer information for Memset modules and module_utils (#40385) 6 years ago
Scott Buchanan b12cf754f6 1Password lookup plugin (#37207)
* add pytest_cache to gitignore

* onepassword lookup plugin

* fix linter/style test complaints

* second pass at making pycodestyle happy

* use json module instead of jq

* update copyrights, license & version added

* fix python2 compatibility

* doh. fix spacing issue.

* use standard ansible exception

* remove potentially problematic stdin argument

* actually call assertion method

* add support for top-level fields

* make vault uuids pedantically consistent in fixture

* fix new style issues

* ability specify section & correct case handling

* improve error handling

* add onepassword_raw plugin

* Add maintainer info

* Move common code to module_utils/onepassword.py

* Load raw data JSON data for easier use in Ansible

* Put OnePass class back inside lookup plugin

There is no good place for sharing code across lookups currently.

* Remove debugging code in unit tests

* Patche proper module in raw unit tests

* Add changelog entry

Co-authored-by: Scott Buchanan <sbuchanan@ri.pn>
6 years ago
Ganesh Nalawade 30f992f260
Add netconf_get module (#39869)
* Add netconf_get module

Implements part-1 of proposal #104
https://github.com/ansible/proposals/issues/104

*  Add netconf_get module
*  Refactor `get`, `get_config`, `lock`, `unlock`
   and `discard_changes` netconf plugin api's
*  Add netconf module_utils file which netconf module
   related common functions
*  Refactor junos and iosxr netconf plugins

* Fix source option handling

* Fix review comments

* Update botmeta file

* Update review comments and add support for lock

* Lock update fix

* Fix CI issue

* Add integration test and minor fixes

* Fix review comments

* Fix CI failure

* Fix CI issues

* Fix CI issues

* Fix review comments and update integration test

* Fix review comments

* Fix review comments

* Fix review comments

Fix reveiw comments
6 years ago
jctanner 5df370243d
Fix case (#40272)
* Github logins are case sensitive

* Fix login case across all modules
6 years ago
schmots1 7929aed7af Adding NetApp approvers (#40193) 6 years ago
Felix Fontein c3c30440f8 Added botmeta for _letsencrypt symlink. (#40002) 6 years ago
Monty Taylor fea71d2767 Update Jesse Keating's github id (#39904)
Jesse is no longer j2sol, he's now omgjlk.
6 years ago
Dag Wieers 82b9c7c518
Add meraki_team to modules/network/meraki 6 years ago
Felix Fontein 83df7249fd Renaming letsencrypt -> acme_certificate (#39816)
* Renaming letsencrypt -> acme_certificate.

* Also renaming in BOTMETA.yml.
6 years ago
Sviatoslav Sydorenko e4671d7c67 Add emojii to issue template titles
According to https://gitmoji.carloscuesta.me/
6 years ago
Sviatoslav Sydorenko d75ba68509 Integrate bug/docs report and FR issue templates 6 years ago
Matt Davis 31bfb7b563
Remove dharmabumstead from docs review pings 6 years ago
John "Warthog9" Hawley bd8206b556 BOTMETA: Adding John 'Warthog9' Hawley from VMware to team_vmware (#39532)
Adding John 'Warthog9' Hawley to team_vmware to help triage bugs in
Ansible
6 years ago
Will Thames c9245439dc Remove willthames from default AWS notifications (#39405)
Too much to do, too little time. Happy to remain on the WG,
be consulted for advice by the WG, and retain the notifications
for my existing authorships and the remaining notifications
(and have added some more explicit ECS notifications)
6 years ago
John R Barker 3ce81bdd8d
Remove duplicated keys, bad Gundalow (#39370) 6 years ago
John R Barker d68ee638bf
Typo 6 years ago
John R Barker 5439f141ee Label infoblox issues and brampling as maintainer (#39310) 6 years ago
Sviatoslav Sydorenko c30f46f7c6 Add note about bot to the issue template 6 years ago
jctanner 2f32e0ba2d
Remove me from botmeta (#39263)
* Remove myself from team_vmware
* Remove myself from maintainership of all modules
6 years ago
Rafael Vencioneck 0d1e9bfe90 Adding exos_command cli_conf module (#37775)
* Adding exos_command cli_conf module

* fixing documentation, indentation and metadata_version

* removing doc fragmentation and adding required import

* removing unnecessary code and including company name on short_description

* updating BOTMETA.yml with exos module information
6 years ago
Abhijeet Kasurde cb547df261
VMware: Add bot metadata about vmware_inventory.py (#39113)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Martin Krizek ce1040ba4a BOTMETA: fix Sam's github handle (#39071) 6 years ago
John Barker 4e56dcd01a Update Issue & PR templates to make them clearer
Try and reduce people typing in the comments section
6 years ago
Dag Wieers a1c3cd261c
Too much mail to keep up with vmware_guest, sorry 6 years ago
Brian Coca cd235e9eb0 BELOW THIS COMMENT 6 years ago
Ryan Currah 91da1653e0 Added sumologic callback plugin (#38297)
* Added sumologic callback plugin

* Better comments
6 years ago
Strahinja Kustudic cd280859dd Add OpenNebula maintainers, update yum maintainers (#38590) 6 years ago
Matthew Stone 5b1a8ee1e8 Adding slx_command module and supporting module_utils. (#38235)
* Adding slx_command module and supporting module_utils.

This commit adds the slx_command module and tests as well as the
required slxos module_utils.

* Update copyright in header

* Adding missing module init

* Cleaning up shebangs/licensing.

* Incorporating feedback

Removing reference to `waitfor` alias in `slxos_command` module.
Adding `Extreme Networks` to `short_description` of `slxos_command` module.

* Adding cliconf tests

* Fixing 3.X tests

* Adding docstrings to test methods for slxos cliconf tests

* Adding slxos terminal tests

* Adding slxos module_utils tests

* Adding Extreme Networks team members to BOTMETA.yml
6 years ago
Olivier Bourdon acf3f7a5df Add module maintainers information (#38030) 6 years ago
Rémi REY 71699d5140 Introduce grafana callback plugin. (#34246)
* Introduce grafana callback plugin.

The grafana plugin plublishes annotations to the HTTP API available in
Grafana 4.6+

The callback publishes:
* An annotation on playbook start, tagged with "ansible",
 "ansible_event_start" and playbook name, example:

```
{
    "text": "Started playbook test.yml\n\nFrom 'pc45.home'\nBy user 'remirey'\n",
    "tags": ["ansible", "ansible_event_start", "test.yml"],
    "time": 1514291163000
}
```

* An annotation on error containing the host and task who failed and
  tagged with "ansible", "ansible_event_failure" and playbook name, example:

```
{
    "text": "Playbook test.yml Failure !\n\nFrom 'pc45.home'\nBy user 'remirey'\n\n'TASK: simulate failure' failed on localhost\n\ndebug: {\"changed\": false, \"msg\": \"Some random failure\"}\n",
    "tags": ["ansible", "ansible_event_failure", "test.yml"],
    "time": 1514291165000
}
```

* A region annotation emitted on playbook stats, tagged with "ansible",
  "ansible_report" and playbook name, example:

```
{
    "text": "Playbook test.yml\nDuration: 1.641703\nStatus: FAILED\n\nFrom 'pc45.home'\nBy user 'remirey'\n\nResult:\n{\"localhost\": {\"unreachable\": 0, \"skipped\": 0, \"ok\": 2, \"changed\": 1, \"failures\": 1}}\n",
    "tags": ["ansible", "ansible_report", "test.yml"],
    "isRegion": true,
    "timeEnd": 1514291165000,
    "time": 1514291163000
}
```

Fixes #34225
6 years ago
Goutham Pacha Ravi 4688a09aa8 Update team_netapp (#38015)
Replace gouthampacha with amit0701

amit0701 will help maintain these modules
alongside hulquest lmprice and broncofan.
6 years ago
Ryan Petrello 9350b5ec22 [docs] correct the code of conduct link (#38012) 6 years ago
Loïc Blot 449e400ffe Remove myself from vmware maintainers (#37928) 6 years ago
John R Barker da2bcf4f6a
kedarX has left the building (#37636) 6 years ago
Brian Coca 70c0875dbc clarify input location 6 years ago
Benjamin 7328c94268 Add turb as maven_artifact maintainer (#37424)
and flag chrisisbeef as ignored, because he has been inactive for many months already.
6 years ago
Sam Doran 5de7c9ce8f Add me as VyOS and EdgeOS maintainer (#37130) 6 years ago
René Moser 80217f64e2 botmeta: new cloudstack maintainer (#37081) 6 years ago
Dag Wieers 858d10a91a
Clean up VMware BOTMETA and author/license info (#36873)
* Clean up vmware BOTMETA

This removes everything that's already part of the module docs. So
basically the BOTMETA file only extends the information from the module.

* Updated author information and copyright statement
6 years ago
AlanCoding fe10685b01 Add more maintainers to team_tower 6 years ago
Claes Nästén cf6726397e Add tbjurman to team_nso (#36861) 6 years ago
Deepak Agrawal 5a295162ab
Add gdpak to networking team (#36822) 6 years ago
John R Barker e00406740f
BOTMETA: label:docs (#36757)
Don't use different labels for docs, that's what is:pr and is:issue is
for.

Discussed and approved by dharmabumstead

Makes it easier to do label:docs label:networking to find all issues
and PRs
6 years ago
Claes Nästén b61b4bef11 Update team_nso members (#36652) 6 years ago
Dag Wieers 215c80f9dc
Add meraki 6 years ago
Dag Wieers 984bface14
Remove $team_ansible refs covered by $team_windows 6 years ago
Dag Wieers 141d638e59
Typo in github handle :-/ 6 years ago