The Windows Azure Linux Agent
Go to file
Miroslav Rezanina 45cf53e80d * Thu Aug 21 2025 Miroslav Rezanina <mrezanin@redhat.com> - 2.13.1.1-2
- wla-Use-systemctl-instead-of-service-to-manager-services.patch [RHEL-109465]
- wla-docs-add-waagent-manpage-3401.patch [RHEL-96792]
- Resolves: RHEL-109465
  ([Azure][RHEL-10][WALA][Image mode] Cannot find 'service' command)
- Resolves: RHEL-96792
  ([Azure][WALA][RHEL-10] Missing man page)
2025-08-21 00:58:44 -04:00
.gitignore * Thu May 22 2025 Vitaly Kuznetsov <vkuznets@redhat.com> - 2.13.1.1-1 2025-05-22 03:03:30 -04:00
0001-waagent.service-set-ConditionVirtualization-microsof.patch * Thu May 22 2025 Vitaly Kuznetsov <vkuznets@redhat.com> - 2.13.1.1-1 2025-05-22 03:03:30 -04:00
0002-Disable-automatic-log-collector.patch * Thu May 22 2025 Vitaly Kuznetsov <vkuznets@redhat.com> - 2.13.1.1-1 2025-05-22 03:03:30 -04:00
0003-redhat-Use-NetworkManager-to-set-DHCP-hostnames-on-r.patch * Thu May 22 2025 Vitaly Kuznetsov <vkuznets@redhat.com> - 2.13.1.1-1 2025-05-22 03:03:30 -04:00
0004-redhat-Add-a-udev-rule-to-avoid-managing-slave-NICs-.patch * Thu May 22 2025 Vitaly Kuznetsov <vkuznets@redhat.com> - 2.13.1.1-1 2025-05-22 03:03:30 -04:00
gating.yaml Add rhel-10 gating.yaml 2024-04-09 16:19:34 +08:00
module-setup.sh * Tue Mar 25 2025 Miroslav Rezanina <mrezanin@redhat.com> - 2.9.1.1-10 2025-03-25 07:16:36 -04:00
README.rst * Thu May 22 2025 Vitaly Kuznetsov <vkuznets@redhat.com> - 2.13.1.1-1 2025-05-22 03:03:30 -04:00
sources * Thu May 22 2025 Vitaly Kuznetsov <vkuznets@redhat.com> - 2.13.1.1-1 2025-05-22 03:03:30 -04:00
WALinuxAgent.spec * Thu Aug 21 2025 Miroslav Rezanina <mrezanin@redhat.com> - 2.13.1.1-2 2025-08-21 00:58:44 -04:00
wla-docs-add-waagent-manpage-3401.patch * Thu Aug 21 2025 Miroslav Rezanina <mrezanin@redhat.com> - 2.13.1.1-2 2025-08-21 00:58:44 -04:00
wla-Use-systemctl-instead-of-service-to-manager-services.patch * Thu Aug 21 2025 Miroslav Rezanina <mrezanin@redhat.com> - 2.13.1.1-2 2025-08-21 00:58:44 -04:00

========================
WALinuxAgent development
========================

WALinuxAgent is maintained in a `source tree`_ rather than directly in dist-git.
This provides way to develope using regular source code structure and provides 
way to generate SRPM and build using koji service. In addition, local build using
CentOS 9 Stream specific configuration.

Developers deliver all changes to source-git using merge request. Only maintainers
will be pushing changes sent to source-git to dist-git.

Each release in dist-git is tagged in the source repository so you can easily
check out the source tree for a build. The tags are in the format
name-version-release, but note release doesn't contain the dist tag since the
source can be built in different build roots (Fedora, CentOS, etc.)

.. _source tree: https://gitlab.com/redhat/centos-stream/src/walinuxagent