Bug 44691

Summary: Broken network configuration UMC module - broken layout, HTML tags, failed to config
Product: UCS Reporter: Philipp Hahn <hahn>
Component: System setupAssignee: UCS maintainers <ucs-maintainers>
Status: RESOLVED DUPLICATE QA Contact: UCS maintainers <ucs-maintainers>
Severity: normal    
Priority: P5 CC: best
Version: UCS 4.2   
Target Milestone: ---   
Hardware: Other   
OS: Linux   
What kind of report is it?: Bug Report What type of bug is this?: 4: Minor Usability: Impairs usability in secondary scenarios
Who will be affected by this bug?: 2: Will only affect a few installed domains How will those affected feel about the bug?: 3: A User would likely not purchase the product
User Pain: 0.137 Enterprise Customer affected?: Yes
School Customer affected?: ISV affected?:
Waiting Support: Flags outvoted (downgraded) after PO Review:
Ticket number: 2017052421000251 Bug group (optional):
Max CVSS v3 score:
Attachments: UMC screen shot

Description Philipp Hahn univentionstaff 2017-05-24 15:28:37 CEST
Created attachment 8879 [details]
UMC screen shot

1. The interface list looks very broken

2. Configuring a 2nd Bridge→VLAN→eth1 interface failed:

>Die folgenden Änderungen werden auf das System übertragen:
>
>Netzwerkgeräte: <ul><li>Erstellt:<ul><li>enp8s0f1.2 (Virtuelles LAN): Unkonfiguriert</li><li>br2 (Netzwerk-Bridge): Bridge ports: enp8s0f1.2</li></ul></li></li></ul>
>Bitte bestätigen Sie, dass diese Änderungen auf das System übertragen werden. Dies kann einige Zeit in Anspruch nehmen

3. Note the <html> tags

The CLI equivalent succeeded:
 ucr set \
  interfaces/enp8s0f1/{type=manual,start=true,order=1} \
  interfaces/enp8s0f1.42/{type=manual,start=true,order=2} \
  interfaces/br42/{type=manual,start=true,order=3,options/{0='bridge_fd 0',1='bridge_ports enp8s0f1.42'}}

The system is using <https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/>
Comment 1 Florian Best univentionstaff 2017-05-24 15:40:55 CEST

*** This bug has been marked as a duplicate of bug 44194 ***