Commit Graph

3 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
Dmitry Ilyin 25bda8d2da Add undef2nil function
Add a function which converts :undef values to nil values
to solve the compatibility problems with puppet4.

Apply this function to the bootstrap repository list.

Related-Bug: 1668995
Change-Id: Idfd793a1f8cc64361cb29d4b513e10c92da57151
2017-03-07 10:32:30 +00:00
Dmitry Ilyin c408662289 Add refactored merge_yaml_settings module
Replace the merge_yaml_settings resource with the
merge_yaml module. This module introduced more advanced
version of the merge_yaml_settings resource with
additional options to control the merging behavior.

There are also resources with alternative implementation
of a configuration merging types and providers. They
are working in the same way as the "concat" module does
by assembling the resulting data structure from a set of
fragments. This should be much more puppet-master frinedly.
These types are not used anywhere yet but may be used later.

Related-Bug: 1614279
Change-Id: Ieaa8fc840f6a91a8d10e0670bd60d07692e2cb7d
2016-08-22 18:35:14 +00:00