niusmallnan
9389687557
Merge pull request #2304 from Jason-ZW/fix-cloudinitexecute-decoding-bug
...
Add decode logic for writefiles
2018-03-26 15:12:59 +08:00
Jason-ZW
00956038f9
Add decode logic for writefiles
2018-03-26 06:32:15 +00:00
niusmallnan
2df6bdcd66
Add kernel.panic parameter for cmdline
2018-03-26 10:22:22 +08:00
niusmallnan
54b17af985
Merge pull request #2296 from Jason-ZW/master
2018-03-21 17:44:25 +08:00
Jason-ZW
fd544f1f9e
Add vmware iso support
2018-03-21 08:31:25 +00:00
niusmallnan
b1ed273b64
Support container-crontab for arm64
2018-03-15 17:34:57 +08:00
niusmallnan
ee998fc259
Bump kernel to 4.15.9
2018-03-15 09:23:58 +08:00
niusmallnan
fc17e89393
Also check the label RANCHEROS ( #2285 )
2018-03-14 18:35:30 +08:00
niusmallnan
4876087067
Merge pull request #2277 from vancluever/b-another-shutdown-fix
...
cmd/power: Another shutdown command fix
2018-03-12 10:30:58 +08:00
niusmallnan
19a8103eb7
Update dapper build for golang
2018-03-08 14:14:48 +08:00
niusmallnan
c320736b7a
Bump os-base to 2018.02-1
2018-03-08 13:56:12 +08:00
niusmallnan
a16c56f7be
Get rid of the system-docker-proxy
2018-03-08 10:23:12 +08:00
Chris Marchesi
7d86fa5f8b
cmd/power: Another shutdown command fix
...
It looks like some arguments for shutdown/halt/poweroff have been moved
to a conditional block that works off of how the command was actually
called. However, this value is derived from argv 0, without any sort of
normalization to make sure it matches the relative commands used to
determine how arguments are handled.
This has particular implications when power management commands are
called via absolute commands, as for example in the case of
open-vm-tools which calls /sbin/shutdown -h now specifically when
shutting down a system.
This corrects the situation by passing argv 0 through filepath.Base
before operating on it.
2018-03-06 14:16:44 -08:00
niusmallnan
f6a76a10ae
Config ROS image prefix for install and all rancher/os services ( #2272 )
2018-03-06 18:07:21 +08:00
William Fleurant
d263be4bae
globalcfg: reboot 10s after kernel panic fixes #1785 ( #1786 )
2018-03-05 16:55:01 +08:00
niusmallnan
9c9c3ce141
Fix go test for ssh port and listen_address config
2018-03-05 16:39:30 +08:00
niusmallnan
67961c9349
Support to configure ssh port and listen address
2018-03-05 16:39:30 +08:00
niusmallnan
204011e401
Bump system-docker to 17.06-ros3
2018-03-05 13:32:00 +08:00
niusmallnan
9ced2ba666
Add rancher.resize_device cmdline for DO
2018-03-01 09:35:45 +08:00
niusmallnan
fb2acdb1f0
Update ignore
2018-02-28 15:43:30 +08:00
niusmallnan
34b7ab73c7
Remove import system-docker
2018-02-28 15:43:08 +08:00
niusmallnan
c5f1b28af8
Add SYSTEM_DOCKER_URL env
2018-02-27 23:44:22 +08:00
niusmallnan
43f483a5ef
Support higher verion docker-ce as system-docker
2018-02-27 23:44:22 +08:00
niusmallnan
a7ba5d045b
Remove system-docker syslink
2018-02-27 23:44:22 +08:00
niusmallnan
48e9314d0c
Update os-config for new system-docker
2018-02-27 23:44:22 +08:00
Bill Maxwell
231ece3a9e
update container crontab version ( #2259 )
...
* update container crontab version
* Format the yaml
2018-02-22 11:36:30 +08:00
niusmallnan
b5ef0f1c4e
Bump os-base to 2017.02.10-1
2018-02-13 16:14:13 +08:00
niusmallnan
947049cc3c
Use kernel 4.15.2
2018-02-09 20:38:09 +08:00
niusmallnan
4cb3e0fcb7
Update README for v1.2.0 release
2018-02-07 11:35:15 +08:00
niusmallnan
8cda43a68a
Reduce the memory consumption at startup ( #2247 )
...
Offline image is automatically loaded when the system boots.
When the system memory is not large enough (such as 1G), will lead to
kernel panic.
2018-02-05 17:43:39 +08:00
niusmallnan
22cac7abed
Adjust the parameter upgrade-console order ( #2246 )
2018-02-05 16:22:16 +08:00
niusmallnan
a29eee070b
Bump to kernel 4.9.78-rancher2
...
Fix verbose output for ramdisk info
2018-01-29 13:48:31 +08:00
niusmallnan
d9d48a1905
Fix a typo path for rpi kernel url
2018-01-26 10:32:53 +08:00
niusmallnan
a268907302
GetRetry is used when detecting if url is available ( #2237 )
2018-01-25 18:01:55 +08:00
niusmallnan
1c2e55ed17
Fixes the following scenario can not reboot ( #2236 )
...
1. use ros install
2. use ros os upgrade
2018-01-25 16:25:09 +08:00
Julien Kassar
82aaa413f5
Fix format 'verbs' ( #2115 )
2018-01-25 09:47:17 +08:00
Julien Kassar
a08ad16a01
Replace Sirupsen/logrus package with rancher/os/log ( #2114 )
2018-01-24 17:57:02 +08:00
niusmallnan
6bd6f0c43c
Fix shutdown -h command ( #2234 )
2018-01-24 17:53:52 +08:00
niusmallnan
b512a9336a
Fix go fmt
2018-01-23 18:09:59 +08:00
niusmallnan
d520ef1a1b
Merge pull request #2138 from vancluever/shutdown-reboot-arg-fix
...
cmd/power: Set correct container name and ensure full command executed
2018-01-23 18:07:57 +08:00
niusmallnan
992142b8ea
Merge branch 'master' into shutdown-reboot-arg-fix
2018-01-23 18:01:29 +08:00
niusmallnan
41543d533f
Bump to rpi kernel 4.9.76
2018-01-21 20:56:39 +08:00
niusmallnan
3cfd6a63a0
Merge pull request #2231 from niusmallnan/wait-for-netconf
...
Add more logs for networking conf
2018-01-20 09:47:04 +08:00
niusmallnan
b5dd1d3f1c
Get dhcp lease only for ipv4
2018-01-20 09:27:50 +08:00
niusmallnan
7250ee8ab4
Add more logs for networking conf
2018-01-19 22:42:01 +08:00
niusmallnan
e58456ead9
Add more friendly error message for ros install ( #2225 )
2018-01-17 17:06:07 +08:00
niusmallnan
51f18089c4
Rollback rancher/container-crontab:v0.1.0
2018-01-15 15:19:08 +08:00
niusmallnan
c6c57a8aaf
Automatically detect the storage driver for user docker ( #2222 )
2018-01-15 14:42:07 +08:00
niusmallnan
1ac26d6094
Bumo to docker 17.09.1
2018-01-11 21:26:09 +08:00
niusmallnan
f40468c8b1
Bump to container-crontab v0.3.0
2018-01-10 16:57:47 +08:00