Michael Fladischer
1e41e3065d
Use items() instead of iteritems() for Python3 compatibility.
iteritems() was dropped in recent Python3 releases and items() is compatible
with Python 2.7.
преди 7 години
Richard Felkl
f40599a3c8
linux.system.file - hash only if source is defined and ability to set name by param
Change-Id: Ia286ac4377c6b03ce16c9dc1a5c7d3441efe7e12
преди 7 години
Bruno Binet
4a19d09d4d
Fix file mode in file.managed state
file.managed use "mode" option and not "file_mode" to configure the
perms of the managed file.
See: https://docs.saltstack.com/en/latest/ref/states/all/salt.states.file.html#salt.states.file.managed
преди 7 години
Bruno Binet
b0bc29e120
Add contents_pillar support for files managed by pillar
преди 7 години
cristinapauna
a3d319974b
Apply the hugepages configuration for aarch64
Needed for https://jira.opnfv.org/browse/ARMBAND-341
преди 7 години
Richard Felkl
2e07d650c1
Added support for managing files by pillar
Change-Id: Ibd0a024bcd69089d9835a18f2bb803c952e13967
преди 7 години
Sergey Otpuschennikov
5413281426
Remove old kernel via dpkg instead of apt
During remove previous kernel apt installs latest available kernel
Change-Id: Ife9c1a57257bd790e01a597d1a853cadd38bb03b
преди 7 години
Michael Polenchuk
ebf5552f66
Handle kernel boot options
The 'system.kernel.elevator' and 'system.kernel.isolcpu' options
have been kept for backward compatibility and should be used in new
fashion way with system.kernel.boot_options parameter.
Change-Id: I51f7167b8b8946500df2065ee6b02bcf21809bc9
преди 7 години
Dmitry Stremkouski
7d8d67aa1e
Presenting pam_ldap auth for linux feature
This patch implements pam ldap integration for linux host.
Related Prod: PROD-16022
Customer-Found
Change-Id: I2a05cfb4821d176724f03c61253700ef1f4d0bd8
преди 7 години
Oleh Hryhorov
3e68a4f78b
The patch fixes access to undefined variable
The patches fixes the situation when repo is not defined but
formula tries to get access to source parameter of the repo.
Change-Id: Ifa7b8475bfc2cece6803ab7da7b2d0d5cc12b652
Related-PROD: PROD-17001
преди 7 години
Jiri Broulik
303905d8db
cgroups
PROD-16845
Change-Id: Iabc6f4584e34c988e67ff42ee8ceb20c469823d6
преди 7 години
Petr Michalec
4d5c0a80bd
Fix/Feature: RHEL repo.enabled=False; use pkgrepo.abset
Change-Id: I811cbb17d98df357c4b44bd53ddcc5d01a06537f
преди 7 години
Nick Metz
f04f5f3630
add additional shared libraries ( #137 )
* This merge request gives the ability to add shared libaries without set LD_LIBRARY_PATH variable.
1. Generate file in /etc/ld.so.conf.d/
2. update /etc/ld.so.cache with ldconfig command
example pillars:
linux:
system:
enabled: True
ld:
libraries:
java:
- /usr/lib/jvm/jre-openjdk/lib/amd64/server
- /opt/java/jre/lib/amd64/server
* fix format in README.rst for Shared Libraries
* Fix for #137 - change pillar libraries key to library
преди 7 години
Nick Metz
dbf0727472
fix for issue #134 - compatibly issues in grub configuration with RedHat os_family systems
преди 7 години
Simon Schneider
502363e755
fix Conflicting ID for duplicated include of linux.system.grub
преди 7 години
Simon Schneider
0225666deb
Add elevator parameter to GRUB_CMDLINE_LINUX_DEFAULT
преди 7 години
Dmitry Stremkouski
4793dde2ee
Typo fixes for system.linux.apt
Change-Id: I813a2fb6e3d155e3b93d25bee60b7a91e5fe2bbd
преди 7 години
Marek Celoud
4b59cf8ffe
fix : in system.apt
Change-Id: Idb8321ef0fa1811a1169c92b603b43f80413c9f2
преди 7 години
Filip Pytloun
c512e6c73f
Add linux.system.apt state
Change-Id: I1e190f1f5b34a049335efbecffad3dddf7c41644
преди 7 години
Filip Pytloun
3af564619b
Fix trailing :
Change-Id: Id9d9178ca7417df1b8a83110e92cf4a62907982d
преди 7 години
Nick Metz
3e17d4e301
add dependency to linux_repo_prereq_pkgs in selinux.mode
преди 7 години
Nick Metz
45423245b3
Fix for issue #125 with selinux.sls, remove selinux_config is not nessasary to set SELINUX=. Salt state selinux.mode will set values for selinux in /etc/selinux/config default is permissive set in map.jinja
преди 7 години
Filip Pytloun
bd16dc27d7
Allow removing apt repositories
Change-Id: Ib7f34360b7580cbc4260b826d1eb21d443801fa5
преди 7 години
Filip Pytloun
8b2131eeec
Add linux.system.directory state
Change-Id: Ida91f545cc705457d1bc567fbee483e14a202a3a
преди 7 години
tomas kamm
4e87758a6e
fix adding ca certs to centos/redhat
преди 7 години
Filip Pytloun
6df26123d3
Remove /etc/motd if we are using dynamic motd
преди 7 години
Filip Pytloun
36fc6df8bf
Fix motd on debian jessie
преди 7 години
Filip Pytloun
8b5af7cea1
Fix update-motd for debian
преди 7 години
chnyda
8221541714
Include linux.system.user in linux.system.job
Change-Id: I3a2a0ac5518701b4c9de28437e9aefd1307ca01b
преди 7 години
Consatntine Kalinovskiy
8aad368ec8
Fixing invalid variable reference
Change-Id: I7919ef2273185081d56a40af1e8fb4e602da41a2
преди 7 години
chnyda
8e2aecef63
Fix cronjob commands in linux.system.job
Change-Id: I41f63e70ad4bd30dc478eeafeaf2823fa7508373
преди 7 години
car-da
aa1e6421ac
make all change in selinux mode persistent ( #122 )
* make all change in selinux mode persistent
* rework code to correspond with comments obtain from review about duplicity and useless code
* repair bad indent, remove bracket
преди 7 години
Serhiy Ovsianikov
67bd56a83c
Add atop
Change-Id: I59297736406469e5314236cb40851d9a6f94386e
преди 7 години
Filip Pytloun
361096c12a
Add support for sysfs
Change-Id: I29cfe2cd9dd39b74a1d39313f78dfddc87cb79b8
преди 7 години
Yuriy Taraday
c61c7d1566
Invert skip_verify to be opposite of "verfy" flag in pillar
- skip_verify: {{ true if package.verify else false }}
will be true when package:verify is set to true
And that confuses.
"skip verify" means "skip any verify process" and package should
not be verified during installation
Currently, for disabling verification we use:
linux:
system:
package:
netapp-offload-tool:
verify: true
And anyone who is reading reclass model can be easily perplexed.
Patchset fixes that issue.
Change-Id: I38d60ff3dbe651e14898c4937fc7dddad36204be
преди 7 години
Petr Michalec
a17ea5ae63
Fix, group members
Change-Id: I71c2dd4b1970b39427beda6465b7a4726b12897b
преди 7 години
Filip Pytloun
912222253f
Use cron job identifier to be able to update command
Change-Id: Id571945585863a08bd2317b57ecc6123a16e1857
преди 7 години
Filip Pytloun
3a761a133f
Require less options for linux.system.job
Change-Id: I74f63a705de8abef146cd1a77f8563e5de5d7f8d
преди 7 години
Petr Michalec
3cd4cb7641
manage group user membership
преди 7 години
Petr Michalec
d5f6a87035
Fix namespace handler to preinstall linux.system.pkgs
Change-Id: I22e512e3dcebea3bd5bc1ada08bf2e3c0e6f9250
преди 7 години
Yuriy Taraday
49008ea0da
Require /etc/sysfs.d to create governor.conf in it
Change-Id: I3fbc02a9073b88b71de2645057cc9bd2b2ff9d21
преди 7 години
azvyagintsev
967af13b84
Extend linux.user
- Add posibility do delete user password
- Delete any password, if no other option has been passed
- Allow to pass hash\plain password
- Allow to unchange password
Change-Id: Id2b7234ca5d4417475b2114e74840292fc57d0de
преди 7 години
Kalynovskyi
0a91ebe68f
adding check before writing to core file
преди 7 години
Filip Pytloun
54cb363b56
Include linux.system.group when needed
Change-Id: I2163dbdee38e1b9c5c4dec6611550f16fdf1373b
преди 7 години
Oleg Bondarev
9a46679536
[DPDK] Enable VT-d in kernel via grub in case vfio-pci PMD driver
This is required in order to use vfio-pci driver.
More info: http://docs.openvswitch.org/en/latest/intro/install/dpdk/
Change-Id: I1c936ffd4a903b9c6d67cdde6c612019a85f9b9e
преди 7 години
Filip Pytloun
d281d292b0
Fix requirements on groups and users
Change-Id: I9767e07ffe3a808ee9a2de925862ba193b7b612e
преди 7 години
Andrey Shestakov
e7cca05e6e
Allow configure systemd
Change-Id: I54bc92902137899834408732ab852fd96d3f5a53
преди 7 години
Filip Pytloun
caec9b5131
Don't set governor on VMs
Change-Id: Ifa26361845a6841eff1ab49e6d6542946898c426
преди 7 години
teoyaomiqui
32b1f7c8fb
RIL-267 Adding cpu governor and kernel module opts ( #101 )
* RIL-267 Adding cpu governor and kernel module opts
* RIL-267 Adding cpu governor and kernel module opts
* RIL-267 Adding cpu governor and kernel module opts
преди 7 години
Marek Celoud
713e907ac4
add service management support
Change-Id: Iffb55fee41b8398de12554b58a9d36ae2b81e7ff
преди 7 години