question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unique Uplink Set name should not be required in oneview_uplink_set.py

See original GitHub issue

Expected behavior: It seems OneView does require UplinkSet name to be unique in logical interconnect, but not system-wide. When deciding whether to create or update Ansible module should find out whether the same name exist within logical interconnect.

Current behavior: Currently oneview_uplink_set when deciding whether to create or update simple lookup UplinkSet name system-wide:

result = self.oneview_client.uplink_sets.get_by('name', name)

This leads to situation when UplinkSet needs to be created on one logical interconnect while the same name exist on different logical interconnect module tries to update non-existing UplinkSet.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
tkubica12commented, Aug 30, 2016

I believe so

0reactions
marikrgcommented, Sep 13, 2016

@tkubica12 The PR was merged.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ansible HPE OneView Modules - GitHub
The configuration file is optional. If the file path is not provided, the configuration will be loaded from environment variables. name, No, Deployment...
Read more >
Interconnect module errors - Hewlett Packard Enterprise (HPE)
The following interconnects require a firmware update ... One or more ports in uplink set X do not have trusted neighbor · Networks...
Read more >
networking-oneview 1.1.0 on PyPI - Libraries.io
Untagged Uplink Sets - to support flat network. ​2. When the user wants Neutron to be aware of a previously created network on...
Read more >
Introduction to HPE OneView concepts for HPE Virtual ...
An uplink set can either be an Ethernet or Fibre Channel (FC) type, but not both. Any defined networks not associated with an...
Read more >
(PDF) Introduction to HPE OneView concepts for HPE Virtual ...
FC and FCoE network traffic is not sent across stacking links and will directly ... HPE OneView uplink set HPE OneView defines uplink...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found