Skip to content

Commit

Permalink
(PE-19831) Remove pe_repo classes from meep classification
Browse files Browse the repository at this point in the history
This commit stops beaker from setting up additional pe_repo platform
classes on the master node group when using meep for classification as
this is handled in pe.conf with the agent_platform array with an array
of platform tags instead.
  • Loading branch information
demophoon authored and jpartlow committed Mar 16, 2017
1 parent 1353f7b commit b2b3d9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/beaker-pe/install/pe_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -295,10 +295,13 @@ def fetch_pe(hosts, opts)
end
end

#Classify the master so that it can deploy frictionless packages for a given host.
#Classify the master so that it can deploy frictionless packages for a given host.
#This function does nothing when using meep for classification.
# @param [Host] host The host to install pacakges for
# @api private
def deploy_frictionless_to_master(host)
return if use_meep_for_classification?(master[:pe_ver], options)

platform = host['platform']

# We don't have a separate AIX 7.2 build, so it is
Expand Down

0 comments on commit b2b3d9d

Please sign in to comment.