Ivan Mikushin
b886bce539
move ros back to /usr/bin/ros
...
also, rm rancherctl
2015-11-18 14:37:28 +05:00
Ivan Mikushin
906f192d13
test_04: update rancher/os image version to latest release
2015-11-18 13:52:54 +05:00
Ivan Mikushin
8ef4576f77
test_05: bump custom docker to v1.10.0-dev
2015-11-18 13:52:54 +05:00
Ivan Mikushin
6d39772ade
Merge pull request #650 from imikushin/update-dfs
...
update vendored docker-from-scratch to 1.9.1-rc1
2015-11-18 13:49:54 +05:00
Ivan Mikushin
119b1be0ec
add docker.tls_args test
2015-11-17 18:48:33 +05:00
Ivan Mikushin
7b86628c36
vendor docker-from-scratch-1.9.1-rc1
2015-11-17 18:08:24 +05:00
Ivan Mikushin
0e308f56c1
bump v0.4.2-dev
2015-11-16 16:42:17 +05:00
Ivan Mikushin
c86f08040f
bump releases.yml
2015-11-16 13:46:32 +05:00
Ivan Mikushin
5fb7e540eb
Merge pull request #649 from imikushin/docker-1.9.1-rc1
...
update to docker-1.9.1-rc1
2015-11-16 11:51:07 +05:00
Ivan Mikushin
4a06cd8a41
update to docker-1.9.1-rc1
2015-11-16 11:41:40 +05:00
Denise
414bbf98b7
Update README.md
2015-11-15 11:02:08 -08:00
Ivan Mikushin
d2b51eee15
Merge pull request #647 from datawolf/fix-wrong-volumes-configuration
...
os-config.yml: fix the wrong command-volumes configuration
2015-11-13 19:59:24 +05:00
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