Hide Forgot
We'd like to put the ironic inspector into the Overcloud for the Overcloud Operator to take advantage of.
Correcting the component. Moving to M3, as it depends on a huge chunk of work in inspector itself.
*** Bug 1434063 has been marked as a duplicate of this bug. ***
*** Bug 1367701 has been marked as a duplicate of this bug. ***
Inspector in the overcloud worked when I last tried it on master, the patches for disjoint ip ranges are still outstanding and may land before release. Without it we can't have HA inspector but this wasn't our initial target.
Verified: Environment: openstack-tripleo-heat-templates-9.0.0-0.20180919080946.0rc1.0rc1.el7ost.noarch Verified the ability to introspect in overcloud. Note that in order to achieve that you need to: 1. include: --environment-file /usr/share/openstack-tripleo-heat-templates/environments/services/ironic.yaml \ --environment-file /usr/share/openstack-tripleo-heat-templates/environments/services/ironic-inspector.yaml \ 2. Provide additional configuration details (matching your specific environment) - using the example below: parameter_defaults: NeutronBridgeMappings: datacentre:br-ex,baremetal:br-baremetal NeutronFlatNetworks: datacentre,baremetal IronicCleaningNetwork: baremetal IronicCleaningDiskErase: metadata IronicIPXEEnabled: true IronicEnabledHardwareTypes: - ipmi - fake-hardware IronicEnabledBootInterfaces: [pxe, fake] IronicEnabledConsoleInterfaces: [ipmitool-socat, no-console, fake] IronicEnabledDeployInterfaces: [iscsi, direct, fake] IronicEnabledInspectInterfaces: [no-inspect, fake] IronicEnabledManagementInterfaces: [ipmitool, fake] IronicEnabledPowerInterfaces: [ipmitool, fake] IronicEnabledRaidInterfaces: [no-raid, fake] IronicEnabledVendorInterfaces: [ipmitool, fake, no-vendor] NovaSchedulerDefaultFilters: - RetryFilter - AggregateInstanceExtraSpecsFilter - AvailabilityZoneFilter - ComputeFilter - ComputeCapabilitiesFilter - ImagePropertiesFilter IronicInspectorIpRange: '192.168.24.210,192.168.24.240' IPAImageURLs: '["http://192.168.24.1:8088/agent.kernel", "http://192.168.24.1:8088/agent.ramdisk"]' IronicInspectorInterface: 'br-baremetal'
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/RHEA-2019:0045