Skip to content

Commit

Permalink
Aquilon schema: address @ned21 remarks on June 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jouvin committed Jun 5, 2018
1 parent f8d920a commit 71673a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions quattor/types/aquilon/hardware.pan
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This template extends the base schema with Aquilon-provied resources
# This template extends the base schema with Aquilon-provided resources

declaration template quattor/types/aquilon/hardware;

Expand Down Expand Up @@ -30,8 +30,6 @@ type structure_sysloc = {
"room" : string
"bunker" ? string
"region" ? string
"dns_search_domains" ? string[]
"location" ? string
};

# All the resources in this type must be optional for
Expand Down
4 changes: 3 additions & 1 deletion quattor/types/aquilon/system.pan
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This template extends the base schema with Aquilon-provided resources

declaration template quattor/types/aquilon/system;

@documentation{
Expand Down Expand Up @@ -47,6 +49,7 @@ type structure_cluster = {
"max_hosts" ? long(0..)
};

@{ Details of operating system as defined by aquilon broker }
type structure_archetype = {
"name" : string # e.g. "aquilon"
"os" : string # e.g. "linux"
Expand Down Expand Up @@ -106,7 +109,6 @@ type structure_personality = {
"description" ? string
"class" ? string with match(SELF, '(INFRASTRUCTURE|APPLICATION)')
"users" ? string[]
"systemgrn" ? string[]
"escalation" ? string
"notifyrules" ? string
"notifyhours" ? string
Expand Down

0 comments on commit 71673a9

Please sign in to comment.