This is an automated email from the ASF dual-hosted git repository.

jhg03a pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a51949  Ansible roles: Include Grove caches in GET /caches/stats 
(#5775)
1a51949 is described below

commit 1a5194995ff57d41ded3074d02805e6501172015
Author: Zach Hoffman <[email protected]>
AuthorDate: Wed Apr 21 14:03:47 2021 -0600

    Ansible roles: Include Grove caches in GET /caches/stats (#5775)
---
 infrastructure/ansible/roles/dataset_loader/defaults/main.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure/ansible/roles/dataset_loader/defaults/main.yml 
b/infrastructure/ansible/roles/dataset_loader/defaults/main.yml
index 14b46bf..1fb5cbd 100644
--- a/infrastructure/ansible/roles/dataset_loader/defaults/main.yml
+++ b/infrastructure/ansible/roles/dataset_loader/defaults/main.yml
@@ -279,7 +279,7 @@ dl_ds_default_divisions:
 # Mapping of eligible TO Profile prefixes to inventory hostvar component name
 dl_ds_merged_profile_prefix_ansible_component_map: "{{ 
dl_ds_default_profile_prefix_ansible_component_map }}"
 dl_ds_default_profile_prefix_ansible_component_map:
-  grove: GROVE_EDGE_
+  grove: EDGE_GROVE_
   atsec: EDGE_ATS_
   atsmid: MID_ATS_
   fakeorigin: MSO_
@@ -894,7 +894,7 @@ dl_ds_default_profile_cdntemplates:
         configFile: parent.config
         value: '1'
         secure: 0
-  - name: "Grove_Edge_{{ Target_cdn_delegation }}"
+  - name: "{{ dl_ds_merged_profile_prefix_ansible_component_map.grove }}{{ 
Target_cdn_delegation }}"
     description: "Edge cache({{ Target_cdn_delegation }}) - Grove"
     cdn: "{{ Target_cdn_delegation }}"
     type: GROVE_PROFILE

Reply via email to