forked from zstackio/doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.rst~
executable file
·64 lines (50 loc) · 2.31 KB
/
index.rst~
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
==================
ZStack User Manual
==================
------------
Introduction
------------
ZStack is an open source software that manages compute nodes, networks, and storage to provide infrastructure as a service(IaaS)
solution, written in Java and Python.
This documentation is a full reference of all ZStack features. If you haven't installed ZStack and tried out several tutorials,
please visit our `web site <http://zstack.org>`_ for `installation <http://zstack.org/installation>`_ and `tutorials <http://zstack.org/tutorials>`_.
Chapters in this documentation are arranged in sections of:
- **Overview**: gives your a brief background of the topic.
- **Inventory**: explains the data model of the resource (e.g. zone, virtual machine), which usually starts with a table listing
properties of the resource, and is followed by detailed explanations of properties that are not straightforward.
- **Operations**: explains every API manipulating the resource. APIs are explained in examples of ZStack command tool that you
will see in chapter 3.
- **Global Configurations**: explains every global configuration that can be applied to the resource, if there is any.
- **System Tags**: explains every system tag that can be applied to the resource, if there is any.
We recommend users to start with the chapter :ref:`Introduction` and read at least chapters :ref:`Resource Model <resource>`, :ref:`Command Line Tool <cli>`,
and :ref:`Query <query>` all of which are important for your daily use of ZStack. For other chapters, you can use them as references
when you need, for example, looking up chapter :ref:`Virtual Machine <vm>` when you want to find out the command for creating a VM.
--------
Chapters
--------
.. toctree::
:maxdepth: 1
userManual/introduction
userManual/resource
userManual/cli
userManual/query
userManual/globalConfigure
userManual/tag
userManual/zone
userManual/cluster
userManual/host
userManual/primaryStorage
userManual/l2Network
userManual/l3Network
userManual/image
userManual/backupStorage
userManual/volume
userManual/diskOffering
userManual/instanceOffering
userManual/vm
userManual/securityGroup
userManual/virtualRouter
userManual/vip
userManual/portForwarding
userManual/eip
userManual/volumeSnapshot