1
0
mirror of https://github.com/rancher/os.git synced 2025-07-05 19:16:13 +00:00
Commit Graph

346 Commits

Author SHA1 Message Date
Darren Shepherd
c0cee91cd1 Add addon to rancherctl 2015-02-22 20:59:44 -07:00
sidharthamani
d08163b5c5 lay foundation for rewriting cloud-init 2015-02-22 10:57:25 -08:00
Darren
6800fdfb67 Merge pull request #31 from sidharthamani/master
add upgrade framework for rancherctl os command
2015-02-21 19:40:44 -07:00
sidharthamani
0b31dc7e3b move tlsconf to rancherctl 2015-02-21 13:42:42 -08:00
sidharthamani
33d636930b refactor power and check for permissions 2015-02-21 12:22:59 -08:00
sidharthamani
594db8fd8c add upgrade framework for rancherctl os command 2015-02-21 12:21:56 -08:00
Darren
d937c928e7 Update README.md 2015-02-21 01:08:42 -07:00
Darren
9b0a1b0f7f Update README.md 2015-02-21 00:52:46 -07:00
Darren Shepherd
cbda9cfbb1 Add docs 2015-02-21 00:47:18 -07:00
Darren Shepherd
28b72f217f Update os-base 2015-02-21 00:35:08 -07:00
Darren Shepherd
0a6f902f69 Setup rancher user and ssh 2015-02-21 00:34:57 -07:00
Darren Shepherd
d77e8f42f0 Save ssh keys 2015-02-21 00:34:38 -07:00
Darren Shepherd
dc59b3c724 Cleanup logging 2015-02-21 00:34:23 -07:00
Darren Shepherd
d63c875d13 Don't print reboot message 2015-02-21 00:34:01 -07:00
Darren Shepherd
3a574c3254 Delete build install container 2015-02-21 00:33:47 -07:00
Bill Maxwell
d8ab1e0803 Builds a VirtualBox VM that boots the new ISO and attaches a drive 2015-02-20 15:12:09 -07:00
Darren Shepherd
c508994b59 Give access to docker sockets to rancher user 2015-02-20 12:33:49 -07:00
Darren
ada9380a91 Merge pull request #27 from sidharthamani/master
sync file system before making power syscalls
2015-02-20 11:50:03 -07:00
sidharthamani
7c44ed3e58 sync file system before making power syscalls 2015-02-20 10:48:18 -08:00
Darren Shepherd
5e7cf9952b Start sshd
Keys aren't persisted at the moment
2015-02-20 11:47:40 -07:00
Darren Shepherd
4b2e98e238 Add rancher user and lock root 2015-02-20 11:29:17 -07:00
Darren Shepherd
7f3ee5d9ef Small cloud init fixes 2015-02-20 09:18:55 -07:00
Darren Shepherd
bc15f3b115 Update os-base 2015-02-19 20:06:03 -07:00
Darren Shepherd
26c7cc47c0 Update godeps 2015-02-19 20:05:52 -07:00
Darren Shepherd
f84aa02276 Further cleanup and refactoring 2015-02-19 20:05:43 -07:00
Darren Shepherd
e211279636 Refactor cloud-init 2015-02-19 20:05:17 -07:00
Darren Shepherd
c2a8de2b5f Add missing ca cert for system docker 2015-02-19 16:01:53 -07:00
Darren
4e3046001f Merge pull request #11 from sidharthamani/bugfix
Bugfix
2015-02-19 15:35:03 -07:00
sidharthamani
ec9df89343 exec ntp, don't fork 2015-02-19 14:34:34 -08:00
Darren
80dda222e2 Merge pull request #10 from sidharthamani/syslogd
Syslogd
2015-02-19 15:33:22 -07:00
Darren Shepherd
a076a3c5f2 Fix cloudinit compilation 2015-02-19 14:43:37 -07:00
Darren Shepherd
1ebf37e8be Share /home and /opt with userdocker 2015-02-19 14:34:42 -07:00
Darren Shepherd
e8abf31e94 Check that docker wait exits with 0 2015-02-19 14:16:26 -07:00
sidharthamani
ecbc0b9a05 add syslog container 2015-02-19 13:00:35 -08:00
Darren Shepherd
fb8b4a88fb Move sysinit to cmd 2015-02-19 13:58:29 -07:00
Darren Shepherd
81e15fc46f Move power to cmd 2015-02-19 13:56:33 -07:00
Darren Shepherd
6e2a532c10 Move respawn to cmd 2015-02-19 13:53:52 -07:00
Darren Shepherd
2c2d810c78 Ignore assets 2015-02-19 13:48:27 -07:00
Darren Shepherd
7fd1091b6e Refactor tlsconf 2015-02-19 13:48:10 -07:00
Darren Shepherd
900b4512c9 New os base 2015-02-19 13:47:44 -07:00
Darren Shepherd
ace2fa1f65 gofmt change 2015-02-19 13:47:06 -07:00
Darren Shepherd
7e8acab1fd Godep changes 2015-02-19 13:46:06 -07:00
Darren Shepherd
dfbdd88815 Merge branch 'sidharthamani-master' 2015-02-19 11:32:32 -07:00
Darren Shepherd
325cbc2fe7 Merge branch 'master' of github.com:sidharthamani/os into sidharthamani-master
Conflicts:
	config/default.go
2015-02-19 11:32:09 -07:00
Darren Shepherd
045130a830 General cleanup 2015-02-19 11:27:23 -07:00
Darren Shepherd
6e87ea3981 Build script changes 2015-02-19 11:26:59 -07:00
Darren Shepherd
7c17cc7825 Better rollback/restart/upgrade container 2015-02-19 08:35:17 -07:00
Darren Shepherd
23484e4821 Default config changes 2015-02-19 08:34:38 -07:00
Darren Shepherd
b9c8b5baf4 Fix rename container in docker client 2015-02-19 08:33:19 -07:00
sidharthamani
fb237dbebe add cloud-init support 2015-02-18 19:46:22 -08:00