From 9e8fe489126b300de5b211f3eba4cd513a372665 Mon Sep 17 00:00:00 2001 From: Benjamin Bertrand <benjamin.bertrand@esss.se> Date: Tue, 22 May 2018 16:29:45 +0200 Subject: [PATCH] Set default core services update to test template A new template 'ics-ans-core @ DHCP test' was created to test the DNS and DHCP deployment. This is the one o use by default. The "real" template should be used in the production settings.cfg --- app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings.py b/app/settings.py index 73b3d93..cbfa3be 100644 --- a/app/settings.py +++ b/app/settings.py @@ -69,4 +69,4 @@ DOCUMENTATION_URL = 'http://ics-infrastructure.pages.esss.lu.se/csentry/index.ht # AWX job templates AWX_JOB_ENABLED = False -AWX_CORE_SERVICES_UPDATE = 'ics-ans-core CSENTRY refresh' +AWX_CORE_SERVICES_UPDATE = 'ics-ans-core @ DHCP test' -- GitLab