diff options
Diffstat (limited to 'xci')
-rw-r--r-- | xci/installer/osa/playbooks/configure-opnfvhost.yml | 3 | ||||
-rw-r--r-- | xci/var/Debian.yml | 2 | ||||
-rw-r--r-- | xci/var/RedHat.yml | 2 | ||||
-rw-r--r-- | xci/var/Suse.yml | 2 |
4 files changed, 0 insertions, 9 deletions
diff --git a/xci/installer/osa/playbooks/configure-opnfvhost.yml b/xci/installer/osa/playbooks/configure-opnfvhost.yml index bfba4717..a3b8894f 100644 --- a/xci/installer/osa/playbooks/configure-opnfvhost.yml +++ b/xci/installer/osa/playbooks/configure-opnfvhost.yml @@ -101,9 +101,6 @@ command: "/bin/bash ./scripts/bootstrap-ansible.sh" args: chdir: "{{OPENSTACK_OSA_PATH}}" - - name: install python Crypto module - package: - name: "{{ python_crypto_package_name }}" - name: install opnfv pip required packages pip: name: "{{ item }}" diff --git a/xci/var/Debian.yml b/xci/var/Debian.yml index c785c65c..5ea7a885 100644 --- a/xci/var/Debian.yml +++ b/xci/var/Debian.yml @@ -7,5 +7,3 @@ # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -# this is the interface the VM nodes are connected to libvirt network "default" -python_crypto_package_name: python-crypto diff --git a/xci/var/RedHat.yml b/xci/var/RedHat.yml index eae7d127..5ea7a885 100644 --- a/xci/var/RedHat.yml +++ b/xci/var/RedHat.yml @@ -7,5 +7,3 @@ # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -# this is placeholder and left blank intentionally to complete later on -python_crypto_package_name: python-crypto diff --git a/xci/var/Suse.yml b/xci/var/Suse.yml index 5891aee9..5ea7a885 100644 --- a/xci/var/Suse.yml +++ b/xci/var/Suse.yml @@ -7,5 +7,3 @@ # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -# this is the interface the VM nodes are connected to libvirt network "default" -python_crypto_package_name: python-pycrypto |