Darren Shepherd
57a2f99484
Optimize scripts for slow disks
2016-06-07 11:21:27 -07:00
Darren Shepherd
e1d29fbab7
Bring back installer
2016-06-07 11:21:27 -07:00
Darren Shepherd
ac0f317bf8
Build script updates
2016-06-07 11:21:27 -07:00
Darren Shepherd
c9c095f202
Build script
2016-06-06 08:08:04 -07:00
Darren Shepherd
8ab32c820f
Docker 1.11.1
2016-06-03 11:38:25 -07:00
Darren Shepherd
5bf4d2c117
More build script changes
2016-05-31 21:11:03 -07:00
Darren Shepherd
9e73976a9e
Make tests run
2016-05-23 14:15:38 -07:00
Darren Shepherd
0d5223db23
Fix tests
2016-05-22 23:51:46 -07:00
Darren Shepherd
d34ead2fbf
Speed up build and run tests
2016-05-22 23:16:27 -07:00
Darren Shepherd
dd7b2554e7
More build script enhancements
2016-05-08 10:35:48 -07:00
Darren Shepherd
ec410addb9
Refactor build scripts
2016-05-06 10:58:54 -07:00
Josh Curl
adb8ad3e3a
Add unit tests to CI
2016-04-13 11:23:21 -07:00
Wang Long
69cb33b26c
fix lay-down-os error
...
option `-k` does not need an argument and `-a` need one.
Signed-off-by: Wang Long <long.wanglong@huawei.com>
2016-04-07 11:09:09 +08:00
Darren Shepherd
07faa92c7f
Merge pull request #820 from imikushin/kexec-kernel-args
...
Add --append to `ros os upgrade` to pass kernel args for --kexec
2016-04-04 13:41:11 -07:00
Darren Shepherd
6a3367ce24
Merge pull request #825 from imikushin/qemu-arm
...
Run tests on qemu-system-aarch64
2016-04-04 11:33:39 -07:00
Ivan Mikushin
e2f3ac78a7
cleanup tests using SSH
2016-03-31 18:56:18 -07:00
Darren Shepherd
44fb5dfe2e
Merge pull request #842 from joshwget/vbox-modules
...
Include VirtualBox guest modules
2016-03-31 18:40:01 -07:00
Darren Shepherd
0fcc1bb94f
Merge pull request #845 from datawolf/fix-suffix-error
...
fix the suffix error when the target is rootfs
2016-03-31 18:33:10 -07:00
Ivan Mikushin
2dd57c5f3a
remove an unused option --xhyve from ./scripts/run
2016-03-31 16:10:38 -07:00
Josh Curl
6e9ce6aea3
Include VirtualBox guest modules
2016-03-31 15:35:45 -07:00
Ivan Mikushin
60e5ff7ede
Fix problems loading external services on boot (like ubuntu-console or kernel-headers)
...
On arm64 external services would not load on boot because of DNS i/o timeouts or valid TLS certificates appearing expired or not issued yet (I know that sounds weird).
2016-03-31 13:16:26 -07:00
Ivan Mikushin
99c3207b14
Hook cloud-config into qemu-system-aarch46
2016-03-31 13:16:26 -07:00
Ivan Mikushin
29aff3d807
Dockerfile.dapper: make sure to update apt repos before fetching build deps and sources
...
Also, use dapper -d flag in scripts/shell.sh for better visibility
2016-03-31 13:14:25 -07:00
Darren Shepherd
78ae645903
Merge pull request #824 from imikushin/run-kvm
...
scripts/run: enable KVM on arm/arm64 too
2016-03-31 11:55:46 -07:00
Wang Long
5221a31b1f
fix the suffix error when the target is rootfs
...
Signed-off-by: Wang Long <long.wanglong@huawei.com>
2016-03-31 21:50:16 +08:00
Wang Long
d45360db62
Fix lay-down-os shell error
...
the current code for lay-down-os will cause the following error when
install rancheros to disk.
```
-bash: [: missing `]'
```
Signed-off-by: Wang Long <long.wanglong@huawei.com>
2016-03-26 15:33:25 +08:00
Ivan Mikushin
dc86eb8c6d
scripts/run: enable KVM on arm/arm64 too
2016-03-23 13:28:05 -07:00
Ivan Mikushin
5a8d0e7f34
Add --append to ros os upgrade
to pass kernel args for --kexec
2016-03-22 12:16:06 -07:00
Wang Long
e074038775
fix gen-os-config.sh error
...
Need to source build.conf.${ARCH} file when we generate os-config.yml
after the pr(https://github.com/rancher/os/pull/815 ) merged.
this patch fix it.
Signed-off-by: Wang Long <long.wanglong@huawei.com>
2016-03-22 14:15:30 +08:00
Ivan Mikushin
8802fe2c6e
Run qemu and tests on different architectures
2016-03-17 04:30:11 -07:00
Ivan Mikushin
3b6d47be32
Use the correct strip binary.
...
Fixes native builds on ARM
2016-03-15 15:58:03 -07:00
Darren Shepherd
60e0ed9be4
Merge pull request #800 from DieterReuter/rpi3-image
...
WIP: Refactored RPI building scripts and support for Raspberry Pi 3
2016-03-15 09:59:47 -07:00
Ivan Mikushin
356f25be20
cross-build is back
...
`HOST_ARCH=arm64 ./make.sh minimal` builds vmlinuz and initrd for arm64 on arm64 (sourcing .docker-env.arm64 in the process)
`ARCH=arm ./make.sh rootfs` builds rootfs.tar.gz for arm on your current docker environment
2016-03-15 09:01:10 -07:00
Ivan Mikushin
142ec23778
Build for ARM64 on ARM64, installer included
2016-03-14 12:08:11 -07:00
Dieter Reuter
d30e307e2f
Refactor image builder, add support for Pi 3
2016-03-07 09:30:24 +01:00
Dieter Reuter
58c769cab5
Ignore dist folder
2016-03-07 09:29:12 +01:00
Ivan Mikushin
0bab70e84e
cleanup Makefile a bit
2016-02-29 17:03:34 -08:00
Darren Shepherd
0f263d570b
Merge pull request #785 from joshwget/kexec-upgrade
...
Kexec upgrade
2016-02-28 23:28:44 -07:00
Darren Shepherd
e5745261c1
Merge pull request #790 from ibuildthecloud/packet-1
...
Add Type-0 to docs
2016-02-28 23:02:27 -07:00
Darren Shepherd
042c0d2328
Add Type-0 to docs
2016-02-28 23:01:41 -07:00
Darren Shepherd
e9d475087c
Merge pull request #788 from ibuildthecloud/packet-1
...
Add scripts for installing on packet
2016-02-28 22:53:04 -07:00
Darren Shepherd
4aae611660
Add scripts for installing on packet
2016-02-27 23:02:53 -07:00
Josh Curl
9d46ab4df8
Kexec upgrade
2016-02-27 15:30:53 -08:00
Ivan Mikushin
8b72377a3c
generate os-config.yml
2016-02-26 17:46:55 -08:00
Ivan Mikushin
ac1b6a6797
Repair build for arm
...
and make sure CI breaks if arm is broken
2016-02-25 11:18:03 -08:00
Josh Curl
f28d463504
Enable SELinux
2016-02-19 16:11:32 -08:00
Darren Shepherd
cd8ab49579
Merge pull request #769 from ibuildthecloud/os
...
Scripts to build OpenStack/KVM image
2016-02-18 10:11:44 -07:00
Darren Shepherd
01252fc044
Scripts to build OpenStack/KVM image
2016-02-18 10:10:56 -07:00
Darren Shepherd
b2db201af9
RPI building scripts
2016-02-18 09:58:39 -07:00
Darren Shepherd
1e0125c508
Merge pull request #735 from imikushin/multiarch
...
Multi-arch build: amd64, arm
2016-02-08 18:57:24 -07:00