Skip to content

Commit

Permalink
Merge pull request #553 from linkages/OV8.6_Validation
Browse files Browse the repository at this point in the history
Added the output of MAC addresses for interfaces
  • Loading branch information
akshith-gunasheelan authored Jan 10, 2024
2 parents 890c848 + 71c3e7d commit 923f840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions oneview/data_source_server_profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -1361,6 +1361,7 @@ func dataSourceServerProfileRead(d *schema.ResourceData, meta interface{}) error
"name": connection.Name,
"isolated_trunk": connection.IsolatedTrunk,
"lag_name": connection.LagName,
"mac": connection.MAC,
"mac_type": connection.MacType,
"managed": connection.Managed,
"network_name": connection.NetworkName,
Expand Down
1 change: 1 addition & 0 deletions oneview/resource_server_profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -2457,6 +2457,7 @@ func resourceServerProfileRead(d *schema.ResourceData, meta interface{}) error {
"isolated_trunk": connection.IsolatedTrunk,
"lag_name": connection.LagName,
"mac_type": connection.MacType,
"mac": connection.MAC,
"managed": connection.Managed,
"network_name": connection.NetworkName,
"boot": connectionBoot,
Expand Down

0 comments on commit 923f840

Please sign in to comment.