Filip Pytloun
22ee07d07e
Merge pull request #114 from teoyaomiqui/master
adding check before writing to core file
7 anos atrás
Kalynovskyi
0a91ebe68f
adding check before writing to core file
7 anos atrás
Filip Pytloun
b7273108e2
Merge "Add monitoring of the swap usage"
7 anos atrás
Vasyl Saienko
e13b66ca76
Ensure that ifup executed when all interfaces are visible
This patch adds dependency for ovs_port_up_{{ interface_name }} on
linux_interfaces_final_include. This is needed to avoid errors like
"Unknown interface XXX"
Change-Id: I763ff8ae32a170df3802a65a547c6e76959a0137
7 anos atrás
Simon Pasquier
9083abf8a3
Add monitoring of the swap usage
This change adds the Telegraf configuration to collect swap metrics, the
associated Prometheus alarms and graphs to the Grafana dashboard.
Change-Id: I3595fd0b8cab06215c620642da69dd29c398396a
7 anos atrás
Filip Pytloun
54cb363b56
Include linux.system.group when needed
Change-Id: I2163dbdee38e1b9c5c4dec6611550f16fdf1373b
7 anos atrás
Filip Pytloun
0a9dc959f8
Merge pull request #112 from mceloud/revert-111-patch-1
Revert "Adds ability to set mtu in reclass"
7 anos atrás
mceloud
cf75ddeee8
Revert "Adds ability to set mtu in reclass"
7 anos atrás
Filip Pytloun
c5dd63653e
Merge pull request #111 from rmeleromira/patch-1
Adds ability to set mtu in reclass
7 anos atrás
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 anos atrás
Jakub Pavlik
8fb5ec75f5
Merge "[DPDK] Enable VT-d in kernel via grub in case vfio-pci PMD driver"
7 anos atrás
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 anos atrás
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 anos atrás
Simon Pasquier
4d290b5eec
Add Prometheus alerts for dropped packets
Change-Id: If50f18367b22338b3fba1ff15902d557a0bdf2ea
7 anos atrás
Simon Pasquier
d32688e7aa
Reword Prometheus alert messages
Change-Id: I54e02e0741d53ec7b2335145dc968b7b8c8f5e00
7 anos atrás
Jakub Pavlik
358426780a
Merge pull request #108 from salt-formulas/meta
Graph metadata
7 anos atrás
Ales Komarek
02f35a537c
Graph metadata
Change-Id: If0ee6f1ac5ab697559fcd853225e1520de2e8c1c
7 anos atrás
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 anos atrás
tomas kamm
71954dc575
fix order for storage: first create lv and next mount this lv
7 anos atrás
Filip Pytloun
06a72b531e
Merge "Add Grafana dashboard for Prometheus datasource"
7 anos atrás
Filip Pytloun
1fe61e497e
Merge "Enable kernel, net and process metrics for Telegraf"
7 anos atrás
Simon Pasquier
234e14acda
Add Grafana dashboard for Prometheus datasource
Change-Id: Icacb0ca22a34f1ff438a895700040563d250bac9
7 anos atrás
Dmitry Tyzhnenko
f4e5702f86
Create parent dir for override.conf
Change-Id: Iec857e4ac374b7787892144c772063796be87c4b
7 anos atrás
Jenkins
ee0f9eb07c
Merge remote-tracking branch 'target/master'
7 anos atrás
Jakub Pavlik
278e8bdeff
Merge "[DPDK] Add ability to set pmd_rxq_affinity for dpdk interfaces"
7 anos atrás
Filip Pytloun
e5ecffc87c
Merge pull request #103 from salt-formulas/users_deps
Fix requirements on groups and users
7 anos atrás
Filip Pytloun
d281d292b0
Fix requirements on groups and users
Change-Id: I9767e07ffe3a808ee9a2de925862ba193b7b612e
7 anos atrás
Andrey Shestakov
e7cca05e6e
Allow configure systemd
Change-Id: I54bc92902137899834408732ab852fd96d3f5a53
7 anos atrás
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 anos atrás
Filip Pytloun
caec9b5131
Don't set governor on VMs
Change-Id: Ifa26361845a6841eff1ab49e6d6542946898c426
7 anos atrás
Jakub Josef
11768be2ec
Merge "Enable diskio input telegraf plugin"
7 anos atrás
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 anos atrás
Simon Pasquier
b1813426dc
Enable kernel, net and process metrics for Telegraf
Change-Id: I008818853c2058746be08365283b949177efa254
Depends-On: I3c3c569a013aff8c3ab8e46cffb93a60d74ddf09
7 anos atrás
Swann Croiset
d66a782570
Enable diskio input telegraf plugin
Change-Id: I80193afad1842f67967d1bab164f049078e3cd75
7 anos atrás
Marek Celoud
713e907ac4
add service management support
Change-Id: Iffb55fee41b8398de12554b58a9d36ae2b81e7ff
7 anos atrás
Marek Celoud
f163f06194
add update when default repo is changed
Closes-Bug: #PROD-10623
Change-Id: I9e070f7f96b1f0b8eafa12403c5df4ae5be3e42c
7 anos atrás
Filip Pytloun
8f965ec87a
Merge pull request #93 from bbinet/optional_purge_repos
Make sure system.purge_repos is optional
7 anos atrás
Jakub Josef
7a9d9b9cca
Added ability to enable SETENV in sudoers
Change-Id: Icee295720a5a2425390a1bcd588841897071938e
7 anos atrás
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 anos atrás
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 anos atrás
Simon Pasquier
1546e4c8c2
Disable Sensu support by default
Change-Id: I4711aaa954fbbf8f02b2731e6ae62db127ed21be
7 anos atrás
Filip Pytloun
5e53f2971a
Merge pull request #98 from salt-formulas/epcim-override-repo-name
Allow override repo name
7 anos atrás
Petr Michalec
e9978ce016
Allow override repo name
- allow multiple repos configured on one system (nightly/testing/stable)
7 anos atrás
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 anos atrás
Filip Pytloun
ea11327afe
Fix grains generation when linux_netlink.ls is not available
Change-Id: Id4b0b405872457bd8b20f450e4031d6808d3cf59
7 anos atrás
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 anos atrás
Filip Pytloun
dca73f1c80
Merge pull request #94 from slimakcz/patch-1
remove sudo files for user
7 anos atrás
Filip Pytloun
1c100e3a1a
Merge pull request #97 from salt-formulas/fix_test
Fix kitchen test
7 anos atrás
Filip Pytloun
401b4b6a06
Merge pull request #95 from slimakcz/patch-2
Update README.rst
7 anos atrás
Filip Pytloun
3a66d79f07
Fix kitchen test
Change-Id: I193af8b11146dd06413f199e456c47da554aaae5
7 anos atrás