softwarefactory-project-zuul[bot]
d7d496553e
Merge pull request #9332 from ryanpetrello/guid-trace
...
add a per-request GUID and log as it travels through background services
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-02-17 20:07:44 +00:00
Ryan Petrello
3cc3cf1f80
add a per-request GUID and log as it travels through background services
...
see: https://github.com/ansible/awx/issues/9329
2021-02-17 12:54:13 -05:00
dependabot[bot]
fbe5832d5a
Bump atomicwrites from 1.1.5 to 1.4.0 in /requirements
...
Bumps [atomicwrites](https://github.com/untitaker/python-atomicwrites ) from 1.1.5 to 1.4.0.
- [Release notes](https://github.com/untitaker/python-atomicwrites/releases )
- [Commits](https://github.com/untitaker/python-atomicwrites/compare/1.1.5...1.4.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-16 14:43:53 +00:00
Jeff Bradberry
8fb0b401ce
Bump ansible-runner to get the pexpect fix
2021-02-12 12:08:21 -05:00
Seth Foster
6f7bdc04c0
fix requirements file
2021-02-08 23:06:07 -05:00
Seth Foster
41d0a2f7b9
Add job lifecycle logging
...
Various points (e.g. created, running, processing events), are
structured into json format and output to /var/log/tower/job_lifecycle.log
As part of this work, the DependencyGraph is reworked to return
which job object is doing the blocking, rather than a boolean.
2021-02-04 12:25:51 -05:00
softwarefactory-project-zuul[bot]
7daa1fe786
Merge pull request #8860 from CUB-OIT-PE/jinja-chain-undefined
...
Enabled jinja2.ChainableUndefined for custom webhook notifications
Reviewed-by: Ryan Petrello
https://github.com/ryanpetrello
2021-01-12 20:35:46 +00:00
Jim Ladd
60dee83481
revert jinja2 dep changes for ansible venv
2021-01-11 11:48:39 -08:00
Will Haines
d59e172f53
Pinned Jinja2 to ensure ChainableUndefined is present
...
Signed-off-by: Will Haines <william.haines@colorado.edu>
2021-01-11 11:56:04 -07:00
Yanis Guenane
7275db8d66
Pin cryptography to pre 3 release
2021-01-11 14:36:56 +01:00
Jeff Bradberry
0eff06318f
Update autobahn to address CVE-2020-35678
2021-01-05 13:44:05 -05:00
Ryan Petrello
f40ee7ca15
pin pip-tools for now
...
a new version of pip-tools changed the format of dependency annotations
in generated requirements.txt files
we should probably change to the new format at some point, but maybe
*after* we merge a few of our long-running branches that touch these
files (otherwise, managing conflicts could be pretty hellish)
2021-01-05 10:45:40 -05:00
Will Haines
fc2a2e538f
Enabled jinja2.ChainableUndefined for custom webhook notifications
...
Signed-off-by: Will Haines <william.haines@colorado.edu>
2020-12-10 18:06:59 -07:00
Bill Nottingham
12edbdab11
Remove old radius library from requirements
...
If it's not required by django-radius, we probably don't need it.
2020-11-30 15:12:52 -05:00
Ryan Petrello
2ae429b4ac
remove unnneeded licenses
2020-10-30 16:39:58 -04:00
Ryan Petrello
927b055e65
change license uploading to parse RHSM manifests
...
Co-authored-by: Christian Adams <chadams@redhat.com>
2020-10-30 16:39:57 -04:00
Ryan Petrello
4445d096f5
reimplement licensing to work with RHSM and entitlement uploads
...
Co-authored-by: Christian Adams <chadams@redhat.com>
2020-10-30 16:39:57 -04:00
Chris Meyers
ce052922c6
terminal graph of job status changes
...
* Visualize how jobs go from pending, waiting, running over time
2020-10-23 10:15:32 -04:00
Ryan Petrello
089b0503bb
update to the latest Django Rest Framework
2020-09-29 10:25:07 -04:00
Bill Nottingham
d0ba59735c
Replace certifi with an alternate version
...
This version just uses the system cert store.
2020-09-25 14:39:16 -04:00
Bill Nottingham
f1c59477c0
Make ansible venv psutil match awx venv version
2020-09-11 12:02:00 -04:00
Ryan Petrello
a817708d70
remove boto as an awx dependency
...
see: https://github.com/ansible/awx/issues/2115
2020-09-09 14:33:33 -04:00
Ryan Petrello
f81560b12c
update Django and channels_redis
...
see: https://github.com/ansible/tower/issues/4439
also, addresses CVE-2020-24583 and CVE-2020-24584
2020-09-08 10:39:26 -04:00
softwarefactory-project-zuul[bot]
5d208cc14e
Merge pull request #7607 from agaffney/arm_image_build
...
ARM image build support
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-08-19 22:07:32 +00:00
Shane McDonald
54e87378d5
Pin pytest-xdist
2020-08-17 20:43:02 -04:00
Ryan Petrello
5e9d372db2
update to a newer python-ldap to address a bug
...
see: https://github.com/ansible/awx/issues/7868
2020-08-11 09:34:04 -04:00
Alan Rominger
8aacd006e0
Revert updater changes to Ansible requirements
2020-08-10 14:29:07 -04:00
Alan Rominger
f269d5b2ed
Upgrade gitpython to pick up bug fix
2020-08-10 14:29:05 -04:00
Andrew Gaffney
02252f3f97
ARM image build support
...
* upgrade `chromedriver` for ARM support
* upgrade `pynacl` to fix `libsodium` build issue on ARM
* remove unnecessary i686-specific `libstdc++.so.6` package
* install `kubectl` and `tini` from upstream binaries for ARM support
* use upstream `postgres` and `alpine` docker images for `postgresql` helm chart
Fixes #7051
2020-07-31 14:22:35 -04:00
softwarefactory-project-zuul[bot]
fed02ef14a
Merge pull request #7634 from norpol/patch-1
...
Fix requirements updater.sh "sourcing" snippet
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-07-31 17:54:17 +00:00
Shane McDonald
606296f68b
Fix broken offline builds
2020-07-21 18:19:51 -04:00
Phi|eas |ebada
a05aa20f24
Update updater.sh
...
I wrote this script a year ago and just realized that this sourcing won't work lol
2020-07-16 23:24:09 +02:00
Ryan Petrello
0b221a42c0
Add the ability to specify K8S/OCP credentials on a Job Template
...
see: https://github.com/ansible/awx/issues/5735
2020-07-15 17:44:07 -04:00
Jim Ladd
71cfeda08f
unpin collections used for inventory plugins
...
* unpins collections in requirements/collections_requirements.yml
2020-06-19 09:33:51 -07:00
Shane McDonald
de82c613fc
Make tests pass with current versions of things
2020-06-15 23:13:44 -04:00
Elijah DeLee
a83a9c9723
remove dep on python-memcached
2020-06-10 11:18:48 -04:00
Rebeccah
d2bbe7aa1a
remove memcache from everywhere and add djagno-redis to cover it
2020-06-09 10:24:23 -04:00
Jim Ladd
5df08711e9
Bump foreman collection to 0.8.1
...
* New release includes:
'add host_filters and want_ansible_ssh_host like script used to have'
2020-06-05 11:25:11 -07:00
Yanis Guenane
5a69074b09
Fix artifact builds
2020-05-20 14:54:02 +02:00
Ryan Petrello
c7bb5a3e7b
Merge branch 'downstream' into devel
2020-05-15 12:38:47 -04:00
beeankha
438929007e
Unpin specific flake8 version
2020-05-15 10:02:59 -04:00
Seth Foster
09e5093b96
flake 8 version test
2020-05-13 13:32:11 -04:00
Seth Foster
4da0e0dd80
Vendor collections for isolated jobs to work in ansible 2.10
...
kubectl and synchronize are now part of community.kubernetes
and ansible.posix collections, respectively. This change installs
these collections to a local directory to be used in inventory and
isolated management playbooks.
awx issue #6930
2020-05-13 10:41:01 -04:00
Bill Nottingham
345f1db994
Don't uninstall pycurl, but do build it from source.
...
oVirt requires something newer, but we can't use the wheel.
2020-05-11 13:11:19 -04:00
Alan Rominger
961c5589c1
Refresh inventory collection requirements ( #4296 )
...
* Refresh inventory collection requirements
Fix bug specific to Docker development where the right folder of
install was not specified in the setting
Add initial rhv/ovirt version for consistency
* Update unit test to ovirt name change
2020-05-05 18:22:00 -04:00
AlanCoding
8bbd2c7aaa
bump collection requirements, vmware patches
...
New VMWare and azure were released, pick those up
Enable using of VMWare inventory plugin for Ansible 2.9
Few fixes from manual testing with VMWare
Remove invalid properties which resulted in no hosts imported
Add some defaults to be more consistent with script
2020-04-23 19:57:53 -04:00
AlanCoding
47bdf86dfa
Pick up collections paths in openstack inventory update prep
...
Update amazon.aws version
Update vmware to new release
Pin some more tests due to transitioning to inventory plugins
Remove more temporary hacks
2020-04-16 20:56:02 -04:00
AlanCoding
c3f2b3e44d
bump versions of Galaxy collection requirements
...
Implement 2.9 version policy
Update ec2 collection name
Enable ovirt, refresh test files
Put in upstream forks to get it running for now
pick up openstack.cloud fix
2020-04-16 20:56:01 -04:00
AlanCoding
99ae614a63
Vmware was published
...
implement vmware inventory plugin
Enable the previously broken properties
2020-04-16 20:56:00 -04:00
AlanCoding
fcf75af6a7
Get current cloud sources working from collection
...
update test data files
Adopt official vendor location
openstack not published yet
Add collections to show paths
Add collections loc to installer settings
Add vendored collections to show path again
2020-04-16 20:55:59 -04:00