lp:~powersj/cloud-init

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

Branches

Name Last Modified Last Commit
master 2020-08-17 16:06:20 UTC
cli: add devel make-mime subcommand (#518)

Author: Ryan Harper
Author Date: 2020-08-17 16:06:20 UTC

cli: add devel make-mime subcommand (#518)

* cli: add devel make-mime subcommand

Cloud-init documents an in-source-tree tool, make-mime.py used to
help users create multi-part mime user-data. This tool is not shipped
in the cloud-init install and unavailable at runtime. This patch
takes tools/make-mime.py and makes the functionality available via
the devel subcommand.

The primary interface of --attach file:content-type is still present.
The cli now adds:

 -l, --list-types Print out a list of supported content-types
 -f, --force Ignore errors for unsupported content-types

The tool will now raise a RunTime error if the supplied content-type
is not supported (or more likely a typo:
  x-shell-script vs. x-shellscript)

* make-mime: write to stderr and exit 1 instead of raising RuntimeError

* Update example to match docs

* Update docs for make-mime subcommand

* Remove tools/make-mime.py; replaced by cloud-init devel make-mime

Co-authored-by: Rick Harding <rharding@mitechie.com>

migrate-lp-to-github 2019-11-07 22:50:39 UTC
lp-to-git-users: adding powersj

Author: Joshua Powers
Author Date: 2019-11-07 22:50:39 UTC

lp-to-git-users: adding powersj

Mapped from powersj

docs/zstack_fix 2019-10-24 20:49:06 UTC
docs: Fixes zstack line lengths

Author: Joshua Powers
Author Date: 2019-10-24 20:49:06 UTC

docs: Fixes zstack line lengths

docs/security 2019-10-24 20:46:09 UTC
docs: security process

Author: Joshua Powers
Author Date: 2019-10-24 20:46:09 UTC

docs: security process

This documents the security process taken by the cloud-init project. It
outlines how security issues are to be reported, how the bugs are
evaluated, and eventually disclosed.

fix/azure_ip_doc 2019-10-23 15:33:09 UTC
Really fixed IP

Author: Joshua Powers
Author Date: 2019-10-23 15:33:09 UTC

Really fixed IP

docs/toc_index_revamp 2019-09-18 09:49:35 UTC
docs: organize TOC and update summary of project

Author: Joshua Powers
Author Date: 2019-09-11 21:00:06 UTC

docs: organize TOC and update summary of project

docs/instancedata 2019-09-18 08:02:43 UTC
fix 2nd coloring

Author: Joshua Powers
Author Date: 2019-09-18 08:02:43 UTC

fix 2nd coloring

docs/availability 2019-09-14 21:03:33 UTC
Add missing clouds

Author: Joshua Powers
Author Date: 2019-09-14 21:03:33 UTC

Add missing clouds

docs/faq 2019-09-11 21:48:24 UTC
docs: start FAQ page

Author: Joshua Powers
Author Date: 2019-09-11 21:48:24 UTC

docs: start FAQ page

Takeover the moreinfo.rst page and update initially with pages
a user can use to learn about cloud-init. For now, other docs
and presentations about cloud-init.

Goal is to use this page to collect very commonly asked questions.

docs/datasource 2019-09-11 21:47:09 UTC
docs: cleanup output & order of datasource page

Author: Joshua Powers
Author Date: 2019-09-11 21:47:09 UTC

docs: cleanup output & order of datasource page

docs/cli 2019-09-11 21:45:32 UTC
docs: create cli specific page

Author: Joshua Powers
Author Date: 2019-09-11 21:45:32 UTC

docs: create cli specific page

This is formerly the capabilities page.

docs/boot 2019-09-11 21:44:12 UTC
docs: clean up formatting, organize boot page

Author: Joshua Powers
Author Date: 2019-09-11 21:44:12 UTC

docs: clean up formatting, organize boot page

docs/analyze 2019-09-11 21:40:29 UTC
docs: added output examples to analyze.rst

Author: Joshua Powers
Author Date: 2019-09-11 21:40:29 UTC

docs: added output examples to analyze.rst

docs/reorganize 2019-09-11 20:53:33 UTC
docs: reorganize TOC and clean up topics

Author: Joshua Powers
Author Date: 2019-08-30 22:34:09 UTC

docs: reorganize TOC and clean up topics

After seeing others come ask for help in IRC I decided to start
reoganizing the project documentations. It has grown into useful docs
for developers and users alike, however it lacks organization and focus.

The first step was to clean up the table of contents (TOC) to provide
sections and to take a first attempt at organizing the ordering and
renaming topics. This is to help point users asking for help.

Next some pages were serving multiple purposes or were not clear, so
capabilities, which was largely CLI focused, and moreinfo, where done
away with and the cli and faq pages created with their content and
filled in.

The remaining pages got additional examples and visual cleanups to aid
in viewing them.

Here is a summary page by page:

- analyze.rst: added output examples
- availability.rst: more complete list of clouds & distros
- boot.rst: clean up formatting, organize sections
- cli.rst: formerly capabilities.rst, focused on CLI
- datasource.rst: cleanup outupt
- faq.rst: formerly moreinfo.rst, focused on help and media links
- index.rst: organize TOC and add better description of project

docs/config-tox 2019-09-06 14:33:12 UTC
clarify capitalization of cloud-init

Author: Joshua Powers
Author Date: 2019-09-06 14:33:12 UTC

clarify capitalization of cloud-init

also fix textwidth to be in line with doc

docs/whitespace_spelling 2019-08-30 22:29:32 UTC
docs: fix whitespace, spelling, and line length

Author: Joshua Powers
Author Date: 2019-08-30 22:26:56 UTC

docs: fix whitespace, spelling, and line length

docs/remove-readme 2019-08-30 22:25:46 UTC
docs: remove uncessary file in doc directory

Author: Joshua Powers
Author Date: 2019-08-30 22:25:46 UTC

docs: remove uncessary file in doc directory

update-rtfd 2019-08-30 22:10:34 UTC
doc re-write

Author: Joshua Powers
Author Date: 2019-08-28 20:33:31 UTC

doc re-write

fix/pyflakes-local-var 2019-08-15 17:30:27 UTC
pyflakes: remove unused variable

Author: Joshua Powers
Author Date: 2019-08-15 17:30:27 UTC

pyflakes: remove unused variable

feature/cc-uaclient 2019-04-04 16:39:15 UTC
ubuntu_advantage: rewrite cloud-config module

Author: Joshua Powers
Author Date: 2019-04-04 16:39:15 UTC

ubuntu_advantage: rewrite cloud-config module

ubuntu-advantage-tools version 19 has a different command line
interface. Update cloud-init's config module to accept new
ubuntu_advantage configuration settings.

* Underscores better than hyphens: deprecate 'ubuntu-advantage'
  cloud-config key in favor of 'ubuntu_advantage'
* Attach machines with either sso credentials of UA user_token
* Services are enabled by name though an 'enable' list
* Raise warnings if deprecated ubuntu-advantage config keys are
  present, or errors if its config we cannott adapt to

Ubuntu Advantage support can now be configured via #cloud-config
with the following yaml:

ubuntu_advantage:
  token: 'thisismyubuntuadvantagetoken'
  enable: [esm, fips, livepatch]

test-add-disco 2018-11-15 21:59:48 UTC
tests: add Disco release

Author: Joshua Powers
Author Date: 2018-11-15 21:59:48 UTC

tests: add Disco release

read-version-error-msg 2018-08-30 18:01:49 UTC
add --tags

Author: Joshua Powers
Author Date: 2018-08-30 18:01:49 UTC

add --tags

flamegraphs 2018-08-20 14:48:15 UTC
flamegraphs

Author: Joshua Powers
Author Date: 2018-08-20 14:48:15 UTC

flamegraphs

123 of 23 results
This repository contains Public information 
Everyone can see this information.

Subscribers