forked from Azure/WALinuxAgent
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2.12.0.0 #1
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add support for Azure Clouds --------- Co-authored-by: narrieta <narrieta>
…d update test-requirements to remove codecov (Azure#2803) * Update version to dummy 1.0.0.0' * Revert version change * Only check certificats if goal state includes certs * Fix code coverage deprecated issue * Move condition to function call
* Add tests for no outbound connectivity --------- Co-authored-by: narrieta <narrieta>
* Use cloud when validating test location --------- Co-authored-by: narrieta <narrieta>
* Redact access tokens from extension's output * python 2.6 --------- Co-authored-by: narrieta <narrieta>
Co-authored-by: narrieta <narrieta>
The current code assumes the ipoib interface name is ib0 when single IB interface is provisioned. This is not always true when udev rules are used to rename to other names like ibPxxxxx. Fix this by searching any interface name starting with "ib".
* Allow tests to run on random images * PR feedback --------- Co-authored-by: narrieta <narrieta>
Co-authored-by: narrieta <narrieta>
Co-authored-by: narrieta <narrieta>
Co-authored-by: narrieta <narrieta>
* Fixes for Azure clouds * add debug info --------- Co-authored-by: narrieta <narrieta>
…sion (Azure#2824) * Add test for extensions disabled; refactor VirtualMachine and VmExtension --------- Co-authored-by: narrieta <narrieta>
Co-authored-by: narrieta <narrieta>
* Add test for osProfile.linuxConfiguration.provisionVMAgent * add files * pylint * added messages * ssh issue --------- Co-authored-by: narrieta <narrieta>
Co-authored-by: narrieta <narrieta>
… setup fails (Azure#2830) Co-authored-by: narrieta <narrieta>
* Add VM Arch to heartbeat telemetry * Remove outdated vmsize heartbeat tesT * Remove unused import * Use platform to get vmarch (cherry picked from commit 66e8b3d)
Co-authored-by: narrieta <narrieta>
Co-authored-by: narrieta <narrieta>
* agent update refactor (Azure#2706) * agent update refactor * address PR comments * updated available agents * fix pylint warn * updated test case warning * added kill switch flag * fix pylint warning * move last update attempt variables * report GA versioning supported feature. (Azure#2752) * control agent updates in e2e tests and fix uts (Azure#2743) * disable agent updates in dcr and fix uts * address comments * fix uts * report GA versioning feature * Don't report SF flag idf auto update is disabled (Azure#2754) * fix uts (Azure#2759) * agent versioning test_suite (Azure#2770) * agent versioning test_suite * address PR comments * fix pylint warning * fix update assertion * fix pylint error * logging manifest type and don't log same error until next period in agent update. (Azure#2778) * improve logging and don't log same error until next period * address comments * update comment * update comment * Added self-update time window. (Azure#2794) * Added self-update time window * address comment * Wait and retry for rsm goal state (Azure#2801) * wait for rsm goal state * address comments * Not sharing agent update tests vms and added scenario to daily run (Azure#2809) * add own vm property * add agent_update to daily run * merge conflicts * address comments * address comments * additional comments addressed * fix pylint warning
* Add test for FIPS * add test * increase sleep * remove unused file * added comment * check uptime --------- Co-authored-by: narrieta <narrieta>
* Eliminate duplicate list of test suites to run * fix paths * add agent update --------- Co-authored-by: narrieta <narrieta>
* nsbsd: adapt to recent dns.resolver * osutil: Provide a get_root_username function for systems where its not 'root' (like in nsbsd) * nsbsd: tune the configuration filepath * nsbsd: fix lib installation path --------- Co-authored-by: Norberto Arrieta <narrieta@users.noreply.github.com>
Co-authored-by: narrieta <narrieta>
Co-authored-by: narrieta <narrieta>
…#2848) * Collect test artifacts as a separate step in the test pipeline --------- Co-authored-by: narrieta <narrieta>
* Fix infinite retry loop * fix message --------- Co-authored-by: narrieta <narrieta>
Co-authored-by: narrieta <narrieta>
If another exception arises (that's the case here when python 3.12 is used due to the changes in os.shutil.rmtree), the mocked exception is lost because it is incomplete (neither errno nor strerror are set: it goes to args).
* Remove wireserver fallback for imds calls * remove unused method * remove obsolete unit test * remove unused import --------- Co-authored-by: narrieta@microsoft <narrieta>
Co-authored-by: narrieta@microsoft <narrieta>
IBManager will continue to be used for a new ethernet-backend offering from AzureHPC. While the key name remains the same (IPoIB_data), the interfaces will be of the format ethXX. Removing the check that skips anything that isn't ibXX. We are not at the risk of proceeding for any other nics since the IPoIB_data will only have the backend RDMA ones, and despite reading from the system for the loop, we match it against the array parsed from the IPoIB_data KVP. IB interfaces have padded virtual macs, non-IB interfaces won't. Adding if-else to only do the padded-octet check for IB. Everything else will use the standard 6-octet pattern.
Co-authored-by: narrieta@microsoft <narrieta>
24.04 is noble, not focal Co-authored-by: Norberto Arrieta <narrieta@users.noreply.github.com>
Co-authored-by: narrieta@microsoft <narrieta>
* Remove extension status only on extension delete * . * . --------- Co-authored-by: narrieta@microsoft <narrieta>
* . * Add Azure Linux 3 to test runs * . * . * . * . * Update setup.py --------- Co-authored-by: narrieta@microsoft <narrieta>
* use self-update for initial update * addressing comments * cleanup files * state files * remove comment
…g if versioning disabled in agent (Azure#3189) * rsm changes (cherry picked from commit d73cef5) * addressed comment (cherry picked from commit 1ab9122) * updated comment * addressed comments * added semicolon
Co-authored-by: narrieta@microsoft <narrieta>
* Lc v2 implementation branch (Azure#18) * memory experimentation changes * Initial changes * obvious issues * Fix e2e test * First round of unit test fixes * Fix existing unit tests * Remove unneeded cpu files * Get memory usage should return tuple * Fix log for tracking cgroup * Add unit tests * Add unit tests * Address pylint comments * Clean up code * clean up code * Fix unit tests (Azure#19) * Fix unit tests * Fix unit tests * Revisions (Azure#20) * Respond to comments * Test failures * Fix type issue * Revisions * Additional revisions (Azure#21) * Revisions * Remove unit test for sending telem * final fixes * add config flag * Fix e2e tests
…ce mock method (Azure#3191) * python3.5 workaround * replace assert_called_once * addressing comment
* Fix unit tests 3.5 * Fix ut
* . * . * ., --------- Co-authored-by: narrieta@microsoft <narrieta>
* Capture logcollector pattern only once * Add comment
…3196) (Azure#3198) (cherry picked from commit bdd4a4b)
(cherry picked from commit 4dcf95c)
…ctor and remove fiirewall daemon-reload (Azure#3223) (Azure#3226) * move daemon reload * test fix * UT test * firewall daemon-reload * address comments * address comments (cherry picked from commit 47e969a)
* Update ubuntu 24 * Add ubuntu 24 to nat clouds * Add arm64 ubuntu 24 * Update all ubuntu images * Skip arm64 in nat clouds * Fix syntax issues (cherry picked from commit 31adf25)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Issue #
PR information
develop
branch.Quality of Code and Contribution Guidelines