Commit Graph

6 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
Stanislaw Bogatkin 21c7651fe5 Use intersection of added vs deleted nodes instead of just deleted ones
There are cases when nailgun can send us data where there are nodes
included into list of added nodes and deleted ones. As a result, puppet
manifests failed with resource ensurance for present and absent hosts.
To avoid this situation, subtract added nodes from deleted prior to
actually deleting them from hosts.

Change-Id: I515f7fae4bbe67123d70572a4f861e879ec580f6
Closes-Bug: #1679522
2017-04-04 15:09:05 +03:00
R. Berwald 9382a3eb5f Adjust order of entries in /etc/hosts
Order of all entries will be fqdn before prefix-fqdn.

Change-Id: Ia203c457e76cc45b70532674f6366928acc09b48
Closes-bug: #1624143
2016-12-13 11:47:55 +00:00
Alex Schultz 643619f9c6 Fix call to ensure deleted nodes are deleted from /etc/hosts
The create_resources function needs a hash provided to it and we
currently store deleted nodes as an array of strings. This change
updates the logic to use ensure_resource(), which accepts an
array of host titles.

Change-Id: I6f6b87db71c93347a46fa543ed0c18ef8b102394
Closes-Bug: #1582263
2016-05-17 18:55:36 +00:00
Matthew Mosesohn eacb493e38 Purge deleted /etc/hosts entries for deleted ndoes
Deleted nodes now will get stored in a file
/etc/hiera/deleted_nodes.yaml and be inserted into
the hiera hierarchy.

host entries for any records present in deleted_nodes.yaml
will be purged when evaluating hosts task.

The source YAML for deleted nodes is generated on master
because nodes that are deployed from scratch or from Error
state will not be able to identify deleted nodes due to
certain orchestration limitations.

Change-Id: I01db215e77a3532a6fa7bf46ab7e20e281e8c165
Closes-Bug: #1513401
2016-05-12 10:47:28 +00:00
Alexander Noskov bfeec88caa Refactor osnailyfacter/modular/hosts
Refactor osnailyfacter/modular/hosts to be compatible with Puppet Master

Blueprint: fuel-refactor-osnailyfacter-for-puppet-master-compatibility

Change-Id: I9c81c07f8b43b1f08e6c431a655ad79cde32b123
2016-03-09 15:46:31 +03:00