forked from vmware-automation/solutions-import-6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvmware.json
26 lines (26 loc) · 1.7 KB
/
vmware.json
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
{
"vmware": {
"config": {
"version": 1.0
},
"applications": {
"applicationDirectorWebImport": {
"exportFileName": "Oracle-SOA-Suite-11g-v1.0.0.xml",
"exportedFileReadme": "Oracle-SOA-Suite-11g-v1.0.0.xml.readme",
"importSectionHeader": "Oracle SOA Suite 11g",
"exportedWithAppDVersion": 6.0,
"optional": {
"nextStepsMarkdownFile": "Oracle-SOA-Suite-11g-v1.0.0.xml.md",
"enableConsoleLogging": true,
"exportedFileErrorReadme": "Oracle-SOA-Suite-11g-v1.0.0.xml.error.readme",
"headerBulletPoints":[
{"msg": "A blueprint is a visual model for deployment topology. This page has an import utility that allows you to automatically render the selected application blueprint into vCloud Application Director 6.0. If you need this solution for <a href='http://www.vmware.com/files/pdf/vfabric/VMware-vFabric-Application-Director-Datasheet.pdf'> vFabric Application Director</a> 5.x please contact the developer <a href='mailto:sunil@trymaran.com'>here</a>"},
{"msg": "Your Application Director instance needs to be network accessible for the import utility to work"},
{"msg": "You need to have Catalog Admin and Application Architect roles to use import the blueprint into your instance of Application Director"},
{"msg": "If you do not have an instance of Application Director, contact us at <a href='mailto:app-mgmt-partner-support@vmware.com'>Marketplace Support</a>"}
]
}
}
}
}
}