Commit Graph

8 Commits

Author SHA1 Message Date
Andreas Jaeger 9185baef85 Retire repository
Fuel repositories are all retired in openstack namespace, retire
remaining fuel repos in x namespace since they are unused now.

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/011675.html

A related change is: https://review.opendev.org/699752 .

Change-Id: Id8b9f76aa79afd30ce03aa5d860ef69e39e1d463
2019-12-18 19:39:25 +01:00
Mykyta Karpin 7cf2e0f36e Rewrite additional domains generation
This patch makes use of Puppet native function
create_resources() in order to generate
Keystone domain resources from hash
provided by parce_it() function.

This approach required modification of parce_it()
function so it can parse list of additional domains strings
and generate a hash in form of:

domain1_name => { property1 => value1,
                  property2 => value2,
                  .....
                  propertyx => valuex },
domain2_name => { property1 => value1,
                  property2 => value2,
                  .....
                  propertyx => valuex },
.....and so on

This form of hash is suitable to be taken by create_resources()
function. Puppet define plugin_ldap::multiple_domain
was also modified to comply with create_resources()
function.

Change-Id: I14321af5efa18f1381a51668ed1c5c50c06a0002
Closes-Bug: #1658655
2017-02-13 11:02:49 +02:00
Maksym Yatsenko b60d40b799 Add ordering for slapd config generation
It adds ordering for slpad config generation
during multidomain process creation.

Change-Id: Ia3e170c299db7f8570e2e2b4e26f3698888bfbb9
Related-Bug: #1598743
2016-07-04 11:52:05 +03:00
Maksym Yatsenko 64090675d2 Additional condition for ldap_proxy section for multidomains
Additional condition was added to correct execute ldap_proxy
section in multidomain defined type.

Change-Id: I75a25e646c62456e93ad3b5394e95122cad2f137
Related-Bug:#1598128
2016-07-01 17:57:47 +03:00
Maksym Yatsenko 331e3239b7 LDAP proxy support
it enables support of ldap proxy in HA-mode.

Change-Id: I24bb5c8033d202dfc56d3779c93b42a36881d95b
2016-07-01 10:23:36 +03:00
Maksym Yatsenko 6707739fbe Add 'chase_referrals' parameter.
its used for overriding the system's default
referral chasing behavior for queries.

Change-Id: Icc207bcc4180b7249e5bf415ce7e661fdaf7ee21
Related-Bug: #1532803
2016-06-15 14:13:20 +03:00
Maksym Yatsenko 7d6afb9957 Add 'page_size' parameter.
it adjusts maximum results per page.

Change-Id: Iaae4b5d08d994c8c364dc88ebfdd213bdac92070
Related-Bug: #1569848
2016-06-15 13:06:11 +03:00
Maksym Yatsenko c410425b57 Multidomains support
Support of multidomains creation was added for MOS8.0

Change-Id: Ie082cfa8b5e3b5478362335b125eccb12308efed
2016-03-29 20:51:31 +03:00