Commit Graph

1267 Commits

Author SHA1 Message Date
Erik Wilson
52199f0709
Merge pull request #1534 from erikwilson/bump-k8s-v1.17.4
Update k8s to v1.17.4-k3s1
2020-03-16 17:12:58 -07:00
Erik Wilson
648b5824b0 Reduce memory for dev vms 2020-03-16 17:12:21 -07:00
Erik Wilson
dacd8545c4 Update k8s to v1.17.4-k3s1 2020-03-16 17:12:21 -07:00
galal-hussein
0e4263b65a Use curl to send dispatch event to k3s-upgrade repo 2020-03-16 19:30:40 +02:00
Joakim Roubert
6fe49aaec3
Merge branch 'master' into joakimr-axis_markdown 2020-03-16 07:44:02 +01:00
Joakim Roubert
abf6c10e73
Merge branch 'master' into joakimr-axis_comparison 2020-03-16 07:43:51 +01:00
Joakim Roubert
a17def329a
Merge branch 'master' into joakimr-axis_dockerfileshellcmd 2020-03-16 07:43:26 +01:00
Craig Jellick
037a993971
Merge pull request #1538 from rancher/davidnuzik-patch-template
Ask more clearly for K3s args and logs
2020-03-13 18:21:50 -07:00
David Nuzik
1c8124cc02
Ask more clearly for K3s args and logs
In the bug report template, more clearly ask the user for K3s arguments and logs
2020-03-13 15:24:19 -07:00
Erik Wilson
b8fd023f83
Merge pull request #1453 from ibuildthecloud/selinux-install
Don't require selinux utils and require k3s_selinux
2020-03-13 13:29:14 -07:00
Erik Wilson
5753dbd6ae
Merge branch 'master' into selinux-install 2020-03-13 09:51:36 -07:00
Joakim Roubert
9a3ba3383a
Merge branch 'master' into joakimr-axis_markdown 2020-03-13 10:28:38 +01:00
Joakim Roubert
52d1f5ab74
Merge branch 'master' into joakimr-axis_backticks 2020-03-13 10:28:18 +01:00
Joakim Roubert
9421da08ac
Merge branch 'master' into joakimr-axis_comparison 2020-03-13 10:28:06 +01:00
Joakim Roubert
73fd5454a3
Merge branch 'master' into joakimr-axis_dockerfileshellcmd 2020-03-13 10:27:50 +01:00
Craig Jellick
65f7fbe5c3
Merge pull request #1525 from galal-hussein/add_asterisk
Add asterisks for omitted values in nodeconfig
2020-03-12 14:13:02 -07:00
galal-hussein
356fe006a2 Add asterisks for omitted values in nodeconfig 2020-03-12 20:18:56 +02:00
Erik Wilson
9a21fc513f
Merge pull request #1519 from galal-hussein/revert_nginx_traefik
Revert nginx traefik
2020-03-10 18:43:32 -07:00
galal-hussein
97cb85ced8 Fix test-run-basics to check for traefik 2020-03-11 01:54:12 +02:00
galal-hussein
3f927d8006 Revert "Replace traefik with nginx"
This reverts commit 9a17033095.
2020-03-11 01:45:23 +02:00
Erik Wilson
876a7f33a8
Merge pull request #1518 from erikwilson/rpm-publish
Only publish rpm on tag
2020-03-10 14:46:59 -07:00
Erik Wilson
769110e7e0 Only publish rpm on tag 2020-03-10 14:45:17 -07:00
Erik Wilson
0d31909b81
Merge pull request #1501 from erikwilson/rpm-publish
Publish RPMs
2020-03-10 13:24:25 -07:00
Erik Wilson
d578198ac0 Add rpm build & repo publish 2020-03-10 11:48:14 -07:00
Erik Wilson
456962b2b8 Update versioning for no .git or go 2020-03-10 11:25:43 -07:00
Erik Wilson
3410986357 Update install script for rpm install 2020-03-10 11:25:43 -07:00
Erik Wilson
2071247a2f Cleanup prompt for vagrant centos 2020-03-10 11:25:43 -07:00
Erik Wilson
c01fec0cd3
Merge pull request #1515 from erikwilson/airgap-test
Testing - Check for changes in the airgap image list
2020-03-10 09:24:07 -07:00
Erik Wilson
d95707e294 Clean up airgap image list 2020-03-09 20:29:41 -07:00
Erik Wilson
9b8e829ec7 Check for changes in the airgap image list 2020-03-09 19:58:00 -07:00
Erik Wilson
c74f745a86
Merge pull request #1512 from galal-hussein/multiarch_default_backend
default backend multiarch image
2020-03-09 15:15:45 -07:00
galal-hussein
c4f18227fc default backend multiarch 2020-03-09 23:52:04 +02:00
Joakim Roubert
a9826491f8
Merge branch 'master' into joakimr-axis_backticks 2020-03-09 10:17:07 +01:00
Joakim Roubert
f50773df4d
Merge branch 'master' into joakimr-axis_markdown 2020-03-09 10:16:55 +01:00
Joakim Roubert
e5d43e1382
Merge branch 'master' into joakimr-axis_comparison 2020-03-09 10:16:23 +01:00
Joakim Roubert
b0209dfe1c
Merge branch 'master' into joakimr-axis_dockerfileshellcmd 2020-03-09 10:14:38 +01:00
Erik Wilson
a1be671dbf
Merge pull request #1506 from galal-hussein/use_nginx_multiarch
use multiarch image for nginx
2020-03-06 16:04:38 -07:00
galal-hussein
717b5a765e use multiarch image for nginx 2020-03-07 00:19:32 +02:00
Joakim Roubert
2a39fffea9 Dockerfile.dapper: Use = instead of == for portability
By using the POSIX = instead of == in the shell script comparison, we
don't have to rely on the go container's /bin/sh being a shell that
handles ==. (Even if it currently is.)

