-
Notifications
You must be signed in to change notification settings - Fork 386
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
[Windows] Resolve OVS dependency for VC 2010 runtime #1099
Conversation
Thanks for your PR. The following commands are available:
|
OVS currently depends on VC 2010 runtime. Update Install-OVS.ps1 to install the dependency when installing OVS. Signed-off-by: Rui Cao <[email protected]>
OVS depends on VC 2010 runtime. However the VC runtime package version contained in OVS pacakge provided by Antrea is VC 2013 instead of 2010. This patch updates Install-OVS.ps1 to check and resolve the dependency when installing OVS. Signed-off-by: Rui Cao <[email protected]>
OVS depends on VC 2010 and 2013 runtime. However the VC runtime package in OVS pacakge provided by Antrea only contains VC 2013 This patch updates Install-OVS.ps1 to check and resolve the dependencies when installing OVS. Signed-off-by: Rui Cao <[email protected]>
OVS depends on VC 2010 runtime. However the VC runtime redistribution contained in OVS package provided by Antrea is VC 2013. This patch updates the OVS package the to resolve the dependency issue. Signed-off-by: Rui Cao <[email protected]>
The latest OVS pacakge provided by Antrea depends on VC 2010 and VC 2013 runtime. However the OVS package only contains VC 2013. Which will cause customer need to install VC 2010 before install or run OVS. So we update the OVS package to: - Remove dependency for VC 2013. - Add VC 2010 redistribution which will be installed during the OVS installation progress. This patch updates the OVS package information. Signed-off-by: Rui Cao <[email protected]>
Hi @antoninbas , Could you help upload following files:
I add sufix to the package file name: Thanks, |
@ruicao93 I changed the version in the files to Here are the links:
I also re-generated the checksum file so it matches the new file name. |
The latest OVS pacakge provided by Antrea depends on VC 2010 and VC 2013 runtime. However the OVS package only contains VC 2013. Which will cause customer need to install VC 2010 before install or run OVS. So we update the OVS package to: - Remove dependency for VC 2013. - Add VC 2010 redistribution which will be installed during the OVS installation progress. This patch updates the OVS package information. Signed-off-by: Rui Cao <[email protected]>
The latest OVS pacakge provided by Antrea depends on VC 2010 and VC 2013 runtime. However the OVS package only contains VC 2013. Which will cause customer need to install VC 2010 before install or run OVS. So we update the OVS package to: - Remove dependency for VC 2013. - Add VC 2010 redistribution which will be installed during the OVS installation progress. This patch updates the OVS package information. Signed-off-by: Rui Cao <[email protected]>
The latest OVS pacakge provided by Antrea depends on VC 2010 and VC 2013 runtime. However the OVS package only contains VC 2013. Which will cause customer need to install VC 2010 before install or run OVS. So we update the OVS package to: - Remove dependency for VC 2013. - Add VC 2010 redistribution which will be installed during the OVS installation progress. This patch updates the OVS package information. Signed-off-by: Rui Cao <[email protected]>
The latest OVS pacakge provided by Antrea depends on VC 2010 and VC 2013 runtime. However the OVS package only contains VC 2013. Which will cause customer need to install VC 2010 before install or run OVS. So we update the OVS package to: - Remove dependency for VC 2013. - Add VC 2010 redistribution which will be installed during the OVS installation progress. This patch updates the OVS package information. Signed-off-by: Rui Cao <[email protected]>
/test-all |
The latest OVS pacakge provided by Antrea depends on VC 2010 and VC 2013 runtime. However the OVS package only contains VC 2013. Which will cause customer need to install VC 2010 before install or run OVS. So we update the OVS package to: - Remove dependency for VC 2013. - Add VC 2010 redistribution which will be installed during the OVS installation progress. This patch updates the OVS package information. Signed-off-by: Rui Cao <[email protected]>
/test-all |
1 similar comment
/test-all |
/skip-all |
1 similar comment
/skip-all |
…antrea-io#1099) The latest OVS pacakge provided by Antrea depends on VC 2010 and VC 2013 runtime. However the OVS package only contains VC 2013. Which will cause customer need to install VC 2010 before install or run OVS. So we update the OVS package to: - Remove dependency for VC 2013. - Add VC 2010 redistribution which will be installed during the OVS installation progress. This patch updates the OVS package information. Signed-off-by: Rui Cao <[email protected]>
The latest OVS pacakge provided by Antrea depends on VC 2010 and VC 2013 runtime. However the OVS package only contains VC 2013. Which will cause customer need to install VC 2010 before install or run OVS. So we update the OVS package to: - Remove dependency for VC 2013. - Add VC 2010 redistribution which will be installed during the OVS installation progress. This patch updates the OVS package information. Signed-off-by: Rui Cao <[email protected]>
…antrea-io#1099) The latest OVS pacakge provided by Antrea depends on VC 2010 and VC 2013 runtime. However the OVS package only contains VC 2013. Which will cause customer need to install VC 2010 before install or run OVS. So we update the OVS package to: - Remove dependency for VC 2013. - Add VC 2010 redistribution which will be installed during the OVS installation progress. This patch updates the OVS package information. Signed-off-by: Rui Cao <[email protected]>
…antrea-io#1099) The latest OVS pacakge provided by Antrea depends on VC 2010 and VC 2013 runtime. However the OVS package only contains VC 2013. Which will cause customer need to install VC 2010 before install or run OVS. So we update the OVS package to: - Remove dependency for VC 2013. - Add VC 2010 redistribution which will be installed during the OVS installation progress. This patch updates the OVS package information. Signed-off-by: Rui Cao <[email protected]>
The latest OVS pacakge provided by Antrea depends on VC 2010 and
VC 2013 runtime. However the OVS package only contains VC 2013.
Which will cause customer need to install VC 2010 before install
or run OVS.
So we update the OVS package to:
installation progress.
This patch updates the OVS package information.