mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03:30
Merge pull request #10100 from Spredzy/rename-job
Rename awx to automation for pod names Reviewed-by: Shane McDonald <me@shanemcd.com>
This commit is contained in:
commit
13e1fc9839
@ -81,7 +81,7 @@ class PodManager(object):
|
||||
|
||||
@property
|
||||
def pod_name(self):
|
||||
return f"awx-job-{self.task.id}"
|
||||
return f"automation-job-{self.task.id}"
|
||||
|
||||
@property
|
||||
def pod_definition(self):
|
||||
|
||||
@ -3057,7 +3057,7 @@ class AWXReceptorJob:
|
||||
|
||||
@property
|
||||
def pod_name(self):
|
||||
return f"awx-job-{self.task.instance.id}"
|
||||
return f"automation-job-{self.task.instance.id}"
|
||||
|
||||
@property
|
||||
def credential(self):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user