Commit Graph

5 Commits

Author SHA1 Message Date
Andreas Jaeger 0bd2204275 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: I4d5fbddcc068c176780bc3552b2f989ac1351f73
2019-12-18 09:55:36 +01:00
OpenDev Sysadmins 8315e4867b 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:49:52 +00:00
Andrey Pavlov 820bde0143 Store sensitive configs in secret
Change-Id: If7c3d7e5698efe19c3805d5bbb98e90010a22b4e
Depends-On: Ie6a9833cdf73b076e24204d47e5898dfb24de43e
2017-03-06 08:26:25 +00:00
kbespalov 8f47dac76a Initial commit
The repository will be consist of:

[+] The redis service definition.The redis used by zmq driver as matchmaker
    (servers discovering).
[+] The zmq-proxy service - the central proxy which perform a message
    redirection to endpoints to avoid direct connections
    between openstack services (n^2 connections).

To allow an OpenStack service configuration and dependencies
switching between ZMQ and RabbitMQ back-ends can be used next
config section (rabbitmq is default):

  messaging:
    backend:
      rpc: zmq
      notifications: rabbitmq

Because there is cases when back-end name is not actually
name of depended service, like `zmq` backend name !=
`zmq-proxy` and `redis`, there is special section of
dependencies definiton:

  messaging:
    dependencies:
       zmq: zmq-proxy

Services, which uses oslo.messaging can specify messaging
dependency by generic way:

  dependencies:
    - {{ messaging.dependencies[messaging.backend.rpc] }}
    - {{ messaging.dependencies[messaging.backend.notifications] }}

Change-Id: I63cd5d008eb8e97903e303f37ac8a90616d4c4a2
2017-03-02 12:08:50 +00:00
OpenStack Project Creator 44d36dee6a Added .gitreview 2016-11-20 20:24:19 +00:00