1
0
mirror of https://github.com/rancher/os.git synced 2025-08-18 23:09:04 +00:00
Commit Graph

1745 Commits

Author SHA1 Message Date
Darren Shepherd
23c8f5eaec Merge pull request #678 from imikushin/ros-tls-gen
fix `ros tls generate`
2015-12-09 20:40:48 -07:00
Darren Shepherd
0e21008c45 Merge pull request #659 from imikushin/libcompose
Migrate to upstream libcompose
2015-12-09 20:38:15 -07:00
Ivan Mikushin
ea2d8b30e3 Cleanup ./vendor dir 2015-12-09 20:55:32 +05:00
Ivan Mikushin
f3afb076f7 Add ./scripts/vendor-cleanup.sh
And cleanup glide.yaml
2015-12-09 20:55:00 +05:00
Ivan Mikushin
cc6a161df1 bump libcompose (avoid panics on non-string leaf values in certain data types) 2015-12-09 09:55:50 +05:00
Ivan Mikushin
b757709253 fix ros tls generate
`ros tls generate -s` used to leave empty strings in rancher.docker.{ca_cert,ca_key} config keys, so the documented setup workflow would not work.
2015-12-08 18:12:01 +05:00
Ivan Mikushin
0c0cb2aa5f fix a deprecation warning from go build 2015-12-08 10:00:02 +05:00
Ivan Mikushin
952ef13128 use docker-1.9.1 for ci too 2015-12-08 08:51:00 +05:00
Ivan Mikushin
66ba159482 Pre-process YAML config data
Stringify libcompose datatypes' leaf values to avoid unmarshaling errors, even on somewhat incorrect input data: like using bools or numerics in labels.
2015-12-07 23:30:16 +05:00
Ivan Mikushin
07fdba4642 Recreate create-only containers and force rename after recreate 2015-12-07 18:17:57 +05:00
Ivan Mikushin
5a363ab97d migrate to upstream libcompose in one and a half go 2015-12-07 18:17:57 +05:00
Ivan Mikushin
1d691cd8d6 move dependencies to vendor 2015-12-04 20:19:31 +05:00
Ivan Mikushin
63d7de67cd specify dependencies in glide.yaml 2015-12-04 20:19:30 +05:00
Ivan Mikushin
b6930f9bb6 Merge pull request #669 from imikushin/dns-no-reboot
Configure DNS nameservers with DHCP or cloud-config
2015-12-02 21:00:11 +05:00
Ivan Mikushin
a323c1bb02 Network: configure nameservers from DHCP and cloud-config
If dns.override is set, use dns.nameservers from cloud-config over the ones set by DHCP. To reconfigure DNS just restart the network service.
2015-12-02 20:59:06 +05:00
Ivan Mikushin
94d4114172 Merge pull request #674 from imikushin/docker-1.9.1
update to docker-1.9.1 and docker-from-scratch-1.9.1
2015-12-02 20:57:48 +05:00
Ivan Mikushin
2c89796274 integration tests: log while we are waiting for ssh and docker 2015-12-02 17:24:35 +05:00
Ivan Mikushin
887af95d8f update to docker-1.9.1 and docker-from-scratch-1.9.1 2015-12-02 15:10:11 +05:00
Robbert Klarenbeek
c42d1b5716 Avoid hardcoded reference to /scripts 2015-11-25 18:33:24 +01:00
Denise
110ccd9f49 Update README.md 2015-11-24 23:02:43 -08:00
Denise
74b306b920 Update README.md 2015-11-24 23:00:25 -08:00
Ivan Mikushin
27c8e1ed15 Merge pull request #653 from imikushin/moar-tests
refactor tests a little bit
2015-11-18 17:54:20 +05:00
Ivan Mikushin
b10a093c62 test dhcpcd running in background after network has initialized 2015-11-18 14:50:56 +05:00
Ivan Mikushin
3395ede89d rename tests package to rostest 2015-11-18 14:37:38 +05:00
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