| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Signed-off-by: Rick Elrod <rick@elrod.me>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Change default PYTHON in Makefile to be ranked choice
- Fix `PYTHON_VERSION` target that expects just a word
- Use native GNU Make `$(subst ,,)` instead of `sed`
- Add 'version-for-buildyml' target to simplify ci
If I understand correctly, this change should make
'$(PYTHON)' work how we want it to everywhere. Before
this change, on develpers' machines that don't have
a 'python3.9' in their path, make would fail. With this
change, we will prefer python3.9 if it's available, but
we'll take python3 otherwise.
|
|
|
|
|
|
| |
we link awx.egg-link from `tools/docker-compose/awx.egg-link` to `/tmp/awx.egg-link` than we move `/tmp/awx.egg-link` to `/var/lib/awx/venv/awx/lib/python3.9/site-packages/awx.egg-link`
bonus... now we dont have to set PYTHON=python3.9
|
|\
| |
| | |
Auto reload services in kube dev env
|
| | |
|
|/
|
|
| |
Linking launch script and supervisor conf file in kube development environment so we no longer have to rebuild kube devel images for superviosr conf file and launch script changes
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
these make targets are for starting the different daemons within the kube/docker development environment updating the name to make it better reflect their intention
also added comments above the make target to describe what they do
note: these comments show up when run `make help`
|
|
|
|
|
|
|
|
| |
launch_awx.sh that this PR rename is also now only use for launching awx web container renaming to reflect it's purpose
also remove the no longer needed creation of rsyslog conf as rsyslog is no longer in the web container
Update Dockerfile.j2
|
|
|
|
| |
supervisor.conf.j2 file is the template for supervisor.conf file for the web container rename to supervisor_web.conf make it more clear that it is use for the web container
|
|
|
|
| |
Missing conditional for when running in kube development environment
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Rick Elrod <rick@elrod.me>
|
|
|
|
| |
Checkpoint
|
|
|
|
| |
Signed-off-by: Jessica Mack <jmack@redhat.com>
|
|
|
|
| |
Signed-off-by: Jessica Mack <jmack@redhat.com>
|
|
|
| |
Signed-off-by: Hao Liu <haoli@redhat.com>
|
|
|
|
|
|
|
|
| |
* Created new rsyslog launch file.
* Rsyslog conf work.
* Refining how we're calling rsyslog conf.
* Removed rsyslog so it no longer launches in the web container.
* Added the new launch_awx_rsyslog.sh to the /usr/bin
|
| |
|
|
|
|
|
|
|
| |
Usage:
$ EXTRA_SOURCES_ANSIBLE_OPTS='-e ingress_path=/awx' make docker-compose
$ curl http://localhost:8013/awx/api/v2/ping/
|
|
|
|
|
|
|
|
| |
With the latest version of rsyslog we had a test failing with:
AssertionError: Response data: {'error': "b'rsyslog internal message (3,-2455): could not transfer the specified internal posix capabilities settings to the kernel, capng_apply=-5\\n [v8.2102.0-107.el9 try https://www.rsyslog.com/e/2455 ]\\n'"}
Downgrading fixes it
|
|
|
|
| |
Also, avoid paging if there is a single page.
|
| |
|
|
|
|
|
|
| |
* Addresses "make docker-compose-build" failure due to missing architecture mapping.
Signed-off-by: Hideki Saito <saito@fgrep.org>
|
|\
| |
| | |
Adding ppc64le support parameters
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: Hao Liu <haoli@redhat.com>
|
|/
|
|
| |
We noticed here that openldap was getting downgraded and caused our test suite to blow up https://github.com/ansible/awx/runs/8118323342?check_suite_focus=true
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
I verified what Seth found in https://github.com/ansible/awx/pull/12052, but would really hate to lose this functionality. Curious if folks on the API team can try this and see if it works for them.
|
|
|
|
| |
Downgrade min required node LTS
|
| |
|
|
|
|
| |
dumb-init is more actively maintained, available on pypi, and already used for both upstream and downstream EEs
|
| |
|
|
|
|
| |
I didnt see a reason for the weird inconsistencies here.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There was a race condition because the callback reciever tried to run this code:
File "/awx_devel/awx/main/management/commands/run_callback_receiver.py", line 31, in handle
CallbackBrokerWorker(),
File "/awx_devel/awx/main/dispatch/worker/callback.py", line 49, in __init__
self.subsystem_metrics = s_metrics.Metrics(auto_pipe_execute=False)
File "/awx_devel/awx/main/analytics/subsystem_metrics.py", line 156, in __init__
self.instance_name = Instance.objects.me().hostname
Before get_or_register was being called by the dispatcher.
|
| |
|
| |
|
|\
| |
| | |
Fix image push when overriding awx_image_tag
|
| | |
|
|/
|
|
| |
Bump node to LTS version
|
|
|
|
| |
This is just one piece of the puzzle as I try to add support for URL prefixing.
|
| |
|