{% extends 'base.html' %} {% block title %}Pré-patching — iexec{% endblock %} {% block content %}

Pré-patching — workflow iexec

{{ rows|length }} serveur(s) éligible(s) sélectionné(s) sur {{ row_ids|length }} demandés.

← Retour

⚠ Étape B — workflow à implémenter

Les 3 steps planifiés :

  1. Step 1 — Pré-patching : vérif résolution DNS · vérif SSH · vérif Satellite (capsule)
  2. Step 2 — Snapshot : take snapshot vCenter (avant modif)
  3. Step 3 — Patch : yum update -y --exclude=<effective_excludes>

Serveurs ciblés ({{ rows|length }})

{% if rows %} {% for r in rows %} {% endfor %}
Asset Hostname BDD Env OS Excludes effectifs
{{ r.asset_name }} {{ r.hostname or '–' }} {{ r.environnement or '' }} {{ r.os or '' }} {{ r.effective_excludes or '(aucun)' }}
{% else %}

Aucune ligne éligible parmi les IDs demandés.

{% endif %}
{% endblock %}