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

Add release assets needed for running Antrea on VMs (ExternalNode) #4266

Merged

Conversation

antoninbas
Copy link
Contributor

  • antrea-agent binaries for Linux
  • install-vm.sh and install-vm.ps1

Fixes #4247

Signed-off-by: Antonin Bas abas@vmware.com

@codecov
Copy link

codecov bot commented Sep 30, 2022

Codecov Report

Merging #4266 (66df561) into main (ac70351) will decrease coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4266      +/-   ##
==========================================
- Coverage   63.16%   63.10%   -0.06%     
==========================================
  Files         388      388              
  Lines       55147    55147              
==========================================
- Hits        34833    34803      -30     
- Misses      17766    17798      +32     
+ Partials     2548     2546       -2     
Flag Coverage Δ
integration-tests 34.47% <ø> (+0.05%) ⬆️
kind-e2e-tests 48.45% <ø> (-0.10%) ⬇️
unit-tests 44.89% <ø> (+0.01%) ⬆️
Impacted Files Coverage Δ
...g/agent/apiserver/handlers/featuregates/handler.go 4.54% <0.00%> (-77.28%) ⬇️
pkg/support/dump_others.go 0.00% <0.00%> (-44.74%) ⬇️
...agent/apiserver/handlers/appliedtogroup/handler.go 5.00% <0.00%> (-35.00%) ⬇️
pkg/agent/flowexporter/exporter/certificate.go 27.77% <0.00%> (-22.23%) ⬇️
pkg/ovs/ovsctl/ofctl.go 35.61% <0.00%> (-16.44%) ⬇️
pkg/agent/cniserver/ipam/ipam_service.go 76.40% <0.00%> (-12.36%) ⬇️
pkg/controller/externalippool/controller.go 86.16% <0.00%> (-6.25%) ⬇️
pkg/agent/util/iptables/iptables.go 39.37% <0.00%> (-5.70%) ⬇️
pkg/ovs/ovsctl/appctl.go 49.36% <0.00%> (-5.70%) ⬇️
pkg/controller/networkpolicy/store/addressgroup.go 88.37% <0.00%> (-3.49%) ⬇️
... and 27 more

.github/workflows/process_release.yml Outdated Show resolved Hide resolved
.github/workflows/process_release.yml Outdated Show resolved Hide resolved
* antrea-agent binaries for Linux
* install-vm.sh and install-vm.ps1

Fixes antrea-io#4247

Signed-off-by: Antonin Bas <abas@vmware.com>
@antoninbas antoninbas force-pushed the add-release-assets-for-externalnode branch from 78f0ac5 to 66df561 Compare October 12, 2022 22:41
@antoninbas antoninbas requested a review from tnqn October 12, 2022 22:42
Copy link
Member

@tnqn tnqn left a comment

Choose a reason for hiding this comment

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

LGTM

@antoninbas
Copy link
Contributor Author

/skip-all

1 similar comment
@antoninbas
Copy link
Contributor Author

/skip-all

@antoninbas antoninbas merged commit 6a26bf7 into antrea-io:main Oct 17, 2022
@antoninbas antoninbas deleted the add-release-assets-for-externalnode branch October 17, 2022 18:32
heanlan pushed a commit to heanlan/antrea that referenced this pull request Mar 29, 2023
…ntrea-io#4266)

* antrea-agent binaries for Linux
* install-vm.sh and install-vm.ps1

Fixes antrea-io#4247

Signed-off-by: Antonin Bas <abas@vmware.com>
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.

Antrea-agent binaries are not provided as part of release asssets.
2 participants