Draft: [webfish] modification des fichiers yaml des clusters
2 unresolved threads
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
Activity
added 1 commit
- dae4aa8b - [webfish] modification des fichiers yaml des clusters + gen
added 1 commit
- 1ba23e77 - [webfish] modification des fichiers yaml des clusters + gen
added 1 commit
- fa4b171b - [webfish] modification des fichiers yaml des clusters + gen
added 163 commits
-
fa4b171b...cc1591ba - 159 commits from branch
master
- 8b229686 - [webfish] modification des fichiers yaml des clusters
- bf8c6311 - [puppet:webfish] use hash of hash instead of list of hash in conf files
- 597a3b9f - [puppet:webfish] sort nodes
- 2070f75f - [webfish] modification des fichiers yaml des clusters + gen
Toggle commit list-
fa4b171b...cc1591ba - 159 commits from branch
added 1 commit
- 89a656f0 - [webfish] modification des fichiers yaml des clusters + gen
added 6 commits
-
89a656f0...faf3558a - 2 commits from branch
master
- 8715ea91 - [webfish] modification des fichiers yaml des clusters
- aa14b740 - [puppet:webfish] use hash of hash instead of list of hash in conf files
- c565dfd6 - [puppet:webfish] sort nodes
- e3a92e2d - [webfish] modification des fichiers yaml des clusters + gen
Toggle commit list-
89a656f0...faf3558a - 2 commits from branch
added 51 commits
-
e3a92e2d...8bf2cd77 - 47 commits from branch
master
- 5400ea59 - [webfish] modification des fichiers yaml des clusters
- 74b18b2c - [puppet:webfish] use hash of hash instead of list of hash in conf files
- 397eacbf - [puppet:webfish] sort nodes
- 422e0471 - [webfish] modification des fichiers yaml des clusters + gen
Toggle commit list-
e3a92e2d...8bf2cd77 - 47 commits from branch
added 19 commits
-
422e0471...a2141cc4 - 15 commits from branch
master
- 61612917 - [webfish] modification des fichiers yaml des clusters
- d1c2e0f6 - [puppet:webfish] use hash of hash instead of list of hash in conf files
- f34c187b - [puppet:webfish] sort nodes
- cd206923 - [webfish] modification des fichiers yaml des clusters + gen
Toggle commit list-
422e0471...a2141cc4 - 15 commits from branch
- lib/refrepo/gen/puppet/webfish.rb 0 → 100644
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-|
Please register or sign in to reply