Commit Graph

7 Commits

Author SHA1 Message Date
Ghanshyam Mann a43311b7ef Retire Tripleo: remove repo content
TripleO project is retiring
- https://review.opendev.org/c/openstack/governance/+/905145

this commit remove the content of this project repo

Change-Id: Ic209179b0be9c3746a702ccea2dd35e883e78bee
2024-02-24 11:43:49 -08:00
JUN JIE NAN beb0633894 Correct os-refresh-config README.md typo and format
Replace `run-parts' with `dib-run-parts' since os-refresh-config is
using it. Correct markdown code block format.

Change-Id: If0184b80d0f35bc30f9799135bd4f659889bcbbd
2013-11-28 09:44:04 +08:00
Clint Byrum 7abf14ab18 Make generic waitcondition for os-refresh-config
Most of the time we will find it useful to pass a wait condition in for
os-refresh-config to signal when it has completed successfully.

This supersedes the notcompute element's completion-handle, so we can
remove that element. It should be removed from tripleo-incubator and
tripleo-ci as well.

Change-Id: Iff65da3dd0a1db496cfd33b4a55abb13c68c9558
2013-11-25 19:24:04 -08:00
Ghe Rivero 124329a40e Fix dir install location in o-r-c README
Change-Id: I1f1b9574cafe14a66aeecb64e499f0a4beecd078
2013-09-05 09:30:44 +00:00
Clint Byrum 2b29ca6183 Integrate os-refresh-config with heat-cfntools
* Provide entry point for Heat Metadata to drive os-refresh-config
* Use os-config-applier for configuring heat cfn tools

Change-Id: Ie38b932173948f1e7c414c48caa1b037916bef84
2013-03-05 14:45:41 -08:00
Tim Miller 7d1a4adc17 Specify os-refresh-config path in README.
Change-Id: I1cf9569ae805c070f13a582d376665f2e8976ffc
2013-02-26 20:12:09 -08:00
Clint Byrum 9ed4aaf2b0 Add element to call os-refresh-config
os-refresh-config simply runs things in a predictable order in directories
that other elements can populate. This element installs it and sets it
up to run at boot.

We also modify os-config-applier element to be called by this rather
than to have its own upstart job. This provides an example of how other
elements can insert themselves into the refresh process.

Change-Id: I52d72b7fd302ec317840af87fa77299387af99ad
2013-02-12 07:25:43 -08:00