Change-Id: Ie02c8e27c3eecc957278c274fee661abb2c8abcf
Signed-off-by: Joakim Roubert <joakimr@axis.com>
2020-03-05 15:30:11 +01:00
Joakim Roubert
0a54d46c5b Fix inconsistent shell script comparison operator ==
In package-airgap and provision/vagrant, replace == with = which is
used in all other script string comparisons in this repository to keep
things consistent.

Change-Id: I2f59e9a8d1d2fc2984ed3952fd4794f1028b6f66
Signed-off-by: Joakim Roubert <joakimr@axis.com>
2020-03-04 16:26:55 +01:00
Joakim Roubert
5fa0083750 Use contemporary $() instead of legacy `` in shell commands
The "$()" form of command substitution solves a problem of inconsistent
behavior when using backquotes and is recommended over the legacy
backticks.

Change-Id: I7f0df0535822b64680b6c076e930814417bf1480
Signed-off-by: Joakim Roubert <joakimr@axis.com>
2020-03-04 16:16:27 +01:00
Joakim Roubert
4286ba7163 Fix markdown files according to markdownlint recommendations
There are some issues and quirks in the markdown documentation files
suggested by the markdownlint project checker that might benefit from
being fixed, which this patch does.

Change-Id: I33245825e5bb543b5ce1732204984d4a0b169668
Signed-off-by: Joakim Roubert <joakimr@axis.com>
2020-03-04 11:06:55 +01:00
Erik Wilson
ceff3f58fb
Merge pull request #1466 from galal-hussein/traefik_to_nginx
Replace traefik with nginx
2020-03-02 15:04:09 -07:00
galal-hussein
9a17033095 Replace traefik with nginx 2020-03-03 00:00:39 +02:00
Erik Wilson
673d8b64f8
Merge pull request #1474 from erikwilson/dev-build-update
Use trigger for manifest and dispatch in drone pipeline
2020-03-02 10:29:57 -07:00
Erik Wilson
d502dea234 Use trigger for manifest and dispatch in drone pipeline 2020-03-02 10:28:26 -07:00
Erik Wilson
7d52b02f6d
Merge pull request #1473 from erikwilson/dev-build-update
Add ubuntu to vagrant provision
2020-03-02 10:28:17 -07:00
Erik Wilson
65bfae5581
Merge pull request #1472 from arpankapoor/ansible-fixes
Ansible systemd unit file similar to install.sh
2020-03-02 10:02:16 -07:00
Erik Wilson
74b5a4d5e0 Add ubuntu to vagrant provision 2020-03-02 09:38:07 -07:00
Arpan Kapoor
d01978147e
Add ExecStartPre to ansible systemd node unit files 2020-03-01 19:32:19 +05:30