lp:~prometheanfire/cloud-init

Owned by Matthew Thode
Get this repository:
git clone https://git.launchpad.net/~prometheanfire/cloud-init
Only Matthew Thode can upload to this repository. If you are Matthew Thode please log in for upload directions.

Branches

Name Last Modified Last Commit
update_rc-service 2017-10-24 17:43:37 UTC
Update to use rc-service as service is going away

Author: Matthew Thode
Author Date: 2017-10-24 17:43:37 UTC

Update to use rc-service as service is going away

Also, make the init scripts executable

master 2017-10-23 20:34:23 UTC
resizefs: Fix regression when system booted with root=PARTUUID=

Author: Chad Smith
Author Date: 2017-10-23 20:34:23 UTC

resizefs: Fix regression when system booted with root=PARTUUID=

A recent cleanup of the resizefs module broke resizing when a system was
booted with root=PARTUUID=<uuid> and the device /dev/root does not exist.
This path is exposed with the Ubuntu 16.04 but not with Ubuntu 17.10. A
recreate exists under bug 1684869.

LP: #1725067

fix-gentoo-init 2016-10-07 15:57:28 UTC
update Gentoo initscripts to run in the correct order

Author: Matthew Thode
Author Date: 2016-10-07 15:57:28 UTC

update Gentoo initscripts to run in the correct order

cloud-init-local needs to be run before net (and in the boot runlevel)
as it sets up networking config and adds it to the default runlevel.

cloud-init-local needs to be run in the boot runlevel because it
modifies services in the default runlevel. When a runlevel is started
it is cached, so modifications that happen to the current runlevel while
you are in it are not acted upon.

cloud-init needs to run after net, it does not need net because we still
want it to set up other things if it can.

gentoo-integration 2016-08-24 03:47:30 UTC
new-net-conf

Author: Matthew Thode
Author Date: 2016-08-24 03:02:00 UTC

new-net-conf

add-openrc-init-option 2016-08-23 18:34:23 UTC
Add a module that can configure spacewalk.

Author: Joshua Harlow
Author Date: 2016-07-26 21:12:18 UTC

Add a module that can configure spacewalk.

Spacewalk is used by some peopel to manage connections into redhat package
management systems and kickstart and various other tasks, so having a
system be able to do the needed tasks on first boot to integrate with that
system would be very useful (to some).

See: https://fedorahosted.org/spacewalk/

fix-gentoo-networking 2016-08-22 15:33:44 UTC
Fix Gentoo net config generation

Author: Matthew Thode
Author Date: 2016-08-21 23:15:56 UTC

Fix Gentoo net config generation

This gets Gentoo work on simple configs with static IPs or
DHCP on physical interfaces. This gets Gentoo bootable again.

fix-netdev-listing 2016-08-21 03:38:19 UTC
Don't return virtual interfaces

Author: Matthew Thode
Author Date: 2016-08-21 03:38:19 UTC

Don't return virtual interfaces

We shouldn't care about interfaces that are ephemeral. Having
`bonding_masters` as a interface listed in /sys/class/net causes:

`NotADirectoryError: [Errno 20] Not a directory: '/sys/class/net/bonding_masters/address'`

I've included a list of interfaces also used in glean in this commit to
filter out.

https://github.com/openstack-infra/glean/commit/6f67b82f16b4edb116f2e5ce9cc45d514a036951

17 of 7 results
This repository contains Public information 
Everyone can see this information.

Subscribers