Skip to content

Commit

Permalink
Merge pull request #3 from piojo/aii
Browse files Browse the repository at this point in the history
Add AII templates
  • Loading branch information
jouvin committed Oct 2, 2013
2 parents 6498427 + 0b3e4bc commit 7695603
Show file tree
Hide file tree
Showing 11 changed files with 808 additions and 0 deletions.
14 changes: 14 additions & 0 deletions quattor/aii/dhcp/config.pan
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# #
# Software subject to following license(s):
# The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
# null
#

# ${developer-info
# ${author-info}
# #
# dhcp, 13.9.0, 20130930.1745.17
#
template quattor/aii/dhcp/config;

include {'quattor/aii/dhcp/schema'};
17 changes: 17 additions & 0 deletions quattor/aii/dhcp/rpms.pan
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# #
# Software subject to following license(s):
# The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
# null
#

# ${developer-info
# ${author-info}
# #
# dhcp, 13.9.0, 20130930.1745.17
#

# Template adding aii-dhcp rpm to the configuration

unique template quattor/aii/dhcp/rpms;

"/software/packages"=pkg_repl("aii-dhcp","13.9.0-1","noarch");
21 changes: 21 additions & 0 deletions quattor/aii/dhcp/schema.pan
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# #
# Software subject to following license(s):
# The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
# null
#

# ${developer-info
# ${author-info}
# #
# dhcp, 13.9.0, 20130930.1745.17
#

unique template quattor/aii/dhcp/schema;

# Information needed for creating the Kickstart file
type structure_dhcp_dhcp_info = {
"tftpserver" ? string
"options" ? string{}
};

bind "/system/aii/dhcp" = structure_dhcp_dhcp_info;
Loading

0 comments on commit 7695603

Please sign in to comment.