Commit 4f06568
Joseph Palermo
Fix #2341: Bosh fails to properly record runtime config tags as deployed
We were properly applying tags from runtime configs, but not properly recording
that the runtime config was used as part of the deployment. This meant the next
deploy would detect the tags as a change, and update the tags again.
[#180420267]1 parent 4475155 commit 4f06568
2 files changed
Lines changed: 11 additions & 0 deletions
File tree
- src/bosh-director
- lib/bosh/director/deployment_plan
- spec/unit/deployment_plan
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
331 | 340 | | |
332 | 341 | | |
333 | 342 | | |
| |||
0 commit comments