Skip to content

Commit

Permalink
quattor schema (aquilon): add missing properties for Aquilon 1.12.58 …
Browse files Browse the repository at this point in the history
…support

Contributes to quattor/aquilon#90
  • Loading branch information
jouvin committed Jun 3, 2018
1 parent fd33034 commit eba8804
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions quattor/types/aquilon.pan
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ type structure_archetype_os = {
};

type structure_archetype = {
"name" : string # e.g. "aquilon"
"name" ? string # e.g. "aquilon"
@{ Details of operating system as defined by aquilon broker }
"os" ? structure_archetype_os
"os_lifecycle" ? string
"model" ? string
"filesystem-layout" ? string with if_exists("archetype/filesystem-layouts/" + SELF) != ""
"archlist" ? string[] # e.g. fs sysname list for model,
# "x86_64.linux.2.6.glibc.2.3", "amd64.linux.2.4.glibc.2.3", ...
Expand Down Expand Up @@ -112,7 +114,7 @@ type structure_personality = {
"description" ? string
"class" ? string with match(SELF, '(INFRASTRUCTURE|APPLICATION)')
"users" ? string[]
"systemgrn" : string[]
"systemgrn" ? string[]
"escalation" ? string
"notifyrules" ? string
"notifyhours" ? string
Expand Down

0 comments on commit eba8804

Please sign in to comment.