5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-10 01:17:51 +03:00
Commit Graph

964 Commits

Author SHA1 Message Date
Fabian Grünbichler
fff735f96d pve-doc-generator: add rules for bash-completion
while these are not strictly documentation, they use the same mechanisms
and are generated at the same time as the man pages.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-10-18 14:12:20 +02:00
Fabian Grünbichler
54656a43a3 pve-doc-generator: make include dirs configurable
by setting PERL_DOC_INC_DIRS before including pve-doc-generator.mk

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-10-18 14:12:20 +02:00
Rhonda D'Vine
ee0fb57b0f Adjust example cipher string in doc for default
Even though this is meant as an example, it makes sense to keep it in
sync with what the actual default is.

Signed-off-by: Rhonda D'Vine <rhonda@proxmox.com>
2018-10-17 08:15:21 +02:00
Wolfgang Bumiller
144d5edebe minor cleanups, typo and whitespace fixes
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-10-01 10:41:37 +02:00
Alexandre Derumier
2975cb7a5d improve spectre/meltdown cpu flags documentation
-add new cpuflags for spectre v4.
-split cpuflags between amd && intel processors
2018-10-01 10:25:16 +02:00
Alexandre Derumier
924c0ec946 firewall doc : remove wrong note
Documentation said that vm need to be restart after enable/disable
firewall option on interface.

This is wrong, the fwbr is added/removed online, and tap are
unplug/plug to fwbr online too
2018-09-27 06:33:41 +02:00
Thomas Lamprecht
cfd48f55a0 qm: vmgenid: add note for initial addition on existing VMs
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-09-21 16:16:06 +02:00
Thomas Lamprecht
effa481895 qm: vmgenid: fix spacing and reword,
also pass links as footnote, link to a conmon guid generator, ...

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-09-21 16:16:06 +02:00
Dominik Csapak
319d5325c0 qm: add vmgenid documentation
explain how to use it, what it is and a link to further documentation

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-09-21 16:15:56 +02:00
Dietmar Maurer
0c83a706e6 api-viewer: correctly escape html when displaying return types.
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2018-09-14 13:36:36 +02:00
Thomas Lamprecht
fd880d44c7 buildsys: allow missing pve-doc-generator.mk on build/clean
Avoids the following warning when running initial building or
running make clean (initially, or twice):

> Makefile:38: pve-doc-generator.mk: No such file or directory

As we can do without this, simply tell make to ignore it if missing.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-09-13 09:54:12 +02:00
Dominik Csapak
91ef956f9f use https for the website
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-09-13 09:16:13 +02:00
Dominik Csapak
371fa8e0d5 change pricing link to en
since the language on proxmox.com depends on the cookie,
using no language in the url leads to a 404 if the
cookie says 'german', so always link to the english site

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-09-13 09:15:45 +02:00
Fabian Grünbichler
a8b49312f6 d/compat: bump to 10
(enables parallel builds by default)

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-09-13 09:06:43 +02:00
Fabian Grünbichler
959bc81c13 build: fix broken parallel builds
a2x only supports destination folders for HTML based variants, but fortunately
that is enough in our case without needing extra workarounds.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-09-13 09:06:29 +02:00
Fabian Grünbichler
c8311c1edd d/control: add missing build-dependencies
gathered by building in a minimal Debian Stretch chroot with just the
listed build-dependencies installed.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-09-13 09:06:15 +02:00
Fabian Grünbichler
b5b9709a1c d/control: bump debhelper build-dependency
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-09-13 08:50:20 +02:00
Fabian Grünbichler
bd21aef95d build: wrap-and-sort debian/
for consistency and easier diffing

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-09-13 08:50:11 +02:00
Fabian Grünbichler
fa764571f6 build: refactor build process
build packages in one go by moving individual .deb targets into install
targets called by dpkg-buildpackage.

all three binary packages are bootstrappable on a straight Debian host,
so there is no need to call dpkg-buildpackage separately for each of
them.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-09-13 08:40:01 +02:00
Alexandre Derumier
59b586cb29 remove note about vlan management interface
This seem wrong,
it's possible to setup management vlan interface
on vlanaware bridge without conflict with vm.

