RETIRED, Configure a cloud
Go to file
OpenDev Sysadmins 185bed9d6a OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:29:55 +00:00
doc/source Officially deprecate os-cloud-config 2017-01-25 15:29:37 -05:00
os_cloud_config Officially deprecate os-cloud-config 2017-01-25 15:29:37 -05:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:41:40 +00:00
.gitignore Modify gitignore to ignore cover 2014-09-12 15:57:10 +09:00
.gitreview OpenDev Migration Patch 2019-04-19 19:29:55 +00:00
.mailmap First post. 2014-03-02 18:05:06 +13:00
.testr.conf First post. 2014-03-02 18:05:06 +13:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:38 +00:00
HACKING.rst First post. 2014-03-02 18:05:06 +13:00
LICENSE First post. 2014-03-02 18:05:06 +13:00
MANIFEST.in First post. 2014-03-02 18:05:06 +13:00
README.rst Officially deprecate os-cloud-config 2017-01-25 15:29:37 -05:00
babel.cfg First post. 2014-03-02 18:05:06 +13:00
requirements.txt Updated from global requirements 2017-02-09 18:19:30 +00:00
setup.cfg Remove support for py33/py26 2016-03-23 02:44:27 +00:00
setup.py Updated from global requirements 2015-09-17 12:15:42 +00:00
test-requirements.txt Updated from global requirements 2017-01-15 09:27:17 +00:00
tox.ini Remove support for py33/py26 2016-03-23 02:44:27 +00:00

README.rst

Warning

os-cloud-config is DEPRECATED in the Ocata release and will be removed in Pike.

Team and repository tags

image

os-cloud-config

Configuration for OpenStack clouds.

When first installing an OpenStack cloud there are a number of common up-front configuration tasks that need to be performed. To alleviate the need for different sets of tooling to reinvent solutions to these problems, this package provides a set of tools.

These tools are intended to be well-tested, and available as importable Python modules as well as command-line tools.

Features

  • generate-keystone-pki:
    • Generate a certificate authority and a signing key for use with Keystone Public Key Infrastructure token signing.
  • init-keystone:
    • Initialize Keystone on a host with a provided admin token, admin e-mail and admin password. Also allows optionally changing the region and the public endpoint that Keystone registers with itself.
  • register-nodes:
    • Register nodes with a baremetal service, such as Nova-baremetal or Ironic.
  • setup-endpoints:
    • Register services, such as Glance and Cinder with a configured Keystone.
  • setup-flavors:
    • Creates flavors in Nova, either describing the distinct set of nodes the cloud has registered, or a custom set of flavors that has been specified.
  • setup-neutron:
    • Configure Neutron at the cloud (not the host) level, setting up either a physical control plane network suitable for deployment clouds, or an external network with an internal floating network suitable for workload clouds.