Dietmar Maurer
bf394af598
pveceph init: allow protocol http
...
It is no longer possible to download the key without that.
2015-04-23 06:22:26 +02:00
Dietmar Maurer
b14c577929
lxc GUI: add DNS panel to create wizard.
2015-04-22 18:26:22 +02:00
Emmanuel Kasper
cfb353c894
ext5migration: Replace non working 'text' type with 'string' in model definition
...
See http://stackoverflow.com/questions/29748414/ext-createbyalias-unrecognized-alias-data-field-text-when-migrating-a-ext4
Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
2015-04-22 15:44:56 +02:00
Emmanuel Kasper
ba8c2716ff
ext5migration: add javascript files url routing needed to load the workspace
...
Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
2015-04-22 15:41:22 +02:00
Dietmar Maurer
42fb5a6ab1
lxc GUI: add DNS panel
2015-04-22 15:40:38 +02:00
Dietmar Maurer
2c27e4b7c7
lxc: implement startup and onboot option
2015-04-22 10:49:30 +02:00
Dietmar Maurer
5940550c54
lxc GUI: enable firewall and vlan tag
2015-04-22 07:56:22 +02:00
Dietmar Maurer
30a7e3b78f
lxc network: use 'bridge' property instead of 'link'
2015-04-22 07:52:02 +02:00
Dietmar Maurer
e90fc4719a
add resource panel to lxc create wizard
2015-04-21 12:33:51 +02:00
Dietmar Maurer
6dba2f983d
lxc GUI: implement resource panel (set cpu, memory and swap)
2015-04-21 12:29:03 +02:00
Dietmar Maurer
695ae97b20
fix/add CSS classes for LXC
...
The logo is still wrong.
2015-04-21 06:57:57 +02:00
Dietmar Maurer
14b97a9677
use new PVE.lxc.NetworkInputPanel inside CreateWizard
2015-04-20 18:06:07 +02:00
Dietmar Maurer
3533a5065d
implement network panel for LXC
2015-04-20 17:09:41 +02:00
Dietmar Maurer
853568b088
implement parseLxcNetwork, fix printLxcNetwork
2015-04-20 17:08:05 +02:00
Dietmar Maurer
497f31eeaf
add more vtypes for IP input fields
2015-04-20 17:06:50 +02:00
Dietmar Maurer
8a52defde7
Utils.js: add more regex for IPs
2015-04-20 17:05:36 +02:00
Dietmar Maurer
83726b9d67
copy tree/ResourceTree.js from manager to manager5
2015-04-20 06:14:55 +02:00
Dietmar Maurer
4e247bf4be
copy form/ViewSelector.js from manager to manager5
2015-04-20 06:11:26 +02:00
Dietmar Maurer
4053fc86f2
copy data/ResourceStore.js from manager to manager5
2015-04-20 06:10:08 +02:00
Dietmar Maurer
3445bd32ba
copy data/UpdateStore.js from manager to manager5
2015-04-20 06:08:47 +02:00
Dietmar Maurer
ac40457879
copy data/PVEProxy.js from manager to manager5
2015-04-20 06:07:49 +02:00
Dietmar Maurer
f6dd72c19c
copy StateProvider.js from manager to manager5
2015-04-20 06:06:28 +02:00
Dietmar Maurer
787ae72a20
copy Workspace.js from manager to manager5
2015-04-20 06:05:29 +02:00
Dietmar Maurer
6540e56d12
bump version to 4.0-6
2015-04-18 09:50:20 +02:00
Dietmar Maurer
9e361643a8
GUI: use lxc instead of openvz
2015-04-18 09:47:58 +02:00
Dietmar Maurer
57bbb7ef19
pvestatd: update status of LXC containers
2015-04-18 09:43:45 +02:00
Dietmar Maurer
989b774393
depend on new pve-container package, activate LXC API
2015-04-18 09:40:44 +02:00
Dietmar Maurer
72392546bb
GUI: new helper printLxcNetwork
2015-04-18 09:38:16 +02:00
Dietmar Maurer
b48c68476a
add GUI for LXC containers
2015-04-18 09:37:27 +02:00
Dietmar Maurer
0532bd2857
re-add template download code
...
this was removed by accident.
2015-04-16 07:58:50 +02:00
Emmanuel Kasper
6521c00bed
Change source attribute of javascript include to point to our manager5 directory.
...
For ext 5 developpment, we will include in the html headers every javascript ressources
incrementally, so we can bypass the "make install" step.
Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
2015-04-15 07:38:28 +02:00
Emmanuel Kasper
670ffdb97e
Add extra /manager5 url route to serve local javascript files
...
Provided you symlink the manager5 directory to your git repository,
this will allow to test javascript changes by simply reloading
the page, without calling "make install" in between.
For instance, if you have your pve-manager code in $HOME/pve/pve-manager,
you can do
ln -s $HOME/pve/pve-manager/www/manager5 /usr/share/pve-manager/manager5
and you can serve javascript files directly from your copy of the source repo
curl -k -s -o /dev/null -w "%{http_code}" https://localhost:8006/pve2/manager5/Utils.js && printf "\n"
200
Not that at the momment this is only meant for Ext 5 development
Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
2015-04-15 07:37:40 +02:00
Emmanuel Kasper
b0a6d32616
copy Utils.js from manager to manager5
...
Developement of the ext5 version of the pve-manager will take place
in the www/management5 directory of the git repo.
We start the initial import with Utils.js, who contains variables and
static functions used by all other components.
Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
2015-04-15 07:35:47 +02:00
Dietmar Maurer
549e50f58e
fix typo
2015-04-14 15:09:43 +02:00
Dietmar Maurer
4289f2bcee
fix apt sources for jessie
2015-04-14 14:45:08 +02:00
Dietmar Maurer
d512c1a9d8
bump version to 4.0-5
2015-04-07 09:56:03 +02:00
Dietmar Maurer
371a58dc56
ha GUI: show configuration errors
2015-04-07 09:54:57 +02:00
Dietmar Maurer
fd89376443
add missing file
2015-04-03 18:50:41 +02:00
Dietmar Maurer
b8ebebe1ea
bump version to 4.0-4
2015-04-03 18:49:53 +02:00
Dietmar Maurer
a5278c66f8
ha group editor: fix subject
2015-04-03 16:48:08 +02:00
Dietmar Maurer
04a7d5a32e
add nice ha group selector
2015-04-03 16:36:26 +02:00
Dietmar Maurer
86511bf25e
implement ha resource editor
2015-04-03 12:32:56 +02:00
Dietmar Maurer
1b66fd71fb
implement GUI to manage ha groups
2015-04-03 11:21:22 +02:00
Emmanuel Kasper
46bd42f9fd
Enhance pveproxy by adding an optional ext5 parameter to load the extjs 5 framework
...
Calling the pveproxy with https://localhost:8006/?ext5=1 will
load the web ui with the extjs 5 js libs.
Please note that at the momment the workspace does not load with
extjs 5.
Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
2015-04-03 10:07:56 +02:00
Emmanuel Kasper
124b9f8d66
Add new ExtJSIndex5 package to allow running the pveproxy with two different versions of extjs
...
Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
2015-04-03 10:07:48 +02:00
Dietmar Maurer
3bcf3dda1d
add ha fencing panel (dummy for now)
2015-04-03 09:44:35 +02:00
Dietmar Maurer
02d79a0cc0
add ha resource panel
2015-04-03 09:10:20 +02:00
Dietmar Maurer
2904aaf98f
add ha status view
2015-04-03 08:50:00 +02:00
Dietmar Maurer
71e43f5b3c
add ability to sort Diffstore
2015-04-03 08:47:39 +02:00
Dietmar Maurer
e877877f5e
use new ha infrastructure
2015-04-03 08:36:59 +02:00