Lines Matching defs:profiles
139 'install_profiles': _("List of configuration profiles to be applied "
144 'sc_profiles': _("List of system configuration profiles to be applied "
1078 def _validate_profiles(task, profiles):
1079 """Validate profiles for format, etc
1081 Configuration profiles are specified as a plus(+) delimited list of paths
1085 :param profiles: Plus(+) delimited list of configuration profile
1088 LOG.debug("SolarisDeploy._validate_profiles: %s" % (profiles))
1090 # Split profiles into list of paths@environment elements
1091 prof_list = [prof.strip() for prof in profiles.split('+') if prof.strip()]
1307 # Remove local and remote temporary profiles
1807 # Remove all profiles associated with this MAC address and service
1808 for profile_name in aiservice.profiles:
1815 # unique list of profiles and environments to be applied to.
1909 # Remove all profiles associated with this MAC address
1910 for profile_name in aiservice.profiles:
2377 def profiles(self):
2379 LOG.debug("AIService.profiles")
2652 # Update list of profiles for this service
2671 # Update list of profiles for this service
2832 err_msg=_("Failed to retrieve profiles for "