Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7c5566be authored by MICHON Nicolas's avatar MICHON Nicolas
Browse files

[dev] Added rake task for wiki oar properties and updated README

parent 7e143e00
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,8 @@ rake puppet:dhcpg5k # Generate dhcpg5k configuration ...@@ -19,6 +19,8 @@ rake puppet:dhcpg5k # Generate dhcpg5k configuration
rake puppet:kadeployg5k # Generate kadeployg5k configuration rake puppet:kadeployg5k # Generate kadeployg5k configuration
rake puppet:kavlang5k # Generate kavlang5k configuration
rake puppet:lanpowerg5k # Generate lanpowerg5k configuration rake puppet:lanpowerg5k # Generate lanpowerg5k configuration
rake reference-api # Creates json data from inputs rake reference-api # Creates json data from inputs
...@@ -26,6 +28,12 @@ rake reference-api # Creates json data from inputs ...@@ -26,6 +28,12 @@ rake reference-api # Creates json data from inputs
rake validators:homogeneity # Check homogeneity of clusters rake validators:homogeneity # Check homogeneity of clusters
rake validators:schema # Check input data schema validity rake validators:schema # Check input data schema validity
rake wiki:all # Launch all wiki generators
rake wiki:cpu_parameters # Generate the media parts for cpu_parameters
rake wiki:oar_properties # Generate the media parts for oar_properties
``` ```
For more information about generators and validators, please see generators/README.md. For more information about generators and validators, please see generators/README.md.
...@@ -49,7 +49,7 @@ end ...@@ -49,7 +49,7 @@ end
namespace :wiki do namespace :wiki do
all_wiki_tasks = [:cpu_parameters] all_wiki_tasks = [:cpu_parameters, :oar_properties]
all_wiki_tasks.each { |t| all_wiki_tasks.each { |t|
desc "Generate the media parts for #{t}" desc "Generate the media parts for #{t}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment