Mentions légales du service

Skip to content
Snippets Groups Projects

[dev/mass-create] Fix comment for manufactured_at and warranty_end (bug 16832)

Merged Lucas Nussbaum requested to merge mass-template into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -34,8 +34,8 @@ queues:
@@ -34,8 +34,8 @@ queues:
nodes:
nodes:
#{cluster}-#{nodes_count == 1 ? '1' : "[1-#{nodes_count}]"}:
#{cluster}-#{nodes_count == 1 ? '1' : "[1-#{nodes_count}]"}:
chassis:
chassis:
manufactured_at: 1970-01-01 # TODO: Put date.
manufactured_at: 1970-01-01 # TODO: if not Dell vendor, put date. if Dell, use rake gen:dell-product-data after g5k-checks import, and remove this line.
warranty_end: 1970-01-01 # TODO: Put date.
warranty_end: 1970-01-01 # TODO: if not Dell vendor, put date. if Dell, use rake gen:dell-product-data after g5k-checks import, and remove this line.
supported_job_types:
supported_job_types:
deploy: true
deploy: true
besteffort: true
besteffort: true
Loading