bifrost-ironic-install: drop UcsSdk as it is Python 2 only

Change-Id: I4e1205b66d1f51afb8ba63ff6163f497dbae3c4a
This commit is contained in:
Marcin Juszkiewicz 2019-03-19 12:42:07 +01:00
parent 81d80496d4
commit 8c7faf8922
2 changed files with 4 additions and 8 deletions

View File

@ -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"

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
UcsSdk support was removed due to being Python 2 only.