Commit graph

294 commits

Author SHA1 Message Date
FragmentedPacket
3147dc2a15 Netbox_device.py module (#46936)
* netbox_device module

* Add init.py to each directory

* Fixed a few of the shippable failed tests

* No need for import pynetbox in netbox_utils-removed, changed syntax for set

* A bit more cleanup

* Fixed the 'data' to have suboptions

* Fixed formatting for device_role

* Attempting to fix shippable errors

* Final testing and updated documentation

* Fixed return type and removed testing result files

* Updated some returns to be a list to keep 'meta' formatting consistent

* Updated module to standardize the meta return type

* Updated short_description and added David Gomez as author

* Updated short_description, added David Gomez as author, added module direcotry to BOTMETA.yml

* Updated data type to dict and removed JSON from netbox_utils
2018-11-09 07:24:13 +00:00
John R Barker
54db073817
basic.py is support:core (#48340) 2018-11-08 11:51:41 +00:00
Brian Coca
6c987a13f9 updated some callback info 2018-11-05 09:19:41 -05:00
Robin Roth
435e764fb3 Replace robinro with webknjaz me as pip module maintainer
PR #48037
2018-11-04 01:00:38 +02:00
Laurent Nicolas
96a20e0780 Add NetApp reviewer (#47995)
* Add NetApp reviewer
2018-11-02 19:19:31 -04:00
Dag Wieers
0c5bc7bf32 Correct user anasbadaha (remove anasb from being notified for onyx) (#47986)
* Remove anasb from being notified for onyx, replace with anasbadaha
2018-11-02 15:42:39 -05:00
Nadir
ec48e854c9 Added maintaner to the ignore list (#47448) 2018-11-02 12:12:29 +00:00
Tzur Eliyahu
105d6e8c88 BOTMETA: Define tzurE as a maintainer for ibm storage modules (#47922) 2018-11-01 09:47:08 -04:00
anasbadaha
81308e8b22 Adding new member for onyx team (#47552)
Signed-off-by: Anas Badaha <anasb@mellanox.com>
2018-10-30 15:48:17 -05:00
Dag Wieers
b7e77c4274 BOTMETA: Move rabbitmq modules to own directory (#46064)
Moving rabbitmq modules to own directory makes it possible to automatically include $team_rabbitmq for new modules.
2018-10-30 14:54:38 -05:00
Tim Rupp
72d53f82eb
Adds caphrim007 to more f5 resources (#46348)
F5 action plugins were missing their maintainer
2018-10-27 18:33:23 -07:00
Martin Krizek
4d0781be61
Rename team_e-spirit to something bot likes (#47687) 2018-10-26 20:25:35 +02:00
Johannes Brunswicker
d3be5d5327 Creates base Sophos UTM module (#45781)
* Fixes #18568
* Commit of the first set of utm modules
* added documentation line for module_utils file
* removed other utm modules for the first pr
* added maintainers to botmeta
* implemented fixes for shippable
* fixed whitespaces and newlines in included doc fragment
* added types and choices to documentation
* fix for E501
* Implemented change requests
* changed utm_utils license to BSD
* changed str() to to_native()
* added a status state that will just return information about my object
* renamed state 'status' to 'info'
* added team_e-spirit to botmeta and added the team as maintainer for the utm_utils
* only return a result if the lookup was not empty. Do not return a null result
* removed info state
* added boilerplate
* made preparation for info-only modules
2018-10-26 23:21:54 +05:30
Monty Taylor
c754384dce Add odyssey4me, cloudnull and evrardjp to openstack team (#47419)
Also remove thingee and omgjlk, who aren't really involved anymore.
2018-10-26 10:57:39 +10:00
John R Barker
8592bacb23
BOTMETA define (#47498) 2018-10-25 11:18:58 +01:00
John R Barker
ad3579b4ab
restore ptux for Copy maintainer (#47266) 2018-10-18 11:08:26 +01:00
Stanislas
9cc9ca584a Implement snap packaging module
PR #44939

Fixes #39155
Closes #40852

Co-authored-by: Victor Carceler <vcarceler@iespuigcastellar.xeill.net>
Co-authored-by: Stanislas Lange <angristan@pm.me>
Co-authored-by: Sviatoslav Sydorenko <wk@sydorenko.org.ua>
2018-10-17 22:59:41 +02:00
Simon Dodsley
2d66695fd7 BOTMETA : Add more Pure maintainers (#47116) 2018-10-16 13:43:38 +01:00
Simon Dodsley
39b0b312f2 Add new Pure Storage maintainers (#47074) 2018-10-15 19:09:24 +01:00
Rémy Léone
8a31d26e31 Add a netbox team to botmeta (#46817) 2018-10-12 10:29:36 +02:00
Monty Taylor
1444bff9cf Add mnaser to OpenStack team (#46753) 2018-10-10 13:55:43 +01:00
John R Barker
9e5305221a
Define team_botmeta & inventory plugin (#46684) 2018-10-09 14:13:55 +01:00
René Moser
a1f80a07dc botmeta: cloudstack: new team member (#46622) 2018-10-08 19:37:21 -05:00
lwm
278ec84cb9 Add rmcintosh as new Linode maintainer. (#46642)
Part of the push on the new https://github.com/ansible/community/wiki/Linode.
2018-10-08 15:23:50 -05:00
lwm
107089131e Linode maintainers: Add displague. Remove zbal. (#46635)
* Add displague. Remove zbal.

Lines up with https://github.com/ansible/community/issues/365.
2018-10-08 20:22:58 +01:00
John R Barker
5255d52f15
changelogs/fragments/: community (#46616) 2018-10-08 11:12:18 +01:00
John Imison
c4cfa387ea Lookup plugin for rabbitmq (#44070)
* Adding a basic get lookup for rabbitmq.

* Always return a list

* If content type is JSON, make accessible via dict.

* Fixed incorrect json.loads variable and missing raise

* Change to document returned data

* Fixed pep8 issues

* Adding integration testing

* Moving lookup intgration tests to new target

* New rabbitmq lookup plugin (#44070).

* New rabbitmq lookup plugin (#44070).

* PR review feedback updates

* Testing pika is installed

* Minor mods to tests

* Check if connection is already closed or closing

* Updated tests and connection testing

* PR review feedback updates

* PR review include ValueError in AnsibleError output

* Suggesting to use set_fact when using returned variable more than once.

* Cleaned up some tests, added some notes and handling connection closure on some exceptions.

* Removed finally statement and added some additional error handling.

* Added some additional error handling.

* PR review updates.

* Additional integration tests and removing return in finally

* Updated version

* Changing back to running tests on ubuntu.

* Additional tests

* Running tests on  Ubuntu only

* Fixing syntax error

* Fixing ingtegration tests and a string/byte issue

* Removed non-required test and fixed BOTMETA

* Trying to fix integration test failure on ubuntu1404

* Some issues occured when handling messages from the queue with to_native.  Switching to to_text resolved the issues.

* Renaming channel to queue (thanks dch). Disabling trusty tests.
2018-10-04 11:25:09 +10:00
Felix Fontein
d757a775cf Subscribing to notifications. (#46372) 2018-10-03 15:43:02 -04:00
Will Thames
d388e09940 Add the k8s label to the k8s files
k8s label for inventory plugin, module_utils
and modules
2018-10-01 15:04:48 -04:00
Simon Dodsley
a9b7356f2d Add label pure_storage for all related files. Add team_purestorage macro 2018-10-01 11:55:47 -04:00
Rémy Léone
6e855658a9 Add new member to botmeta 2018-10-01 11:48:11 -04:00
Garfield Lee Freeman
0dedfcd70f Adding connector for network/panos modules (#46142) 2018-09-27 17:36:42 -04:00
Devyani Kota
cca9fa972d Adding maintainer for GlusterFS modules. (#46160)
Signed-off-by: Devyani Kota <dkota@redhat.com>
2018-09-27 11:50:01 +01:00
Fabian von Feilitzsch
241b04f7e9 add maintainers for k8s lookup and inventory plugins (#46180) 2018-09-26 17:48:42 -04:00
Anthony Ruhier
5803d73400 Bugfixes in Netbox inventory (#45731)
* Fix headers and params in netbox queries

Fix token authentication
Remove unused variables regarding api params and headers

* Fix python 3 incompatibility in netbox inventory

* Cleaning BOTMETA entry
2018-09-26 11:52:24 +01:00
John R Barker
f4f5d941e5
botmeta support: core (#45917)
* botmeta enforce `support: core`
2018-09-25 18:37:01 +01:00
abarbare
98b0594352 feat: add scaleway security group module (#45686)
fix: pep8 coding style

fix: error order requests
2018-09-25 16:39:49 +01:00
Dag Wieers
64e957de64 BOTMETA: Clean up (#46066) 2018-09-24 09:55:29 -05:00
Rémy Léone
693f3219d4 Add Scaleway co-worker (#45925) 2018-09-20 17:41:02 +01:00
John R Barker
86c48205c4 BOTMETA - redfish (#45909) 2018-09-20 08:38:10 -04:00
John R Barker
e94a9401c3
BOTMETA: Only notify sivel & gundalow on code changes to validate-modules (#45716) 2018-09-17 08:56:44 +01:00
Nilashish Chakraborty
dbb76c079d Added github alias to team networking and vyos (#45711) 2018-09-17 08:54:06 +01:00
Rémy Léone
66f03827d6 Add a netbox dynamic inventory plugin (#45347) 2018-09-16 15:13:56 +01:00
Dag Wieers
1b4a197eb6
Add ACI dev_guide for $team_aci 2018-09-15 19:28:55 +02:00
John R Barker
822236810e
BOTMETA Validator + Bulk tidyup, support:(core,community,network) (#44903)
plugins/ is COMMUNITY
Set sensible defaults for directories
support:network for the platforms that we Networking SUPPORTS,
everything else is COMMUNITY
Mark other support:network (ansible-connection, etc)
Infoblox is support:core
contrib/ by definition should be support:community
Remove duplicated labels
Make yamllint happy(ier)
Adds sanity test to ensure BOTMETA.yml is valid
2018-09-14 12:33:23 +01:00
Garfield Lee Freeman
f5c35bc7f9 updating modules/network/panos reviewers (#45622) 2018-09-13 19:17:53 +01:00
Martin Krizek
3e508aa271
BOTMETA: fix notified key (#45419) 2018-09-12 07:43:28 +02:00
Jose Delarosa
9d2c989337 Adding maintainers to Redfish modules
PR #45443
2018-09-11 17:54:09 +02:00
Shuang Wang
c539308476 Promote ptux to a co-maintainer for copy
PR #45466
2018-09-11 16:53:09 +02:00
Will Weber
883572ecea [linode] add lwm as maintainer, rm me (#45406)
Add lwm, an active user of the linode module to the maintainer list.
Removes myself from the linode maintainer list as I no longer use the Linode module in an occupational capacity and unfortunately don't foresee having much time to devote to cultivating the health of the module(s) in the coming future.
2018-09-10 15:01:55 +05:30