Added check rule for host.server.distribution.
This commit is contained in:
parent
950d06fae7
commit
c858a23e0d
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@ public class PropertyChecker
|
|||
|
||||
this.serviceRules.add("host.name", STRING, PropertyMode.MANDATORY);
|
||||
this.serviceRules.add("host.description", STRING, PropertyMode.OPTIONAL);
|
||||
this.serviceRules.add("host.server.distribution", STRING, PropertyMode.MANDATORY);
|
||||
this.serviceRules.add("host.server.type", "^(NANO|PHYSICAL|VIRTUAL|SHARED|CLOUD)$", PropertyMode.MANDATORY);
|
||||
this.serviceRules.add("host.provider.type", "^(HOME|HOSTEDBAY|HOSTEDSERVER|OUTSOURCED)$", PropertyMode.MANDATORY);
|
||||
this.serviceRules.add("host.country.name", STRING, PropertyMode.WISHED);
|
||||
|
|
Loading…
Reference in a new issue