f33a90587f
Merge branch 'upstream'
2015-11-19 11:22:48 +00:00
Jonathan Boulle
fa0178cd47
Merge pull request #400 from sethp/coreos-cloudinit/gzip-magic
...
gzip autodetection
2015-11-11 13:49:14 -08:00
Seth Pellegrino
778a47b957
userdata: gzip autodetection
...
look for the gzip magic number at the beginning of a data source, and,
if found, decompress the input before further processing.
Addresses coreos/bugs#741 .
2015-11-11 08:21:00 -08:00
Josh Wood
ad81cf7f78
Vmware-guestinfo: Double hyphen long options.
...
In line with https://github.com/coreos/docs/issues/650 ,
revert a little bit of https://github.com/coreos/coreos-cloudinit/pull/404
to document `--longoption` with two hyphens in document and Usage.
2015-11-09 16:31:30 -08:00
f24b0e886f
fix build
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2015-11-09 09:18:51 +00:00
Josh Wood
b56c0f5609
Docs/vmware-backdoor: Rename backdoor to guestinfo
...
Based on results of google searches on a few possible titles
to improve on the connotation of backdoor, Guestinfo Configuration
Interface (as part of the RPC API) seems recognizable in vmware
circles. Friends call it just guestinfo.
This changeset also makes docs and usage for this flag appear with
a single hypen (-flag) like most go programs do.
2015-11-05 15:27:33 -08:00
Rob Szumski
8847a471c5
Merge pull request #393 from endocode/kayrus/vmware
...
Updated vmware info / Fixed help help message
2015-10-21 09:20:59 -07:00
kayrus
c0c144bd56
Added additional vmware info, fixed cli help
2015-10-19 10:33:27 +02:00
Michael Marineau
bf743b3060
main: default to GOMAXPROCS=1
2015-09-30 17:23:40 -07:00
stresler
8fac253214
Removing convert-netconf from packet OEM
...
We still utilize the network code on first boot, so it should remain until we implement ignition, but we don't want it on subsequent boots, which is what this line would do.
2015-09-11 12:00:10 -04:00
Alex Crawford
dda5032296
cloudinit: add vmware backdoor
2015-09-01 15:36:36 -07:00
Alex Crawford
9ba25550a1
datasource: use opaque object instead of string
...
Rather than serializing the network config into a string and then later
deserializing it, just pass the object through directly.
2015-08-24 09:03:29 -07:00
Alex Crawford
81ffa056bd
log: use log.Print instead of fmt.Print
2015-08-23 19:30:03 -07:00
Alex Crawford
56a80d84cf
build: extract the version number from git
...
Update the tests as well.
2015-08-12 11:05:04 -07:00
Alex Crawford
ba83b2871f
coreos-cloudinit: bump to v1.5.0+git
2015-07-14 11:55:39 -07:00
Alex Crawford
f36821f7ce
coreos-cloudinit: bump to v1.5.0
2015-07-14 11:54:56 -07:00
Alex Crawford
c6400f7751
config: recognize Ignition configs and no-op
2015-07-10 16:32:57 -07:00
Sam Tresler
837d3d3622
datasource: add packethost metadata
2015-07-10 15:13:57 -04:00
Alex Crawford
7a05e63fcc
coreos-cloudinit: bump to v1.4.1+git
2015-05-12 17:08:27 -07:00
Alex Crawford
ca6f97d050
coreos-cloudinit: bump to v1.4.1
2015-05-12 17:08:06 -07:00
Alex Crawford
373c7ecbd9
coreos-cloudinit: bump to v1.4.0+git
2015-04-09 17:48:36 -07:00
Alex Crawford
31c46c7051
coreos-cloudinit: bump to v1.4.0
2015-04-09 17:48:14 -07:00
Alex Crawford
5b159fcf56
coreos-cloudinit: bump to v1.3.4+git
2015-04-01 14:58:25 -07:00
Alex Crawford
a9e8940132
coreos-cloudinit: bump to v1.3.4
2015-04-01 14:58:09 -07:00
7449a4a5db
update
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2015-03-28 20:04:09 +03:00
ed4b3c90ff
fix import
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2015-03-26 13:36:11 +03:00
0bc1edbd9d
Merge branch 'master' into generic
2015-03-26 10:30:02 +03:00
993af2705a
up
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2015-03-26 10:23:27 +03:00
Alex Crawford
66a2f00679
coreos-cloudinit: bump to v1.3.3+git
2015-02-24 12:25:00 -08:00
Alex Crawford
14cad6f7c3
coreos-cloudinit: bump to v1.3.3
2015-02-24 12:24:37 -08:00
Alex Crawford
e0104e6d93
coreos-cloudinit: bump to v1.3.2+git
2015-02-18 11:13:34 -08:00
Alex Crawford
7bf9712724
coreos-cloudinit: bump to v1.3.2
2015-02-18 11:12:52 -08:00
Alex Crawford
f8aa7a43b8
coreos-cloudinit: bump to v1.3.1+git
2015-02-13 10:25:01 -08:00
Alex Crawford
2fe0b0b2a8
coreos-cloudinit: bump to v1.3.1
2015-02-13 10:24:41 -08:00
Alex Crawford
eb0d2dbfa3
coreos-cloudinit: bump to v1.3.0+git
2015-02-11 17:19:32 -08:00
Alex Crawford
18caa5bf07
coreos-cloudinit: bump to v1.3.0
2015-02-11 17:19:05 -08:00
Alex Crawford
3b2af743bd
oem: add CloudSigma OEM
2015-02-11 17:03:24 -08:00
Alex Crawford
536f8acf2a
config: remove network config from CloudConfig
2015-01-26 17:35:08 -08:00
Alex Crawford
9605b5edf2
datasource: remove FetchNetworkConfig step
...
Its easier to let each datasource grab all metadata in the FetchMetadata
stage than to break it into multiple stages.
2015-01-26 16:08:26 -08:00
Alex Crawford
42153edbbc
initialize: change env to process from metadata
...
We don't use general substitutions so just have env pick the values it
wants to substitute.
2015-01-26 16:08:26 -08:00
Alex Crawford
650a239fdb
metadata: simplify merging of metadata
...
Add an internal field for CloudConfig to make it easier to distinguish.
Instead of creating two CloudConfigs and merging them, just merge the
metadata into the existing CloudConfig.
2015-01-26 16:08:26 -08:00
Alex Crawford
3e47c09b41
datasource: replace metadata map with struct
...
The loosely-typed metadata map is a load of crap. Make it a struct and
let the compiler help us out.
2015-01-26 15:57:57 -08:00
Alex Crawford
d4c617fc23
config: standardize interface a bit
2015-01-26 15:57:55 -08:00
Jonathan Boulle
c093e44049
Merge pull request #305 from jonboulle/copyright
...
*: switch to line comments for copyright
2015-01-25 10:28:52 -08:00
Jonathan Boulle
be68a8e5cc
*: switch to line comments for copyright
...
Build tags are not compatible with block comments. Also adds copyright
header to a few places it was missing.
2015-01-24 19:32:33 -08:00
Alex Crawford
58b4de8093
coreos-cloudinit: bump to v1.2.1+git
2015-01-21 14:29:51 -08:00
Alex Crawford
ae3676096c
coreos-cloudinit: bump to v1.2.1
2015-01-21 14:29:25 -08:00
Alex Crawford
a9c132a706
coreos-cloudinit: bump to v1.2.0+git
2015-01-20 14:42:48 -08:00
Alex Crawford
c3c4b86a3b
coreos-cloudinit: bump to v1.2.0
2015-01-20 14:42:18 -08:00
Alex Crawford
54c62cbb70
coreos-cloudinit: bump to v1.1.0+git
2014-12-30 16:52:10 +01:00