-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added redfish for KVM option to install-config template #975
Added redfish for KVM option to install-config template #975
Conversation
Hi @nsilla. Thanks for your PR. I'm waiting for a openshift-kni member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Starting dci-check-change job. |
lgtm but can you add the same to "install-config-virtualmedia.j2" to keep them in sync |
|
Starting dci-check-change job. |
|
Starting dci-check-change job. |
|
Starting dci-check-change job. |
|
Starting dci-check-change job. |
1 similar comment
Starting dci-check-change job. |
|
|
Starting dci-check-change job. |
1 similar comment
Starting dci-check-change job. |
|
|
Starting dci-check-change job. |
1 similar comment
Starting dci-check-change job. |
|
1 similar comment
|
Starting dci-check-change job. |
1 similar comment
Starting dci-check-change job. |
|
1 similar comment
|
Starting dci-check-change job. |
Starting dci-check-change job. |
|
Starting dci-check-change job. |
|
Starting dci-check-change job. |
|
Starting dci-check-change job. |
|
Starting dci-check-change job. |
|
Starting dci-check-change job. |
|
Starting dci-check-change job. |
|
Starting dci-check-change job. |
|
Starting dci-check-change job. |
|
Starting dci-check-change job. |
|
Starting dci-check-change job. |
|
Starting dci-check-change job. |
|
Currently ocp-on-libvirt installs the conserver service along with the VMs to allow for IPMI remote management of the hosts, which in turn allows for PXE image boot up. In order to support ZTP deployments, virtual media image boot up is needed, and to manage it remotely, the target server BMCs must suport the redfish protocol. Sushy tools provides support for the redfish protocol for libvirt VMs. This change installs sushy tools, as implemented in the assisted-installer ansible project, when running the ocp-on-libvirt role. Depends-On: dci-labs/bos2-ci-config#72 Depends-On: openshift-kni/baremetal-deploy#975 Depends-On: redhat-partner-solutions/crucible#272 Test-Args-Hints: -e enable_redfish=true -e enable_virtualmedia=true
Currently ocp-on-libvirt installs the conserver service along with the VMs to allow for IPMI remote management of the hosts, which in turn allows for PXE image boot up. In order to support ZTP deployments, virtual media image boot up is needed, and to manage it remotely, the target server BMCs must suport the redfish protocol. Sushy tools provides support for the redfish protocol for libvirt VMs. This change installs sushy tools, as implemented in the assisted-installer ansible project, when running the ocp-on-libvirt role. Depends-On: dci-labs/bos2-ci-config#72 Depends-On: openshift-kni/baremetal-deploy#975 Depends-On: redhat-partner-solutions/crucible#272 Test-Args-Hints: -e enable_redfish=true -e enable_virtualmedia=true
Currently ocp-on-libvirt installs the conserver service along with the VMs to allow for IPMI remote management of the hosts, which in turn allows for PXE image boot up. In order to support ZTP deployments, virtual media image boot up is needed, and to manage it remotely, the target server BMCs must suport the redfish protocol. Sushy tools provides support for the redfish protocol for libvirt VMs. This change installs sushy tools, as implemented in the assisted-installer ansible project, when running the ocp-on-libvirt role. Depends-On: dci-labs/bos2-ci-config#72 Depends-On: openshift-kni/baremetal-deploy#975 Depends-On: redhat-partner-solutions/crucible#272 Test-Args-Hints: -e enable_redfish=true -e enable_virtualmedia=true
Currently ocp-on-libvirt installs the conserver service along with the VMs to allow for IPMI remote management of the hosts, which in turn allows for PXE image boot up. In order to support ZTP deployments, virtual media image boot up is needed, and to manage it remotely, the target server BMCs must suport the redfish protocol. Sushy tools provides support for the redfish protocol for libvirt VMs. This change installs sushy tools, as implemented in the assisted-installer ansible project, when running the ocp-on-libvirt role. Depends-On: dci-labs/bos2-ci-config#72 Depends-On: openshift-kni/baremetal-deploy#975 Depends-On: redhat-partner-solutions/crucible#272 Test-Args-Hints: -e enable_redfish=true -e enable_virtualmedia=true
Currently ocp-on-libvirt installs the conserver service along with the VMs to allow for IPMI remote management of the hosts, which in turn allows for PXE image boot up. In order to support ZTP deployments, virtual media image boot up is needed, and to manage it remotely, the target server BMCs must suport the redfish protocol. Sushy tools provides support for the redfish protocol for libvirt VMs. This change installs sushy tools, as implemented in the assisted-installer ansible project, when running the ocp-on-libvirt role. Depends-On: dci-labs/bos2-ci-config#72 Depends-On: openshift-kni/baremetal-deploy#975 Depends-On: redhat-partner-solutions/crucible#272 Test-Args-Hints: -e enable_redfish=true -e enable_virtualmedia=true
Currently ocp-on-libvirt installs the conserver service along with the VMs to allow for IPMI remote management of the hosts, which in turn allows for PXE image boot up. In order to support ZTP deployments, virtual media image boot up is needed, and to manage it remotely, the target server BMCs must suport the redfish protocol. Sushy tools provides support for the redfish protocol for libvirt VMs. This change installs sushy tools, as implemented in the assisted-installer ansible project, when running the ocp-on-libvirt role. Depends-On: dci-labs/bos2-ci-config#72 Depends-On: openshift-kni/baremetal-deploy#975 Depends-On: redhat-partner-solutions/crucible#272 Test-Args-Hints: -e enable_redfish=true -e enable_virtualmedia=true
Description
Currently redfish is supported for HP and Dell systems, but none of
these vendors provide settings compatible with sushy-tools based virtual
BMCs. For instance, all the KVMs in the same hypervisor share the BMC
address, and are differentiated by the system ID, which is part of the
resource path.
This change extends the install-config and install-config-virtualmedia
templates to allow for sushy-tools based redfish vBMCs.
Type of change
Please select the appropriate options:
Testing
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist