|
68 | 68 | "export_opts": [
|
69 | 69 | "--ovf10",
|
70 | 70 | "--manifest",
|
71 |
| - "--vsys", |
72 |
| - "0", |
73 |
| - "--product", |
74 |
| - "Percona Monitoring and Management", |
75 |
| - "--producturl", |
76 |
| - "https://www.percona.com/software/database-tools/percona-monitoring-and-management", |
77 |
| - "--vendor", |
78 |
| - "Percona", |
79 |
| - "--vendorurl", |
80 |
| - "https://www.percona.com", |
81 |
| - "--version", |
82 |
| - "{{isotime \"2006-01-02\"}}", |
83 |
| - "--description", |
84 |
| - "Percona Monitoring and Management (PMM) is an open-source platform for managing and monitoring MySQL, PostgreSQL and MongoDB" |
| 71 | + "--vsys", "0", |
| 72 | + "--product", "Percona Monitoring and Management", |
| 73 | + "--producturl", "https://www.percona.com/software/database-tools/percona-monitoring-and-management", |
| 74 | + "--vendor", "Percona", |
| 75 | + "--vendorurl", "https://www.percona.com", |
| 76 | + "--version", "{{isotime \"2006-01-02\"}}", |
| 77 | + "--description", "Percona Monitoring and Management (PMM) is an open-source platform for managing and monitoring MySQL, PostgreSQL and MongoDB" |
85 | 78 | ],
|
86 | 79 | "format": "ovf",
|
87 | 80 | "guest_additions_mode": "disable",
|
|
96 | 89 | "vboxmanage": [
|
97 | 90 | ["modifyvm", "{{.Name}}", "--memory", "4096"],
|
98 | 91 | ["modifyvm", "{{.Name}}", "--audio", "none"],
|
99 |
| - [ |
100 |
| - "modifyvm", |
101 |
| - "{{.Name}}", |
102 |
| - "--cpus", |
103 |
| - "4", |
104 |
| - "--vrdeport", |
105 |
| - "5050", |
106 |
| - "--vram", |
107 |
| - "10", |
108 |
| - "--graphicscontroller", |
109 |
| - "vmsvga", |
110 |
| - "--ioapic", |
111 |
| - "on" |
112 |
| - ], |
113 |
| - [ |
114 |
| - "storagectl", |
115 |
| - "{{.Name}}", |
116 |
| - "--name", |
117 |
| - "IDE Controller", |
118 |
| - "--controller", |
119 |
| - "PIIX4", |
120 |
| - "--remove" |
121 |
| - ], |
122 |
| - [ |
123 |
| - "storagectl", |
124 |
| - "{{.Name}}", |
125 |
| - "--name", |
126 |
| - "SATA Controller", |
127 |
| - "--controller", |
128 |
| - "IntelAhci", |
129 |
| - "--portcount", |
130 |
| - "2", |
131 |
| - "--hostiocache", |
132 |
| - "on", |
133 |
| - "--bootable", |
134 |
| - "on" |
135 |
| - ], |
136 |
| - [ |
137 |
| - "createhd", |
138 |
| - "--variant", |
139 |
| - "STREAM", |
140 |
| - "--format", |
141 |
| - "VMDK", |
142 |
| - "--size", |
143 |
| - "409600", |
144 |
| - "--filename", |
145 |
| - "/tmp/box-disk002.vmdk" |
146 |
| - ], |
147 |
| - [ |
148 |
| - "storageattach", |
149 |
| - "{{.Name}}", |
150 |
| - "--storagectl", |
151 |
| - "SATA Controller", |
152 |
| - "--port", |
153 |
| - "1", |
154 |
| - "--type", |
155 |
| - "hdd", |
156 |
| - "--medium", |
157 |
| - "/tmp/box-disk002.vmdk" |
158 |
| - ] |
| 92 | + ["modifyvm", "{{.Name}}", "--cpus", "4", "--vrdeport", "5050", "--vram", "10", "--graphicscontroller", "vmsvga", "--ioapic", "on"], |
| 93 | + ["storagectl", "{{.Name}}", "--name", "IDE Controller", "--controller", "PIIX4", "--remove"], |
| 94 | + ["storagectl", "{{.Name}}", "--name", "SATA Controller", "--controller", "IntelAhci", "--portcount", "2", "--hostiocache", "on", "--bootable", "on"], |
| 95 | + ["createhd", "--variant", "STREAM", "--format", "VMDK", "--size", "409600", "--filename", "/tmp/box-disk002.vmdk"], |
| 96 | + ["storageattach", "{{.Name}}", "--storagectl", "SATA Controller", "--port", "1", "--type", "hdd", "--medium", "/tmp/box-disk002.vmdk"] |
159 | 97 | ]
|
160 | 98 | },
|
161 | 99 | {
|
|
0 commit comments