Alan Rominger
cf1ec07eab
Changes to run sanity tests locally
...
Use a Makefile arg for the ansible-test sanity CLI args
defaults to --docker
in the future we probably need to customize python versions
Copy the rule exception for Ansible 2.15
this helps people who are running from Ansible devel
2022-12-21 09:53:22 -05:00
Rick Elrod
d968b648de
Run sanity tests outside of our container
...
Also just ignore one sanity test for the export module, instead of
ignoring all of them.
Also use latest ansible-test, and make it work on GHA (by using podman
instead of docker).
Signed-off-by: Rick Elrod <rick@elrod.me>
2022-12-20 21:40:41 -06:00
Alan Rominger
ac8cff75ce
Run collection sanity tests in CI ( #13356 )
...
* Run collection sanity tests in CI
This requires adding a Makefile install of ansible-core
Fake the version to make semver check happy
* Fixes from ansible-test sanity failures
* Exclude the export module due to awxkit requirement
* Fix broken ansible-test rule exceptions
remove Ansible 2.14 exclusions that make ansible-test ERROR, saying they are not needed
2022-12-20 16:06:25 -05:00
Jake Jackson
71a6baccdb
Fix lookup plugins sanity ( #13238 )
...
* fix pytz
* fix NameError
* fix tests and add sanity ignore files for import test until distutils replaced
* change static method to regular method and update test to instantiate class
2022-12-15 16:40:51 -05:00
Alan Rominger
d07076b686
Merge pull request #13330 from AlanCoding/ask_me_for_tags
...
Fill in rest of ask_tags handling for WFJT module
2022-12-15 10:59:17 -05:00
Julen Landa Alustiza
df61a5cea1
Merge pull request #13126 from infamousjoeg/cyberark-ccp-branding-webserviceid
...
CyberArk Central Credential Provider Lookup custom Web Service ID & update branding
2022-12-15 15:54:35 +01:00
Alan Rominger
51f8e362dc
Add tags prompt to integration test
2022-12-14 09:10:15 -05:00
Jeff Bradberry
7fa9dcbc2a
Merge pull request #13168 from ArtsiomMusin/feature_13055_add_multiple_assert_export
...
Add multiple asset export for awx cli
2022-11-30 15:01:42 -05:00
Sean Sullivan
d1d60c9ef1
update awx collection workflow module schema with new options ( #13162 )
2022-11-16 10:47:31 -03:00
Artsiom Musin
271613b86d
Add more integration tests for export collection
2022-11-09 22:18:02 +01:00
Joe Garcia
9d77c54612
Remove references to AIM everywhere
2022-10-26 12:32:12 -04:00
Rick Elrod
42109fb45a
[collection] Remove instance defaults from docs ( #12964 )
...
We don't specify defaults in the module (because it messes up Instance
updates because AWX things we are trying to change things to be the
default).
- Update the docs to remove the defaults that no longer exist
- Update tests to make them pass (oops)
- Fix tangentially related typo in Kind development docs
Signed-off-by: Rick Elrod <rick@elrod.me>
2022-09-27 15:18:38 -05:00
Rick Elrod
7d645c8ff6
[collection] Add 'instance' module
...
Signed-off-by: Rick Elrod <rick@elrod.me>
2022-09-23 09:46:16 -04:00
Oleksii Baranov
4c64fb3323
Ensure schedule collection test has enough hosts for slices
2022-09-22 16:08:23 -04:00
John Westcott IV
1cfbc02d98
Collection test fixes from prompting changes
...
DNE can sometimes be dne depending on versions, fixing test to find either
Adding additional node to Demo Inventory for job slice counting
2022-09-22 16:08:23 -04:00
John Westcott IV
809df74050
Adding EE/IG/labels/forks/timeout/job_slice_count to schedules
...
Modifying schedules to work with related fields
Updating awx.awx.workflow_job_template_node
2022-09-22 15:35:27 -04:00
Sean Sullivan
3712af4df8
update role to provide better error messages ( #12599 )
2022-08-11 07:09:11 -04:00
Sean Sullivan
8cf75fce8c
Update awx collection workflow nodes to look for type ( #12597 )
2022-08-11 07:08:27 -04:00
John Westcott IV
6279295541
Updating workflow job template collection test ( #12468 )
...
Adding additional use case
Fixing error with workflow calling itslef
Adding better cleanup of assets created as part of the test
2022-07-11 17:07:07 -03:00
Tom Page
b70231f7d0
Allow modification of schedule if there are two of the same name ( #12407 )
2022-06-28 20:23:54 -03:00
John Westcott IV
c67f50831b
Modifying schedules API to allow for rrulesets #5733 ( #12043 )
...
* Added schedule_rruleset lookup plugin for awx.awx
* Added DB migration for rrule size
* Updated schedule docs
* The schedule API endpoint will now return an array of errors on rule validation to try and inform the user of all errors instead of just the first
2022-04-28 15:38:20 -04:00
Seth Foster
a49c4796f4
Merge pull request #12115 from sean-m-sullivan/workflow_node_updates
...
update workflow nodes to allow workflows and system jobs
2022-04-28 14:12:33 -04:00
sean-m-sullivan
456bb75dcb
update awx collection workflow module
2022-04-27 16:32:37 -04:00
sean-m-sullivan
02fd8b0d20
update workflow nodes
2022-04-27 16:18:00 -04:00
Sean Sullivan
f50501cc2a
update awx.awx collection to allow remote project. ( #12093 )
2022-04-26 15:07:29 -04:00
Ivan Aragonés Muniesa
9cd43d044e
let an organization admin to add new users to it's tower organization
2022-02-09 18:59:53 +01:00
Sean Sullivan
94e53d988b
add execution adminitrator to role module
2022-02-08 09:44:50 -05:00
Shane McDonald
c035c12c0a
Merge pull request #11380 from sean-m-sullivan/new_name
...
add new name to multiple modules
2022-01-11 01:42:55 +08:00
sean-m-ssullivan
bb8efbcc82
add new name to multiple modules
2022-01-05 22:33:51 -05:00
sean-m-sullivan
e0bd5ad041
add better error and documentation on labels
2022-01-05 20:09:02 -05:00
sean-m-ssullivan
a28c023cf1
update to allow use of id for unified job template
2021-10-12 13:06:30 -04:00
sean-m-ssullivan
c026790f55
add ability to lookup unified job template by org
2021-09-27 17:31:33 -04:00
sean-m-ssullivan
f92924d57e
add credentials option to schedules
2021-09-16 08:47:00 -04:00
beeankha
ad0dc028f2
Update README with recent Collections changes
2021-08-18 09:04:09 -04:00
beeankha
c89296e76d
Update integration test playbooks to work with most current Collections modules
2021-08-17 13:50:35 -04:00
beeankha
9409dc0085
Remove Collections module parameters deprecated in Controller 4.0.0
2021-08-03 14:55:45 -04:00
Shane McDonald
05c7d3a60e
Merge pull request #10108 from saito-hideki/issue/10057
...
Fix to handle ask_* parameters correctly when set false
2021-07-22 20:25:14 -04:00
tpage
62fc62a3c5
Default source_project for inventory source to organization
...
Signed-off-by: tpage <tpage@redhat.com>
2021-07-07 15:31:32 +01:00
Hideki Saito
70f9d6f015
Fix to handle parameters with Boolean values correctly
...
* Addresses the issue #10057
Signed-off-by: Hideki Saito <saito@fgrep.org>
2021-07-01 13:39:51 +09:00
beeankha
c417c5e219
Add test playbook for EE collections module
2021-06-25 18:01:26 -04:00
Seth Foster
bb3fc3caa8
controller_token, alias tower_token
2021-06-22 10:49:39 -04:00
Bill Nottingham
1e68519c99
Remove insights_credential from inventory
2021-06-22 10:49:33 -04:00
Seth Foster
157adb828e
various sanity fixes
2021-06-08 14:33:28 -04:00
Sarabraj Singh
27a1254883
fixed ansible-test sanity import tests; removed sanity-ignore files
2021-06-08 14:33:28 -04:00
Sarabraj Singh
8fd9225629
removed un-reference-able python modules from ignore-2.9.txt
2021-06-08 14:33:26 -04:00
Seth Foster
4add72b9d2
actually make use of option aliases
2021-06-08 14:33:25 -04:00
Seth Foster
54dd24b96b
auth_plugin env alternative
2021-06-08 14:33:25 -04:00
Seth Foster
7d06fc74dd
tower_username to controller_username, etc
2021-06-08 14:33:25 -04:00
Seth Foster
39b26c8f0e
Added env variable CONTROLLER_HOST, et al. Add awx.awx namespace to the runtime.yml redirects, and added templating task to change to ansible.controller
2021-06-08 14:33:24 -04:00
Seth Foster
82c5803e59
mostly includes renaming non-syntax references to tower
2021-06-08 14:33:24 -04:00