Petr Michalec
42048b2b2c
use pkg.add_repo_key and return unless
Change-Id: I111a584879c391cab41ca5579dfcad170a3248ad
6 роки тому
Petr Michalec
9f30456a0e
Fix, system.repo don't use curl if not needed
- fixed pkgrepo.manage to use/prefer key_url for salt >= 2017.7
- updated syntax for key verificatoin
- fix, avoid curl for salt:// schema (as in #156 )
Change-Id: I1b50c287a4030a9cefa1b819017d59cc5fb1c197
6 роки тому
Vasyl Saienko
4a23e4d201
Revert "Fix, system.repo don't use curl on fixed pkgrepo.manage"
Commit totally broke all deployment CI job.
This reverts commit 24477c590b
.
Change-Id: Idce0954f0bd363095069e91edc6941ca78b22c60
6 роки тому
Petr Michalec
24477c590b
Fix, system.repo don't use curl on fixed pkgrepo.manage
Change-Id: Id5b5a44f3dfbbdd60442fd2f273b72557fa9e191
6 роки тому
Richard Felkl
38727e21df
Merge "Cosmetic changes for alerts"
6 роки тому
Michal Kobus
97242f156a
Cosmetic changes for alerts
Change-Id: I9e8464e3ee5ef28ca5eb7eb84e645e42fb6576cd
Closes-bug: PROD-20466
6 роки тому
azvyagintsev
eda3823a09
Fix default_repo requirments
Change-Id: I2d374a589e18f38f91beac9514ff5bf3c034d637
6 роки тому
mcp-jenkins
e959ef234a
Merge "Fix system:repo"
6 роки тому
Filip Pytloun
41b86940bb
Merge pull request #152 from bbinet/file.serialize
Add support file.serialize in linux:system:file
6 роки тому
Bruno Binet
9c2fe220a8
Add support file.serialize in linux:system:file
Ensure presence of file to be serialized through one of the serializer modules
(see: https://docs.saltstack.com/en/latest/ref/serializers/all/index.html ):
6 роки тому
azvyagintsev
6f5e69e2bf
Fix system:repo
* Currently, 'key' was processed only for default repos
* Remove double-definition
* Re-use idempotent fix
Co-Authored-By: Dennis Dmitriev <ddmitriev@mirantis.com>
Change-Id: Ic733f671b39e7b4a8d8e0a83515b6b0632c3a41b
6 роки тому
Petr Michalec
64113f1216
Merge pull request #150 from horakmar/repo-key-via-proxy
Workaround for fetching repo keys via proxy.
6 роки тому
Petr Michalec
7752d48fac
Merge pull request #151 from salt-formulas/atp-proxy
Fixed https apt proxy to same host as http
6 роки тому
Aleš Komárek
d620630de5
Fixed https apt proxy to same host as http
6 роки тому
Martin Horak
9673a18fba
Fixed curl to follow redirections.
6 роки тому
Martin Horak
ceb6686d71
Fix syntax - add quotes.
6 роки тому
Richard Felkl
799df454b6
Merge "Alerts reworked"
6 роки тому
Martin Horak
77f2d02118
Rewritten using replace to make one line.
6 роки тому
Martin Horak
c0c7292279
Enable adding multiline GPG key.
6 роки тому
Oleksii Chupryn
8cea4f044b
Move ifcfg-br-prv to interfaces.u
Change-Id: I016a0737e700162e41a39cf5643d5ee3c42c2cc5
Prod-Related: PROD-20467
6 роки тому
Martin Horak
7b14633199
Fix typo.
6 роки тому
Martin Horak
f1feaf60a3
Change requisite clausule.
Add check for existing key for idempotency.
6 роки тому
Aleš Komárek
509bf8d882
Merge pull request #136 from alexandruavadanii/network-routes-noifupdown
routes: Skip network restart on 'noifupdown'
6 роки тому
Martin Horak
a73b87150e
Workaround for fetching repo keys via proxy.
6 роки тому
Michal Kobus
d40d0f1e24
Alerts reworked
Change alerts names, severity and descriptions.
Closes-bug: PROD-19718
Change-Id: I238fbcd51cf48389b504ccb531ba9b2bc9dd4be6
6 роки тому
Ondrej Smola
b337170a63
Merge "* Splitting pam modules: - ldap - mkhomedir"
6 роки тому
Dzmitry Stremkouski
602735d4a5
* Splitting pam modules:
- ldap
- mkhomedir
* Fixing dependency for mkhomedir refresh
* Adding an ability to disable and enable moules
Prod-Related: EME-220
Change-Id: I94feab03cef82c515c9c430b9828653e87100425
6 роки тому
Oleksii Chupryn
144432b0f7
Add support of mcelog service
Change-Id: I32c83d63e7f359704ab6cc77dec07a1617880fbb
Prod-Related: PROD-20137
6 роки тому
mcp-jenkins
ea41be1a01
Merge "Adding ability to configure OVS logging"
6 роки тому
Ondrej Smola
f7000b4334
Merge "Fix the setup-loopback-device service config for upstart"
6 роки тому
Petr Michalec
8854c6d2b7
Merge "Add Salt 2018.3 tests"
6 роки тому
Oleh Hryhorov
18a7077969
Adding ability to configure OVS logging
The patch adds ability to configure variety logging options
for OVS. In order to configure OVS log options the below pillar
sctructure should be used:
linux:
network:
openvswitch:
enabled: true
logging:
enabled: true
ovsdb:
console: emer
syslog: err
file: info
facility: local0
vswitchd:
console: emer
syslog: err
file: info
facility: local1
Change-Id: I59ef0636447a974215d872259a26beb858495cfb
Related-PROD: PROD-19980
6 роки тому
ibumarskov
f823f3b49a
Fix the setup-loopback-device service config for upstart
When we use the upstart, setup-loopback should be running as a
service to pass the salt linux.storage.loopback state
(service.running).
Change-Id: I9b19a94126b497d89bd6d05f43dca1df0304c0c6
Closes-bug: PROD-19847
6 роки тому
Richard Felkl
ec695caf3e
Merge "Be able to gather hdd_errors with syslog"
6 роки тому
Richard Felkl
5bfeb1d7db
Merge "Fix list of lvm services for trusty"
6 роки тому
Mateusz Matuszkowiak
a7a3bda4f6
Be able to gather hdd_errors with syslog
Change-Id: I562455b281f1a92f674e859fa237b38f3432df7b
Closes-Bug: PROD-19728
6 роки тому
ibumarskov
45f6093bd8
Fix list of lvm services for trusty
Change-Id: I66e5c2f96dcbe432fd8d893683a4a3288170dff0
Closes-bug: PROD-18660
6 роки тому
Michael Polenchuk
d9369fe835
Mend hugepages config
* make unique mounted device
* hugepages realtime setup for default pagesize only
Change-Id: Ifa369f62a993c59c7b2c471b273fa795cc794e24
Closes-Bug: PROD-19825
6 роки тому
Filip Pytloun
adbce9c8eb
Merge pull request #149 from mnederlof/modprobe-template-fix
Fixing layout of modprobe.conf file with more than one option
6 роки тому
Michel Nederlof
82a2ebeda0
Fixing layout of modprobe.conf file with more than one option
6 роки тому
Dmitry Teselkin
949398e6bd
Configure interactive logon message
This is also covers the following CIS items
* CIS 1.7.1.5 Ensure permissions on /etc/issue are configured (Scored)
Change-Id: If8c237ff4db7e9ab7ee244278d28f632e73ecb56
Related-Prod: PROD-19166
6 роки тому
Martin Polreich
69ce4997a8
Add Salt 2018.3 tests
Change-Id: I7e9a1f0edaee6c9d10ebfc77395d88def7a5c3ad
6 роки тому
Jiri Broulik
b08a62ebe6
Merge "Flush IP address on change for ovs_port"
6 роки тому
Oleh Hryhorov
a130001a78
Flush IP address on change for ovs_port
The patch makes IP address flush for external network
interface where IP address is assigned automatically
however an IP address from the same IP range is hardcoded in
the model.
Change-Id: I4220a635a96a031ad74dca1034c917e7d87d4b11
Related-PROD: PROD-19504
6 роки тому
Ondrej Smola
7f5087d5d1
added creation of default group to user without gid defined
Change-Id: I55ebc405f4534c02c3637bf45100031ea51c81de
6 роки тому
Ondrej Smola
ea1e1445b5
Merge "Update motd.sls"
6 роки тому
Ondrej Smola
15e10dd7cf
change gid_from_name to false to user present
saltstack 2017.7 is failing to create user when default group for user is not present, commit which changes this behavior from 2016.3 is a18dbe0c11
Change-Id: I478d632e8aa7303ab2ee32b033478148c18c473d
6 роки тому
Dmitry Teselkin
538c824aae
Update motd.sls
This patch unifies /etc/motd managing approach for both RedHat and
Ubuntu systems. Providing a string value via linux:system:motd
pillar will configure static /etc/motd and remove dynamic scripts
from /etc/update-motd.d (if present).
update-motd can safely be removed because Ubuntu supports dynamic
motd by pam_motd means since 2009.
Related-Prod: PROD-17287
Change-Id: Ic9b7e18abb12cfe8704717b14dc1237e40715319
6 роки тому
Oleg Bondarev
bb0708ddf3
Install linux headers along with dpdk packages
Change-Id: I99fe6d4252ea5d9cdfce82ea2fed5405a4b0f4fa
Related-Prod: PROD-19365
6 роки тому
Ondrej Smola
ba304a6d0d
Merge "Update metadata.yml with correct URL"
6 роки тому