Skip to content
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

fix: skip installing ndisc issue resolver in qemu mode #1519

Merged
merged 2 commits into from
Apr 3, 2025

Conversation

darora
Copy link
Contributor

@darora darora commented Apr 3, 2025

The issue was caused by very frequent RAs in ec2 when operating in
IPv6 mode. The qemu artifact gets configured with a static IP instead,
so this service should no longer be needed.

Additionally, fixes the build process to correctly define qemu_mode
for both ansible calls.

Also ports over a change from our init code for adminapi config loading.

The issue was caused by very frequent RAs in ec2 when operating in
IPv6 mode. The qemu artifact gets configured with a static IP instead,
so this service should no longer be needed.

Additionally, fixes the build process to correctly define qemu_mode
for both ansible calls.
@darora darora requested review from a team as code owners April 3, 2025 03:42
@@ -8,6 +8,9 @@ User=adminapi
Restart=always
RestartSec=3
Environment="AWS_USE_DUALSTACK_ENDPOINT=true"
{% if qemu_mode is defined and qemu_mode is True %}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should work?

@darora darora force-pushed the da/remove-additional-pkg branch 2 times, most recently from afa4f75 to 1e63ed9 Compare April 3, 2025 05:41
@darora darora force-pushed the da/remove-additional-pkg branch from 1e63ed9 to 809cfa0 Compare April 3, 2025 06:34
@darora darora merged commit e25f220 into develop Apr 3, 2025
14 checks passed
@darora darora deleted the da/remove-additional-pkg branch April 3, 2025 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants