ynojima
a45ee749ac
CLOUDSTACK-2328: Linux native VXLAN support on KVM hypervisor
...
Initial patch for VXLAN support.
Fully functional, hopefully, for GuestNetwork - AdvancedZone.
Patch Note:
in cloudstack-server
- Add isolation method VXLAN
- Add VxlanGuestNetworkGuru as plugin for VXLAN isolation
- Modify NetworkServiceImpl to handle extended vNet range for VXLAN isolation
- Add VXLAN isolation option in zoneWizard UI
in cloudstack-agent (kvm)
- Add modifyvxlan.sh script that handle bridge/vxlan interface manipulation script
-- Usage is exactly same to modifyvlan.sh
- BridgeVifDriver will call modifyvxlan.sh instead of modifyvlan.sh when VXLAN is used for isolation
Database changes:
- No change in database structure.
- VXLAN isolation uses same tables that VLAN uses to store vNet allocation status.
Known Issue and/or TODO:
- Some resource still says 'VLAN' in log even if VXLAN is used
- in UI, "Network - GuestNetworks" dosen't display VNI
-- VLAN ID field displays "N/A"
- Documentation!
Signed-off-by : Toshiaki Hatano <haeena@haeena.net>
2013-09-26 23:37:18 +09:00
Sanjay Tripathi
5c36766ad4
CLOUDSTACK-3842: G11N: SC: Some regression issues occurred on build#4.2-256.
2013-08-09 18:49:58 +05:30
Sanjay Tripathi
71e387f1fa
CLOUDSTACK-3780: G11N: JA: Garbled code display on Pod configuration & Host configuration pages during "Add zone".
2013-07-26 16:00:52 +05:30
Milamber
0a241b8ea8
Update L10N strings from Transifex to repo
2013-07-03 20:52:32 +01:00
Pranav Saxena
c6d361184b
Updated japanse and chinese localization files
2013-06-25 23:25:38 +05:30
Pranav Saxena
8675fe89c0
Japanese globalization properties file
2013-06-14 15:25:07 +05:30
Hiroaki KAWAI
8744d1cdf6
CLOUDSTACK-2406: fix UI strings
...
Japanese properties file was broken, fixed manually.
We need to let the servlet container the encoding to use.
Signed-off-by: Hiroaki KAWAI <kawai@stratosphere.co.jp>
2013-05-27 15:52:23 +09:00
Nitin Mehta
c11dbad9c9
merge master
2013-05-11 15:28:43 +05:30
Milamber
1fed7df0ba
CLOUDSTACK-2138: fix an issue on JA (japanese) resource file. Add ES (spanish) resource file
2013-04-25 00:53:28 +00:00
Milamber
9f5fc3833c
Revert "CLOUDSTACK-2138: fix an issue on JA (japanese) resource file"
...
This reverts commit 26029f0a268cf509b82b5b07ded0bc46b29bdb1b.
2013-04-25 00:52:01 +00:00
Milamber
26029f0a26
CLOUDSTACK-2138: fix an issue on JA (japanese) resource file
2013-04-25 00:50:01 +00:00
Milamber
2db2e7b3af
CLOUDSTACK-2138 : add ca, de_DE, it_IT ja, koçKR,nb_NO pt_BR, ru_RU resource files for UI with ASCII with unicode encoding. (Merging for 4.1/Transifex, sync with transifex), add some languages in combo list on login page on UI
2013-04-25 00:18:21 +00:00
Pranav Saxena
d72e5ffc0f
CLOUDSTACK-1184 Localization - Add Korean label to all locales
2013-02-07 14:05:36 +05:30
Marcus Sorensen
4f274d0b8e
Summary: resizeVolume needs to be available in UI
...
Detail: Adds UI element for resizing a volume
BUG-ID: CLOUDSTACK-644
Reported-by: hongtu_zang@tcloudcomputing.com
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1360091087 -0700
2013-02-05 12:04:47 -07:00
John Kinsella
5658fc4249
CLOUDSTACK-646: Cleaning up Citrix/eula/CloudPlatform references
...
Tried to remove any references to license agreements, EULA, Citrix,
or CloudPlatform. Tested through devcloud, didn't see decreased UI
functionality.
2012-12-16 20:39:03 -08:00
Jessica Wang
4a9f77610c
cloudstack 3.0 UI - check in translated labels for VPC widget (Reviewed-by: Brian)
2012-08-29 10:58:55 -07:00
Jessica Wang
5b556e202e
cloudstack 3.0 UI - add translation labels for VPC widget. (Reviewed-by: Brian)
2012-08-28 15:59:13 -07:00
Jessica Wang
a319ac7055
cloudstack 3.0 UI - VPC - check in translated labels. (Reviewed-by: Brian)
2012-08-28 11:47:32 -07:00
Jessica Wang
6807da63bb
cloudstack 3.0 UI - VPC feature - localize VPC labels in messages_ja.properties for network.js (Reviewed-by: Brian)
2012-08-24 14:56:10 -07:00
Jessica Wang
7f8734f124
CS-15802: cloudstack 3.0 UI - stop/reboot virtualRouter/network - add text "All services provided by this virtualRouter/network will be interrupted" in confirm dialog.
2012-08-23 14:08:20 -07:00
Chip Childers
99b0ea7b10
License header update for the client folder
2012-08-01 13:49:10 -04:00
Jessica Wang
66c6d1ceba
CS-13739: check in Japanese translation file from Japan team
2012-05-25 10:56:42 -07:00
Jessica Wang
b5cb205570
cloudstack 3.0.x UI - checked in Japanese translation file provided by Tetsunori
2012-04-24 11:30:24 -07:00
Jessica Wang
4a7c7da191
CS-13896: cloudstack 3.0 UI - register template, register ISO - correct message and label.
2012-04-18 12:15:25 -07:00
Jessica Wang
baa2acf2f6
cloudstack 3.0 UI - more labels translated.
2012-03-21 09:50:13 -07:00
Jessica Wang
3d327c03be
bug 14056: cloudstack 3.0 UI - infrastructure page - zone detail - physical network listView - provide delete action in listView.
2012-03-20 14:31:56 -07:00
Jessica Wang
59def829ca
cloudstack 3.0 UI - code optimization - seperate code of Enabling Security Group provider code, Adding Netscaler provider, Creating guest network to different functions (to avoid repeating code and to give individual message for each action)
2012-03-20 11:55:09 -07:00
Jessica Wang
20acc4d315
bug 14377: cloudstack 3.0 UI - login - if login fails due to invalid username and password, show a generic error message instead of API returned error message.
2012-03-19 16:04:50 -07:00
Jessica Wang
1ada4dc5c2
cloudstack 3.0 UI - Quick Installer - add host step - change text.
2012-03-13 10:50:51 -07:00
Brian Federle
d6a8db3826
Move untranslated labels into the 'new' section of properties files
2012-02-24 10:29:46 -08:00
Brian Federle
3a28cfddfa
bug 13941
...
Add missing labels for user dashboard
2012-02-23 15:42:44 -08:00
Jessica Wang
1c1ee6e69c
localization files - move translated labels out of new labels section
2012-02-22 19:09:42 -08:00
Jessica Wang
b683312df5
check in new Japanese localization file.
2012-02-22 18:30:30 -08:00
Jessica Wang
186fe658d6
add new labels to message_ja.properties
2012-02-22 14:13:42 -08:00
Jessica Wang
4d4af60690
localize new error message (for add guest network in multiple guest traffic types zone).
2012-02-21 17:08:02 -08:00
Jessica Wang
904825479f
property files: move labels that have been translated out of "new labels" area.
2012-02-20 20:07:30 -08:00
Jessica Wang
1d819e63b6
check in Japanese translation.
2012-02-20 17:45:17 -08:00
Jessica Wang
1dfe656f2a
bug 13864: IP Address page - add new field Purpose (only shown in Basic zone)
2012-02-20 10:24:08 -08:00
Brian Federle
f58cec83c6
bug 13702
...
Fix missing labels for instance state/actions
2012-02-17 16:01:16 -08:00
Brian Federle
80e4b5ef7c
Add a few more missing localization labels
2012-02-17 14:12:53 -08:00
Brian Federle
f223d8086c
Add missing localization for LB UI
2012-02-17 13:54:23 -08:00
Jessica Wang
fab34ce8e5
cloudstack 3.0 new UI - system - network chart - localize text in html code.
2012-02-16 18:01:06 -08:00
Jessica Wang
2f682ea904
cloudstack 3.0 new UI - add zone wizard - localize text in html code.
2012-02-16 17:23:44 -08:00
Jessica Wang
cddbc4daeb
cloudstack 3.0 new UI - localization - move new labels on the top.
2012-02-16 15:55:10 -08:00
Brian Federle
4b2709ceff
Add missing localization for instances.js
2012-02-16 15:42:01 -08:00
Jessica Wang
c05a040c56
cloudstack 3.0 new UI - add more localization labels.
2012-02-16 15:35:44 -08:00
Jessica Wang
9f86abccbd
cloudstack 3.0 new UI - add more localization labels.
2012-02-16 15:25:17 -08:00
Jessica Wang
c3c5b65428
cloudstack 3.0 new UI - add more localization labels.
2012-02-16 15:02:37 -08:00
Brian Federle
6d8a11c74b
Complete localization for quick install wizard
...
-- Also separates EULA into an iframe-embedded HTML file
2012-02-16 14:45:10 -08:00
Jessica Wang
e8c309b447
cloudstack 3.0 new UI - add more localization labels.
2012-02-16 13:55:56 -08:00