Commit Graph

5 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
Sergii Rizvan 7261e43577 Exclude anonymous cipher suites from Cobbler SSL configuration
The server used to be configured to support anonymous cipher suites
with no key authentication. These ciphers are highly vulnerable
to man in the middle attacks.

New configuration applies only strong cipher suites on SSL server.

Change-Id: I8ecac040a77614fd78188995a873b85c94781411
Closes-Bug: #1646761
2017-03-31 14:12:24 +03:00
dmburmistrov 3c70d683d9 master node keystone under Apache
Fresh keystone packages don't provide
ability to run Keystone under eventlet.
So this migration is done.

Closes-bug: #1601812

Change-Id: Ia469530bf336a3ea2f56d60181e8bee087874298
2016-07-11 18:24:28 +03:00
Dmitry Ilyin 2692dfa34a Puppet4 support: cobbler
* Fix cobbler specs and manifests

Change-Id: I75d59e947f9bfd21dfaaef44a482af0f984025c6
Related-Bug: 1586480
2016-07-01 10:20:04 +00:00
Kyrylo Galanov db666c1261 Use puppetlabs/apache to set up cobbler's httpd configuration
We used to have ERb templates to set up httpd, used inside cobbler.
Puppetlabs already has an apache class which provides better
maintainability.

By using it we won't need to support two versions of configuration
templates (for httpd 2.2 and 2.4).

Change-Id: I49593960e613aaa8ba6d024cbc48c665bd62eb3c
Closes-Bug: 1535357
2016-05-26 04:00:08 +02:00