Commit Graph

13 Commits

Author SHA1 Message Date
Andreas Jaeger 854b3c5d37 Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: Iffe3a7de281b48693606fe0c84ebec8190018167
2019-12-18 09:41:48 +01:00
Andreas Jaeger 63da6fa938 Replace obsolote openstack.org URLs
Project specific URLs are obsolete, use docs.openstack.org - and use
https for that site.

Change-Id: I6b6948539a73da8fc33e252d90bd6dee16e10b80
2017-04-19 19:11:33 +00:00
Alexey Deryugin 007a8713ad Make components use PyMySQL as default DB driver
Change-Id: Id012cb764de3b109d95e7c4a29d1d9c94e337117
Closes-Bug: #1550192
2016-11-07 11:44:54 +00:00
Alexey Deryugin 67cfb4ee3b Completely remove nova-network support
nova-network is deprcated since 7.0, so we need
to delete all nova-network related manifests.

Change-Id: I3b1016547de224bbe42b41d946be58ffec5b283f
Closes-Bug: #1590367
DocImpact
2016-06-17 13:03:13 +03:00
iberezovskiy 2caf08909b Adapt synced Nova module for Fuel usage
Key moments:
    * Return implementation of type and provider for nova_floating_range
    * Make package 'bridge-utils' install optional
      commit - I744fe89e8d9dae79a5b822ac1a1ad4cee780bfc4
    * Add workaround for MySQL module
    * Fix duplication errors in openstack module
    * Revise patch for two dns servers
    * Fix lint issues
      commit: 7a4e067e9241a3fffec4b2d521f070f0bea1f50f
    * Add noop tests for new parameters

  Closes-bug: #1468230
  Closes-bug: #1469308

  Implements: blueprint upgrade-openstack-puppet-modules

Change-Id: Ie5732f4976d688f3788cc83d3b1bac7231fcd314
2015-07-07 13:06:12 +00:00
Joe Topjian 3a1dd1ea05 Beginning cleanup/refactor of puppetlabs-openstack.
Started to create individual manifests for core openstack components such as
Glance, keystone, nova, and horizon. Began to incorporate those
manifests into main manifests. Wrote some tests. Fixed some typos.
2012-10-16 11:20:01 -07:00
Dan Bode d03f4ae069 Update README to specify promisc mode for interfaces as a req
Permiscious mode is required for interfaces that are acting as
the internal VM network.

This commit adds this requirement to the README
2012-06-25 12:21:22 -07:00
Branan Purvine-Riley 2f96b9aaef Cleanup documentation in prep for release
* Make sure all paragraphs are flowed to the same width
* Fix capitalization/grammar errors
* Unify terminology (eg puppetmaster vs. Puppet Master)
* Rephrase some sections that seemed unclear to me
2012-06-12 16:17:15 -07:00
Sebastien Badia 4592eb9651 Typo correct (for the moment openstack is avail. only on wheezy) 2012-06-12 01:39:25 +02:00
Dan Bode 6f2c82dfcb Refactor README in preparation for release.
This commit contains a completely refactored README.
2012-06-11 12:11:17 -07:00
Dan Bode 516d1114dc Link to issues 2012-05-14 16:08:48 -07:00
Branan Purvine-Riley 44797e1286 README cleanups/fixes
* Fix the instructions
* Add some formatting around commands and classes
2012-05-01 10:59:49 -07:00
Dan Bode 649d3b726d Total rewrite of the openstack project
Converts the entire project from submodules to
a single module with a rake task to manage its dependencies.

This has been done b/c there needs to be a module called openstack
to contain all of the higher level openstack specifications.
2012-04-30 17:31:29 -07:00