Remove Salt
and fix few small errors. Change-Id: I329d7b5a308936ac1edc30177b89a9f80cead567
This commit is contained in:
parent
2f4c5bb5fc
commit
b94f2b5de5
@ -578,8 +578,8 @@ For example:
|
||||
| user_id | 7aaa9b5573ce441b98dae857a82ecc68 |
|
||||
+--------------------------------------+----------------------------------------------------------+
|
||||
|
||||
This output shows that an instance named ``devstack`` was created from
|
||||
an Ubuntu 12.04 image using a flavor of ``m1.small`` and is hosted on
|
||||
This output shows that an instance named ``instance-00000001`` was created from
|
||||
an ``cirros`` image using a flavor of ``m1.small`` and is hosted on
|
||||
the compute node ``c02.example.com``.
|
||||
|
||||
Summary
|
||||
|
@ -16,14 +16,8 @@ configuration options) in a version-controlled repository.
|
||||
not recommend a specific one. The most popular ones in the OpenStack
|
||||
community are:
|
||||
|
||||
* `Puppet <https://puppet.com/>`_, with available `OpenStack
|
||||
Puppet modules <https://github.com/puppetlabs/puppetlabs-openstack>`_
|
||||
* `Ansible <https://www.ansible.com/>`_, with `OpenStack Ansible
|
||||
<https://github.com/openstack/openstack-ansible>`_
|
||||
* `Chef <https://www.chef.io/chef/>`_, with available `OpenStack Chef
|
||||
recipes <https://github.com/openstack/openstack-chef-repo>`_
|
||||
|
||||
Other newer configuration tools include `Juju <https://jujucharms.com/>`_
|
||||
and `Salt <http://www.saltstack.com/>`_; and more mature configuration
|
||||
management tools include `CFEngine <https://cfengine.com/>`_ and `Bcfg2
|
||||
<http://bcfg2.org/>`_.
|
||||
* `Kolla Ansible <https://docs.openstack.org/kolla-ansible/latest/>`_
|
||||
* `Puppet <https://puppet.com/>`_, with available `Puppet OpenStack
|
||||
<https://docs.openstack.org/puppet-openstack-guide/latest/>`_
|
||||
* `Ansible <https://www.redhat.com/en/ansible-collaborative/>`_, with `OpenStack-Ansible
|
||||
<https://docs.openstack.org/project-deploy-guide/openstack-ansible/latest/>`_
|
||||
|
@ -18,8 +18,9 @@ chance for operator error.
|
||||
This infrastructure includes systems to automatically install the
|
||||
operating system's initial configuration and later coordinate the
|
||||
configuration of all services automatically and centrally, which reduces
|
||||
both manual effort and the chance for error. Examples include Ansible,
|
||||
CFEngine, Kolla Ansible, Puppet and Salt. You can even use OpenStack to deploy
|
||||
both manual effort and the chance for error.
|
||||
Examples include OpenStack-Ansible, Kolla Ansible and Puppet.
|
||||
You can even use OpenStack to deploy
|
||||
OpenStack, named TripleO (OpenStack On OpenStack).
|
||||
|
||||
Automated deployment
|
||||
@ -121,7 +122,7 @@ Option 3
|
||||
|
||||
You may find that you can automate the partitioning itself. For
|
||||
example, MIT uses `Fully Automatic Installation
|
||||
(FAI) <http://fai-project.org/>`_ to do the initial PXE-based
|
||||
(FAI) <https://fai-project.org/>`_ to do the initial PXE-based
|
||||
partition and then install using a combination of min/max and
|
||||
percentage-based partitioning.
|
||||
|
||||
@ -178,15 +179,13 @@ and configuration change propagation.
|
||||
|
||||
These tools also make it possible to test and roll back changes, as they
|
||||
are fully repeatable. Conveniently, a large body of work has been done
|
||||
by the OpenStack community in this space. Puppet, a configuration
|
||||
management tool, even provides official modules for OpenStack projects
|
||||
in an OpenStack infrastructure system known as `Puppet
|
||||
OpenStack <https://wiki.openstack.org/wiki/Puppet>`_. Chef
|
||||
configuration management is provided within
|
||||
`OpenStack Chef Repo
|
||||
<https://opendev.org/openstack/openstack-chef-repo>`_. Additional
|
||||
configuration management systems include Juju, Ansible, and Salt. Also,
|
||||
PackStack is a command-line utility for Red Hat Enterprise Linux and
|
||||
by the OpenStack community in this space. Puppet or Ansible, a configuration
|
||||
management tools, even provides official modules for OpenStack projects
|
||||
in an OpenStack infrastructure system known as
|
||||
`Puppet OpenStack <https://docs.openstack.org/puppet-openstack-guide/latest/>`_,
|
||||
`OpenStack-Ansible <https://docs.openstack.org/project-deploy-guide/openstack-ansible/latest/>`_
|
||||
and `Kolla Ansible <https://docs.openstack.org/kolla-ansible/latest/>`_.
|
||||
Also, PackStack is a command-line utility for Red Hat Enterprise Linux and
|
||||
derivatives that uses Puppet modules to support rapid deployment of
|
||||
OpenStack on existing servers over an SSH connection.
|
||||
|
||||
|
@ -76,7 +76,7 @@ experience, such as Mirantis or Metacloud.
|
||||
|
||||
If your preference is to build your own OpenStack expertise internally,
|
||||
a good way to kick-start that might be to attend or arrange a training
|
||||
session. The OpenStack Foundation has a `Training
|
||||
session. The OpenInfra Foundation has a `Training
|
||||
Marketplace <https://www.openstack.org/marketplace/training>`_ where you
|
||||
can look for nearby events. Also, the OpenStack community is `working to
|
||||
produce <https://wiki.openstack.org/wiki/Training-guides>`_ open source
|
||||
@ -139,15 +139,15 @@ Installation Tutorials and Guides
|
||||
automation, for multiple distributions based on a packaging system:
|
||||
|
||||
- `OpenStack Installation Tutorial for openSUSE and SUSE Linux Enterprise
|
||||
<https://docs.openstack.org/ocata/install-guide-obs/>`_
|
||||
<https://docs.openstack.org/install-guide/>`_
|
||||
|
||||
- `OpenStack Installation Tutorial for Red Hat Enterprise Linux and CentOS
|
||||
<https://docs.openstack.org/ocata/install-guide-rdo/>`_
|
||||
<https://docs.openstack.org/install-guide/>`_
|
||||
|
||||
- `OpenStack Installation Tutorial for Ubuntu
|
||||
<https://docs.openstack.org/ocata/install-guide-ubuntu/>`_
|
||||
<https://docs.openstack.org/install-guide/>`_
|
||||
|
||||
`OpenStack Configuration Reference <https://docs.openstack.org/ocata/config-reference/>`_
|
||||
`OpenStack Configuration Reference <https://docs.openstack.org/2024.2/configuration/>`_
|
||||
Contains a reference listing of all configuration options for core
|
||||
and integrated OpenStack services by release version
|
||||
|
||||
@ -176,7 +176,7 @@ Installation Tutorials and Guides
|
||||
OpenStack cloud with the OpenStack dashboard and OpenStack client
|
||||
commands
|
||||
|
||||
`OpenStack Networking Guide <https://docs.openstack.org/ocata/networking-guide/>`_
|
||||
`OpenStack Networking Guide <https://docs.openstack.org/neutron/latest/admin/index.html>`_
|
||||
This guide targets OpenStack administrators seeking to deploy and
|
||||
manage OpenStack Networking (neutron).
|
||||
|
||||
@ -402,7 +402,7 @@ Documentation Contributor
|
||||
Guide <https://docs.openstack.org/doc-contrib-guide/>`_.
|
||||
|
||||
If you find a bug and can't fix it or aren't sure it's really a doc bug,
|
||||
log a bug in `
|
||||
Storyboard <https://storyboard.openstack.org/#!/project/openstack/operations-guide>`_. You can assign the bug to yourself if you know how to
|
||||
log a bug in `Storyboard <https://storyboard.openstack.org/#!/project/openstack/operations-guide>`__.
|
||||
You can assign the bug to yourself if you know how to
|
||||
fix it. Also, a member of the OpenStack operations-doc team can triage the doc
|
||||
bug.
|
||||
|
Loading…
x
Reference in New Issue
Block a user