Commit Graph

110 Commits

Author SHA1 Message Date
Tristan Cacqueray
ea0326eab1 Add integration test to molecule 2020-02-14 00:15:14 +00:00
Tristan Cacqueray
fe88bc42cc Remove integration of integration test 2020-02-13 19:13:59 -05:00
Tristan Cacqueray
b4c4a525aa Fix integration test 2020-02-13 19:13:59 -05:00
Tristan Cacqueray
9c80a5756c Integrate the integration test 2020-02-13 19:13:59 -05:00
Tristan Cacqueray
42cf348eeb Fix doc required and remove exec bit 2020-02-13 19:13:59 -05:00
Tristan Cacqueray
3bab767762 Fix doc-required-mismatch 2020-02-13 19:13:59 -05:00
Tristan Cacqueray
c4f5d254ca Fix doc_fragments reference 2020-02-13 19:13:59 -05:00
Tristan Cacqueray
c067a93886 Move k8s_exec test to a dedicated file 2020-02-13 19:13:59 -05:00
Tristan Cacqueray
ad48d910fc Add k8s_exec test 2020-02-13 19:13:59 -05:00
Tristan Cacqueray
58d9bc13bb Add k8s_exec module to execute command through the API
This change adds a new module to execute command in a container
through the API:
https://docs.okd.io/latest/dev_guide/executing_remote_commands.html#protocol

Related: https://github.com/ansible/ansible/pull/55029
Closes: https://github.com/ansible-collections/kubernetes/issues/7
2020-02-13 19:13:59 -05:00
Jeff Geerling
f0ecc4ceef Merge pull request #25 from ansible-collections/build-on-push-master
Build on pushes to the master branch
2020-02-13 17:42:51 -06:00
Jeff Geerling
ae2a78815e Build on pushes to the master branch (including PR merges). 2020-02-13 17:12:25 -06:00
Jeff Geerling
53e2f971c7 Merge pull request #22 from ansible-collections/10-kind-tests
Use KinD cluster with Molecule for full integration tests
2020-02-13 16:19:12 -06:00
Jeff Geerling
bc5121363b Issue #10: Grammar fixes for some test tasks. 2020-02-13 16:05:24 -06:00
Jeff Geerling
a75593c36a Attempt to resolve #23 entirely without a json_query(). 2020-02-13 15:47:24 -06:00
Jeff Geerling
15641b6323 More debugging. 2020-02-13 15:29:45 -06:00
Jeff Geerling
6dafb4c1db Issue #10: Don't add dependent collections when installing community.general. 2020-02-13 15:05:22 -06:00
Jeff Geerling
b2e639b823 Issue #10: Move integration tests into molecule playbook. 2020-02-13 15:03:47 -06:00
Jeff Geerling
1200460f26 Issue #10: Attempt setting up a KinD cluster in CI workflow.g 2020-02-13 15:01:47 -06:00
Jeff Geerling
cec46a000e Update CI badge to show status of push, not also PRs. 2020-02-12 09:02:38 -06:00
Jeff Geerling
16019872df Issue #21: Put back kubernetes comment to see if coverage gets uploaded. 2020-02-11 17:53:35 -06:00
Jeff Geerling
ec6d231859 Merge pull request #20 from geerlingguy/daily-ci-cron
Add daily scheduled CI workflow run at 6 a.m. UTC.
2020-02-11 17:49:16 -06:00
Jeff Geerling
c59fb0ce8b Add daily scheduled CI workflow run at 6 a.m. UTC. 2020-02-11 17:40:46 -06:00
Jeff Geerling
7dafe5c1f8 Merge pull request #19 from geerlingguy/15-coverage
Add codecov coverage reporting like grafana collection
2020-02-11 17:39:59 -06:00
Jeff Geerling
466f9e3c5d Add link to codecov.io overview page from code coverage badge. 2020-02-11 17:31:50 -06:00
Jeff Geerling
426cf883ee Remove extra comment in file that was causing bash errors. 2020-02-11 17:22:30 -06:00
Jeff Geerling
41f9aaa5e1 Issue #15: Add code coverage reporting token. 2020-02-11 17:18:42 -06:00
Jeff Geerling
a21f8c4d6b Issue #15: Add codecov coverage reporting like grafana collection. 2020-02-11 17:10:38 -06:00
Jeff Geerling
7b5c599f6d Merge pull request #17 from geerlingguy/13-ci-fails
Get CI tests working again
2020-02-11 16:46:42 -06:00
Jeff Geerling
18fb76c695 Fixes #13: Fix missing 'elements' in list argument spec. 2020-02-11 16:38:05 -06:00
Jeff Geerling
e0a6976c3b Merge pull request #12 from geerlingguy/authors
Add authors to galaxy.yml.
2020-02-05 09:06:12 -06:00
Jeff Geerling
069568ec2d Add authors to galaxy.yml. 2020-02-05 09:04:49 -06:00
Jeff Geerling
c1ee066553 Add galaxy artifacts to gitignore. 2020-02-03 13:21:04 -06:00
Jeff Geerling
5740620dce Preparation for an initial 0.9.0 release. 2020-02-03 13:18:37 -06:00
Jeff Geerling
8060f6123f Issue #3: Update examples in README and add note about OpenShift Python library. 2020-02-03 12:41:42 -06:00
John R Barker
29765e5e56 Merge pull request #11 from geerlingguy/3-readme-updates
Fixes #3: Add a README with relevant documentation links and usage instructions.
2020-02-01 15:45:11 +00:00
Jeff Geerling
0cd29010f6 Fixes #3: Add a README with relevant documentation links and usage instructions. 2020-01-31 15:00:00 -06:00
Jeff Geerling
b80632efbd Build on push, and link CI badge to Actions. 2020-01-30 17:03:44 -06:00
Jeff Geerling
9281c749ac Add GitHub Actions CI badge to README. 2020-01-30 17:00:25 -06:00
Jeff Geerling
5b533b5066 Merge pull request #4 from geerlingguy/1-restructure-collection
Issue #1: Restructure role into collection using content_collector.
2020-01-30 16:50:50 -06:00
Jeff Geerling
99dcbcc32f Issue #2: Ignore return-syntax-error for now. 2020-01-30 16:42:22 -06:00
Jeff Geerling
21770a4fe2 Issue #2: Get the rest of the documentation errors fixed. 2020-01-30 16:35:24 -06:00
Jeff Geerling
4ac8e2e8bc Fixes #2: Use correct ignore file naming convention for collection. 2020-01-30 16:14:11 -06:00
Jeff Geerling
3cba5969cc Fixes #5: Use proper FQCN for doc fragment refs. 2020-01-30 15:45:30 -06:00
Jeff Geerling
8e5a74f16a Issue #5: Add missing type on k8s_resource_options doc fragment. 2020-01-30 15:37:46 -06:00
Jeff Geerling
49fe926bb4 Issue #2, Issue #5: Migrate doc_fragments, fix missing types in docs. 2020-01-30 15:28:30 -06:00
Jeff Geerling
48b4c3be54 Issue #2: python_requirements_info is not available in ansible-base. 2020-01-30 14:20:37 -06:00
Jeff Geerling
828b3ea123 Issue #2: Remove extra test output data, adjust gitignore. 2020-01-30 14:14:13 -06:00
Jeff Geerling
d94dd72ae6 Issue #1, Issue #2: Move more content into collection, fix tests. 2020-01-30 13:51:43 -06:00
Jeff Geerling
2e807f946a Issue #2: Get tests working with GitHub Actions for now. 2020-01-30 11:30:34 -06:00