(If vlan management is setup with vmbrX.Y)
2018-09-11 09:24:54 +02:00
Alexandre Derumier
038dc7df35 add vlanaware bridge management vlan configuration 2018-09-11 09:24:25 +02:00
Dietmar Maurer
22a5acc858 used proxmox CI colors for network graphics 2018-09-05 08:41:03 +02:00
Alexandre Derumier
47cf2d10c2 vxlan: increase mtu to 1550
vxlan encapsulation have 50 bytes overhead,so we need to increase
mtu on physical interfaces to avoid fragmentation.
2018-08-28 13:11:34 +02:00
Alexandre Derumier
83c80b5d9a vrf : remove net.ipv4.tcp_l3mdev_accept=1 sysctl tuning
kernel has been patched
https://git.proxmox.com/?p=pve-kernel.git;a=commit;h=49b6d16422120bf40204c40729c17a72e177e690
2018-08-28 13:11:34 +02:00
David Limbeck
a35aad4add fix typos/wording
Signed-off-by: David Limbeck <d.limbeck@proxmox.com>
2018-08-23 14:32:54 +02:00
Dietmar Maurer
beb0ab8082 pve-patch-process.tt: another graphviz example graph
Not used currently.
2018-08-17 12:25:58 +02:00
Dietmar Maurer
d00b6482df remove nwdiag related things
We do not use those graphics.
2018-08-17 09:09:46 +02:00
Dietmar Maurer
33c6f9881e pve-software-stack.tt: cleanup - set global fontname 2018-08-17 09:00:17 +02:00
Dietmar Maurer
891225282b pve-software-stack.tt: add AppArmor and cgroups 2018-08-17 08:54:30 +02:00
Dietmar Maurer
d583c3d3bf pve-software-stack.tt: s/Daemons/Services/ 2018-08-17 08:42:54 +02:00
Dietmar Maurer
02e6a824e1 use graphviz to generate pve-software-stack.svg
Produces much smaller .svg file
2018-08-16 13:13:57 +02:00
Dietmar Maurer
d38f52f0ba add generated svg images 2018-08-16 10:14:19 +02:00
Dietmar Maurer
50f88938f6 install and use new network diagrams 2018-08-16 10:13:16 +02:00
Dietmar Maurer
1ff5e4e80e thumbnail: allow to reference all images inside /images subdir
Before, we was limited to /images/screenshots/
2018-08-16 10:13:16 +02:00
Dietmar Maurer
49833ad764 add graphviz picture for our default bonded network setup 2018-08-16 10:13:16 +02:00
Dietmar Maurer
6a1bebac98 add graphviz picture for our default routed network setup 2018-08-16 10:13:16 +02:00
Dietmar Maurer
ae803a00f1 pve_network_templates.tt: add macro for ethernet interfaces 2018-08-16 10:13:16 +02:00
Dietmar Maurer
c1801c524c add graphviz picture for our default bridged network setup 2018-08-16 10:13:16 +02:00
Dietmar Maurer
bef01a6104 add framework to generate network graphs using graphviz 2018-08-16 10:13:16 +02:00
Alexandre Derumier
76b6e85702 vxlan-evpn : add documentation to external routing
without bgp between proxmox and external router
2018-08-14 12:27:30 +02:00
Alexandre Derumier
ccecb4f94c split sysctl.conf to symmetric and asymmetric setup 2018-08-14 12:27:09 +02:00
Alexandre Derumier
5dde3d6458 vxlan : remove vlanaware bridge documentation 2018-08-14 12:26:56 +02:00
David Limbeck
d4a9910fec fix #1850: small additions 2018-08-14 12:22:42 +02:00
Alexandre Derumier
1821b137ad add vxlan l3 routing
This add documentation for inter vxlan routing, with frr and anycast gateway.
2018-08-11 11:18:09 +02:00
Dietmar Maurer
445822a946 add documentation for vxlan layer 2 network
Thank to Alexandre Derumier <aderumier@odiso.com> for providing these docs.
2018-08-09 08:03:44 +02:00
Dietmar Maurer
e2a74c9e49 bump version to 5.2-8 2018-08-08 08:52:32 +02:00
Dominik Csapak
0235c7415c add lvm/zfs anchors
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-08-08 07:42:35 +02:00
Thomas Lamprecht
d75e644b20 follow up: fix preformatted-block syntax and newlines
four '-' are enough, common use and as they need to be symmetric also
easier to handle manually.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-31 11:19:53 +02:00
Thomas Lamprecht
b0014034b4 follow up: use higher heading level
else this is not visible in the one-page html document

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-31 11:17:09 +02:00
Stoiko Ivanov
19b04e775f certificate-managment.adoc: describe dir change
Adds a section with example of how to change the default ACME account from the
LE staging to production directory.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2018-07-31 11:00:09 +02:00