Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add auto-generated REFERENCE.md documentation #211

Merged
merged 2 commits into from
Sep 15, 2021
Merged

Add auto-generated REFERENCE.md documentation #211

merged 2 commits into from
Sep 15, 2021

Conversation

reidmv
Copy link
Contributor

@reidmv reidmv commented Sep 14, 2021

Add a REFERENCE.md file

This is in preparation for adding a REFERENCE.md file
Generated with

    pdk bundle exec rake strings:generate:reference
@reidmv reidmv requested a review from a team as a code owner September 14, 2021 23:06
@reidmv
Copy link
Contributor Author

reidmv commented Sep 15, 2021

This test failed, but it seems to be transient. There's debugging to be done here but I doubt it's for any new changes. Likely, we need to manually investigate and see if the Puppet agent is running at this point:

diff --git a/plans/subplans/install.pp b/plans/subplans/install.pp
index 3df6ae7..509c45a 100644
--- a/plans/subplans/install.pp
+++ b/plans/subplans/install.pp
@@ -356,6 +356,9 @@ plan peadm::subplans::install (
   # configuration.
   run_task('peadm::puppet_runonce', $primary_target)
   peadm::wait_until_service_ready('pe-master', $primary_target)
+
+  debug::break()
+
   run_task('peadm::puppet_runonce', $primary_target)

   # Cleanup temp bootstrapping config

For now, I'm re-running the jobs to verify if the error was transient.

@reidmv reidmv added the feature label Sep 15, 2021
@reidmv reidmv changed the title Reference.md Add auto-generated REFERENCE.md documentation Sep 15, 2021
@reidmv reidmv merged commit deb59f4 into main Sep 15, 2021
@reidmv reidmv deleted the reference.md branch September 15, 2021 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant