lp:~fginther/cloud-init

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

Branches

Name Last Modified Last Commit
feature/test-cc-ssh 2018-08-31 18:41:16 UTC
Improve unittest mocking with a tmp_cloud helper

Author: Francis Ginther
Author Date: 2018-08-31 18:41:16 UTC

Improve unittest mocking with a tmp_cloud helper

Instead of mocking out the same cloud object and methods several times,
create a helper to return a vanilla cloud object (thanks Chad Smith).

temp/for-bbsw 2018-08-30 19:08:45 UTC
Attempt to pass in cloud and default users ssh keys to the redirect user

Author: Francis Ginther
Author Date: 2018-08-30 19:08:45 UTC

Attempt to pass in cloud and default users ssh keys to the redirect user

feature/ssh_disable_users 2018-08-02 12:26:15 UTC
Update documentation to include ssh_disable_users

Author: Francis Ginther
Author Date: 2018-08-02 12:26:15 UTC

Update documentation to include ssh_disable_users

Also updates references to disable_root_opts to cover replacement of the
$ROOT string.

feature/non-root-user-ssh-redirect 2018-08-01 19:29:54 UTC
Don't disable ssh for users defined in user data

Author: Francis Ginther
Author Date: 2018-08-01 19:29:54 UTC

Don't disable ssh for users defined in user data

If a user is explicitly defined via user data and that user is also in
the ssh_disable_users list, remove it from the ssh_disable_users list.
This avoids the case where the user appears in both lists and ends up
disabled.

master 2017-04-21 19:45:40 UTC
Fix yum repo config where keys contain array values

Author: Dylan Perry
Author Date: 2017-04-07 05:43:35 UTC

Fix yum repo config where keys contain array values

ConfigObj produces configuration files that are incompatible with yum if
multiple values are listed for a configuration key. Switch to the builtin
configparser, and ConfigParser (Python 2) which correctly handles this
case.

Add additional test case for array values in yum_repos definition

LP: #1592150

15 of 5 results
This repository contains Public information 
Everyone can see this information.

Subscribers