Lines Matching refs:profiles
144 'install_profiles': _("List of configuration profiles to be applied "
167 'sc_profiles': _("List of system configuration profiles to be applied "
1048 def _validate_profiles(task, profiles):
1049 """Validate profiles for format, etc
1051 Configuration profiles are specified as a plus(+) delimited list of paths
1055 :param profiles: Plus(+) delimited list of configuration profile
1058 LOG.debug("SolarisDeploy._validate_profiles: %s" % (profiles))
1060 # Split profiles into list of paths@environment elements
1061 prof_list = [prof.strip() for prof in profiles.split('+') if prof.strip()]
1268 # Remove local and remote temporary profiles
1741 # Remove all profiles associated with this MAC address and service
1742 for profile_name in aiservice.profiles:
1749 # unique list of profiles and environments to be applied to.
1843 # Remove all profiles associated with this MAC address
1844 for profile_name in aiservice.profiles:
2272 def profiles(self):
2274 LOG.debug("AIService.profiles")
2547 # Update list of profiles for this service
2566 # Update list of profiles for this service
2727 err_msg=_("Failed to retrieve profiles for "