Skip to content
This repository was archived by the owner on Jan 20, 2021. It is now read-only.

Commit 3893c02

Browse files
shwstpprnvazquez
authored andcommitted
compute: vApps frontend support (#550)
Support for vApp VM deployment for VMware Backend PR - apache/cloudstack#4250 Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com> Co-authored-by: nvazquez <nicovazquez90@gmail.com>
1 parent 67cfc16 commit 3893c02

File tree

5 files changed

+421
-64
lines changed

5 files changed

+421
-64
lines changed

src/config/section/image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default {
4343
}
4444
return fields
4545
},
46-
details: ['name', 'id', 'displaytext', 'checksum', 'hypervisor', 'format', 'ostypename', 'size', 'isready', 'passwordenabled', 'sshkeyenabled', 'directdownload', 'isextractable', 'isdynamicallyscalable', 'ispublic', 'isfeatured', 'crosszones', 'type', 'account', 'domain', 'created', 'url'],
46+
details: ['name', 'id', 'displaytext', 'checksum', 'hypervisor', 'format', 'ostypename', 'size', 'isready', 'passwordenabled', 'sshkeyenabled', 'directdownload', 'deployasis', 'isextractable', 'isdynamicallyscalable', 'ispublic', 'isfeatured', 'crosszones', 'type', 'account', 'domain', 'created', 'url'],
4747
searchFilters: ['name', 'zoneid', 'tags'],
4848
related: [{
4949
name: 'vm',

src/locales/en.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,7 @@
702702
"label.demote.project.owner.user": "Demote user to Regular role",
703703
"label.deleting.template": "Deleting template",
704704
"label.deny": "Deny",
705+
"label.deployasis":"Deploy As-Is",
705706
"label.deploymentplanner": "Deployment planner",
706707
"label.description": "Description",
707708
"label.destcidr": "Destination CIDR",
@@ -1142,6 +1143,7 @@
11421143
"label.isvolatile": "Volatile",
11431144
"label.item.listing": "Item listing",
11441145
"label.items": "items",
1146+
"label.i.accept.all.license.agreements": "I accept all license agreement",
11451147
"label.japanese.keyboard": "Japanese keyboard",
11461148
"label.keep": "Keep",
11471149
"label.keep.colon": "Keep:",
@@ -1213,6 +1215,7 @@
12131215
"label.ldap.group.name": "LDAP Group",
12141216
"label.ldap.port": "LDAP port",
12151217
"label.level": "Level",
1218+
"label.license.agreements": "License agreements",
12161219
"label.limit": "Limit",
12171220
"label.limitcpuuse": "CPU Cap",
12181221
"label.limits": "Configure Limits",
@@ -2869,6 +2872,7 @@
28692872
"message.launch.zone.description": "Zone is ready to launch; please proceed to the next step.",
28702873
"message.launch.zone.hint": "Configure network components and traffic including IP addresses.",
28712874
"message.ldap.group.import": "All The users from the given group name will be imported",
2875+
"message.license.agreements.not.accepted": "License agreements not accepted",
28722876
"message.link.domain.to.ldap": "Enable autosync for this domain in LDAP",
28732877
"message.listnsp.not.return.providerid": "error: listNetworkServiceProviders API doesn't return VirtualRouter provider ID",
28742878
"message.listview.subselect.multi": "(Ctrl/Cmd-click)",
@@ -2920,6 +2924,7 @@
29202924
"message.number.zones": "<h2><span> # of </span> Zones</h2>",
29212925
"message.outofbandmanagement.action.maintenance": "Warning host is in maintenance mode",
29222926
"message.ovf.properties.available": "There are OVF properties available for customizing the selected appliance. Please edit the values accordingly.",
2927+
"message.ovf.configurations": "OVF configurations available for the selected appliance. Please select the desired value. Incompatible compute offerings will get disbaled.",
29232928
"message.password.has.been.reset.to": "Password has been reset to",
29242929
"message.password.of.the.vm.has.been.reset.to": "Password of the VM has been reset to",
29252930
"message.pending.projects.1": "You have pending project invitations:",
@@ -2945,6 +2950,7 @@
29452950
"message.publicip.state.free": "The IP address is ready to be allocated.",
29462951
"message.publicip.state.releasing": "The IP address is being released for other network elements and is not ready for allocation.",
29472952
"message.question.are.you.sure.you.want.to.add": "Are you sure you want to add",
2953+
"message.read.accept.license.agreements": "Please read and accept the terms for the license agreements.",
29482954
"message.read.admin.guide.scaling.up": "Please read the dynamic scaling section in the admin guide before scaling up.",
29492955
"message.recover.vm": "Please confirm that you would like to recover this VM.",
29502956
"message.redirecting.region": "Redirecting to region...",
@@ -3021,6 +3027,7 @@
30213027
"message.step.3.continue": "Please select a disk offering to continue",
30223028
"message.step.4.continue": "Please select at least one network to continue",
30233029
"message.step.4.desc": "Please select the primary network that your virtual instance will be connected to.",
3030+
"message.step.license.agreements.continue": "Please aceept all license agreements to continue",
30243031
"message.storage.traffic": "Traffic between CloudStack's internal resources, including any components that communicate with the Management Server, such as hosts and CloudStack system VMs. Please configure storage traffic here.",
30253032
"message.success.enable.saml.auth": "Successfully enabled SAML Authorization",
30263033
"message.success.create.user": "Successfully created user",

0 commit comments

Comments
 (0)