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

Update various things #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Bobo1239
Copy link
Contributor

@Bobo1239 Bobo1239 commented Oct 23, 2020

  • Switch to async/await
  • Update dependencies
  • Prepare VMs concurrently
  • Compile runner as a completely static binary
  • Document MicroStack setup for local development

Breaking change:
Two new config keys must be added to the [openstack] section in config.toml. For the LRZ Compute Cloud they should be set to:

internet_network = "internet"
floating_ip_pool = "internet_pool"

Only tested with the new local MicroStack setup and not with the LRZ Compute Cloud since I don't have access to that anymore. Should be the same as before though unless they've changed things on their end.

Note that with MicroStack more than 50% of the packets get lost during the test so ixy-ci does complain in the end. Hopefully this doesn't also happen in the real cloud.

The Dockerfile is also updated but untested since the ixy-ci binary links newer glibc symbols (since I'm running glibc 2.32 on Arch Linux) which can't be loaded in the Debian container. And targeting musl libc apparently involves more since (at least) openssl-sys fails to compile for some reason...

btw: Seems like @emmericp's LRZ Compute Cloud login has expired? At least the error message which has recently surfaced (
("The request you have made requires authentication.") happens when invalid credentials are used.

- Switch to async/await
- Update dependencies
- Prepare VMs concurrently
- Compile runner as a completely static binary
- Document MicroStack setup for local development
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.

1 participant