diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-08-10 12:44:28 -0600 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-08-10 12:44:28 -0600 |
commit | c52b8eb9671be454d22283c81057f97b98bb49fe (patch) | |
tree | 860fe5cbd8ee60a1abd00b5a038c313a9269ba0a /ChangeLog | |
parent | 1e85ba042c786e56449642aec59874a9bb059262 (diff) | |
download | vyos-cloud-init-c52b8eb9671be454d22283c81057f97b98bb49fe.tar.gz vyos-cloud-init-c52b8eb9671be454d22283c81057f97b98bb49fe.zip |
SmartOS: more improvements for network configuration
This improves smart os network configuration
- fix the SocketClient which was previously completely broken.
- adds support for configuring dns servers and dns search (based off the
sdc:dns_domain).
- support 'sdc:gateways' information from the datasource for configuring
default routes.
- add converted network information to output when module is run as a main
This does not support 'sdc:routes' as described at
http://eng.joyent.com/mdata/datadict.html
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +0.7.8: + - SmartOS: more improvements for network configuration 0.7.7: - open 0.7.7 - Digital Ocean: add datasource for Digital Ocean. [Neal Shrader] |