docs: Add admin and user guide
Add admin and user guide Change-Id: I6f8e81c85c80fc20a875c453554627db800f9a1b
This commit is contained in:
parent
93bd40492c
commit
9fbd2ae95e
17
doc/source/admin/compute.rst
Normal file
17
doc/source/admin/compute.rst
Normal file
@ -0,0 +1,17 @@
|
||||
Manage instances (Compute)
|
||||
==========================
|
||||
|
||||
Manage compute nodes
|
||||
--------------------
|
||||
|
||||
Create a flavor
|
||||
---------------
|
||||
|
||||
Delete a flavor
|
||||
---------------
|
||||
|
||||
Create a host aggregate
|
||||
-----------------------
|
||||
|
||||
Manage host aggregates
|
||||
----------------------
|
5
doc/source/admin/dashboard.rst
Normal file
5
doc/source/admin/dashboard.rst
Normal file
@ -0,0 +1,5 @@
|
||||
Openstack Dashboard
|
||||
====================
|
||||
|
||||
Administrator tab
|
||||
------------------
|
29
doc/source/admin/identity.rst
Normal file
29
doc/source/admin/identity.rst
Normal file
@ -0,0 +1,29 @@
|
||||
Manage projects, users and roles(Identity)
|
||||
==========================================
|
||||
|
||||
Create a role
|
||||
-------------
|
||||
|
||||
Edit a role
|
||||
-----------
|
||||
|
||||
Delete a role
|
||||
--------------
|
||||
|
||||
Add a new project
|
||||
-----------------
|
||||
|
||||
Delete a project
|
||||
----------------
|
||||
|
||||
Update a project
|
||||
----------------
|
||||
|
||||
Add a new user
|
||||
---------------
|
||||
|
||||
Delete a new user
|
||||
-----------------
|
||||
|
||||
Update a user
|
||||
-------------
|
@ -2,5 +2,16 @@
|
||||
Administration Guide
|
||||
====================
|
||||
|
||||
Skyline is an OpenStack dashboard optimized by UI and UE. It has a modern
|
||||
technology stack and ecology, is easier for developers to maintain and
|
||||
operate by users, and has higher concurrency performance.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
skyline-configuration
|
||||
dashboard
|
||||
compute
|
||||
storage
|
||||
identity
|
||||
|
||||
To deploy skyline, see :ref:`skyline-installation-guide`.
|
||||
|
2
doc/source/admin/skyline-configuration.rst
Normal file
2
doc/source/admin/skyline-configuration.rst
Normal file
@ -0,0 +1,2 @@
|
||||
Skyline Configuration
|
||||
=====================
|
8
doc/source/admin/storage.rst
Normal file
8
doc/source/admin/storage.rst
Normal file
@ -0,0 +1,8 @@
|
||||
Manage volumes (Storage)
|
||||
========================
|
||||
|
||||
Create a volume type
|
||||
--------------------
|
||||
|
||||
Delete a volume type
|
||||
--------------------
|
6
doc/source/development/index.rst
Normal file
6
doc/source/development/index.rst
Normal file
@ -0,0 +1,6 @@
|
||||
==================
|
||||
Development Guide
|
||||
==================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
@ -42,6 +42,8 @@ Contributor Docs
|
||||
:maxdepth: 2
|
||||
|
||||
contributor/index
|
||||
development/index
|
||||
test/index
|
||||
|
||||
Release Notes
|
||||
=============
|
||||
|
@ -1,3 +1,5 @@
|
||||
.. _skyline-installation-guide:
|
||||
|
||||
=====================================
|
||||
Skyline Installation Guide for Ubuntu
|
||||
=====================================
|
||||
|
6
doc/source/test/index.rst
Normal file
6
doc/source/test/index.rst
Normal file
@ -0,0 +1,6 @@
|
||||
===========
|
||||
Tests Guide
|
||||
===========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
23
doc/source/user/compute.rst
Normal file
23
doc/source/user/compute.rst
Normal file
@ -0,0 +1,23 @@
|
||||
Launch and manage instances (Compute)
|
||||
=====================================
|
||||
|
||||
Upload an image
|
||||
---------------
|
||||
|
||||
Import a key pair
|
||||
-----------------
|
||||
|
||||
Launch an instance
|
||||
------------------
|
||||
|
||||
Create an instance snapshot
|
||||
----------------------------
|
||||
|
||||
Manage an instance
|
||||
------------------
|
||||
|
||||
Allocate a floating IP address to an instance
|
||||
----------------------------------------------
|
||||
|
||||
Connect to instance by using SSH
|
||||
---------------------------------
|
8
doc/source/user/dashboard.rst
Normal file
8
doc/source/user/dashboard.rst
Normal file
@ -0,0 +1,8 @@
|
||||
Openstack Dashboard
|
||||
===================
|
||||
|
||||
User tab
|
||||
--------
|
||||
|
||||
Console tab
|
||||
-----------
|
@ -1,6 +1,10 @@
|
||||
========================================
|
||||
==================
|
||||
User Documentation
|
||||
========================================
|
||||
==================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
dashboard
|
||||
network
|
||||
compute
|
||||
storage
|
||||
supported-browsers
|
||||
|
17
doc/source/user/network.rst
Normal file
17
doc/source/user/network.rst
Normal file
@ -0,0 +1,17 @@
|
||||
Create and manage networks
|
||||
===========================
|
||||
|
||||
create a network
|
||||
----------------
|
||||
|
||||
create a router
|
||||
----------------
|
||||
|
||||
create a port
|
||||
--------------
|
||||
|
||||
create a fip
|
||||
-------------
|
||||
|
||||
create a security group
|
||||
------------------------
|
20
doc/source/user/storage.rst
Normal file
20
doc/source/user/storage.rst
Normal file
@ -0,0 +1,20 @@
|
||||
Create and manage volumes (Storage)
|
||||
===================================
|
||||
|
||||
Create a volume
|
||||
----------------
|
||||
|
||||
Attach a volume to an instance
|
||||
-------------------------------
|
||||
|
||||
Detach a volume from an instance
|
||||
--------------------------------
|
||||
|
||||
Create a snapshot from a volume
|
||||
--------------------------------
|
||||
|
||||
Edit a volume
|
||||
--------------
|
||||
|
||||
Delete a volume
|
||||
----------------
|
2
doc/source/user/supported-browsers.rst
Normal file
2
doc/source/user/supported-browsers.rst
Normal file
@ -0,0 +1,2 @@
|
||||
Supported Browsers
|
||||
==================
|
Loading…
Reference in New Issue
Block a user