lp:~harlowja/cloud-init/loggers-fix

Created by Joshua Harlow and last modified
Get this branch:
bzr branch lp:~harlowja/cloud-init/loggers-fix
Only Joshua Harlow can upload to this branch. If you are Joshua Harlow please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Joshua Harlow
Project:
cloud-init
Status:
Merged

Recent revisions

740. By Joshua Harlow

Check for running inside RHEL and adjust the logging options.

It seems like at least RHEL does not have the "--stderr" option
but instead only supports the short version "-s" so add a check
that will switch from the long version to the short version when
RHEL is detected.

739. By Joshua Harlow

Add a check on the changelog version comparing to the code version.

In the makefile ensure that all runs not only the tests but
the checking of the version numbers which could be different
if the changelog (or code) wasn't updated to be in-sync.

738. By Joshua Harlow

Bump the version to 0.7.2

737. By Scott Moser

add debian watch

736. By Scott Moser

open 0.7.2

735. By Scott Moser

set shell for default ubuntu user to /bin/bash

734. By Joshua Harlow

Create a utility testcase class that fixes some of the 2.6 missing pieces

- Add a helper testcase class that can add additional features into the
  unit test class as we need for features that are useful to have which
  starts with features that are missing including assertIn and assertNotIn

733. By Scott Moser

Only attempt to read the previous hostname file if it exists.

- Instead of always reading the previous hostname file even if it
  did not exist lets only read it if it is a valid variable and is
  actually a existent file instead of just attempting to read it
  always.
- Also update the logging that is done when a previous file does not exist.

732. By Scott Moser

check for a marker file by the normal name also

This check is a waste of a stat any time after the migrator module
had run. As it would take care of moving markers.

However, if the user runs:
 sudo cloud-init modules --mode final

after an upgrade, they'd otherwise run any module that had a '-' in its
name again. To avoid that, we just return true in that case, and
inform the user how to run the migrator themselves.

731. By Scott Moser

make migrator walk the "cloud" path also

the migrator was not renaming items in the "cloud" semaphore path.
Those were items that would run once only.

Now we just check both ipath('sem') and cpath('sem')

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~cloud-init-dev/cloud-init/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers