Merge ~powersj/cloud-init:docs/faq into cloud-init:master

Proposed by Joshua Powers
Status: Merged
Approved by: Chad Smith
Approved revision: 1a24df1edad88a450d7b0c7c25cbf4ac4ddad9ab
Merge reported by: Server Team CI bot
Merged at revision: not available
Proposed branch: ~powersj/cloud-init:docs/faq
Merge into: cloud-init:master
Diff against target: 68 lines (+43/-13)
2 files modified
dev/null (+0/-13)
doc/rtd/topics/faq.rst (+43/-0)
Reviewer Review Type Date Requested Status
Chad Smith Approve
Server Team CI bot continuous-integration Approve
Review via email: mp+372646@code.launchpad.net

Commit message

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.

To post a comment you must log in.
Revision history for this message
Server Team CI bot (server-team-bot) wrote :

PASSED: Continuous integration, rev:1a24df1edad88a450d7b0c7c25cbf4ac4ddad9ab
https://jenkins.ubuntu.com/server/job/cloud-init-ci/1130/
Executed test runs:
    SUCCESS: Checkout
    SUCCESS: Unit & Style Tests
    SUCCESS: Ubuntu LTS: Build
    SUCCESS: Ubuntu LTS: Integration
    IN_PROGRESS: Declarative: Post Actions

Click here to trigger a rebuild:
https://jenkins.ubuntu.com/server/job/cloud-init-ci/1130//rebuild

review: Approve (continuous-integration)
Revision history for this message
Chad Smith (chad.smith) wrote :

Josh I think you need to update docs/rtd/index.rst s/moreinfo.rst/faq.rst/

Otherwise great collection of links and approved once you adjust the index.rst to include this topic instead of moreinfo

review: Needs Fixing
Revision history for this message
Chad Smith (chad.smith) wrote :

Nevermind I see in your index revamp branch you have done that already. Approving here.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/doc/rtd/topics/faq.rst b/doc/rtd/topics/faq.rst
2new file mode 100644
3index 0000000..16e19c2
4--- /dev/null
5+++ b/doc/rtd/topics/faq.rst
6@@ -0,0 +1,43 @@
7+.. _faq:
8+
9+FAQ
10+***
11+
12+Getting help
13+============
14+
15+Having trouble? We would like to help!
16+
17+- Use the search bar at the upper left to search these docs
18+- Ask a question in the ``#cloud-init`` IRC channel on Freenode
19+- Join and ask questions on the `cloud-init mailing list <https://launchpad.net/~cloud-init>`_
20+- Find a bug? `Report bugs on Launchpad <https://bugs.launchpad.net/cloud-init/+filebug>`_
21+
22+
23+Media
24+=====
25+
26+Below are some videos, blog posts, and white papers about cloud-init from a
27+variety of sources.
28+
29+- `Cloud Instance Initialization with cloud-init (Whitepaper)`_
30+- `cloud-init Summit 2018`_
31+- `cloud-init - The cross-cloud Magic Sauce (PDF)`_
32+- `cloud-init Summit 2017`_
33+- `cloud-init - Building clouds one Linux box at a time (Video)`_
34+- `cloud-init - Building clouds one Linux box at a time (PDF)`_
35+- `Metadata and cloud-init`_
36+- `The beauty of cloud-init`_
37+- `Introduction to cloud-init`_
38+
39+.. _Cloud Instance Initialization with cloud-init (Whitepaper): https://ubuntu.com/blog/cloud-instance-initialisation-with-cloud-init
40+.. _cloud-init Summit 2018: https://powersj.io/post/cloud-init-summit18/
41+.. _cloud-init - The cross-cloud Magic Sauce (PDF): https://events.linuxfoundation.org/wp-content/uploads/2017/12/cloud-init-The-cross-cloud-Magic-Sauce-Scott-Moser-Chad-Smith-Canonical.pdf
42+.. _cloud-init Summit 2017: https://powersj.io/post/cloud-init-summit17/
43+.. _cloud-init - Building clouds one Linux box at a time (Video): https://www.youtube.com/watch?v=1joQfUZQcPg
44+.. _cloud-init - Building clouds one Linux box at a time (PDF): https://annex.debconf.org/debconf-share/debconf17/slides/164-cloud-init_Building_clouds_one_Linux_box_at_a_time.pdf
45+.. _Metadata and cloud-init: https://www.youtube.com/watch?v=RHVhIWifVqU
46+.. _The beauty of cloud-init: http://brandon.fuller.name/archives/2011/05/02/06.40.57/
47+.. _Introduction to cloud-init: http://www.youtube.com/watch?v=-zL3BdbKyGY
48+
49+.. vi: textwidth=79
50diff --git a/doc/rtd/topics/moreinfo.rst b/doc/rtd/topics/moreinfo.rst
51deleted file mode 100644
52index 9c3b7fb..0000000
53--- a/doc/rtd/topics/moreinfo.rst
54+++ /dev/null
55@@ -1,13 +0,0 @@
56-****************
57-More information
58-****************
59-
60-Useful external references
61-==========================
62-
63-- `The beauty of cloudinit`_
64-- `Introduction to cloud-init`_ (video)
65-
66-.. _Introduction to cloud-init: http://www.youtube.com/watch?v=-zL3BdbKyGY
67-.. _The beauty of cloudinit: http://brandon.fuller.name/archives/2011/05/02/06.40.57/
68-.. vi: textwidth=78

Subscribers

People subscribed via source and target branches