Commit Graph

8 Commits

Author SHA1 Message Date
Andreas Jaeger 213fc80135 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: I0770d4c5bb26f1aa5824da5c4693b95dfd4aea53
2019-12-18 09:52:30 +01:00
Andrey Pavlov 4727243d06 Adjust to per-service configuration
Change-Id: I280d2737472e3f1c195d572f8d1c353c18c32598
Depends-On: Ia4d29167cea6dfd19a1970706aafda51a31d5b24
2017-02-28 11:47:15 +00:00
Sergey Kraynev 9e2ceb08ad Remove the last usage of the deleted option TLS
Change-Id: I398f862903109ac6005ca045162ba9318082b4bb
2017-02-16 08:54:47 +00:00
Kirill Bespalov d5eac9e469 Add messaging tls support into macros
Change-Id: I9fc8eaff2e6c9538b711be7a85af7d9777c3ccbb
2017-02-10 18:11:39 +00:00
kbespalov 6660baeb8e Revert name of config template
The naming issue with k8s configmaps keys
already fixed: https://review.openstack.org/#/c/418946/

So, we can revert the file name back to oslo_messaging

Change-Id: I5224f93a605594a41b527ab0f549bd39545931f5
2017-01-13 13:28:14 +03:00
kbespalov 3c81a92b06 Fix macros template naming
The k8s 1.5 does not support the _ in names of keys
of ConfigMaps, so the 'oslo_messaging' is invalid.

But in the same moment we cant use the "-" as
separator because the file name is used due
to importing in jinja2 like:

  import 'oslo-messaging.j2' as oslo-messaging

the "oslo-messaging" is invalid jinja variable.

So, currently the only way is didn't use any
separator: "oslomessaging".

Change-Id: I5594db296d745fe57b13ea3d2cd38be1e74d4d10
2017-01-10 16:38:56 +03:00
Andrey Pavlov b9fd465b73 Adding confugurable port for rabbit
Port from configs added for rabbitmq macro

Change-Id: I22a45729bff6355f6a08da417c20c6d8231632a5
2016-12-28 06:54:25 +00:00
kbespalov 8be506e3e0 Messaging multi-backend support
Add config options to declare by default
rabbitmq as RPC and Notifications backend.

These options will be used to generate
backend-related configs of oslo messaging
and specify dependency.

Change-Id: Ib110af1b9d4feef9085a46518f629e27e8094611
2016-12-21 14:38:16 +03:00