Rename awx to automation for pod names

This commit is contained in:
Yanis Guenane 2021-05-04 14:17:45 +02:00
parent e08590290c
commit 562f78e53d
2 changed files with 2 additions and 2 deletions

View File

@ -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):

View File

@ -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):