Skip to content

Commit 92a2dec

Browse files
Iryna ShustavaChangdrew
Iryna Shustava
authored andcommitted
Make loggregator iso segs compatible with windows cells [#161103679]
Signed-off-by: Andrew Chang <[email protected]>
1 parent 5433035 commit 92a2dec

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
- type: replace
3+
path: /instance_groups/name=windows2012R2-cell/jobs/name=loggregator_agent_windows/consumes?
4+
value:
5+
doppler: {from: doppler}
6+
7+
- type: replace
8+
path: /instance_groups/name=windows1803-cell/jobs/name=loggregator_agent_windows/consumes?
9+
value:
10+
doppler: {from: doppler}

scripts/test-test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ test_test_ops() {
1717
check_interpolation "name: add-persistent-isolation-segment-logging-system.yml" "add-persistent-isolation-segment-diego-cell.yml" "-o add-persistent-isolation-segment-logging-system.yml"
1818
check_interpolation "name: add-persistent-isolation-segment-syslog-drain.yml" "add-persistent-isolation-segment-diego-cell.yml" "-o add-persistent-isolation-segment-logging-system.yml" "-o add-persistent-isolation-segment-syslog-drain.yml"
1919
check_interpolation "name: alter-router-for-log-agent.yml" "add-persistent-isolation-segment-router.yml" "-o add-persistent-isolation-segment-diego-cell.yml" "-o add-persistent-isolation-segment-logging-system.yml" "-o alter-router-for-log-agent.yml"
20+
check_interpolation "name: isolated-logging-system-with-windows-cells.yml" "add-persistent-isolation-segment-diego-cell.yml" "-o add-persistent-isolation-segment-logging-system.yml" "-o ${home}/operations/windows2012R2-cell.yml" "-o ${home}/operations/windows1803-cell.yml" "-o isolated-logging-system-with-windows-cells.yml"
2021
check_interpolation "name: add-persistent-isolation-segment-infrastructure-metrics.yml" "${home}/operations/experimental/infrastructure-metrics.yml" "-o add-persistent-isolation-segment-diego-cell.yml" "-o add-persistent-isolation-segment-logging-system.yml" "-o add-persistent-isolation-segment-infrastructure-metrics.yml"
2122
popd > /dev/null # operations/test
2223
popd > /dev/null

0 commit comments

Comments
 (0)