Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 53f3ef66 authored by Lucas Nussbaum's avatar Lucas Nussbaum
Browse files

Merge branch 'mass-template' into 'master'

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

See merge request !1075
parents 74d9f500 292350f7
Branches
No related tags found
1 merge request!1075[dev/mass-create] Fix comment for manufactured_at and warranty_end (bug 16832)
Pipeline #1130398 passed
Pipeline: Resources Explorer

#1130405

    ......@@ -34,8 +34,8 @@ queues:
    nodes:
    #{cluster}-#{nodes_count == 1 ? '1' : "[1-#{nodes_count}]"}:
    chassis:
    manufactured_at: 1970-01-01 # TODO: Put date.
    warranty_end: 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: 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:
    deploy: true
    besteffort: true
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment