Closed
Bug 1206222
Opened 9 years ago
Closed 9 years ago
puppet error when bringing up a new buildbot master
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Infrastructure & Operations Graveyard
CIDuty
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kmoir, Assigned: kmoir)
References
Details
Attachments
(1 file)
2.80 KB,
patch
|
rail
:
review+
kmoir
:
checked-in+
|
Details | Diff | Splinter Review |
Sep 18 13:22:02 releng-puppet1.srv.releng.use1.mozilla.com puppet-master[30696]: message repeated 2 times: [ (Scope(Buildmaster::Buildbot_master::Mozilla[bm07-tests1-linux32])) Could not look up qualified variable 'buildmaster::settings::lock_dir'; class buildmaster::settings has not been evaluated]
Sep 18 13:22:02 releng-puppet1.srv.releng.use1.mozilla.com puppet-master[30696]: (Scope(Buildmaster::Buildbot_master::Mozilla[bm07-tests1-linux32])) Could not look up qualified variable 'buildmaster::settings::postrun_template'; class buildmaster::settings has not been evaluated
Sep 18 13:22:02 releng-puppet1.srv.releng.use1.mozilla.com puppet-master[30696]: Failed to parse template buildmaster/:
Sep 18 13:22:02 releng-puppet1.srv.releng.use1.mozilla.com puppet-master[30696]: Filepath: /usr/lib/ruby/site_ruby/1.8/puppet/parser/templatewrapper.rb
Sep 18 13:22:02 releng-puppet1.srv.releng.use1.mozilla.com puppet-master[30696]: Line: 100
Sep 18 13:22:02 releng-puppet1.srv.releng.use1.mozilla.com puppet-master[30696]: Detail: Is a directory - /etc/puppet/production/modules/buildmaster/templates/
Sep 18 13:22:02 releng-puppet1.srv.releng.use1.mozilla.com puppet-master[30696]: at /etc/puppet/production/modules/buildmaster/manifests/buildbot_master/mozilla.pp:77 on node buildbot-master07.bb.releng.usw2.mozilla.com
Sep 18 13:22:02 releng-puppet1.srv.releng.use1.mozilla.com puppet-master[30696]: Failed to parse template buildmaster/:
Sep 18 13:22:02 releng-puppet1.srv.releng.use1.mozilla.com puppet-master[30696]: Filepath: /usr/lib/ruby/site_ruby/1.8/puppet/parser/templatewrapper.rb
Sep 18 13:22:02 releng-puppet1.srv.releng.use1.mozilla.com puppet-master[30696]: Line: 100
Sep 18 13:22:02 releng-puppet1.srv.releng.use1.mozilla.com puppet-master[30696]: Detail: Is a directory - /etc/puppet/production/modules/buildmaster/templates/
Sep 18 13:22:02 releng-puppet1.srv.releng.use1.mozilla.com puppet-master[30696]: at /etc/puppet/production/modules/buildmaster/manifests/buildbot_master/mozilla.pp:77 on node buildbot-master07.bb.releng.usw2.mozilla.com
Sep 18 13:22:02 releng-puppet1.srv.releng.use1.mozilla.com puppet-master[30696]: Failed to parse template buildmaster/:
Sep 18 13:22:02 releng-puppet1.srv.releng.use1.mozilla.com puppet-master[30696]: Filepath: /usr/lib/ruby/site_ruby/1.8/puppet/parser/templatewrapper.rb
Sep 18 13:22:02 releng-puppet1.srv.releng.use1.mozilla.com puppet-master[30696]: Line: 100
Sep 18 13:22:02 releng-puppet1.srv.releng.use1.mozilla.com puppet-master[30696]: Detail: Is a directory - /etc/puppet/production/modules/buildmaster/templates/
Sep 18 13:22:02 releng-puppet1.srv.releng.use1.mozilla.com puppet-master[30696]: at /etc/puppet/production/modules/buildmaster/manifests/buildbot_master/mozilla.pp:77 on node buildbot-master07.bb.releng.usw2.mozilla.com
seems like an ordering issue
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → kmoir
Assignee | ||
Comment 1•9 years ago
|
||
brought done (hung in puppet process) buildbot-master07 until I can implement a patch
Assignee | ||
Comment 2•9 years ago
|
||
I tested this in staging and the buildbot-master07 fully puppetized. I missed the $node_security_level = 'high' earlier because the script mentioned in the wiki generate the puppet bits for new masters is missing this, I'll fix this. I think the buildmaster::base bits were removed in an earlier refactoring, perhaps bug 971775?
Attachment #8664331 -
Flags: review?(rail)
Comment 3•9 years ago
|
||
Comment on attachment 8664331 [details] [diff] [review]
bug1206222.patch
Ooops. Sorry, I missed this in the initial review.
Attachment #8664331 -
Flags: review?(rail) → review+
Assignee | ||
Updated•9 years ago
|
Attachment #8664331 -
Flags: checked-in+
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: Platform Support → Buildduty
Product: Release Engineering → Infrastructure & Operations
Updated•5 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•