diff --git a/playbooks/openshift-apps/monitor_dashboard.yml b/playbooks/openshift-apps/monitor_dashboard.yml index b548df05e9..3d56479c35 100644 --- a/playbooks/openshift-apps/monitor_dashboard.yml +++ b/playbooks/openshift-apps/monitor_dashboard.yml @@ -21,7 +21,7 @@ # - role: openshift/object # object_app: monitor-dashboard -# object_template: configmap.yml +# object_template: configmap.yml.j2 # object_objectname: configmap.yml # - role: openshift/object @@ -36,13 +36,13 @@ # - role: openshift/object # object_app: monitor-dashboard -# object_template: dashboard_config.yml +# object_template: dashboard_config.yml.j2 # object_objectname: dashboard_config.yml # - role: openshift/object # object_app: monitor-dashboard -# object_template: buildconfig.yml +# object_template: buildconfig.yml.j2 # object_objectname: buildconfig.yml @@ -53,7 +53,7 @@ # - role: openshift/object # object_app: monitor-dashboard -# object_template: datagrepper_configmap.yml +# object_template: datagrepper_configmap.yml.j2 # object_objectname: datagrepper_configmap.yml - role: openshift/object @@ -104,21 +104,21 @@ # - role: openshift/object # object_app: monitor-dashboard -# object_template: postgrest_deploymentconfig.yml +# object_template: postgrest_deploymentconfig.yml.j2 # object_objectname: postgrest_deploymentconfig.yml # - role: openshift/object # object_app: monitor-dashboard -# object_template: prest_deploymentconfig.yml +# object_template: prest_deploymentconfig.yml.j2 # object_objectname: prest_deploymentconfig.yml # - role: openshift/object # object_app: monitor-dashboard -# object_template: datagrepper_deploymentconfig.yml +# object_template: datagrepper_deploymentconfig.yml.j2 # object_objectname: datagrepper_deploymentconfig.yml - role: openshift/object object_app: monitor-dashboard - object_template: deploymentconfig.yml + object_template: deploymentconfig.yml.j2 object_objectname: deploymentconfig.yml diff --git a/roles/openshift-apps/monitor-dashboard/templates/buildconfig.yml b/roles/openshift-apps/monitor-dashboard/templates/buildconfig.yml.j2 similarity index 100% rename from roles/openshift-apps/monitor-dashboard/templates/buildconfig.yml rename to roles/openshift-apps/monitor-dashboard/templates/buildconfig.yml.j2 diff --git a/roles/openshift-apps/monitor-dashboard/templates/configmap.yml b/roles/openshift-apps/monitor-dashboard/templates/configmap.yml.j2 similarity index 100% rename from roles/openshift-apps/monitor-dashboard/templates/configmap.yml rename to roles/openshift-apps/monitor-dashboard/templates/configmap.yml.j2 diff --git a/roles/openshift-apps/monitor-dashboard/templates/dashboard_config.yml b/roles/openshift-apps/monitor-dashboard/templates/dashboard_config.yml.j2 similarity index 100% rename from roles/openshift-apps/monitor-dashboard/templates/dashboard_config.yml rename to roles/openshift-apps/monitor-dashboard/templates/dashboard_config.yml.j2 diff --git a/roles/openshift-apps/monitor-dashboard/templates/datagrepper_configmap.yml b/roles/openshift-apps/monitor-dashboard/templates/datagrepper_configmap.yml.j2 similarity index 100% rename from roles/openshift-apps/monitor-dashboard/templates/datagrepper_configmap.yml rename to roles/openshift-apps/monitor-dashboard/templates/datagrepper_configmap.yml.j2 diff --git a/roles/openshift-apps/monitor-dashboard/templates/datagrepper_deploymentconfig.yml b/roles/openshift-apps/monitor-dashboard/templates/datagrepper_deploymentconfig.yml.j2 similarity index 100% rename from roles/openshift-apps/monitor-dashboard/templates/datagrepper_deploymentconfig.yml rename to roles/openshift-apps/monitor-dashboard/templates/datagrepper_deploymentconfig.yml.j2 diff --git a/roles/openshift-apps/monitor-dashboard/templates/deploymentconfig.yml b/roles/openshift-apps/monitor-dashboard/templates/deploymentconfig.yml.j2 similarity index 100% rename from roles/openshift-apps/monitor-dashboard/templates/deploymentconfig.yml rename to roles/openshift-apps/monitor-dashboard/templates/deploymentconfig.yml.j2 diff --git a/roles/openshift-apps/monitor-dashboard/templates/postgrest_deploymentconfig.yml b/roles/openshift-apps/monitor-dashboard/templates/postgrest_deploymentconfig.yml.j2 similarity index 100% rename from roles/openshift-apps/monitor-dashboard/templates/postgrest_deploymentconfig.yml rename to roles/openshift-apps/monitor-dashboard/templates/postgrest_deploymentconfig.yml.j2 diff --git a/roles/openshift-apps/monitor-dashboard/templates/prest_deploymentconfig.yml b/roles/openshift-apps/monitor-dashboard/templates/prest_deploymentconfig.yml.j2 similarity index 100% rename from roles/openshift-apps/monitor-dashboard/templates/prest_deploymentconfig.yml rename to roles/openshift-apps/monitor-dashboard/templates/prest_deploymentconfig.yml.j2