feat(proc-cmdline): Parse /proc/cmdline for cloud-config-url

If the --from-proc-cmdline flag is given to coreos-cloudinit, the local
/proc/cmdline file will be parsed for a cloud-config-url
This commit is contained in:
Brian Waldon
2014-04-22 15:36:07 -07:00
parent 2ff0762b0c
commit 3de3d2c050
6 changed files with 150 additions and 28 deletions

2
test
View File

@@ -4,7 +4,7 @@ echo "Building bin/coreos-cloudinit"
. build
echo "Running tests..."
for pkg in "./initialize ./system"; do
for pkg in "./initialize ./system ./datasource"; do
go test -i $pkg
go test -v $pkg
done