Ramon Melero
d5a097c931
Adds ability to set mtu in reclass
Change of mtu is not handled by reclass. Example interface:
```
br_ctl:
enabled: true
type: bridge
proto: static
mtu: 1450
address: ${_param:single_address}
gateway: ${_param:ctl_gateway}
netmask: ${_param:control_network_netmask}
use_interfaces:
- ${_param:primary_first_nic}
```
7 years ago
Jakub Pavlik
8fb5ec75f5
Merge "[DPDK] Enable VT-d in kernel via grub in case vfio-pci PMD driver"
7 years ago
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 years ago
Petr Michalec
eb14b55257
Add linux.network.systemd support
7 years ago
Mykyta Karpin
40edd5837f
Fix loopback service status
Currently when Salt starts setup-loopback-device service
systemd executes losetup command and even if it worked
successfully, systemd marks service as inactive(dead).
And Salt considers service as dead. In order to fix
this behavior, we need to add RemainAfterExit=true to
loopback systemd unit template.
Other changes:
.gitreview added
Related Prod: https://mirantis.jira.com/browse/PROD-11760
Change-Id: I6d0c3baf1c22d0a626ff1fd6aaab802c08fb029e
7 years ago
Simon Pasquier
4d290b5eec
Add Prometheus alerts for dropped packets
Change-Id: If50f18367b22338b3fba1ff15902d557a0bdf2ea
7 years ago
Simon Pasquier
d32688e7aa
Reword Prometheus alert messages
Change-Id: I54e02e0741d53ec7b2335145dc968b7b8c8f5e00
7 years ago
Jakub Pavlik
358426780a
Merge pull request #108 from salt-formulas/meta
Graph metadata
7 years ago
Ales Komarek
02f35a537c
Graph metadata
Change-Id: If0ee6f1ac5ab697559fcd853225e1520de2e8c1c
7 years ago
Filip Pytloun
5133402f89
Merge pull request #106 from slimakcz/lvm_mount_order
fix order for storage: first create lv and next mount this lv
7 years ago
tomas kamm
71954dc575
fix order for storage: first create lv and next mount this lv
7 years ago
Filip Pytloun
06a72b531e
Merge "Add Grafana dashboard for Prometheus datasource"
7 years ago
Filip Pytloun
1fe61e497e
Merge "Enable kernel, net and process metrics for Telegraf"
7 years ago
Simon Pasquier
234e14acda
Add Grafana dashboard for Prometheus datasource
Change-Id: Icacb0ca22a34f1ff438a895700040563d250bac9
7 years ago
Dmitry Tyzhnenko
f4e5702f86
Create parent dir for override.conf
Change-Id: Iec857e4ac374b7787892144c772063796be87c4b
7 years ago
Jenkins
ee0f9eb07c
Merge remote-tracking branch 'target/master'
7 years ago
Jakub Pavlik
278e8bdeff
Merge "[DPDK] Add ability to set pmd_rxq_affinity for dpdk interfaces"
7 years ago
Filip Pytloun
e5ecffc87c
Merge pull request #103 from salt-formulas/users_deps
Fix requirements on groups and users
7 years ago
Filip Pytloun
d281d292b0
Fix requirements on groups and users
Change-Id: I9767e07ffe3a808ee9a2de925862ba193b7b612e
7 years ago
Andrey Shestakov
e7cca05e6e
Allow configure systemd
Change-Id: I54bc92902137899834408732ab852fd96d3f5a53
7 years ago
Oleg Bondarev
43dbbd3883
[DPDK] Add ability to set pmd_rxq_affinity for dpdk interfaces
This enables a more fine tuned dpdk for better performance.
More details on pmd-rxq-affinity config:
http://docs.openvswitch.org/en/latest/howto/dpdk/
Change-Id: I630c6af94ff733619fb175f522fc515984862ff6
7 years ago
Filip Pytloun
caec9b5131
Don't set governor on VMs
Change-Id: Ifa26361845a6841eff1ab49e6d6542946898c426
7 years ago
Jakub Josef
11768be2ec
Merge "Enable diskio input telegraf plugin"
7 years ago
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 years ago
Simon Pasquier
b1813426dc
Enable kernel, net and process metrics for Telegraf
Change-Id: I008818853c2058746be08365283b949177efa254
Depends-On: I3c3c569a013aff8c3ab8e46cffb93a60d74ddf09
7 years ago
Swann Croiset
d66a782570
Enable diskio input telegraf plugin
Change-Id: I80193afad1842f67967d1bab164f049078e3cd75
7 years ago
Marek Celoud
713e907ac4
add service management support
Change-Id: Iffb55fee41b8398de12554b58a9d36ae2b81e7ff
7 years ago
Marek Celoud
f163f06194
add update when default repo is changed
Closes-Bug: #PROD-10623
Change-Id: I9e070f7f96b1f0b8eafa12403c5df4ae5be3e42c
7 years ago
Filip Pytloun
8f965ec87a
Merge pull request #93 from bbinet/optional_purge_repos
Make sure system.purge_repos is optional
7 years ago
Jakub Josef
7a9d9b9cca
Added ability to enable SETENV in sudoers
Change-Id: Icee295720a5a2425390a1bcd588841897071938e
7 years ago
Filip Pytloun
2d5b9509c4
Merge pull request #99 from erickcantwell/MMO-132
[MMO-132] Check the length of the dict, instead of if it's defined (it
7 years ago
Erick Cantwell
e5770ac50f
[MMO-132] Check the length of the dict, instead of if it's defined (it
will always be defined since the default is an empty dict)
7 years ago
Simon Pasquier
1546e4c8c2
Disable Sensu support by default
Change-Id: I4711aaa954fbbf8f02b2731e6ae62db127ed21be
7 years ago
Filip Pytloun
5e53f2971a
Merge pull request #98 from salt-formulas/epcim-override-repo-name
Allow override repo name
7 years ago
Petr Michalec
e9978ce016
Allow override repo name
- allow multiple repos configured on one system (nightly/testing/stable)
7 years ago
Sergey Kreys
724d64741a
Removed "gid=kvm" from hugepages mount opts
Fix for https://mirantis.jira.com/browse/PROD-10786
Option "gid=kvm" is actually not needed now, since we didn't merge
change to apparmor config that will require this option.
Change-Id: Ib377444a01d097151d9a3a3b4a16e2ac75b868ab
7 years ago
Filip Pytloun
ea11327afe
Fix grains generation when linux_netlink.ls is not available
Change-Id: Id4b0b405872457bd8b20f450e4031d6808d3cf59
7 years ago
Jakub Josef
6a87206410
Fix kitchen tests
- Disable sudo for kitchen tests
- No update grub on docker/lxc
- Avoid changing hostname in docker based tests
Change-Id: Ic93ecc4680fb9a44388f494259de28ea9e8a0fc0
7 years ago
Filip Pytloun
dca73f1c80
Merge pull request #94 from slimakcz/patch-1
remove sudo files for user
7 years ago
Filip Pytloun
1c100e3a1a
Merge pull request #97 from salt-formulas/fix_test
Fix kitchen test
7 years ago
Filip Pytloun
401b4b6a06
Merge pull request #95 from slimakcz/patch-2
Update README.rst
7 years ago
Filip Pytloun
3a66d79f07
Fix kitchen test
Change-Id: I193af8b11146dd06413f199e456c47da554aaae5
7 years ago
Tomas Kamm
d8eb300289
Update README.rst
fixed typo in sudo part
7 years ago
slimakcz
f39cb118d1
remove sudo files for user
Remove sudo files for users, which still exists, but don't have enabled sudo.
7 years ago
Bruno Binet
94ee9d58c6
Make sure system.purge_repos is optional
7 years ago
Tomáš Kukrál
e44797fe0d
fix selinux dependencies
Change-Id: I45c932cf18dbc1073a86cbab272d2dda9f15fa41
7 years ago
Filip Pytloun
ac52e02f79
Merge pull request #92 from Martin819/master
Add ability to add ppa repo
7 years ago
Martin Polreich
09a648ae21
Add ability to add ppa repo
7 years ago
Filip Pytloun
e70606d0d2
Manage grains using support metadata
Change-Id: I25fb0eb0d4b922b8853eceb0c1c220a4040e1704
7 years ago
Filip Pytloun
3da8449582
Merge "Add variables in prometheus alerts"
7 years ago