-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_contexts.yaml
More file actions
38 lines (36 loc) · 1.06 KB
/
config_contexts.yaml
File metadata and controls
38 lines (36 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
# Global Config Contexts for NVIDIA Config Manager deployments
# These are baseline configurations applied globally or to specific device roles
- name: Cumulus Linux Password Mappings
description: Default password mappings for Cumulus Linux devices (username -> password_key + role for managed-users filter)
weight: 1000
is_active: true
platforms:
- Cumulus Linux
data:
password_mappings:
cumulus:
password: root_password
rotation: r1
role: system-admin
nvConfigManager:
password: api_user_key
rotation: r1
role: system-admin
deployment_types: [all]
- name: NVIDIA Config Manager DHCP Custom Options
description: Custom DHCP option definitions for KEA (cumulus-provision-url)
weight: 1000
is_active: true
schema: nv-config-manager-site-dhcp-option-def
data:
Dhcp4:
option-def:
- code: 239
name: cumulus-provision-url
type: string
array: false
space: dhcp4
encapsulate: ""
record-types: ""
deployment_types: [all]