{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
| {% trans "Virtual Machine" %} | {{ object.virtual_machine|linkify }} |
|---|---|
| {% trans "Cloud-init User" %} | {{ object.ciuser|placeholder }} |
| {% trans "ipconfig0" %} | {{ object.ipconfig0|placeholder }} |
| {% trans "SSH Keys Truncated" %} | {% if object.sshkeys_truncated %} {% trans "Yes" %} {% else %} {% trans "No" %} {% endif %} |
| {% trans "Last Synced" %} | {{ object.last_synced|placeholder }} |
{{ object.sshkeys }}
{% else %}
{% trans "No SSH keys configured." %}
{% endif %}
| {% trans "Hostname" %} | {{ object.hostname|placeholder }} |
|---|---|
| {% trans "IP (CIDR)" %} | {{ object.ip_cidr|placeholder }} |
| {% trans "Gateway" %} | {{ object.gateway|placeholder }} |
| {% trans "Bridge" %} | {{ object.bridge|placeholder }} |
| {% trans "VLAN tag" %} | {{ object.vlan_tag|placeholder }} |
| {% trans "Search domain" %} | {{ object.search_domain|placeholder }} |
| {% trans "DNS servers" %} | {{ object.dns_servers|placeholder }} |
| {% trans "SSH password auth" %} | {{ object.ssh_pwauth|placeholder }} |
| {% trans "Guest agent" %} | {{ object.enable_agent|placeholder }} |
| {% trans "Encrypted intent SSH keys" %} | {% if object.has_sshkeys %} {% trans "Stored (encrypted)" %} {% else %} {% trans "None" %} {% endif %} |
| {% trans "NMS credential (secret store)" %} |
{% if object.nms_credential_id %}
netbox-nms CloudVMCredential #{{ object.nms_credential_id }}
{% else %}
{{ ''|placeholder }}
{% endif %}
|
{% trans "This record is a read-only reflection of Proxmox cloud-init configuration. Edits made in NetBox will not propagate back to Proxmox; modify the values on the Proxmox side and re-sync." %}