HewlettPackard / oneview-ansible

This project is no longer being developed and has limited support. Please use the newer Ansible Collection project: https://github.com/HewlettPackard/oneview-ansible-collection
Apache License 2.0
104 stars 65 forks source link

Example : synergy_server_profile_os_deploy.yml does not work when creating network connections #387

Closed DungKHoang closed 5 years ago

DungKHoang commented 5 years ago

Scenario/Intent

Create server profile with network connections

Environment Details

Module Version: current master - v5.1.1

Ansible Version:2.64

OneView Appliance Version: 4.10.03-364293

OneView Client API Version: 600

Python Version: 2.710

python-hpOneView SDK Version: v4.7

Platform: Ubuntu 18

Steps to Reproduce

use the example : synergy_server_profile_os_deploy.yml

Expected Result

create profile with network connections

Actual Result

The example does not include 2 attributes before "connections". it should read connectionSettings: manageConnections: true connections:

DungKHoang commented 5 years ago

It works without manageConnections: true