Modify dev make target name to clarify intention

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`
This commit is contained in:
Hao Liu
2023-03-29 19:06:48 -04:00
parent bc55bcf3a2
commit 17f5c4b8e6
5 changed files with 35 additions and 32 deletions

View File

@@ -18,7 +18,7 @@ stderr_logfile_maxbytes=0
[program:awx-rsyslog-configurer]
{% if kube_dev | bool %}
command = make rsyslog-configurer
command = make run-rsyslog-configurer
directory = /awx_devel
{% else %}
command = awx-manage run_rsyslog_configurer

View File

@@ -24,7 +24,7 @@ stderr_logfile_maxbytes=0
[program:wsrelay]
{% if kube_dev | bool %}
command = make wsrelay
command = make run-wsrelay
directory = /awx_devel
{% else %}
command = awx-manage run_wsrelay

View File

@@ -59,7 +59,7 @@ stderr_logfile_maxbytes=0
[program:heartbeet]
{% if kube_dev | bool %}
command = make heartbeet
command = make run-heartbeet
directory = /awx_devel
{% else %}
command = awx-manage run_heartbeet