From c52b8eb9671be454d22283c81057f97b98bb49fe Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Wed, 10 Aug 2016 12:44:28 -0600 Subject: 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 --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bae982e3..3d9b8ea4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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] -- cgit v1.2.3 From 4a1c0df6bc42d47b4e510b55c929419628ff9990 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Wed, 10 Aug 2016 15:04:19 -0600 Subject: ChangeLog: update changelog for previous commit. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3d9b8ea4..8d0f16e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 0.7.8: - SmartOS: more improvements for network configuration + - add ntp configuration module [Ryan Harper] 0.7.7: - open 0.7.7 - Digital Ocean: add datasource for Digital Ocean. [Neal Shrader] -- cgit v1.2.3