Jan Orel
a47f66e2fd
Update list of Linux distributions
2 years ago
Jan Orel
67eeaabb18
M #-: Bump version to 6.6.0
2 years ago
Jan Orel
381b5b10da
M #-: Avoid slow contextualization
2 years ago
Ruben S. Montero
7324b69f82
B #-: Avoid netplan race condition
2 years ago
Jan Orel
8073d3271c
B #-: Avoid netplan race condition
2 years ago
Ruben S. Montero
3de2c1f8d3
Update list of Linux distributions
2 years ago
Daniel Clavijo Coca
8d5047d9aa
M #: Bump version to 6.4.1
2 years ago
Ruben S. Montero
6c2ab5c634
F #267 : Add EL9 support
2 years ago
Petr Ospalý
7f58221986
Merge pull request #272 from ospalax/b-266-fix-nofsroot-in-old-os
...
B #266 : Workaround old broken util-linux
2 years ago
Petr Ospalý
37b46e1a4c
B #266 : Workaround old broken util-linux
...
Signed-off-by: Petr Ospalý <pospaly@opennebula.io>
2 years ago
Petr Ospalý
f976d999b2
Merge pull request #271 from ospalax/f-265-improve-start-script
...
F #265 : Improve START_SCRIPT
2 years ago
Petr Ospalý
097d9a42e0
F #265 : Improve START_SCRIPT
...
Scripts run by one-contexd will not be executed in a subshell - this
will fix the issue with the START_SCRIPT which would hold the boot if
any long-running process would originate in it (e.g. daemon/service).
User still will need to do something like this inside the START_SCRIPT
(or any other context script) otherwise SIGTERM will be sent:
nohup service nginx start &
Signed-off-by: Petr Ospalý <pospaly@opennebula.io>
2 years ago
Petr Ospalý
48a469a019
Merge pull request #270 from ospalax/b-266-fix-growfs-btrfs
...
B #266 : Fix GROW_ROOTFS and GROW_FS on btrfs
2 years ago
Petr Ospalý
19a280c91b
B #266 : Fix GROW_ROOTFS and GROW_FS on btrfs
...
Signed-off-by: Petr Ospalý <pospaly@opennebula.io>
2 years ago
Elkhan Mammadli
5cffad221c
F #267 : Add EL9 support
...
Since EL9 does not contain the legacy network scripts,
add EL9 support without network-scripts dependency
Signed-off-by: Elkhan Mammadli <elkhan.mammadli@protonmail.com>
3 years ago
Petr Ospalý
3be568eff0
Merge pull request #264 from ospalax/6.4
...
M #-: Update README
3 years ago
Petr Ospalý
e15422d871
M #-: Update README
...
Signed-off-by: Petr Ospalý <pospaly@opennebula.io>
3 years ago
Petr Ospalý
0c2ea340fa
Merge pull request #263 from OpenNebula/6.4
...
M #-: Bump version to 6.4.0
3 years ago
Petr Ospalý
587c52781d
M #-: Bump version to 6.4.0
...
Signed-off-by: Petr Ospalý <pospaly@opennebula.io>
3 years ago
Petr Ospalý
3dcc05a406
Merge pull request #262 from ospalax/add-support-for-ignore-swap
...
F #260 : Add support for `IGNORE_SWAP`
3 years ago
Thomas Lejeune
0831bdf59d
F #260 : Add IGNORE_SWAP context param
...
Signed-off-by: Petr Ospalý <pospaly@opennebula.io>
3 years ago
Thomas Lejeune
439b4af8b9
Allow disabling SWAP
...
Signed-off-by: Thomas Lejeune <thomas.lejeune@moovweb.com>
3 years ago
Petr Ospalý
6c18bfb4b4
Merge pull request #261 from ospalax/enforce-lang-c
...
B #251 : Enforce POSIX C locale
3 years ago
Petr Ospalý
8c875a1a3c
B #251 : Improve locale handling
...
- Change the value to 'C' (POSIX) which is more generic
- LANG can be insufficiant and will not override LC_TIME for example if
that was set
- LC_ALL will ensure that all categories of locale are POSIX C
- This commit also provides a way for the scripts to find the original
locale via '_one_orig_*' variables if that would be needed
Signed-off-by: Petr Ospalý <pospaly@opennebula.io>
3 years ago
Ruben S. Montero
40efc92948
M #-: sync onegate with OpenNebula one
3 years ago
Ruben S. Montero
8df3030bcd
Update onegate.rb
3 years ago
Alejandro Huertas
b246b8f151
M #-: sync onegate with OpenNebula one
3 years ago
Petr Ospalý
280f193655
Merge pull request #255 from ospalax/f-39-workaround-vmware-tools
...
F one-infra#39: Add weak dependency support
3 years ago
Petr Ospalý
6c1ff12d74
F one-infra#39: Add weak dependency support
...
New variable RECOMMENDS can be used as a weak dependency list on rpm and
deb based distros.
The package open-vm-tools is moved to RECOMMENDS on el7 and el8 due to
the absence of arm64 version of these packages in RH distros.
Signed-off-by: Petr Ospalý <pospaly@opennebula.io>
3 years ago
Daniel Dehennin
74385d0961
B #251 : Force $LANG to C.UTF-8
...
Growpart is sensitive to the current locale to work.
Closes #251
Signed-off-by: Daniel Dehennin <daniel.dehennin@ac-dijon.fr>
3 years ago
Vlastimil Holer
72b895dcea
M #-: Update README
3 years ago
Vlastimil Holer
a5aa14fcc1
M #-: Update tested platforms
3 years ago
Vlastimil Holer
9a6a0182cc
M #-: Update tested platforms
3 years ago
Vlastimil Holer
b28cc857d1
B OpenNebula/one#5504 : Handle nicely acpid on systemd
...
Closes OpenNebula/one#5504
3 years ago
Vlastimil Holer
0661840e7c
M #-: Bump version to 6.2.0
3 years ago
Vlastimil Holer
5cb9f3aaa3
F #248 : Restart syslog on hostname change
...
Closes #248
3 years ago
Vlastimil Holer
bc0743fcf8
B #247 : Retry CD-ROM mount
...
Closes #247
3 years ago
Vlastimil Holer
484e436596
F #227 , #86 : Workaround sporadic IPv6 SLAAC privacy address on Ubuntus
3 years ago
Vlastimil Holer
0af852da61
M #-: Fix fallback detection in onesysprep of RHEL/C6
3 years ago
Your Name
c228e8c00f
F #227 : Fix RHEL 6 detection
3 years ago
Your Name
b10f2b32c4
M #-: Fallback detection in onesysprep of RHEL/CentOS 6
3 years ago
Your Name
b87d2c8959
M #-: Support amzn, sles, sled in onesysprep
3 years ago
Vlastimil Holer
6796fa0a7d
F OpenNebula/addon-context-linux#86 : Update GATEWAY6 to IP6_GATEWAY
3 years ago
Vlastimil Holer
df90cb5eb0
F #227 , #86 : Netcfg default for Amazon Linux 2, typos
3 years ago
Vlastimil Holer
d5e3d3ac93
M #-: README.md, Narrow NETCFG_TYPE table
3 years ago
Vlastimil Holer
59591e5dfb
M #-: Drop legacy Arch Linux build descriptors
3 years ago
Vlastimil Holer
e463ebf28f
M #-: Put minimal description for network configuration types
3 years ago
Vlastimil Holer
962153d817
F #227 , #86 : Various fixes
3 years ago
Remy Zandwijk
25690dc21f
Add additional (Ubuntu) log files to be deleted.
...
Signed-off-by: Remy Zandwijk <remy@luckyhands.nl>
3 years ago
Vlastimil Holer
4f691774d8
M #-: Update tested platforms
3 years ago