mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 11:55:04 -02:30
Rename awx to automation for pod names
This commit is contained in:
@@ -81,7 +81,7 @@ class PodManager(object):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def pod_name(self):
|
def pod_name(self):
|
||||||
return f"awx-job-{self.task.id}"
|
return f"automation-job-{self.task.id}"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def pod_definition(self):
|
def pod_definition(self):
|
||||||
|
|||||||
@@ -3057,7 +3057,7 @@ class AWXReceptorJob:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def pod_name(self):
|
def pod_name(self):
|
||||||
return f"awx-job-{self.task.instance.id}"
|
return f"automation-job-{self.task.instance.id}"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def credential(self):
|
def credential(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user