Bug 1672755
Summary: | [machines][RFE] Cannot create or select VM network profile on cockpit UI | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Javier Coscia <jcoscia> |
Component: | cockpit-appstream | Assignee: | Simon Kobyda <skobyda> |
Status: | CLOSED ERRATA | QA Contact: | YunmingYang <yunyang> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 8.0 | CC: | kkoukiou, mpitt, mtessun, qiyuan, skobyda, usurse, xchen |
Target Milestone: | rc | Keywords: | FutureFeature |
Target Release: | 8.2 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-04-28 15:42:36 UTC | Type: | Feature Request |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Javier Coscia
2019-02-05 19:18:53 UTC
Pull request in progress, resolving this issue: https://github.com/cockpit-project/cockpit/pull/11204 (In reply to Simon Kobyda from comment #1) > Pull request in progress, resolving this issue: > > https://github.com/cockpit-project/cockpit/pull/11204 Sorry, not resolving, but *referencing this issue, since this pull request doesn't allow adding new networks yet, so it only partly resolves this issue (you can access information about network, but not change it) However soon there will be pull request which will allow adding and editing networks. commit d6cf545bb2e6d326f3d248593bcaa0da9e25c8d6 Author: Simon Kobyda <skobyda> Date: Tue Aug 6 17:35:53 2019 +0200 machines: Implement creation of Virtual Networks $ git describe d6cf545bb2e6d326f3d248593bcaa0da9e25c8d6 200-3-gd6cf545bb Released in upstream version 200. New feature, moving to RHEL 8.2. Verified with packages: cockpit-machines-208-1.el8.noarch libvirt-dbus-1.2.0-3.module+el8.1.0+4066+0f1aadab.x86_64 Steps: 1. Enter Networks page,click "Create Virtual Network" 2. Create Network with the parameter below Name: random string Forward Mode: NAT Device: Automatic IP Configuration: IPv4 only IPv4 Network: 192.168.100.0 Mask or Prefix Length: 24 Click "Create" The new network can be created. 3. Check the new created network on host by: # virsh net-list --all The information is corresponding to the web console. 4. Click "Activate" The network is active , and the network status on host is active too. 5. Click "Delete" The network is deleted on the web console and on the host. So verified. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:1639 |