Commit Graph

10 Commits

Author SHA1 Message Date
Andreas Jaeger ed1759a2a1 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: Ifb810e26646fcb0018d012f1c9c97ede7a45cce9
2019-12-18 09:47:17 +01:00
Dmitry Ukov 27b2574984 User can add all outofsync tasks to whitelist
Change-Id: Ic73913d72ed5eaecb8a44fad47413ad47d94287d
2017-01-24 13:29:43 +04:00
Dmitry Ukov b68ed1576f Removed init repository
This feature is not needed since repositiry structure should be Hiera
compatible

Change-Id: I59b6847af9d470c5bc7ac208d09e5bf68f18ceb1
2016-11-24 12:14:33 +03:00
Dmitry Ukov 57c3662b32 Removed configuration files download command
This is not needed with new approach since extension controls
YAML-formatted files used for Hiera

Change-Id: Iebdda9532594f4fea9a7a21fb68122940fa39cac
2016-11-24 11:07:33 +03:00
Dmitry Nikishov b5ee1f6d17 Extended whitelist with task name
Change-Id: Id832b0c66256b8808ac17c657c7077b6d2164803
2016-11-18 16:22:49 +03:00
Dmitry Nikishov ec68268b3b Implemented basic CLI operations with whitelist
Change-Id: I4ccf158807099add16a5082d8a461205447d7fa0
2016-11-18 16:12:30 +03:00
Dmitry Nikishov be68d28707 Added audit-enforce command
This command performs audit run on
the environment, associated with the target
repo. After that, if there are any outofsync
Puppet resources, it performs an enforcement
run, that will sync these resources.

Change-Id: I82721eb5f20383d2c0b7618050ab27517d21d15d
2016-11-18 15:26:23 +03:00
Dmitry Nikishov 19fe1fcb17 Added audit run and outofsync commands
fuel2 audit noop starts the
noop run on the environment

fuel2 audit list outofsync
checks the puppet reports of the deployment task and
extracts all the resources, that would have changed
during the actual puppet run.

Change-Id: Ibf2f5467fd6b05cf437f59fdb462bbde14635632
2016-11-02 16:05:55 +03:00
Dmitry Nikishov e1bd7e7244 Moved gitrepo-related commands to a separate file
This commit moves handlers for gitrepo-related commands
from fuelclient.py to fuelclient_gitrepo.py to do 2
things:
- overcome potential shadowing issues (from fuelclient import)
- prepare for introduction of audit-related subcommands, which
  would be placed in a separate file

Change-Id: Ia216205482de210b2a1126b9d62d2359fbf60005
2016-11-01 16:57:41 +03:00
Ukov Dmitry 9007179bba Reworked setup procedure
Change-Id: I608af30a61027a02076ca71adf9550cc410b19cf
2016-09-07 15:46:25 +03:00