Mentions légales du service

Skip to content
Snippets Groups Projects
Commit cbdc05ff authored by Jérémie Gaidamour's avatar Jérémie Gaidamour
Browse files

Edited the g5k:generate rule of the Rakefile. It now passes...

Edited the g5k:generate rule of the Rakefile. It now passes clustername/nodes/*.yaml to the generator instead of clustername_generated.yaml.
Also modified lookup() calls in the .rb file of each cluster using:
 for i in $(find . -iname "*.rb"); do name=$(basename $i .rb); sed -i "s/lookup('"$name"_generated', /lookup(node_uid, /g" $i; done
parent 82cff7cc
No related branches found
No related tags found
No related merge requests found
Showing
with 1214 additions and 1214 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment