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

1159 Commits

Author SHA1 Message Date
Wang Long
31d6bb01a6 os-config.yml: fix the wrong command-volumes configuration
when running command `/usr/bin/ros`, it will get the following
fatal message:
	"Failed to find an entry point for /usr/bin/ros".
The same as the command /usr/sbin/rancherctl /sbin/netconf etc.

This patch fix that, and make it the same sequence as the registerCmd
function in main.go file.

Signed-off-by: Wang Long <long.wanglong@huawei.com>
2015-11-13 16:07:16 +08:00
Ivan Mikushin
ec13f32aaa Merge pull request #622 from imikushin/docker-1.9
docker-1.9
2015-11-13 10:30:16 +05:00
Ivan Mikushin
eaed4da0be update to docker-1.9.0 2015-11-13 09:55:53 +05:00
Ivan Mikushin
32e305f03c Merge pull request #639 from imikushin/await-network
Leave dhcpcd (and netconf) running in the background, add wait-for-network
2015-11-13 08:51:32 +05:00
Ivan Mikushin
da140193d3 Update rancher/netconf in Godeps 2015-11-12 22:08:29 +05:00
Ivan Mikushin
56b1aa67ac Leave dhcpcd (and netconf) running in the background.
Add wait-for-network.
2015-11-12 22:08:29 +05:00
Ivan Mikushin
4d798edd1b Merge pull request #646 from imikushin/fix-test-05
Wait for docker in test_05
2015-11-12 22:07:03 +05:00
Ivan Mikushin
8251edc642 Wait for docker in test_05 2015-11-12 13:30:46 +05:00
Ivan Mikushin
c11a0739dd Merge pull request #633 from ibuildthecloud/hostname-dhcp
Set hostname prior to running DHCP
2015-11-06 09:34:53 +05:00
Darren Shepherd
b9f319efb4 Merge pull request #635 from chuyd/master
Adding default username and password in readme
2015-11-05 20:16:12 -07:00
chuyd
de08d1b3a2 Adding default username and password in readme
Adding default username and password in readme. This will help the users to log when they boot the downloaded image.
Added this comment since I had troubles finding it through the doccumentation. endend using `grep -r password os` to realize that password is set in scripts/isolinux.cfg.  I asked the password in the IRC #rancher early today, and I realize other user had the same issue yesterday.
2015-11-06 10:35:16 +08:00
Darren Shepherd
66432c6454 Merge pull request #629 from imikushin/separate-system-docker
Always use bundled docker for system-docker.
2015-11-05 16:07:15 -07:00
Ivan Mikushin
2db254865e Use a constant instead of a magic value. 2015-11-05 13:51:05 +05:00
Darren Shepherd
ea50b5968a Set hostname prior to running DHCP
https://github.com/rancher/os/issues/627
2015-11-04 16:06:17 -07:00
Ivan Mikushin
63bc914462 Merge pull request #625 from datawolf/add-double-quotation-marks
config/types.go: add "" to field tag
2015-11-03 18:41:10 +05:00
Ivan Mikushin
283299f84e add a test 2015-11-03 18:32:59 +05:00
Ivan Mikushin
97807a52c1 Always use bundled docker for system-docker.
Fixes system-docker CLI breaking after a newer custom docker has been installed into the console container (e.g. into debian-console).
2015-11-02 14:49:29 +05:00
Wang Long
474246aa70 Delete the unused ContainerConfig type
Signed-off-by: Wang Long <long.wanglong@huawei.com>
2015-11-01 20:32:11 +08:00
Darren Shepherd
a52919e0f0 Merge pull request #626 from imikushin/occ
tiny os-config.yml cleanup
2015-10-31 21:50:19 -07:00
Wang Long
dc33d84a48 config/types.go: add "" to field tag
The field tag format accepted is[1]:
    `(...) yaml:"[<key>][,<flag1>[,<flag2>]]" (...)`
so we should add double quotation marks for the
filed tag format.

[1]: https://godoc.org/gopkg.in/yaml.v2

Signed-off-by: Wang Long <long.wanglong@huawei.com>
2015-10-31 23:54:56 +08:00
Ivan Mikushin
776865c18a tiny os-config.yml cleanup 2015-10-31 19:16:43 +05:00
Ivan Mikushin
60ef1d4a60 Merge pull request #621 from datawolf/delete-unused-variable
Delete the unused const variable in docker/client.go
2015-10-30 13:22:14 +05:00
Wang Long
bd81c9dea8 Delete the unused const variable in docker/client.go
The commit 9d76b79ac3 refactor code for function
"NewClient", and we should delete the unused const
variable.

Signed-off-by: Wang Long <long.wanglong@huawei.com>
2015-10-29 22:54:49 +08:00
Denise
0f2c092911 Update README.md 2015-10-25 16:27:37 -07:00
Ivan Mikushin
cb9ad8769c bump releases.yml to v0.4.0, VERSION and images to v0.4.1-dev 2015-10-23 23:53:23 +05:00
Ivan Mikushin
6120f2e7cc Merge pull request #613 from imikushin/no-rm-usr-in-tests
Do not remove usr in test runs
2015-10-15 17:47:43 +05:00
Ivan Mikushin
c9093a9cab Merge pull request #610 from imikushin/bump-kernel
update kernel to Ubuntu-4.2.0-16.19
2015-10-15 17:13:37 +05:00
Ivan Mikushin
c0c29631fd Do not remove usr in test runs 2015-10-15 17:02:33 +05:00
Ivan Mikushin
4971a73b87 update kernel to Ubuntu-4.2.0-16.19 2015-10-15 16:28:04 +05:00
Ivan Mikushin
99eda031e3 Merge pull request #609 from imikushin/nested-cgroups-patches
update to docker-1.8.3 with nested cgroups libcontainer patches
2015-10-15 16:23:24 +05:00
Ivan Mikushin
5cf793f6ec Merge pull request #611 from imikushin/go-1.4.3
bump to go-1.4.3
2015-10-15 13:57:54 +05:00
Ivan Mikushin
c80621aefe bump to go-1.4.3 2015-10-14 19:56:42 +05:00
Ivan Mikushin
2c827c2474 use docker-1.8.3 with nested cgroups libcontainer patches 2015-10-14 18:52:29 +05:00
Ivan Mikushin
44b705c525 Merge pull request #597 from imikushin/usr-dev
remove boot behaviour dependency on version string
2015-10-13 11:13:31 +05:00
Ivan Mikushin
f2166030bc Merge pull request #605 from datawolf/fix-address-of-repo
Replace rancherio with rancher
2015-10-13 11:13:00 +05:00
Ivan Mikushin
c73393df40 bump releases.yml 2015-10-12 19:21:01 +05:00
Wang Long
9e15059789 Replace rancherio with rancher
Signed-off-by: Wang Long <long.wanglong@huawei.com>
2015-10-12 19:50:57 +08:00
Ivan Mikushin
c79a64e42e remove dependency on version string
using rancher.rm_usr kernel param instead
2015-10-07 14:02:17 +05:00
Darren Shepherd
4899ccd89c Merge pull request #596 from ibuildthecloud/rkt
Setup paths for rkt
2015-10-03 23:11:05 -07:00
Darren Shepherd
7f15ca4829 Setup paths for rkt 2015-10-03 23:07:56 -07:00
Ivan Mikushin
385565d315 Merge pull request #595 from ibuildthecloud/kernel-tar-helper
Add helper script to convert Ubuntu deb to kernel tgz
2015-10-02 22:46:52 +05:00
Ivan Mikushin
1241c5c3ac Merge pull request #594 from ibuildthecloud/load-network
Fix loading network files from `ros service` compose commands
2015-10-02 15:15:07 +05:00
Ivan Mikushin
9ec819040d Merge pull request #593 from ibuildthecloud/shm-mqueue
Bump docker-from-scratch to fix /dev/shm and /dev/mqueue
2015-10-02 14:44:11 +05:00
Darren Shepherd
febd78f1dd Add helper script to convert Ubuntu deb to kernel tgz 2015-10-02 01:02:44 -07:00
Darren Shepherd
2966ef8e5d Fix loading network files from ros service compose commands 2015-10-02 00:57:13 -07:00
Darren Shepherd
a504885311 Bump docker-from-scratch to fix /dev/shm and /dev/mqueue 2015-10-02 00:55:06 -07:00
Darren Shepherd
13d0241b7e Merge pull request #592 from ibuildthecloud/really-move-compose
Move ros compose to ros service sub commands
2015-10-02 00:50:31 -07:00
Darren Shepherd
d9fdbe542f Merge pull request #591 from ibuildthecloud/faster-dev
Even faster dev build :)
2015-10-02 00:50:11 -07:00
Darren Shepherd
d5964622eb Merge pull request #590 from ibuildthecloud/move-compose
Support kernels from local directories, but just remote URLs
2015-10-02 00:49:48 -07:00
Darren Shepherd
397b2a9822 Move ros compose to ros service sub commands 2015-10-01 15:48:19 -07:00