bifrost-ironic-install: drop UcsSdk as it is Python 2 only
Change-Id: I4e1205b66d1f51afb8ba63ff6163f497dbae3c4a
This commit is contained in:
parent
81d80496d4
commit
8c7faf8922
@ -52,14 +52,6 @@
|
|||||||
environment: "{{ venv }}"
|
environment: "{{ venv }}"
|
||||||
when: skip_install is not defined
|
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
|
# TODO(dtantsur): only do this is the iscsi deploy interface is enabled
|
||||||
- name: "Install iSCSI client if PXE driver support is enabled"
|
- name: "Install iSCSI client if PXE driver support is enabled"
|
||||||
action: "{{ ansible_pkg_mgr }} name={{ iscsi_client_package }} state=present"
|
action: "{{ ansible_pkg_mgr }} name={{ iscsi_client_package }} state=present"
|
||||||
|
4
releasenotes/notes/remove-ucssdk-e61762195a7c8b4d.yaml
Normal file
4
releasenotes/notes/remove-ucssdk-e61762195a7c8b4d.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
UcsSdk support was removed due to being Python 2 only.
|
Loading…
x
Reference in New Issue
Block a user