Alex Crawford
ea1e4c38fa
Revert "Merge pull request #234 from crawford/validate"
...
This reverts commit cdfc94f4e9
, reversing
changes made to 2051cd3e1c
.
Conflicts:
config/config.go
config/config_test.go
config/etc_hosts.go
config/etcd.go
config/file.go
config/fleet.go
config/oem.go
config/unit.go
config/update.go
config/user.go
initialize/config.go
initialize/config_test.go
initialize/env.go
initialize/manage_etc_hosts.go
initialize/workspace.go
system/env.go
system/etc_hosts_test.go
system/etcd.go
system/etcd_test.go
system/fleet.go
system/fleet_test.go
system/oem.go
system/oem_test.go
system/systemd.go
system/update.go
system/update_test.go
test
2014-11-03 14:43:29 -08:00
Jonathan Boulle
6c1ba590aa
*: add license header to all source files
2014-10-17 15:36:22 -07:00
Alex Crawford
18e2f98414
cloudconfig: refactor config
...
- Move CloudConfig into config package
- Add YAML tags to CloudConfig
2014-09-23 17:59:32 -07:00
Alex Crawford
56815a6756
metadata: add support for IPv6 variable substitution
2014-09-11 10:43:02 -07:00
Alex Crawford
0c212c72c9
test: Fix tests for Go 1.3
2014-08-25 12:01:27 -07:00
Jonathan Boulle
231c0fa20b
initialize: add tests for ParseMetadata
2014-06-27 23:53:06 -07:00
Jonathan Boulle
ba1c1e97d0
cloudinit: retrieve IPv4 addresses from metadata
...
This uses the new MetadataService implementation to retrieve values for
$private_ipv4 and $public_ipv4 substitutions, instead of using
environment variables.
2014-06-24 17:46:06 -07:00