Operations structure

This commit is contained in:
Ales Komarek
2016-01-25 13:52:23 +01:00
parent 21f2dab360
commit e590eb6f41
12 changed files with 67 additions and 13 deletions

9
.gitmodules vendored
View File

@@ -1,9 +1,18 @@
[submodule "formulas/git"]
path = formulas/git
url = https://github.com/tcpcloud/salt-formula-git.git
[submodule "formulas/linux"]
path = formulas/linux
url = https://github.com/tcpcloud/salt-formula-linux.git
[submodule "formulas/ntp"]
path = formulas/ntp
url = https://github.com/tcpcloud/salt-formula-ntp.git
[submodule "formulas/openssh"]
path = formulas/openssh
url = https://github.com/tcpcloud/salt-formula-openssh.git
[submodule "formulas/reclass"]
path = formulas/reclass
url = https://github.com/tcpcloud/salt-formula-reclass.git
[submodule "formulas/salt"]
path = formulas/salt
url = https://github.com/tcpcloud/salt-formula-salt.git

View File

@@ -240,7 +240,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'openstack-salt',
'openstack-salt Documentation',
'OpenStack-Salt Documentation',
[author], 1)
]
@@ -255,7 +255,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'openstack-salt',
'openstack-salt Documentation',
'OpenStack-Salt Documentation',
author, 'openstack-salt', 'One line description of project.',
'Miscellaneous'),
]

View File

@@ -1,14 +1,14 @@
.. openstack-salt documentation master file, created by
sphinx-quickstart on Mon Nov 25 09:13:17 2015.
Welcome to OpenStack-Salt's documentation!
==========================================
===============================
OpenStack-Salt's Documentation
===============================
Overview
========
This project provides complete set of Salt configuration templates for installing and operating robust OpenStack cloud deployments.
This project provides scalable and reliable IT automation using SaltStack for installing and operating OpenStack cloud deployments.
Contents:

View File

@@ -1,5 +1,5 @@
Reclass classification
Pillars classification
=========================

View File

@@ -4,14 +4,13 @@ SaltStack configuration
OpenStack-Salt Deployment uses Salt configuration platform to install and manage OpenStack. Salt is an automation platform that greatly simplifies system and application deployment. Salt infrastructure uses asynchronous and reliable RAET protocol to communicate and it provides speed of task execution and message transport.
Salt uses *formulas* to define resources written in the YAML language that orchestrate the individual parts of system into the working entity. For more information, see `Salt - Intro to Playbooks <http://docs.Salt.com/playbooks_intro.html>`_.
Salt uses *formulas* to define resources written in the YAML language that orchestrate the individual parts of system into the working entity. For more information, see `Salt Formulas <https://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html>`_.
This guide refers to the host running Salt formulas and metadata service as the *master* and the hosts on which Salt installs OSA as the *minions*.
This guide refers to the host running Salt formulas and metadata service as the *master* and the hosts on which Salt installs the OpenStack-Salt as the *minions*.
A recommended minimal layout for deployments involves five target hosts in total: three infrastructure hosts, and two compute host. All hosts require one network interface. More information on setting up target hosts can be found in `the section called "Server topology" <overview-server-topology.html>`_.
For more information on physical, logical, and virtual network interfaces within hosts see `the section called "Host
networking" <overview-hostnetworking.html>`_.
For more information on physical, logical, and virtual network interfaces within hosts see `the section called "Server networking" <overview-server-networking.html>`_.
--------------

View File

@@ -6,7 +6,7 @@ Chapter 1. Overview
.. toctree::
overview-salt.rst
overview-reclass.rst
overview-pillar.rst
overview-requirements.rst
overview-server-networking.rst
overview-server-topology.rst

View File

@@ -0,0 +1,8 @@
Event monitoring
============================
--------------
.. include:: navigation.txt

View File

@@ -0,0 +1,8 @@
Log monitoring
============================
--------------
.. include:: navigation.txt

View File

@@ -0,0 +1,8 @@
Meter monitoring
============================
--------------
.. include:: navigation.txt

View File

@@ -1,7 +1,20 @@
===========================================
===========================================
Chapter 2. Monitoring, Metering and Logging
===========================================
.. toctree::
monitoring-events.rst
monitoring-meters.rst
monitoring-logs.rst
--------------
.. include:: navigation.txt
.. include:: navigation.txt

View File

@@ -0,0 +1,8 @@
Troubleshooting database
============================
--------------
.. include:: navigation.txt

View File

@@ -5,6 +5,7 @@ Chapter 3. Troubleshooting OpenStack
.. toctree::
troubleshoot-database.rst
troubleshoot-networking.rst
--------------