Skip to content

Commit

Permalink
Revert "Implementation of ovirt modules (openshift#2540)" (openshift#…
Browse files Browse the repository at this point in the history
…2680)

This reverts commit 780875a.
  • Loading branch information
pruan-rht authored and sunzhaohua2 committed Jun 26, 2023
1 parent 5c0fc7d commit 44835c0
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 153 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,3 @@ gem 'oga' # replacemen for nokogiri when we thought we can workaround it
# gem 'terminal-table'
gem 'parallel_tests'
gem 'slack-ruby-client'
gem 'ovirt-engine-sdk'
1 change: 0 additions & 1 deletion lib/bushslicer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ module BushSlicer
autoload :ARMRdu2, "launchers/a_r_m_rdu2"
autoload :Rdu_IPI_BM, "launchers/rdu_ipi_bm"
autoload :OCMCluster, "launchers/o_c_m_cluster"
autoload :Ovirt, "launchers/ovirt"
autoload :EnvironmentLauncher, "launchers/environment_launcher"
autoload :PolarShift, "polarshift/autoload"

Expand Down
6 changes: 0 additions & 6 deletions lib/iaas/iaas.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ def self.select_provider(env)
return {:type => "azure", :provider => self.init_azure(env)}
when "VSphere"
return {:type => "vsphere", :provider => nil}
when "Ovirt"
return {:type => "ovirt", :provider => self.init_ovirt(env)}
when "None"
return {:type => "none", :provider => nil}
else
Expand Down Expand Up @@ -88,9 +86,5 @@ def self.init_azure(env)
:resource_group => secret.value_of("azure_resourcegroup", user: :admin)
)
end

def self.init_ovirt(env)
return BushSlicer::Ovirt.new()
end
end
end
2 changes: 0 additions & 2 deletions lib/launchers/cloud_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ def iaas_by_service(service_name)
BushSlicer::ARMRdu2.new(service_name: service_name)
when "rdu_ipi_bm"
BushSlicer::Rdu_IPI_BM.new(service_name: service_name)
when "ovirt"
BushSlicer::Ovirt.new(service_name: service_name)
else
raise "unknown service type " \
"#{conf[:services, service_name, :cloud_type]} for cloud " \
Expand Down
134 changes: 0 additions & 134 deletions lib/launchers/ovirt.rb

This file was deleted.

1 change: 0 additions & 1 deletion tools/os_deps/deps.deb
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ libssl-dev
ansible
libxml2-dev
libcurl4-openssl-dev
libcurl-dev
3 changes: 0 additions & 3 deletions tools/os_deps/deps.dnf.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,3 @@ ansible
pyOpenSSL
# needed for local ansible repo/dnf operations
redhat-rpm-config

libcurl-devel
libxml2-devel
2 changes: 0 additions & 2 deletions tools/os_deps/deps.yum.RHEL8
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ firefox
gcc-c++
git
jq
libcurl-devel
libffi-devel
libtool
libxml2-devel
make
openssl-devel
patch
Expand Down
3 changes: 0 additions & 3 deletions tools/os_deps/deps.yum.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@ Xvfb

ansible
pyOpenSSL

libcurl-devel
libxml2-devel

0 comments on commit 44835c0

Please sign in to comment.