Commit Graph

8 Commits

Author SHA1 Message Date
Andreas Jaeger a497e15a00 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: Iaf61f1be5c082af0f602834e86748e667a4273e5
2019-12-18 09:48:37 +01:00
Sergey Kraynev 0a9850e1d4 Add TLS support for Keystone
- Add files for certificates
- Add config file for nginx service
- Update service definition by adding new container for nginx
- Update wsgi to use localhost

This patch requires patches in other repos:
 - fuel-ccp
 - fuel-ccp-entrypoint
 - fuel-ccp-nginx

Co-Authored-By: Artur Zarzycki <azarzycki@mirantis.com>

Depends-On: I65002b7ff9cfa2faf9d5bce470334aae95334d00
Depends-On: I88bc21571589dcd4c31bb5ce5015a75676ed2d85
Depends-On: I0660cc3ca2723bc06871b61f859adfed42c0d807

Change-Id: If796ea145c0a6b1bcb711496a4ad97a0a4ac2fb2
2017-02-17 10:58:57 +00:00
Andrey Pavlov 8b17fae393 Ports configuration refactoring
Ports configuration has been changed:

before:

  port: 123:3333

after:

  port:
    cont: 123
    node: 3333

Change-Id: Ic2933d3326afd4090c7a941ebaaebd9cdbaba464
Depends-On: I54ab8dd02fc88b821a1f0d05c08f98b618730150
2016-10-26 17:29:23 +00:00
Yuriy Taraday 0ec695e5a9 Convert all Keystone-specific configs to nested
Change-Id: I393f8898657543a8c4536159e9a6d773b13cefbf
2016-10-04 00:34:52 +03:00
Yuriy Taraday 5af7b01622 Remove usage of deprecated httpd/keystone.py
It had been removed recently which prevents container from build.

Change-Id: I8f120ff4904dc15415aee0be85da9212d3ad824d
2016-09-26 17:37:30 +03:00
Sergey Lukjanov 08e977f6b9 Bump keystone wsgi props and make configurable
In MOS we're using formula, but it should be more or less always correct to
have 6/3 for CCP:
https://github.com/openstack/fuel-library/blob/master/deployment/puppet/openstack_tasks/manifests/keystone/keystone.pp#L154-L155

Change-Id: Iaa19c607c614f9b14426d3d2771333cc29fef989
2016-08-29 23:40:24 -07:00
Proskurin Kirill 138be47799 Add volume for Keystone access logs for heka collecting
Change-Id: Iac338a9e3183428c07357d02d3a597d78249b155
2016-08-18 18:06:51 +03:00
Andrey Pavlov 26e2873f58 Adding application definition for keystone
Change-Id: I78501d26ee633fba32f5d9919bfb49faedd8d8f9
2016-06-23 17:59:58 +02:00