maxcerny
|
36872787fd
|
Update xo-install.sh
Fix freezing on checking for universe.
|
2021-06-04 11:21:23 +02:00 |
|
ronivay
|
d04957b972
|
Fix systemd service executable path
|
2021-05-20 20:08:13 +03:00 |
|
ronivay
|
a8f45260f4
|
fixes #76
|
2021-05-04 18:44:06 +03:00 |
|
ronivay
|
6eff84ff5d
|
move osname/osversion checks to beginning of checkos function
|
2021-05-03 17:38:14 +03:00 |
|
ronivay
|
f71634e960
|
fail if yum/apt-get is missing even if os check is disabled
|
2021-05-03 17:32:43 +03:00 |
|
ronivay
|
004527ab3a
|
Add support for AlmaLinux
|
2021-05-03 17:15:27 +03:00 |
|
ronivay
|
d13badd39e
|
remove obsolete version check as centos7 isn't supported anymore
|
2021-05-03 16:42:15 +03:00 |
|
ronivay
|
a97404ad9c
|
fix indentation in plugins installation
|
2021-05-03 16:41:14 +03:00 |
|
ronivay
|
373aec180b
|
remove https error message
|
2021-05-03 15:27:23 +03:00 |
|
ronivay
|
bb7c523ddf
|
fix centos version check and log pkg manager checks
|
2021-05-03 15:26:20 +03:00 |
|
ronivay
|
3cff98848d
|
move xenserver/xcp-ng host check inside it's own function
|
2021-05-03 15:09:58 +03:00 |
|
ronivay
|
1f7e0d1a75
|
tidy up plugin installation function
|
2021-05-03 15:07:39 +03:00 |
|
ronivay
|
3b517d79d9
|
add checks based on osname AND osversion instead of only latter inside deb dependency installation
|
2021-05-03 15:02:35 +03:00 |
|
ronivay
|
15cc82ff8a
|
tidy up node update function
|
2021-05-03 14:58:18 +03:00 |
|
ronivay
|
3757cad406
|
add option to disable os/arch checks and call package install functions with respective pkg formats instead of distro names
|
2021-05-03 14:54:07 +03:00 |
|
ronivay
|
a872b79483
|
get rid of else in updatexo function
|
2021-05-03 14:23:52 +03:00 |
|
ronivay
|
b290a5335b
|
remove extra step from https check
|
2021-05-03 14:19:56 +03:00 |
|
ronivay
|
93ce1b30c9
|
simplify OS check
|
2021-05-03 13:12:17 +03:00 |
|
Roni Väyrynen
|
d18f57e9b8
|
Update issue templates
|
2021-04-18 11:44:21 +03:00 |
|
Roni Väyrynen
|
f97139f45a
|
Merge pull request #72 from jimmyuk/patch-1
|
2021-04-10 13:42:42 +03:00 |
|
jimmyuk
|
918ac474d8
|
Update xo-install.sh
Just a little wording change
|
2021-04-09 09:32:22 +01:00 |
|
ronivay
|
f163bab7ed
|
change tested/untested ubuntu version in readme
|
2021-03-23 09:56:03 +02:00 |
|
ronivay
|
054ba9b4ee
|
Change args handling and add support for forced update
|
2021-03-23 09:53:53 +02:00 |
|
ronivay
|
d163d0d9ab
|
fix architecture error output
|
2021-03-22 16:02:31 +02:00 |
|
ronivay
|
052d103e83
|
Check service start differently. Fixes #71
|
2021-03-18 19:36:14 +02:00 |
|
ronivay
|
d0b1300089
|
remove docker remnants. there's an own repository for it
|
2021-03-02 14:51:30 +02:00 |
|
ronivay
|
79c8352add
|
upgrade to nodejs 14.x, #62
|
2021-02-24 09:19:11 +02:00 |
|
ronivay
|
537b442ee0
|
accidental addition
|
2021-02-23 16:06:59 +02:00 |
|
ronivay
|
a288426869
|
exit correctly on errors
|
2021-02-23 15:58:14 +02:00 |
|
ronivay
|
8d2e1e3791
|
add architecture check and force using 64bit OS version
|
2021-01-25 09:27:45 +02:00 |
|
ronivay
|
4c9a25acbf
|
Remove CentOS 7 support, #59
|
2020-12-14 10:31:23 +02:00 |
|
ronivay
|
15e3f4b1a3
|
change the waiting for port loop logic and look for logs only after latest installation
|
2020-12-11 12:04:12 +02:00 |
|
ronivay
|
86686902c2
|
add note about appliance being built on xcp-ng 7.x version
|
2020-11-14 14:32:29 +02:00 |
|
ronivay
|
9f2175aaaa
|
change final outputs depending on update/install task
|
2020-11-11 09:36:36 +02:00 |
|
ronivay
|
f84f38f3d2
|
log output from plugin symlink task
|
2020-10-12 08:33:13 +03:00 |
|
ronivay
|
6b79206b3c
|
always exit if we hit the errorhandling trap
|
2020-10-12 08:28:58 +03:00 |
|
ronivay
|
96fa57df3b
|
update readme
|
2020-10-09 09:12:11 +03:00 |
|
ronivay
|
82695397d4
|
fix some exit codes
|
2020-10-09 09:10:44 +03:00 |
|
ronivay
|
6eda5a9464
|
refuse to run if OS is CentOS and xe binary is found (most likely xcp-ng/xenserver host)
|
2020-10-09 09:08:40 +03:00 |
|
ronivay
|
b3826de6cb
|
add little more output if installation fails to service start phase
|
2020-10-08 16:43:14 +03:00 |
|
ronivay
|
7cba8f421c
|
fix typo in xo-appliance script credentials
|
2020-10-06 10:07:42 +03:00 |
|
ronivay
|
42b77a88fe
|
update readme
|
2020-09-25 09:19:47 +03:00 |
|
ronivay
|
3e458be2a3
|
update readme
|
2020-09-18 08:44:46 +03:00 |
|
ronivay
|
9b806fd45f
|
fix appliance run instructions
|
2020-09-17 12:46:47 +03:00 |
|
ronivay
|
f3ef654e09
|
fix appliance run instructions
|
2020-09-17 12:45:14 +03:00 |
|
ronivay
|
f9a4b883b1
|
introduce an appliance option
|
2020-09-17 12:38:02 +03:00 |
|
ronivay
|
dcff20eb6f
|
fix wrong output in debian package installation
|
2020-07-02 11:58:16 +03:00 |
|
ronivay
|
d48a0e791d
|
update config sample file
|
2020-06-22 18:11:15 +03:00 |
|
ronivay
|
28453b3e0d
|
add autoupdate output when running interactive mode
|
2020-06-22 17:58:26 +03:00 |
|
ronivay
|
75d7d59db6
|
add missing free disk space check and remove memory check from non interactive options
|
2020-06-22 17:54:14 +03:00 |
|