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

Added a new Definition to upload firmware images greater than 2GB in size #243

Merged
merged 6 commits into from
Apr 10, 2024

Conversation

aapatwa
Copy link
Contributor

@aapatwa aapatwa commented Feb 28, 2024

Added a new definition to read the file in chunks, to create chunks URI and to upload firmware

Adding new definitions to read a file in chunks , creating URI and to upload firmware
Adding a new definition to upload firmware for file size greater than 2 GB
ucsmsdk/ucsgenutils.py Outdated Show resolved Hide resolved
ucsmsdk/ucsgenutils.py Show resolved Hide resolved
ucsmsdk/ucsgenutils.py Outdated Show resolved Hide resolved
ucsmsdk/ucsgenutils.py Outdated Show resolved Hide resolved
ucsmsdk/ucsgenutils.py Outdated Show resolved Hide resolved
ucsmsdk/ucsgenutils.py Outdated Show resolved Hide resolved
ucsmsdk/ucsgenutils.py Outdated Show resolved Hide resolved
@vvb vvb self-requested a review March 8, 2024 13:53
@@ -56,7 +56,7 @@ def ucs_gui_launch(handle, need_url=False):

jnlp_file = None
try:
ucsm_gui_url = "%s/ucsm/ucsm.jnlp" % handle.uri
Copy link
Member

Choose a reason for hiding this comment

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

How is this change related to this PR or firmware upload in general?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is an another issue -
#241
https://jira-eng-sjc11.cisco.com/jira/browse/UCSES-27 (Please refer attachment)

Does it required to create a new Fork and raise PR ?

Copy link
Member

Choose a reason for hiding this comment

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

You can create new branches in your fork for each bug fix and submit individual PRs from each of your bug fix branches. Do not mix multiple unrelated changes in a single PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure,

@t-raghu t-raghu merged commit d060c90 into CiscoUcs:master Apr 10, 2024
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.

3 participants