da65c72ea4
fix
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2015-03-30 10:33:17 +03:00
dda4e55470
fix
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2015-03-30 10:29:18 +03:00
0c98d05ebf
tst
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2015-03-28 20:08:30 +03:00
7449a4a5db
update
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2015-03-28 20:04:09 +03:00
94d56f972a
add 32 and 64 bit cloudinit
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2015-03-27 09:23:31 +03:00
ed4b3c90ff
fix import
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2015-03-26 13:36:11 +03:00
1285e5da2d
fix
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2015-03-26 12:26:16 +03:00
5bbc02c647
fix
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2015-03-26 11:53:54 +03:00
b8521294cd
merge do
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2015-03-26 10:43:37 +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
6f188bd5d4
Merge pull request #319 from Vladimiroff/fix-cloudsigma-empty-ssh-keys
...
Make sure public ssh key is not empty from CloudSigma's server context
2015-02-23 10:58:17 -08:00
Alex Crawford
41832ab19e
Merge pull request #320 from ibuildthecloud/typo-contents
...
Fix typo, "contents" should be "content"
2015-02-23 10:41:55 -08:00
Darren Shepherd
672e4c07af
Fix typo, "contents" should be "content"
...
The validation of the encoding for write_files was looking
for a node named "contents" when the node name is "content"
Signed-off-by: Darren Shepherd <darren@rancher.com>
2015-02-23 09:17:21 -07:00
Kiril Vladimirov
be53013431
fix(datasource/CloudSigma): Add a test for an empty ssh key
2015-02-22 05:38:57 +02:00
Kiril Vladimirov
c30fc51b03
fix(datasource/CloudSigma): Make sure public ssh key is not empty
...
Even when public ssh key is not set by the user, CloudSigma's server
context has a key `meta.ssh_public_key` which is just an empty string.
So instead of just relying on the "comma ok" idiom I make sure the value
is not an empty string.
2015-02-21 19:31:01 +02:00
Rob Szumski
b429eaab84
docs: fix formatting
2015-02-18 15:05:28 -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
78b0f82918
Merge pull request #318 from crawford/filesystem
...
configdrive: correct network config reading and improve tests
2015-02-17 13:40:05 -08:00
Alex Crawford
987aa21883
configdrive: check the network config path
...
Check to make sure that a network config path has been specified before
trying to read from it. Otherwise, it will end up trying to read a
directory.
2015-02-17 13:27:30 -08:00
Alex Crawford
47ac4f6931
test: add directory support to MockFilesystem
2015-02-17 13:27:30 -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
19ce7ac849
Merge pull request #317 from crawford/json
...
configdrive: check metadata length before parsing
2015-02-13 10:22:57 -08:00
Alex Crawford
477053ffde
configdrive: check metadata length before parsing
...
This was lost in some of the recent refactoring.
2015-02-13 10:20:08 -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
a27bbb912f
Merge pull request #315 from crawford/cloudsigma
...
oem: add CloudSigma OEM
2015-02-11 17:15:23 -08:00
Alex Crawford
3b2af743bd
oem: add CloudSigma OEM
2015-02-11 17:03:24 -08:00
Alex Crawford
995bc63abe
Merge pull request #313 from jimmycuadra/etcd-2.0-configuration
...
Add etcd 2.0 configuration support
2015-02-09 12:33:28 -08:00
Alex Crawford
a28f870302
Merge pull request #314 from robszumski/master
...
docs: link to CoreUpdate and Omaha
2015-02-06 14:15:39 -08:00
Rob Szumski
a3357c273c
docs: update links
2015-02-06 13:43:06 -08:00
Rob Szumski
080c698ec2
docs: link to CoreUpdate and Omaha
2015-02-06 13:31:50 -08:00
Jimmy Cuadra
afbf1dbb3a
Add etcd 2.0 configuration flag support.
2015-02-05 02:57:11 -08:00
Alex Crawford
a275e18533
Merge pull request #308 from demonbane/github-capitalization
...
Fix GitHub capitalization
2015-01-28 14:28:53 -08:00
Alex Malinovich
cf3baa8805
Fix GitHub capitalization
2015-01-28 14:19:08 -08:00
Jonathan Boulle
ed84bcef04
Merge pull request #307 from jonboulle/master
...
docs: fix typo
2015-01-28 10:25:15 -08:00
Jonathan Boulle
7d8b29e597
docs: fix typo
2015-01-28 10:19:16 -08:00
Alex Crawford
4eaaa5c927
Merge pull request #304 from crawford/metadata
...
datasource: improve metadata handling
2015-01-27 14:36:12 -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
Alex Crawford
9441586229
test: check all root golang files
2015-01-26 15:57:54 -08:00
Alex Crawford
be62a1df66
test: DRY out MockFilesystem
2015-01-26 15:57:51 -08:00