-
Notifications
You must be signed in to change notification settings - Fork 7
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 new functions compatible with pyaoscx v2 #26
Open
KarthikSKumar98
wants to merge
27
commits into
napalm-automation-community:development
Choose a base branch
from
KarthikSKumar98:development
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Added new functions compatible with pyaoscx v2 #26
KarthikSKumar98
wants to merge
27
commits into
napalm-automation-community:development
from
KarthikSKumar98:development
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on FAIL or SUCCESS logging message
Signed-off-by: Alexis La Goutte <[email protected]>
Fix napalm-automation-community#7 Signed-off-by: Alexis La Goutte <[email protected]>
Signed-off-by: Alexis La Goutte <[email protected]>
…ld... Signed-off-by: Alexis La Goutte <[email protected]>
Signed-off-by: Alexis La Goutte <[email protected]>
by default, it is possible to the switch don't have (host)name...
File napalm-aruba-cx/napalm_aoscx/aoscx.py, line 400, in get_environment '%usage': mm['resource_utilization']['cpu'] KeyError: 'cpu' Signed-off-by: Alexis La Goutte <[email protected]>
File "napalm-aruba-cx/napalm_aoscx/aoscx.py", line 398, in get_environment 'used_ram': mm['resource_utilization']['memory'] KeyError: 'memory
…n use VSF one value by stack member on VSF
File "napalm-aruba-cx/napalm_aoscx/aoscx.py", line 625, in get_config config_dict['running'] = self._get_json_configuration("running-config") File "napalm-aruba-cx/napalm_aoscx/aoscx.py", line 904, in _get_json_configuration target_url = kwargs["url"] + "fullconfigs/{}".format(checkpoint) KeyError: 'url' issue also reported on napalm-automation-community#5 Signed-off-by: Alexis La Goutte <[email protected]>
…eadme-get-route-to Fix readme get route to
…5-get-config get_config: fix KeyError url
…3-get-environment-vsf Fix get_environment when use with VSF
…get-facts-no-hostname get_facts: fix when there is not hostname define on the switch
…7-extra-colon-port-lldp-neighbor get_lldp_neighbors: remove extra colon on port return value
…ypo-ntp get_ntp_associations: fix typo
There is no productinfo... Signed-off-by: Alexis La Goutte <[email protected]>
… check if field is available on statistics
less data and more fast
…and-enhance-interfaces-counters Fix and Enhance (get_)interfaces(_)counters
…get-facts-virtualcx get_facts: fix when use on Virtual CX (OVA)
…get-arp-table Fix and enhance get_arp_table
@KarthikSKumar98 @alvinc13 some news about pyaoscx v2 support ? (with new firmware release don't longer supported API v1...) |
Let me meet with @KarthikSKumar98 to discuss the validation and publishing for this. |
Hi @alvinc13 and @KarthikSKumar98 - have you had the opportunity to review this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.