Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1944268 Details for
Bug 2169982
[RFE] DHCP based installation shall allow creation network bonding and allowing custom/specifying routes with nmstate.
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
Errors we get while creating image with above config.
error-output-for-the-create-image-command.txt (text/plain), 20.39 KB, created by
Parikshit Khedekar
on 2023-02-15 10:02:42 UTC
(
hide
)
Description:
Errors we get while creating image with above config.
Filename:
MIME Type:
Creator:
Parikshit Khedekar
Created:
2023-02-15 10:02:42 UTC
Size:
20.39 KB
patch
obsolete
>[root@bastion-agent ~]# openshift-install --dir docp4 agent create image >WARNING Platform.Baremetal.ClusterProvisioningIP: 172.22.0.3 is ignored >WARNING Platform.Baremetal.ExternalBridge: baremetal is ignored >WARNING Platform.Baremetal.ExternalMACAddress: 52:54:00:52:ad:66 is ignored >WARNING Platform.Baremetal.ProvisioningBridge: provisioning is ignored >WARNING Platform.Baremetal.ProvisioningMACAddress: 52:54:00:1e:51:49 is ignored >WARNING Platform.Baremetal.ProvisioningNetworkCIDR: 172.22.0.0/24 is ignored >WARNING Platform.Baremetal.ProvisioningDHCPRange: 172.22.0.10,172.22.0.254 is ignored >WARNING Capabilities: %!!(MISSING)s(*types.Capabilities=<nil>) is ignored >ERROR <nmstatectl gc> failed, errorCode 1, stderr 2023-02-08 06:20:43,506 root WARNING Interface eno49 does not exit in desire state, assuming it is ethernet pkg=manifests >ERROR 2023-02-08 06:20:43,506 root WARNING Interface eno50 does not exit in desire state, assuming it is ethernet pkg=manifests >ERROR Traceback (most recent call last): pkg=manifests >ERROR File "/usr/bin/nmstatectl", line 11, in <module> pkg=manifests >ERROR load_entry_point('nmstate==1.3.3', 'console_scripts', 'nmstatectl')() pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/nmstatectl/nmstatectl.py", line 74, in main pkg=manifests >ERROR return args.func(args) pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/nmstatectl/nmstatectl.py", line 397, in run_gen_config pkg=manifests >ERROR libnmstate.generate_configurations(state), use_yaml=use_yaml pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/libnmstate/nmstate.py", line 419, in generate_configurations pkg=manifests >ERROR net_state = NetState(desire_state, gen_conf_mode=True) pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/libnmstate/net_state.py", line 58, in __init__ pkg=manifests >ERROR current_state.get(Route.KEY), pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/libnmstate/route.py", line 204, in __init__ pkg=manifests >ERROR self._merge_routes(des_route_state, ifaces) pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/libnmstate/route.py", line 223, in _merge_routes pkg=manifests >ERROR raise NmstateValueError(rt.invalid_reason) pkg=manifests >ERROR libnmstate.error.NmstateValueError: Route {'table-id': 254, 'destination': '0.0.0.0/0', 'next-hop-address': '10.47.108.1', 'next-hop-interface': 'bond0'} next hop to interface with dynamic IP pkg=manifests >ERROR , input yaml <dns-resolver: pkg=manifests >ERROR config: pkg=manifests >ERROR server: pkg=manifests >ERROR - 10.47.108.101 pkg=manifests >ERROR interfaces: pkg=manifests >ERROR - ipv4: pkg=manifests >ERROR dhcp: true pkg=manifests >ERROR enabled: true pkg=manifests >ERROR link-aggregation: pkg=manifests >ERROR mode: 802.3ad pkg=manifests >ERROR options: pkg=manifests >ERROR miimon: "150" pkg=manifests >ERROR port: pkg=manifests >ERROR - eno49 pkg=manifests >ERROR - eno50 pkg=manifests >ERROR mac-address: b8:83:03:81:0d:70 pkg=manifests >ERROR mtu: 9000 pkg=manifests >ERROR name: bond0 pkg=manifests >ERROR state: up pkg=manifests >ERROR type: bond pkg=manifests >ERROR routes: pkg=manifests >ERROR config: pkg=manifests >ERROR - destination: 0.0.0.0/0 pkg=manifests >ERROR next-hop-address: 10.47.108.1 pkg=manifests >ERROR next-hop-interface: bond0 pkg=manifests >ERROR table-id: 254 pkg=manifests >ERROR > pkg=manifests >ERROR <nmstatectl gc> failed, errorCode 1, stderr 2023-02-08 06:20:44,141 root WARNING Interface eno49 does not exit in desire state, assuming it is ethernet pkg=manifests >ERROR 2023-02-08 06:20:44,141 root WARNING Interface eno50 does not exit in desire state, assuming it is ethernet pkg=manifests >ERROR Traceback (most recent call last): pkg=manifests >ERROR File "/usr/bin/nmstatectl", line 11, in <module> pkg=manifests >ERROR load_entry_point('nmstate==1.3.3', 'console_scripts', 'nmstatectl')() pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/nmstatectl/nmstatectl.py", line 74, in main pkg=manifests >ERROR return args.func(args) pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/nmstatectl/nmstatectl.py", line 397, in run_gen_config pkg=manifests >ERROR libnmstate.generate_configurations(state), use_yaml=use_yaml pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/libnmstate/nmstate.py", line 419, in generate_configurations pkg=manifests >ERROR net_state = NetState(desire_state, gen_conf_mode=True) pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/libnmstate/net_state.py", line 58, in __init__ pkg=manifests >ERROR current_state.get(Route.KEY), pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/libnmstate/route.py", line 204, in __init__ pkg=manifests >ERROR self._merge_routes(des_route_state, ifaces) pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/libnmstate/route.py", line 223, in _merge_routes pkg=manifests >ERROR raise NmstateValueError(rt.invalid_reason) pkg=manifests >ERROR libnmstate.error.NmstateValueError: Route {'table-id': 254, 'destination': '0.0.0.0/0', 'next-hop-address': '10.47.108.1', 'next-hop-interface': 'bond0'} next hop to interface with dynamic IP pkg=manifests >ERROR , input yaml <dns-resolver: pkg=manifests >ERROR config: pkg=manifests >ERROR server: pkg=manifests >ERROR - 10.47.108.101 pkg=manifests >ERROR interfaces: pkg=manifests >ERROR - ipv4: pkg=manifests >ERROR dhcp: true pkg=manifests >ERROR enabled: true pkg=manifests >ERROR link-aggregation: pkg=manifests >ERROR mode: 802.3ad pkg=manifests >ERROR options: pkg=manifests >ERROR miimon: "150" pkg=manifests >ERROR port: pkg=manifests >ERROR - eno49 pkg=manifests >ERROR - eno50 pkg=manifests >ERROR mac-address: 9c:dc:71:5e:32:10 pkg=manifests >ERROR mtu: 9000 pkg=manifests >ERROR name: bond0 pkg=manifests >ERROR state: up pkg=manifests >ERROR type: bond pkg=manifests >ERROR routes: pkg=manifests >ERROR config: pkg=manifests >ERROR - destination: 0.0.0.0/0 pkg=manifests >ERROR next-hop-address: 10.47.108.1 pkg=manifests >ERROR next-hop-interface: bond0 pkg=manifests >ERROR table-id: 254 pkg=manifests >ERROR > pkg=manifests >ERROR <nmstatectl gc> failed, errorCode 1, stderr 2023-02-08 06:20:44,771 root WARNING Interface eno49 does not exit in desire state, assuming it is ethernet pkg=manifests >ERROR 2023-02-08 06:20:44,771 root WARNING Interface eno50 does not exit in desire state, assuming it is ethernet pkg=manifests >ERROR Traceback (most recent call last): pkg=manifests >ERROR File "/usr/bin/nmstatectl", line 11, in <module> pkg=manifests >ERROR load_entry_point('nmstate==1.3.3', 'console_scripts', 'nmstatectl')() pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/nmstatectl/nmstatectl.py", line 74, in main pkg=manifests >ERROR return args.func(args) pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/nmstatectl/nmstatectl.py", line 397, in run_gen_config pkg=manifests >ERROR libnmstate.generate_configurations(state), use_yaml=use_yaml pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/libnmstate/nmstate.py", line 419, in generate_configurations pkg=manifests >ERROR net_state = NetState(desire_state, gen_conf_mode=True) pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/libnmstate/net_state.py", line 58, in __init__ pkg=manifests >ERROR current_state.get(Route.KEY), pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/libnmstate/route.py", line 204, in __init__ pkg=manifests >ERROR self._merge_routes(des_route_state, ifaces) pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/libnmstate/route.py", line 223, in _merge_routes pkg=manifests >ERROR raise NmstateValueError(rt.invalid_reason) pkg=manifests >ERROR libnmstate.error.NmstateValueError: Route {'table-id': 254, 'destination': '0.0.0.0/0', 'next-hop-address': '10.47.108.1', 'next-hop-interface': 'bond0'} next hop to interface with dynamic IP pkg=manifests >ERROR , input yaml <dns-resolver: pkg=manifests >ERROR config: pkg=manifests >ERROR server: pkg=manifests >ERROR - 10.47.108.101 pkg=manifests >ERROR interfaces: pkg=manifests >ERROR - ipv4: pkg=manifests >ERROR dhcp: true pkg=manifests >ERROR enabled: true pkg=manifests >ERROR link-aggregation: pkg=manifests >ERROR mode: 802.3ad pkg=manifests >ERROR options: pkg=manifests >ERROR miimon: "150" pkg=manifests >ERROR port: pkg=manifests >ERROR - eno49 pkg=manifests >ERROR - eno50 pkg=manifests >ERROR mac-address: b8:83:03:81:fc:60 pkg=manifests >ERROR mtu: 9000 pkg=manifests >ERROR name: bond0 pkg=manifests >ERROR state: up pkg=manifests >ERROR type: bond pkg=manifests >ERROR routes: pkg=manifests >ERROR config: pkg=manifests >ERROR - destination: 0.0.0.0/0 pkg=manifests >ERROR next-hop-address: 10.47.108.1 pkg=manifests >ERROR next-hop-interface: bond0 pkg=manifests >ERROR table-id: 254 pkg=manifests >ERROR > pkg=manifests >ERROR <nmstatectl gc> failed, errorCode 1, stderr 2023-02-08 06:20:45,341 root WARNING Interface eno5 does not exit in desire state, assuming it is ethernet pkg=manifests >ERROR 2023-02-08 06:20:45,341 root WARNING Interface eno6 does not exit in desire state, assuming it is ethernet pkg=manifests >ERROR Traceback (most recent call last): pkg=manifests >ERROR File "/usr/bin/nmstatectl", line 11, in <module> pkg=manifests >ERROR load_entry_point('nmstate==1.3.3', 'console_scripts', 'nmstatectl')() pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/nmstatectl/nmstatectl.py", line 74, in main pkg=manifests >ERROR return args.func(args) pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/nmstatectl/nmstatectl.py", line 397, in run_gen_config pkg=manifests >ERROR libnmstate.generate_configurations(state), use_yaml=use_yaml pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/libnmstate/nmstate.py", line 419, in generate_configurations pkg=manifests >ERROR net_state = NetState(desire_state, gen_conf_mode=True) pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/libnmstate/net_state.py", line 58, in __init__ pkg=manifests >ERROR current_state.get(Route.KEY), pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/libnmstate/route.py", line 204, in __init__ pkg=manifests >ERROR self._merge_routes(des_route_state, ifaces) pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/libnmstate/route.py", line 223, in _merge_routes pkg=manifests >ERROR raise NmstateValueError(rt.invalid_reason) pkg=manifests >ERROR libnmstate.error.NmstateValueError: Route {'table-id': 254, 'destination': '0.0.0.0/0', 'next-hop-address': '10.47.108.1', 'next-hop-interface': 'bond0'} next hop to interface with dynamic IP pkg=manifests >ERROR , input yaml <dns-resolver: pkg=manifests >ERROR config: pkg=manifests >ERROR server: pkg=manifests >ERROR - 10.47.108.101 pkg=manifests >ERROR interfaces: pkg=manifests >ERROR - ipv4: pkg=manifests >ERROR dhcp: true pkg=manifests >ERROR enabled: true pkg=manifests >ERROR link-aggregation: pkg=manifests >ERROR mode: 802.3ad pkg=manifests >ERROR options: pkg=manifests >ERROR miimon: "150" pkg=manifests >ERROR port: pkg=manifests >ERROR - eno5 pkg=manifests >ERROR - eno6 pkg=manifests >ERROR mac-address: b8:83:03:81:0d:70 pkg=manifests >ERROR mtu: 9000 pkg=manifests >ERROR name: bond0 pkg=manifests >ERROR state: up pkg=manifests >ERROR type: bond pkg=manifests >ERROR routes: pkg=manifests >ERROR config: pkg=manifests >ERROR - destination: 0.0.0.0/0 pkg=manifests >ERROR next-hop-address: 10.47.108.1 pkg=manifests >ERROR next-hop-interface: bond0 pkg=manifests >ERROR table-id: 254 pkg=manifests >ERROR > pkg=manifests >ERROR <nmstatectl gc> failed, errorCode 1, stderr 2023-02-08 06:20:45,914 root WARNING Interface eno5 does not exit in desire state, assuming it is ethernet pkg=manifests >ERROR 2023-02-08 06:20:45,914 root WARNING Interface eno6 does not exit in desire state, assuming it is ethernet pkg=manifests >ERROR Traceback (most recent call last): pkg=manifests >ERROR File "/usr/bin/nmstatectl", line 11, in <module> pkg=manifests >ERROR load_entry_point('nmstate==1.3.3', 'console_scripts', 'nmstatectl')() pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/nmstatectl/nmstatectl.py", line 74, in main pkg=manifests >ERROR return args.func(args) pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/nmstatectl/nmstatectl.py", line 397, in run_gen_config pkg=manifests >ERROR libnmstate.generate_configurations(state), use_yaml=use_yaml pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/libnmstate/nmstate.py", line 419, in generate_configurations pkg=manifests >ERROR net_state = NetState(desire_state, gen_conf_mode=True) pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/libnmstate/net_state.py", line 58, in __init__ pkg=manifests >ERROR current_state.get(Route.KEY), pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/libnmstate/route.py", line 204, in __init__ pkg=manifests >ERROR self._merge_routes(des_route_state, ifaces) pkg=manifests >ERROR File "/usr/lib/python3.6/site-packages/libnmstate/route.py", line 223, in _merge_routes pkg=manifests >ERROR raise NmstateValueError(rt.invalid_reason) pkg=manifests >ERROR libnmstate.error.NmstateValueError: Route {'table-id': 254, 'destination': '0.0.0.0/0', 'next-hop-address': '10.47.108.1', 'next-hop-interface': 'bond0'} next hop to interface with dynamic IP pkg=manifests >ERROR , input yaml <dns-resolver: pkg=manifests >ERROR config: pkg=manifests >ERROR server: pkg=manifests >ERROR - 10.47.108.101 pkg=manifests >ERROR interfaces: pkg=manifests >ERROR - ipv4: pkg=manifests >ERROR dhcp: true pkg=manifests >ERROR enabled: true pkg=manifests >ERROR link-aggregation: pkg=manifests >ERROR mode: 802.3ad pkg=manifests >ERROR options: pkg=manifests >ERROR miimon: "150" pkg=manifests >ERROR port: pkg=manifests >ERROR - eno5 pkg=manifests >ERROR - eno6 pkg=manifests >ERROR mac-address: b8:83:03:81:0d:70 pkg=manifests >ERROR mtu: 9000 pkg=manifests >ERROR name: bond0 pkg=manifests >ERROR state: up pkg=manifests >ERROR type: bond pkg=manifests >ERROR routes: pkg=manifests >ERROR config: pkg=manifests >ERROR - destination: 0.0.0.0/0 pkg=manifests >ERROR next-hop-address: 10.47.108.1 pkg=manifests >ERROR next-hop-interface: bond0 pkg=manifests >ERROR table-id: 254 pkg=manifests >ERROR > pkg=manifests >ERROR failed to write asset (Agent Installer ISO) to disk: cannot generate ISO image due to configuration errors >FATAL failed to fetch Agent Installer ISO: failed to fetch dependency of "Agent Installer ISO": failed to fetch dependency of "Agent Installer Ignition": failed to fetch dependency of "Agent Manifests": failed to generate asset "NMState Config": staticNetwork configuration is not valid: 5 errors occurred: >FATAL * failed to validate network yaml for host 0, failed to execute 'nmstatectl gc', error: Route {'table-id': 254, 'destination': '0.0.0.0/0', 'next-hop-address': '10.47.108.1', 'next-hop-interface': 'bond0'} next hop to interface with dynamic IP >FATAL * failed to validate network yaml for host 1, failed to execute 'nmstatectl gc', error: Route {'table-id': 254, 'destination': '0.0.0.0/0', 'next-hop-address': '10.47.108.1', 'next-hop-interface': 'bond0'} next hop to interface with dynamic IP >FATAL * failed to validate network yaml for host 2, failed to execute 'nmstatectl gc', error: Route {'table-id': 254, 'destination': '0.0.0.0/0', 'next-hop-address': '10.47.108.1', 'next-hop-interface': 'bond0'} next hop to interface with dynamic IP >FATAL * failed to validate network yaml for host 3, failed to execute 'nmstatectl gc', error: Route {'table-id': 254, 'destination': '0.0.0.0/0', 'next-hop-address': '10.47.108.1', 'next-hop-interface': 'bond0'} next hop to interface with dynamic IP >FATAL * failed to validate network yaml for host 4, failed to execute 'nmstatectl gc', error: Route {'table-id': 254, 'destination': '0.0.0.0/0', 'next-hop-address': '10.47.108.1', 'next-hop-interface': 'bond0'} next hop to interface with dynamic IP >FATAL >FATAL
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2169982
: 1944268