diff --git a/playbooks/roles/bifrost-ironic-install/tasks/install.yml b/playbooks/roles/bifrost-ironic-install/tasks/install.yml index f97208bf4..153162e23 100644 --- a/playbooks/roles/bifrost-ironic-install/tasks/install.yml +++ b/playbooks/roles/bifrost-ironic-install/tasks/install.yml @@ -52,14 +52,6 @@ environment: "{{ venv }}" when: skip_install is not defined -- name: "UcsSdk - Install from pip" - include: pip_install.yml - package=UcsSdk - version=0.8.1.9 - extra_args="-c {{ upper_constraints_file }}" - environment: "{{ venv }}" - when: skip_install is not defined - # TODO(dtantsur): only do this is the iscsi deploy interface is enabled - name: "Install iSCSI client if PXE driver support is enabled" action: "{{ ansible_pkg_mgr }} name={{ iscsi_client_package }} state=present" diff --git a/releasenotes/notes/remove-ucssdk-e61762195a7c8b4d.yaml b/releasenotes/notes/remove-ucssdk-e61762195a7c8b4d.yaml new file mode 100644 index 000000000..615e005a3 --- /dev/null +++ b/releasenotes/notes/remove-ucssdk-e61762195a7c8b4d.yaml @@ -0,0 +1,4 @@ +--- +upgrade: + - | + UcsSdk support was removed due to being Python 2 only.