Project

General

Profile

« Previous | Next » 

Revision 8c678130

Added by Tomáš Strachota about 9 years ago

Fixes #9480 - multiple NICs integration with compute profiles

From users point of view:
- interfaces setup in compute profiles is back
- interface related compute attrs get merged into host NICs upon compute
profile selection
- NIC overview table displays details in the column "Type"
- UI for direct creation of VMs fixed
- fixed removing interfaces and volumes from compute profiles

From technical point of view:
- NIC overview table is always built by js
- templates for compute resources got more structure (split to partials
"base", "interface", "volume")
- compute resources can provide custom implementation of
'providerSpecificNICInfo' function

(cherry picked from commit 6d05514ad02676067389f44c4ba1d3daf357884b)

View differences:

test/fixtures/compute_attributes.yml
vm_attrs:
cpus: 4
memory: 4294967296
with_interfaces:
compute_profile: two
compute_resource: one
vm_attrs:
nics_attributes:
1:
attr: 1
2:
attr: 2

Also available in: Unified diff