Closed edwardstudy closed 6 years ago
:white_check_mark: Hey edwardstudy! The commit authors and yourself have already signed the CLA.
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/162148725
The labels on this github issue will be updated when the story is started.
Hi,
SL CPI hands over networks configuration to bosh-agent. About compatibility, old CPI would set preconfigure as
True
and bosh-agent would writeresolv.conf
andinterfaces
files both. And this commit would set preconfigure asFalse
and bosh-agent would only writeinterfaces
file including IP and DNS records.Passed BATs.