-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.yml
128 lines (126 loc) · 4.35 KB
/
main.yml
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
---
# defaults file for ucs-servers
# Default values are based on the FlexPod Datacenter with Docker EE Cisco Validated Design (CVD).
# The CVD is available at https://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/UCS_CVDs/flexpod_docker_deploy_design.html.
# Default UCS Manager login information can be used with the Cisco demo Cloud UCS 3.2 environment: https://dcloud-cms.cisco.com/demo/cisco-ucs-3-2-v1.
# login information
ucs_hostname: 198.18.0.10
ucs_username: 'ucs-dCloud\demouser'
ucs_password: C1sco12345
ucs_state: present
# Docker EE CVD Server related settings
ucs_boot_policies:
- objects:
- {
"module": "ucsmsdk.mometa.lsboot.LsbootPolicy",
"class": "LsbootPolicy",
"properties": {
"parent_mo_or_dn": "org-root",
"boot_mode": "legacy",
"enforce_vnic_name": "yes",
"name": "DEE-vMedia",
"reboot_on_update": "no"
},
"children": [
{
"module": "ucsmsdk.mometa.lsboot.LsbootVirtualMedia",
"class": "LsbootVirtualMedia",
"properties": {
"access": "read-write-remote-cimc",
"lun_id": "0",
"order": "3"
}
},
{
"module": "ucsmsdk.mometa.lsboot.LsbootVirtualMedia",
"class": "LsbootVirtualMedia",
"properties": {
"access": "read-only-remote-cimc",
"lun_id": "0",
"order": "2"
}
},
{
"module": "ucsmsdk.mometa.lsboot.LsbootStorage",
"class": "LsbootStorage",
"properties": {
"order": "1"
},
"children": [
{
"module": "ucsmsdk.mometa.lsboot.LsbootLocalStorage",
"class": "LsbootLocalStorage",
"properties": {},
"children": [
{
"module": "ucsmsdk.mometa.lsboot.LsbootLocalHddImage",
"class": "LsbootLocalHddImage",
"properties": {
"order": "1",
},
"children": [
{
"module": "ucsmsdk.mometa.lsboot.LsbootLocalLunImagePath",
"class": "LsbootLocalLunImagePath",
"properties": {
"lun_name": "Boot-LUN",
"type": "primary"
}
}
]
}
]
}
]
}
]
}
ucs_uuid_pools:
- name: UUID-Pool
order: sequential
first_uuid: 0000-000000000001
last_uuid: 0000-000000000078
ucs_service_profile_templates:
- name: Docker-Host-FC-A
template_type: updating-template
uuid_pool: UUID-Pool
lan_connectivity_policy: Cntr-FC-Boot
san_connectivity_policy: Cntr-FC-Boot
boot_policy: Boot-FC-Cntr
maintenance_policy: default
server_pool: Container-Pool
power_state: down
host_firmware_package: default
bios_policy: Cntr-Host
power_control_policy: No-Power-Cap
ucs_service_profiles_from_templates:
- name: Docker-Host-01
source_template: Docker-Host-FC-A
user_label: UCP-Ctrl-1
- name: Docker-Host-02
source_template: Docker-Host-FC-A
user_label: UCP-Ctrl-2
- name: Docker-Host-03
source_template: Docker-Host-FC-A
user_label: UCP-Ctrl-3
- name: Docker-Host-04
source_template: Docker-Host-FC-A
user_label: UCP-DTR-1
- name: Docker-Host-05
source_template: Docker-Host-FC-A
user_label: UCP-DTR-2
- name: Docker-Host-06
source_template: Docker-Host-FC-A
user_label: UCP-DTR-3
- name: Docker-Host-07
source_template: Docker-Host-FC-A
user_label: UCP-Node-1
- name: Docker-Host-08
source_template: Docker-Host-FC-A
user_label: UCP-Node-2
- name: Docker-Host-09
source_template: Docker-Host-FC-A
user_label: UCP-Node-3
- name: Docker-Host-10
source_template: Docker-Host-FC-A
user_label: UCP-Node-4