Alex Crawford
1063a4b9ee
Merge pull request #351 from packethost/bond-config-options
...
Bond options persisted to the generated netdev file.
2015-07-10 09:08:31 -07:00
Sam Tresler
081f77a102
Persisting bond options to the netdev file, and updating the test.
2015-06-23 11:21:26 -04:00
Alex Crawford
41289286ca
Merge pull request #354 from packethost/go-ci-versions
...
Go ci versions
2015-06-22 16:04:56 -07:00
Sam Tresler
d50a4069a6
Removing goland 1.3 and 1.2 from Travis testing
2015-06-22 18:43:27 -04:00
Alex Crawford
be0c9c56e4
Merge pull request #347 from crawford/import
...
doc: deprecate coreos-ssh-import-*
2015-05-28 13:45:02 -07:00
Alex Crawford
6467f06656
doc: deprecate coreos-ssh-import-*
2015-05-28 13:35:51 -07: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
d086bca9e4
Merge pull request #336 from crawford/doc
...
docs: fix typo with etcd2 env vars
2015-04-28 13:48:05 -07:00
Alex Crawford
d25f18776f
docs: fix typo with etcd2 env vars
2015-04-27 18:03:13 -07:00
Alex Crawford
c583b77cdb
Merge pull request #335 from crawford/github
...
config: deprecate fetching SSH keys from remote endpoints
2015-04-20 11:29:38 -07:00
Alex Crawford
ed4d5fac4c
config: deprecate fetching SSH keys from remote endpoints
2015-04-20 11:23:35 -07:00
Rob Szumski
40429204ba
Merge pull request #333 from coreos/robszumski-patch-1
...
docs: add info about discovery size parameter
2015-04-16 12:04:49 -07:00
Rob Szumski
d72d54be59
docs: add info about discovery size parameter
2015-04-16 12:02:37 -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
66ec7d805c
Merge pull request #330 from crawford/etcd
...
config: add support for etcd2
2015-04-07 14:40:47 -07:00
Alex Crawford
2563896f89
docs: use etcd2 instead of etcd
2015-04-07 14:24:50 -07:00
Alex Crawford
94a242cc58
config: add support for etcd2
2015-04-03 17:29:32 -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
Alex Crawford
cf194ab85e
Merge pull request #326 from richardmarshall/user_shell_config
...
config/system: add shell user attribute
2015-04-01 11:02:15 -07:00
Alex Crawford
33bc5fc63d
validate: warn on deprecated keys
2015-03-30 13:52:57 -07:00
Alex Crawford
09f6a279ef
config: deprecate etcd2 flags from etcd structure
2015-03-30 13:52:57 -07:00
Richard Marshall
e8c8b811fe
docs: add user shell field
2015-03-06 21:12:43 -08:00
Richard Marshall
f5ecc05d62
config/system: add shell user attribute
...
This adds support for specifying the login shell of created users.
2015-03-06 14:16:19 -08: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