Jump to: navigation, search

Difference between revisions of "OpsGuide"

m
m
Line 80: Line 80:
 
** [[OpsGuide/What to do when things are running slowly|What to do when things are running slowly]]
 
** [[OpsGuide/What to do when things are running slowly|What to do when things are running slowly]]
 
** [[OpsGuide/Uninstalling|Uninstalling]]
 
** [[OpsGuide/Uninstalling|Uninstalling]]
* [[Network Troubleshooting|Network Troubleshooting]]
+
* [[OpsGuide/Network Troubleshooting|Network Troubleshooting]]
** [[Network Troubleshooting#using-ip-a-to-check-interface-states|Using ip a to Check Interface States]]
+
** [[OpsGuide/Network Troubleshooting#using-ip-a-to-check-interface-states|Using ip a to Check Interface States]]
** [[Network Troubleshooting#visualizing-nova-network-traffic-in-the-cloud|Visualizing nova-network Traffic in the Cloud]]
+
** [[OpsGuide/Network Troubleshooting#visualizing-nova-network-traffic-in-the-cloud|Visualizing nova-network Traffic in the Cloud]]
** [[Network Troubleshooting#visualizing-openstack-networking-service-traffic-in-the-cloud|Visualizing OpenStack Networking Service Traffic in the Cloud]]
+
** [[OpsGuide/Network Troubleshooting#visualizing-openstack-networking-service-traffic-in-the-cloud|Visualizing OpenStack Networking Service Traffic in the Cloud]]
** [[Network Troubleshooting#finding-a-failure-in-the-path|Finding a Failure in the Path]]
+
** [[OpsGuide/Network Troubleshooting#finding-a-failure-in-the-path|Finding a Failure in the Path]]
** [[Network Troubleshooting#tcpdump|tcpdump]]
+
** [[OpsGuide/Network Troubleshooting#tcpdump|tcpdump]]
** [[Network Troubleshooting#iptables|iptables]]
+
** [[OpsGuide/Network Troubleshooting#iptables|iptables]]
** [[Network Troubleshooting#network-configuration-in-the-database-for-nova-network|Network Configuration in the Database for nova-network]]
+
** [[OpsGuide/Network Troubleshooting#network-configuration-in-the-database-for-nova-network|Network Configuration in the Database for nova-network]]
** [[Network Troubleshooting#debugging-dhcp-issues-with-nova-network|Debugging DHCP Issues with nova-network]]
+
** [[OpsGuide/Network Troubleshooting#debugging-dhcp-issues-with-nova-network|Debugging DHCP Issues with nova-network]]
** [[Network Troubleshooting#debugging-dns-issues|Debugging DNS Issues]]
+
** [[OpsGuide/Network Troubleshooting#debugging-dns-issues|Debugging DNS Issues]]
** [[Network Troubleshooting#troubleshooting-open-vswitch|Troubleshooting Open vSwitch]]
+
** [[OpsGuide/Network Troubleshooting#troubleshooting-open-vswitch|Troubleshooting Open vSwitch]]
** [[Network Troubleshooting#dealing-with-network-namespaces|Dealing with Network Namespaces]]
+
** [[OpsGuide/Network Troubleshooting#dealing-with-network-namespaces|Dealing with Network Namespaces]]
** [[Network Troubleshooting#assign-a-lost-ipv4-address-back-to-a-project|Assign a lost IPv4 address back to a project]]
+
** [[OpsGuide/Network Troubleshooting#assign-a-lost-ipv4-address-back-to-a-project|Assign a lost IPv4 address back to a project]]
** [[Network Troubleshooting#tools-for-automated-neutron-diagnosis|Tools for automated neutron diagnosis]]
+
** [[OpsGuide/Network Troubleshooting#tools-for-automated-neutron-diagnosis|Tools for automated neutron diagnosis]]
 
* [[Logging and Monitoring]]
 
* [[Logging and Monitoring]]
 
** [[Logging]]
 
** [[Logging]]

Revision as of 14:00, 14 November 2017

OpenStack Operations Guide

Abstract

This guide provides information about operating OpenStack clouds.

We recommend that you turn to the Installation Tutorials and Guides, which contains a step-by-step guide on how to manually install the OpenStack packages and dependencies on your cloud.

While it is important for an operator to be familiar with the steps involved in deploying OpenStack, we also strongly encourage you to evaluate OpenStack deployment tools and configuration-management tools, such as Puppet or Chef, which can help automate this deployment process.

In this guide, we assume that you have successfully deployed an OpenStack cloud and are able to perform basic operations such as adding images, booting instances, and attaching volumes.

As your focus turns to stable operations, we recommend that you do skim this guide to get a sense of the content. Some of this content is useful to read in advance so that you can put best practices into effect to simplify your life in the long run. Other content is more useful as a reference that you might turn to when an unexpected event occurs (such as a power failure), or to troubleshoot a particular problem.

Contents