Vasyl Saienko
d458e6449b
Fix crating multiple loopback devices
This patch fixes issue with duplicate task IDs when multiple
loopback devices should be added, and they stored in the same
directory.
Change-Id: Iae0027b6ee187f5366967e667380dfb3eae232fc
Related-Prod: PROD-17620
7 лет назад
Filip Pytloun
98b673bd15
Merge pull request #142 from bbinet/fix-file-mode
Fix file mode for file.managed state
7 лет назад
Bruno Binet
bbbe1b1141
Update readme for linux.system.file mode option
file_mode => mode
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 лет назад
Filip Pytloun
5f7144a35e
Merge pull request #141 from bbinet/file-contents_pillar
Add contents_pillar support for files managed by pillar
7 лет назад
Bruno Binet
b0bc29e120
Add contents_pillar support for files managed by pillar
7 лет назад
mcp-jenkins
e1e4eba9f7
Merge "Handle kernel boot options"
7 лет назад
Filip Pytloun
47bf675dcd
Fix atop systemd unit file name
Fixes : #140
Change-Id: Ic0f8bf07cd26436daed49c1f34aacad96424c190
7 лет назад
Filip Pytloun
56c6cba6a1
Merge pull request #139 from cristinapauna/aarch64-hugepages
Apply the hugepages configuration for aarch64
7 лет назад
cristinapauna
a3d319974b
Apply the hugepages configuration for aarch64
Needed for https://jira.opnfv.org/browse/ARMBAND-341
7 лет назад
mcp-jenkins
7082b36375
Merge "Remove old kernel via dpkg instead of apt"
7 лет назад
mcp-jenkins
1aa1aea055
Merge "Disable resolvconf service."
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 лет назад
Andrey Shestakov
7df80d16a6
Disable resolvconf service.
When resolv.conf file is managed by salt, resolvconf service should be disabled
because it overwriting resolv.conf after reboot.
Change-Id: I7ec85872ddbd5f90232d5d41a8171169c779a1c5
7 лет назад
Jakub Josef
6f2f6a2905
Merge "[dpdk] Support ovs bridge tagging"
7 лет назад
Ondrej Smola
47aa33e4b6
Merge "Remove Salt deprecations and switch tests to Salt 2017.7"
7 лет назад
Martin Polreich
72f61c4e34
Remove Salt deprecations and switch tests to Salt 2017.7
Change-Id: If96f95fdab13eae187a843f81b0d0060339a5f98
7 лет назад
Michael Polenchuk
d173d55427
[dpdk] Support ovs bridge tagging
Bring in "tag" option for dpdk/ovs bridges
to support vlan-tagged vxlan mode.
Change-Id: I7f1f88233694f2c8b968a6cf55584f32879ec042
7 лет назад
mcp-jenkins
8d15b0f60a
Merge "Presenting pam_ldap auth for linux feature"
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 лет назад
Michael Polenchuk
9ee7473ff9
Wipe off the dpdk-dkms meta package
Wipe off this excess meta package from dpdk required packages
list in order to be compatible with UCA repos as well.
Change-Id: Ia0e894e48f2cbb9d911f33756cf5a5508a20179c
Closes-Bug: #PROD-17033
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 лет назад
Ales Komarek
477124808a
Merge "Generate metrics from logs"
7 лет назад
Filip Pytloun
904ca2ef73
Merge "Fix/Feature: RHEL repo.enabled=False; use pkgrepo.abset"
7 лет назад
Jiri Broulik
303905d8db
cgroups
PROD-16845
Change-Id: Iabc6f4584e34c988e67ff42ee8ceb20c469823d6
7 лет назад
Jiri Broulik
1a191e379e
ifdown ifup fix
PROD-16903
Change-Id: I660f745fc7518836f262b08fb92d39bbbe7a24e8
7 лет назад
Filip Pytloun
e5a7a1d705
Merge "Remove salt-master, reclass from pkg dependencis"
7 лет назад
Bartosz Kupidura
6616077674
Generate metrics from logs
Change-Id: I5a8ccb235d36c1b4115794904f373a5704c2296d
7 лет назад
Petr Michalec
4d5c0a80bd
Fix/Feature: RHEL repo.enabled=False; use pkgrepo.abset
Change-Id: I811cbb17d98df357c4b44bd53ddcc5d01a06537f
7 лет назад
Petr Michalec
7c8d04bc15
Merge "Optimize kitchen tests for Travis CI"
7 лет назад
Petr Michalec
9ccd59f4f8
Remove salt-master, reclass from pkg dependencis
Change-Id: I91c69d06f402ffe380602dd00a5929b64e27b2c8
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 лет назад
Filip Pytloun
41751b2d2e
Merge "move lvm config and service before managing VG and LV"
7 лет назад
Ondrej Smola
b97ac007d9
move lvm config and service before managing VG and LV
Change-Id: If76a9d1aa3d23f3c38ec2135b42d63f64c4b1332
7 лет назад
Filip Pytloun
bded90b59c
Merge pull request #135 from FHE3/grub-compatibly-redhat
fix for issue #134 - compatibly issues in grub configuration with Red…
7 лет назад
Martin Polreich
fcee6e443b
Optimize kitchen tests for Travis CI
Change-Id: If3a486b040fd41da1ca4a8ba1454f915c62098d6
7 лет назад
Nick Metz
dbf0727472
fix for issue #134 - compatibly issues in grub configuration with RedHat os_family systems
7 лет назад
Petr Jediny
6f9a9f8fc6
Merge "Add additional bonding options"
7 лет назад
Petr Michalec
ef291d3d85
Merge "Adds alert to warn for open files being depleted"
7 лет назад
Filip Pytloun
3a999aa0dd
Merge "restart interface after ip flush / remove cloud init interface file / kill dhclient"
7 лет назад
Denis V. Meltsaykin
4bd05226df
Fixed several issues in the interface state
Fixed:
* The udev-rules template is not tested
* Wrong unicode character in the template leads to udev ignoring
the rule completely
* The template is unable to be rendered due to absent import
* udev is not retrigerred with new rules
Change-Id: I134b5e49b883afcc5e34feaaa561d7ca70192796
Closes-Bug: PROD-16649
7 лет назад
Jiri Broulik
b333d2841b
restart interface after ip flush / remove cloud init interface file / kill dhclient
PROD-15584
Change-Id: I48ec8a4dd3f6d3a9477c03c218591d42b68f0bab
7 лет назад
Jakub Josef
d9fffba0ca
Fixed typo in run_tests.sh file
Change-Id: Id6b498711466a3e4987522bc4fdb29f8970580f1
7 лет назад
Kirill Mashchenko
01ad2ccdce
Increase disk issues timeout for alerts
Change-Id: I646a852be587598ff0866e5941d954a6ac1fdd08
7 лет назад
Filip Pytloun
1510389333
Merge "improve mkfs condition and make fs_type for partitioning optional"
7 лет назад
Kyrylo Mashchenko
78dad625f2
Merge "Reduce alerting noise for system disk issues"
7 лет назад
Kirill Mashchenko
f2a380d42a
Reduce alerting noise for system disk issues
Change-Id: I4fb69e8defa44a9d92a9fb7c23a6280fffc1a3e9
7 лет назад
Ondrej Smola
bace671737
improve mkfs condition and make fs_type for partitioning optional
Change-Id: Iba8126cadc80c0de04baf3cc65d0868aa147bc01
7 лет назад