Revisions of python-azure-agent
Robert Schweikert (rjschwei)
committed
(revision 103)
- Keep the existing config file (bsc#1222620) + During separation of the config file into subpackages it was forgotten that on update of the main package the previously provided config file would be removed. SInce we do not know which flavor of our images the package is being upgraded on, preserve the previously existing config file. This will orphan the file if non of the -config-* packages gets installed.
buildservice-autocommit
accepted
request 1152514
from
Factory Maintainer (factory-maintainer)
(revision 102)
baserev update by copy to link target
buildservice-autocommit
accepted
request 1147656
from
Factory Maintainer (factory-maintainer)
(revision 101)
baserev update by copy to link target
Robert Schweikert (rjschwei)
committed
(revision 100)
- Do not force wicked dependency for networking, allow NM in SLE Micro 5.5 and for ALP based products - Change patch syntax in preparetion for RPM 4.20
Robert Schweikert (rjschwei)
committed
(revision 99)
- Recognise SLE-Micro as a SLE based distro + Add agent-micro-is-sles.patch - Create sub-packages for the config (jsc#PED-7869)
buildservice-autocommit
accepted
request 1128739
from
Factory Maintainer (factory-maintainer)
(revision 98)
baserev update by copy to link target
Robert Schweikert (rjschwei)
committed
(revision 97)
- Create sub-packages for the config + Remove config manipulation from image building + Set up a config for SLE-Micro + Makes deafult upstream config available - Update to 2.9.1.1 (bsc#1217301, bsc#1217302) + Update remove-mock.patch + Download certificates when goal state source is fast track #2761 + Increase the max number of extension events by 20% #2785 + Remove version suffix from extension slice #2782 + Support int type for eventPid and eventTid fields #2786 + Improve log for swap counter not found #2789 + Remove cgroup files during deprovisioning #2790 + Log VM architecture in heartbeat telemetry for arm64 adoption monitoring #2818 + Enforce memory usage for agent #2671 + Use common download logic for agent downloads #2682 + Implement Fedora distro #2642 + Report message in handler heartbeat #2688 + Remove dependency on pathlib from makepkg #2717 + Do not fetch extensions goal state in log collector #2713 + Update log collector unit file to remove memory limit #2757 + Fix bug in get_dhcp_pid (CoreOS) #2784 + Fetch full distro version for mariner #2773 From 2.9.04 + Resource Governance on extensions (CPU monitoring and enforcing & Memory monitoring) #2632 #2581 #2555 + Agent resource governance #2597 #2591 #2546 + monitor system-wide memory metrics (#2610) + Additional telemetry for goal state (#2675) + HostGAPlugin usage improvements #2662 #2673 #2655 #2651
buildservice-autocommit
accepted
request 1065513
from
Robert Schweikert (rjschwei)
(revision 96)
baserev update by copy to link target
Robert Schweikert (rjschwei)
accepted
request 1063998
from
Dominique Leuenberger (dimstar)
(revision 95)
- Clean up conditions in spec file: + There is no maintained distro > 1315 (SLE12) AND < 1500 (SLE15). Only openSUSE 13.2 and 13.3 lived in that space, but they are clearly not the target of this spec file. + if 0%{?Suse_version} && 0{?suse_version} > 1315: no need to first validate suse_version being defined: whenever it is > 1315, must be defined. - Tighten Requires against python3-mock.
buildservice-autocommit
accepted
request 1063976
from
Robert Schweikert (rjschwei)
(revision 94)
baserev update by copy to link target
Robert Schweikert (rjschwei)
accepted
request 1060713
from
Steve Kowalik (StevenK)
(revision 93)
- Add patch remove-mock.patch: * Use unittest.mock first, falling back to mock if required. - Tighten Requires against python3-mock.
buildservice-autocommit
accepted
request 1008593
from
Factory Maintainer (factory-maintainer)
(revision 92)
baserev update by copy to link target
Robert Schweikert (rjschwei)
committed
(revision 91)
- Add paa_12_sp5_rdma_no_ext_driver.patch (bsc#1203181)
Robert Schweikert (rjschwei)
committed
(revision 90)
fix buildrequires
Robert Schweikert (rjschwei)
committed
(revision 89)
typo
Robert Schweikert (rjschwei)
committed
(revision 88)
handle unit file location in a generic non distribution way
Robert Schweikert (rjschwei)
committed
(revision 87)
- Update to version 2.8.0.11 (bsc#1203164) + Enabled support for Fast Track (faster processing of extensions) + Add telemetry for VM Size + Add telemetry for environment variables passed to extensions + Enforce CPU quota on the Agent on Red Hat and CentOS 7.4+ + Restore all firewall rules needed for communication with the WireServer + Fix false positives reporting processes in the Agent's cgroup + Fix false errors when collecting debug logs + Don't report incorrect CPU usage data + Fetching a goal state with empty certificates property + Silence goal state fetch errors after 3 logs + Change fast track timestamp default from None to datetime.min + Retry HGAP's extensionsArtifact requests on BAD_REQUEST status + Support for Rocky Linux + RHEL 8 + RHEL 9 + Preliminary work to enforce CPU quota on extensions + Preliminary work for management of agent self-updates [GA Versioning] + Add CentOS 7.9 to end-to-end-tests + Add Mariner to end-to-end-tests - 2.8.0.11 followed 2.7.3.0, no intermediate releases
Robert Schweikert (rjschwei)
accepted
request 1003793
from
Stefan Schubert (schubi2)
(revision 86)
- Migration to /usr/etc: Saving user changed configuration files in /etc and restoring them while an RPM update.
Robert Schweikert (rjschwei)
committed
(revision 85)
- Update to 2.7.3.0 (jsc#PED-1298) + Remove proper_dhcp_config_set.patch included upstream + Remove sle_hpc-is-sles.patch included upstream + Forward port reset-dhcp-deprovision.patch + Retry HGAP's extensionsArtifact requests on BAD_REQUEST status #2622 + Use 'ip' instead of 'ifdown/ifup' to restart network interface on RHEL >= 8.6 #2612 #2624 - From 2.7.1.0 + hotfix for OOM errors on the log collector - From 2.7.0.6 + Increase time of autoupdates after updates are available #2403 + Send telemetry when upgrade available #2421 + Enable collection of debugging information #2436, #2453, #2510 + Add support for Python 2.6 to the debug info collection code #2452 + Enable CPU/memory data collection on RedHat and CentOS #2450 + Exclude end-to-end tests from Agent setup #2396, #2402 + Fix log message in cgroups management #2427 + Fix parsing of malformed error.json files #2433 + Allow DNS queries over TCP #2429 + Dont exit extension handler process if unable to fetch first goal state #2440 + Improvements for Mariner #2407, #2414 + Add uos support #2420 + Add support for VMware PhotonOS #2431 - From 2.6.0.2 + added cloudlinux support (#2344) + Enable extensions cpu monitoring (#2357, #2384, #2391) + Support Flatcar Container Linux (#2365) + Retrieve VmSettings from HostGAPlugin (#2378, #2382, #2386, #2394, #2397, #2404)
buildservice-autocommit
accepted
request 984656
from
Dirk Mueller (dirkmueller)
(revision 84)
baserev update by copy to link target
Displaying revisions 21 - 40 of 123