Merge ~powersj/cloud-init:add-rtd-examples into cloud-init:master

Proposed by Joshua Powers
Status: Merged
Merged at revision: 73a97b1deafb0569dba5e94f2c663fac0fe522d9
Proposed branch: ~powersj/cloud-init:add-rtd-examples
Merge into: cloud-init:master
Diff against target: 46 lines (+28/-0)
1 file modified
doc/rtd/topics/examples.rst (+28/-0)
Reviewer Review Type Date Requested Status
Scott Moser Approve
Server Team CI bot continuous-integration Approve
Review via email: mp+322317@code.launchpad.net

Commit message

Doc: add additional RTD examples

Includes missing examples for RTD

LP: #1459604

Description of the change

To post a comment you must log in.
Revision history for this message
Server Team CI bot (server-team-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Scott Moser (smoser) :
review: Approve

There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/doc/rtd/topics/examples.rst b/doc/rtd/topics/examples.rst
index a110721..a1ee04a 100644
--- a/doc/rtd/topics/examples.rst
+++ b/doc/rtd/topics/examples.rst
@@ -93,6 +93,13 @@ Install arbitrary packages
93 :language: yaml93 :language: yaml
94 :linenos:94 :linenos:
9595
96Update apt database on first boot
97=================================
98
99.. literalinclude:: ../../examples/cloud-config-update-apt.txt
100 :language: yaml
101 :linenos:
102
96Run apt or yum upgrade103Run apt or yum upgrade
97======================104======================
98105
@@ -149,6 +156,27 @@ Register RedHat Subscription
149 :language: yaml156 :language: yaml
150 :linenos:157 :linenos:
151158
159Configure data sources
160======================
161
162.. literalinclude:: ../../examples/cloud-config-datasources.txt
163 :language: yaml
164 :linenos:
165
166Create partitions and filesystems
167=================================
168
169.. literalinclude:: ../../examples/cloud-config-disk-setup.txt
170 :language: yaml
171 :linenos:
172
173Grow partitions
174===============
175
176.. literalinclude:: ../../examples/cloud-config-growpart.txt
177 :language: yaml
178 :linenos:
179
152.. _chef: http://www.opscode.com/chef/180.. _chef: http://www.opscode.com/chef/
153.. _puppet: http://puppetlabs.com/181.. _puppet: http://puppetlabs.com/
154.. vi: textwidth=78182.. vi: textwidth=78

Subscribers

People subscribed via source and target branches