Tags: iuztemur/awx
Tags
Release 11.2.0 commit 9aed49e Author: Ryan Petrello <rpetrell@redhat.com> Date: Wed Apr 29 14:49:09 2020 -0400 update the 11.2.0 changelog commit 5c91f66 Author: Elyézer Rezende <elyezermr@gmail.com> Date: Wed Apr 29 13:55:35 2020 -0400 Keep awxkit's requirements on the setup.py awxkit's setup.py was making use of pip internal structures to parse the requirements.txt file. This is not a good thing as they may change, actually that just happened. To avoid this in the future, move the list of requirements to setup.py and make requirements.txt list `.` as the only item. This way we keep a single place to update requirements in the future and avoid accessing pip's internals. commit 67e2f19 Author: Ryan Petrello <rpetrell@redhat.com> Date: Wed Apr 29 14:03:01 2020 -0400 cleanup and clarify some installation instructions commit 3a6a7c1 Author: John Westcott IV <john.westcott.iv@redhat.com> Date: Tue Apr 28 16:47:08 2020 -0400 Going for a more generic 'just pass' option commit cd07305 Author: John Westcott IV <john.westcott.iv@redhat.com> Date: Tue Apr 28 16:37:35 2020 -0400 Set SDB_NOTIFY_HOST on non-docker OS X commit c39423d Author: Alex Corey <alex.swansboro@gmail.com> Date: Tue Apr 28 16:26:46 2020 -0400 Fixes failing test commit 3f00329 Author: Ryan Petrello <rpetrell@redhat.com> Date: Tue Apr 28 13:55:59 2020 -0400 bump version 11.2.0 commit d5cb6ad Author: Vyacheslav Andreykiv <email@andreykiv.com> Date: Tue Apr 28 08:56:29 2020 -0700 Update main.yml Reverted formating changes commit 0bad717 Author: ggiinnoo <ginojansen1402@msn.com> Date: Tue Apr 28 17:51:41 2020 +0200 Wrong syntax commit 5d24acf Author: Bill Nottingham <notting@splat.cc> Date: Tue Apr 28 10:56:23 2020 -0400 Allow unsigned certs in logging if cert verification is disabled. commit 6652464 Author: Seth Foster <fosterbseth@gmail.com> Date: Tue Apr 28 10:52:15 2020 -0400 Unset old instance IP when conflicting new instance IP With AWX_AUTO_DEPROVISION_INSTANCES on, instances are registered with an ip address. However, new instances might try to register before old instances are deprivisioned. In this case old IPs can conflict with the new ones. This will check for an ip conflict and unset the IP of conflicting instance (set to None) ansible/awx issue 6750 commit f9d5860 Author: Pierre-Louis Bonicoli <pierre-louis.bonicoli@libregerbil.fr> Date: Wed Mar 11 17:30:07 2020 +0100 Fix pylint errors commit d8ac2f5 Author: Pierre-Louis Bonicoli <pierre-louis.bonicoli@libregerbil.fr> Date: Wed Mar 11 17:28:03 2020 +0100 Avoid to repeat default value commit fdae3cd Author: Pierre-Louis Bonicoli <pierre-louis.bonicoli@libregerbil.fr> Date: Wed Mar 11 17:25:39 2020 +0100 Explicitly references AppRole commit 139384a Author: Pierre-Louis Bonicoli <pierre-louis.bonicoli@libregerbil.fr> Date: Wed Mar 11 17:22:43 2020 +0100 Simplify test branches commit 9d85e86 Author: Pierre-Louis Bonicoli <pierre-louis.bonicoli@libregerbil.fr> Date: Wed Mar 11 17:21:46 2020 +0100 Both methods return a token: rename variable commit 9fdd906 Author: Pierre-Louis Bonicoli <pierre-louis.bonicoli@libregerbil.fr> Date: Wed Mar 11 17:20:18 2020 +0100 Remove extraneous call to bool built-in function commit d3d4ce3 Author: kawsark <kawsar@hashicorp.com> Date: Fri Mar 6 17:37:37 2020 -0500 Modified hashivault.py to support approle commit 960aa9d Author: chris meyers <chris.meyers.fsu@gmail.com> Date: Tue Apr 28 09:12:42 2020 -0400 add redis logs to sosreport * rhel8 /var/log/redis/redis.log * rhel7 scl location commit 41a8d32 Author: ggiinnoo <ginojansen1402@msn.com> Date: Tue Apr 28 11:13:47 2020 +0200 Added variable to inventory to add a separate key file commit 7659ffc Author: Vyacheslav Andreykiv (Intel) <vandreyk@nkuruppu-mobl.amr.corp.intel.com> Date: Mon Apr 27 14:33:42 2020 -0700 fixed ingress template commit 41014e6 Author: Alan Rominger <arominge@redhat.com> Date: Mon Apr 27 16:15:11 2020 -0400 Avoid applying galaxy settings if no user settings exist (ansible#4262) commit d038479 Author: Francois Herbert <francois_herbert@bnz.co.nz> Date: Wed Apr 22 15:21:51 2020 +1200 Add ability to monitor jobs and workflow_jobs via awx cli, fixes ansible#6165 Signed-off-by: Francois Herbert <francois@herbert.org.nz> Fixup linting Remove timeout option, not really required and it's making the api test fail commit c07b628 Author: Christian Adams <chadams@redhat.com> Date: Mon Apr 27 14:33:46 2020 -0400 Increase stopwait time for rsyslogd service commit f17ced8 Author: John Westcott IV <john.westcott.iv@redhat.com> Date: Mon Apr 27 14:25:23 2020 -0400 Fixing integration tests for deprecation warnings commit 7f66f08 Author: John Westcott IV <john.westcott.iv@redhat.com> Date: Mon Apr 27 14:11:23 2020 -0400 Restructuring modules so that lookup don't happen if deleting commit 616e708 Author: Jim Ladd <jladd@redhat.com> Date: Mon Apr 27 00:17:46 2020 -0700 Add support for satellite6_want_ansible_ssh_host * defaults to IPv6, falls back to IP commit fb567da Author: Donovan Murphy <dono@dono.email> Date: Wed Feb 19 19:56:43 2020 -0600 add CA trust volume to management pod Signed-off-by: Donovan Murphy <dono@dono.email> commit fd2d096 Author: Dennis Vestergaard Værum <dvv@netic.dk> Date: Sun Apr 12 01:36:26 2020 +0200 If pg_hostname is defined don't try to upgrade PostgreSQL commit ac46013 Author: chris meyers <chris.meyers.fsu@gmail.com> Date: Fri Apr 24 14:22:46 2020 -0400 fix sliding window per/minute calc * Add tests to ensure correctness commit f6a2d41 Author: Christian Adams <chadams@redhat.com> Date: Fri Apr 24 15:06:32 2020 -0400 Remove unnecessary or translation commit 3b84ff7 Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local> Date: Fri Apr 24 15:11:33 2020 -0400 remove unnecessary nesting translate directive from license partial commit b1b6af4 Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local> Date: Fri Apr 24 15:31:20 2020 -0400 make sure right endpoint is getting called for notification pagination commit d55b223 Author: Graham Mainwaring <graham@mhn.org> Date: Fri Apr 24 14:08:24 2020 -0400 Use sysconfig file to get the list of services commit e51d0b6 Author: Ryan Petrello <rpetrell@redhat.com> Date: Thu Apr 23 12:04:19 2020 -0400 add a setting for enabling high rsyslogd verbosity commit e36ffa5 Author: Graham Mainwaring <graham@mhn.org> Date: Fri Apr 24 11:37:16 2020 -0400 Return more status information from ansible-tower-service status and error check commands better commit c866927 Author: Dave Lewis <davlewis@redhat.com> Date: Fri Apr 24 15:11:49 2020 +0100 Updated data/inventory/scripts/openstack/files/file_reference Update file_references due to the inclution of project_domain_name in the openstack credentails. commit 952c91d Author: Dave Lewis <davlewis@redhat.com> Date: Fri Apr 24 14:06:13 2020 +0100 Updated injector.py and added new test into test_tasks.py commit 8bbd2c7 Author: AlanCoding <arominge@redhat.com> Date: Thu Apr 23 10:52:17 2020 -0400 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 commit 75b54d2 Author: Marliana Lara <mlara@redhat.com> Date: Thu Apr 23 15:34:23 2020 -0400 Add unit tests to check for deleted details commit 1bcd71e Author: Alex Corey <alex.swansboro@gmail.com> Date: Wed Apr 22 15:22:35 2020 -0400 Adds webhook fields to job template details commit 31c6b33 Author: Ryan Petrello <rpetrell@redhat.com> Date: Thu Apr 23 15:15:37 2020 -0400 allow users to test log aggregration if `awx` isn't in the loggers list commit a2c3027 Author: Marliana Lara <mlara@redhat.com> Date: Thu Apr 23 13:08:16 2020 -0400 Display a "Deleted" label for prompt view node details commit 92b7426 Author: Dave Lewis <davlewis@redhat.com> Date: Thu Apr 23 11:33:24 2020 +0100 Correct missing "default=''" On previous commit missed "default=''" so changing: project_domain_name=cred.get_input('project_domain_name')) to project_domain_name=cred.get_input('project_domain_name', default='')) commit 08323a1 Author: Dave Lewis <davlewis@redhat.com> Date: Thu Apr 23 11:24:51 2020 +0100 Addition of project domain name to OpenStack Credential Keystone v3 requires user_domain_id and project_domain_name to authenticate, but AWX openstack credential only requests the user_domain_id. Added in project_domain_name into the credential templating. Not added as a required field as this is only needed when using Keystone v3. commit 6390794 Author: surfer190 <stephenh@startmail.com> Date: Thu Apr 23 11:43:01 2020 +0200 Change the custom venv vars install line Add the inventory commit ab703e2 Author: AlanCoding <arominge@redhat.com> Date: Wed Apr 22 21:39:02 2020 -0400 Add feature docs and document development tooling commit 8c657e2 Author: AlanCoding <arominge@redhat.com> Date: Tue Apr 21 23:00:15 2020 -0400 VMWare collection ready but waiting for release turn off use of VMWare inventory plugin for now Attempt to roll back general migration to Ansible 2.8 failed, kept at 2.9 because of compatibility commit 3f5820a Author: Bill Nottingham <notting@splat.cc> Date: Wed Apr 22 20:36:48 2020 -0400 Don't override ANSIBLE_SSH_ARGS for ad-hoc commands. This reverts 8beed7f, which says: Disable ControlPersist for ad hoc commands, should avoid any issues with proot or needing to clean up sockets afterwards. Given we've switched to the much less finicky bwrap for process isolation, along with runner-based process killing, this probably isn't needed any more. commit 47fef1d Author: Bill Nottingham <notting@splat.cc> Date: Wed Apr 22 17:16:44 2020 -0400 Don't use SCLs for openshift. This may be a mis-merge? commit 2a86a3e Author: nixocio <nixocio@gmail.com> Date: Sun Apr 19 11:35:27 2020 -0400 Fix searching for a blank string creates a blank search filter Fix searching for a blank string creates a blank search filter. Also, add unit-test to the related changes. closes: ansible#6511 commit 01c56a4 Author: chris meyers <chris.meyers.fsu@gmail.com> Date: Wed Apr 22 14:10:45 2020 -0400 lie about last time analytics were collected * Ensure that everything that we put into the database is returned via analytics. commit 68f5482 Author: AlanCoding <arominge@redhat.com> Date: Tue Apr 21 22:49:20 2020 -0400 Update vmware implementation to new agreements commit e428aeb Author: shaynecm <63633614+shaynecm@users.noreply.github.com> Date: Tue Apr 21 12:43:19 2020 +0100 pre-req's updated added Python 3.6+ to bring inline with the inventory change commit e42915d Author: shaynecm <63633614+shaynecm@users.noreply.github.com> Date: Tue Apr 21 12:40:56 2020 +0100 updated to include py3 amended to be "/usr/bin/env python3" as suggested commit 1afd8b4 Author: shaynecm <63633614+shaynecm@users.noreply.github.com> Date: Mon Apr 20 19:20:14 2020 +0100 Update inventory commit 50197c6 Author: AlanCoding <arominge@redhat.com> Date: Sat Apr 18 23:17:59 2020 -0400 Handle custom script options of hostnames and destination variable commit de0122d Author: AlanCoding <arominge@redhat.com> Date: Sat Apr 18 19:32:18 2020 -0400 Respect the ec2 script nested groups option commit fff34f7 Author: AlanCoding <arominge@redhat.com> Date: Fri Apr 17 15:43:03 2020 -0400 Make inventory non-strict for production and remove comments commit e2f5aa9 Author: AlanCoding <arominge@redhat.com> Date: Fri Apr 17 14:52:38 2020 -0400 Implement vmware plugin host filtering commit 84d863f Author: AlanCoding <arominge@redhat.com> Date: Thu Apr 9 14:23:08 2020 -0400 Shorten list of VMWare inventory plugin properties Do not include summaries decision on vmware keyed groups Handle first set of custom user vmware options commit 47bdf86 Author: AlanCoding <arominge@redhat.com> Date: Tue Mar 31 20:07:22 2020 -0400 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 commit 6b015c9 Author: Jim Ladd <jladd@redhat.com> Date: Tue Mar 31 12:51:33 2020 -0700 Call parent get_plugin_env for foreman commit c3f2b3e Author: AlanCoding <arominge@redhat.com> Date: Thu Mar 26 08:14:53 2020 -0400 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 commit 6807878 Author: Jim Ladd <jladd@redhat.com> Date: Tue Feb 25 11:51:41 2020 -0800 I think this is the right place for iam_role_arn in the tests? commit 96c6cf9 Author: Jim Ladd <jladd@redhat.com> Date: Mon Feb 24 16:03:49 2020 -0800 pass iam_role_arn through to aws inv. plugin commit 8a20b52 Author: Jim Ladd <jladd@redhat.com> Date: Mon Jan 13 12:39:43 2020 -0800 enable aws_ec2 plugin commit 0e2786d Author: Jim Ladd <jladd@redhat.com> Date: Mon Feb 17 21:39:29 2020 -0800 compat layer for foreman commit f38437b Author: Jim Ladd <jladd@redhat.com> Date: Mon Jan 13 12:40:59 2020 -0800 foreman plugin updates commit 99ae614 Author: AlanCoding <arominge@redhat.com> Date: Tue Mar 17 12:51:29 2020 -0400 Vmware was published implement vmware inventory plugin Enable the previously broken properties commit fcf75af Author: AlanCoding <arominge@redhat.com> Date: Mon Mar 9 13:07:41 2020 -0400 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 commit 541b960 Author: Yanis Guenane <yanis@guenane.org> Date: Wed Mar 11 15:08:57 2020 +0100 Collections: Adding a requirements.yml file
PreviousNext