Page MenuHomeSoftware Heritage

Migrate puppet page to new puppet skaffolding pages
ClosedPublic

Authored by ardumont on Oct 27 2021, 11:38 AM.

Details

Summary

This splits the existing pages into multiple ones:

  • (new) reference-setup.rst: This is the main page filled in with the existing one
  • (update) howto-test-changes-in-vagrant.rst: reference link got updatee to the current readme section)
  • (update) howto-manage-third-party-modules.rst: coming from the main page with links broken fixed
  • (update) howto-deploy-puppet-change.rst: coming from main page with links broken fixed
  • (update) tutorial-my-first-change-in-puppet.rst: With some actual updates on how to develop, diffing and asking for review.

Related to T3154

Test Plan

make -C sysadm html

Diff Detail

Repository
rDDOC Development documentation
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Build is green

Patch application report for D6557 (id=23829)

Could not rebase; Attempt merge onto 76425302b3...

Updating 7642530..c7efdcf
Fast-forward
 sysadm/deployment/index.rst                        |   1 +
 sysadm/deployment/jenkins.rst                      | 147 +++++++++++++++++++++
 sysadm/images/jenkins/300px-build-button.png       | Bin 0 -> 4877 bytes
 sysadm/images/jenkins/300px-replay.png             | Bin 0 -> 2689 bytes
 sysadm/images/jenkins/300px-restart-from-stage.png | Bin 0 -> 5137 bytes
 sysadm/images/jenkins/diff-report.png              | Bin 0 -> 81877 bytes
 sysadm/images/jenkins/revision-report.png          | Bin 0 -> 36418 bytes
 sysadm/puppet/howto-deploy-puppet-change.rst       |  53 +++++++-
 sysadm/puppet/howto-manage-third-party-modules.rst |  92 ++++++++++++-
 sysadm/puppet/howto-test-changes-in-vagrant.rst    |   7 +-
 sysadm/puppet/index.rst                            |   1 +
 sysadm/puppet/reference-setup.rst                  |  85 ++++++++++++
 .../puppet/tutorial-my-first-change-in-puppet.rst  |  80 ++++++++++-
 13 files changed, 451 insertions(+), 15 deletions(-)
 create mode 100644 sysadm/deployment/jenkins.rst
 create mode 100644 sysadm/images/jenkins/300px-build-button.png
 create mode 100644 sysadm/images/jenkins/300px-replay.png
 create mode 100644 sysadm/images/jenkins/300px-restart-from-stage.png
 create mode 100644 sysadm/images/jenkins/diff-report.png
 create mode 100644 sysadm/images/jenkins/revision-report.png
 create mode 100644 sysadm/puppet/reference-setup.rst
Changes applied before test
commit c7efdcff909f3bbd856ac340ddfb93819404a926
Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org>
Date:   Wed Oct 27 11:21:00 2021 +0200

    Migrate puppet page to new puppet skaffolding pages
    
    This splits the existing pages into multiple ones:
    
    - (new) reference-setup.rst: This is the main page filled in with the existing one
    - (update) howto-test-changes-in-vagrant.rst: reference link got updatee to the current
      readme section)
    - (update) howto-manage-third-party-modules.rst: coming from the main page with links
      broken fixed
    - (update) howto-deploy-puppet-change.rst: coming from main page with links broken fixed
    - (update) tutorial-my-first-change-in-puppet.rst: With some actual updates on how to
      develop, diffing and asking for review.
    
    Related to T3154

commit 29eb1fb885aa09c88a3831f845c268e5e9d7c8b0
Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org>
Date:   Wed Oct 27 09:51:04 2021 +0200

    Migrate jenkins page to sysadm doc instance
    
    Related to T3154

See https://jenkins.softwareheritage.org/job/DDOC/job/build-on-diff/26/ for more details.

This revision was not accepted when it landed; it landed in state Needs Review.Oct 27 2021, 12:17 PM
This revision was automatically updated to reflect the committed changes.