Skip to content

Commit

Permalink
Merge a04be13 into 76099b7
Browse files Browse the repository at this point in the history
  • Loading branch information
AsisBagga committed Feb 8, 2021
2 parents 76099b7 + a04be13 commit 01c285a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ This release extends the planned support of the modules to OneView REST API vers
- [#614] (https://github.com/HewlettPackard/oneview-ansible/issues/614) Typo in oneview_server_profile_template_with_resource_name.yml
- [#620] (https://github.com/HewlettPackard/oneview-ansible/issues/620) git installed ansible oneview container image.
- [#622] (https://github.com/HewlettPackard/oneview-ansible/issues/622) Updating LIG with network set uri with mentioning networkset names.
- [#624] (https://github.com/HewlettPackard/oneview-ansible/issues/624) Assign static MAC address from pool ID in SP template creation.

### Modules supported in this release
- oneview_alert_facts
Expand Down
2 changes: 2 additions & 0 deletions examples/oneview_server_profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@
portId: Auto
requestedMbps: 2500
networkName: "{{ network_name }}"
macType: "UserDefined"
mac: "12:11:11:11:00:00"
delegate_to: localhost

- debug: msg="{{ server_profile }}"
Expand Down

0 comments on commit 01c285a

Please sign in to comment.