summaryrefslogtreecommitdiffstats
path: root/xci/var
diff options
context:
space:
mode:
Diffstat (limited to 'xci/var')
-rw-r--r--xci/var/Debian.yml2
-rw-r--r--xci/var/RedHat.yml2
-rw-r--r--xci/var/Suse.yml2
-rw-r--r--xci/var/opnfv.yml9
4 files changed, 0 insertions, 15 deletions
diff --git a/xci/var/Debian.yml b/xci/var/Debian.yml
index ad3621b6..c785c65c 100644
--- a/xci/var/Debian.yml
+++ b/xci/var/Debian.yml
@@ -9,5 +9,3 @@
##############################################################################
# this is the interface the VM nodes are connected to libvirt network "default"
python_crypto_package_name: python-crypto
-docker_package_name: docker.io
-docker_service_name: docker
diff --git a/xci/var/RedHat.yml b/xci/var/RedHat.yml
index 8ea2e15a..eae7d127 100644
--- a/xci/var/RedHat.yml
+++ b/xci/var/RedHat.yml
@@ -9,5 +9,3 @@
##############################################################################
# this is placeholder and left blank intentionally to complete later on
python_crypto_package_name: python-crypto
-docker_package_name: docker
-docker_service_name: docker
diff --git a/xci/var/Suse.yml b/xci/var/Suse.yml
index 5066defa..5891aee9 100644
--- a/xci/var/Suse.yml
+++ b/xci/var/Suse.yml
@@ -9,5 +9,3 @@
##############################################################################
# this is the interface the VM nodes are connected to libvirt network "default"
python_crypto_package_name: python-pycrypto
-docker_package_name: docker
-docker_service_name: docker
diff --git a/xci/var/opnfv.yml b/xci/var/opnfv.yml
index d3924bf0..f438e577 100644
--- a/xci/var/opnfv.yml
+++ b/xci/var/opnfv.yml
@@ -43,12 +43,3 @@ OPENSTACK_OSA_HAPROXY_GIT_URL: "{{ lookup('env','OPENSTACK_OSA_HAPROXY_GIT_URL')
HAPROXY_VERSION: "{{ lookup('env','HAPROXY_VERSION') }}"
KEEPALIVED_GIT_URL: "{{ lookup('env','KEEPALIVED_GIT_URL') }}"
KEEPALIVED_VERSION: "{{ lookup('env','KEEPALIVED_VERSION') }}"
-
-# install docker on opnfv host only if we are running as part of CI
-opnfv_required_packages:
- - "{{ docker_package_name }}"
-
-opnfv_required_pip:
- - python-openstackclient
- - python-neutronclient
- - docker-py