docs: Add admin and user guide

Add admin and user guide

Change-Id: I6f8e81c85c80fc20a875c453554627db800f9a1b
This commit is contained in:
yangsngshaoxue 2022-08-26 17:55:03 +08:00
parent 93bd40492c
commit 9fbd2ae95e
16 changed files with 166 additions and 4 deletions

View File

@ -0,0 +1,17 @@
Manage instances (Compute)
==========================
Manage compute nodes
--------------------
Create a flavor
---------------
Delete a flavor
---------------
Create a host aggregate
-----------------------
Manage host aggregates
----------------------

View File

@ -0,0 +1,5 @@
Openstack Dashboard
====================
Administrator tab
------------------

View 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
-------------

View File

@ -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`.

View File

@ -0,0 +1,2 @@
Skyline Configuration
=====================

View File

@ -0,0 +1,8 @@
Manage volumes (Storage)
========================
Create a volume type
--------------------
Delete a volume type
--------------------

View File

@ -0,0 +1,6 @@
==================
Development Guide
==================
.. toctree::
:maxdepth: 1

View File

@ -42,6 +42,8 @@ Contributor Docs
:maxdepth: 2
contributor/index
development/index
test/index
Release Notes
=============

View File

@ -1,3 +1,5 @@
.. _skyline-installation-guide:
=====================================
Skyline Installation Guide for Ubuntu
=====================================

View File

@ -0,0 +1,6 @@
===========
Tests Guide
===========
.. toctree::
:maxdepth: 1

View 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
---------------------------------

View File

@ -0,0 +1,8 @@
Openstack Dashboard
===================
User tab
--------
Console tab
-----------

View File

@ -1,6 +1,10 @@
========================================
==================
User Documentation
========================================
==================
.. toctree::
:maxdepth: 1
dashboard
network
compute
storage
supported-browsers

View 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
------------------------

View 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
----------------

View File

@ -0,0 +1,2 @@
Supported Browsers
==================