Mentions légales du service

Skip to content
Snippets Groups Projects

Draft: [webfish] modification des fichiers yaml des clusters

Closed PAULIN Nathan requested to merge bmc-redfish2 into master
2 unresolved threads
  • ajout de "redfish: false" dans les fichiers input/grid5000/sites/(SITE)/clusters/(CLUSTER)/(CLUSTER).yaml des serveurs concernés
  • modification du schéma et de input_loader
  • modification du gen puppet webfish
Edited by PAULIN Nathan

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
115 allBmc.each do |s_site, _d_array|
116 dir = "#{options[:output_dir]}/platforms/production/modules/generated/files/grid5000/webfish/"+s_site
117
118 if !Dir.exist?(dir)
119 Dir.mkdir(dir)
120 end
121 actualFile = dir+"/webfish.json"
122
123 File.open(actualFile, "w") do |f|
124 f.write(JSON.pretty_generate(allBmc[s_site]))
125 end
126 end
127
128 end
129
130 ##REMOVE-|
  • POUILLOUX Laurent
  • 17 17 gem "git"
    18 18 # To match https://gitlab.inria.fr/grid5000/grid5000-gitlab-templates/-/blob/master/rubocop.yml
    19 19 gem "rubocop", "1.34.1", :group => [:development]
    20 gem "peach"
    21
  • Please register or sign in to reply
    Loading