Closed
Bug 1451388
Opened 7 years ago
Closed 7 years ago
autocert: autocert1.private.scl3.mozilla.com -> autocert1.private.mdc1.mozilla.com
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sidler, Assigned: sidler)
Details
(Whiteboard: [kanban:https://webops.kanbanize.com/ctrl_board/2/6441])
No description provided.
Assignee | ||
Comment 1•7 years ago
|
||
><(((º> git show
commit 743a4dcedd4af02730a25c33ac7bb3622ac725f9 (HEAD -> master, origin/master, origin/HEAD)
Author: Scott Idler <scott.a.idler@gmail.com>
Date: Mon Apr 9 11:51:50 2018 -0700
added entry for autocert1.private.mdc1.mozilla.com b1451388
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
modified: manifests/nodes/webapp.pp
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
@ webapp.pp:801 @ node "autocert1.private.scl3.mozilla.com" {
}
}
node "autocert1.private.mdc1.mozilla.com" {
realize(Yumrepo["epel"])
realize(Package['git'])
realize(Nrpe::Plugin['docker_disk'])
user { 'autocert':
ensure => present,
system => true,
comment => 'Autocert',
home => '/data/autocert',
managehome => 'false',
groups => 'docker',
}
include bacula_client
realize(File['/data'])
# file { "/data":
# owner => 995,
#group => 991,
#mode => 0755,
##ensure => directory,
#require => File['/data'];
#}
moz ~/repos/sysadmins/puppet {master}
><(((º>
Assignee | ||
Comment 2•7 years ago
|
||
node "autocert1.private.mdc1.mozilla.com" {
realize(Yumrepo["epel"])
realize(Yumrepo["docker-ce"])
realize(Package['git'])
realize(Nrpe::Plugin['docker_disk'])
user { 'autocert':
ensure => present,
system => true,
comment => 'Autocert',
home => '/data/autocert',
managehome => 'false',
groups => 'docker',
}
include bacula_client
realize(File['/data'])
package {
[
'docker-ce',
'openssl-devel',
'python36',
]:
ensure => present;
}
}
worked with ashish to get docker-ce on mrepo and supported on centos7 machines in mdcX
Assignee | ||
Comment 3•7 years ago
|
||
'1454801' => {
'description' => 'allow autocert1.private.mdc1.mozilla.com to bypass proxy for pypi (pip)',
'source_ips' => [
'10.48.75.29',
],
'dest_names' => [
'pypi.org',
'pypi.python.org',
'files.pythonhosted.org',
],
},
in manifest/nodes/proxy.pp
Allows pip to get through the proxy in mdc1.
Comment 4•7 years ago
|
||
Let's get the disk check figure out tomorrow Scott. I downtimed this puppy for the night.
<nagios-mdc1> Fri 00:48:52 UTC [9688] [Unknown] autocert1.private.mdc1.mozilla.com:Disk - All Docker is CRITICAL: DISK CRITICAL - /var/lib/docker/containers/f4faa3bf5d0187eb0ab4ed27482369432a6589b6a51e9845eb4d66bb4c0dcb10/mounts is not accessible: Permission denied (http://m.mozilla.org/Disk+-+All+Docker)
Assignee | ||
Comment 5•7 years ago
|
||
net flow work continues: https://bugzilla.mozilla.org/show_bug.cgi?id=1455651
baccula backup continues: https://bugzilla.mozilla.org/show_bug.cgi?id=1455655
moc monitoring & playbooks continue: https://bugzilla.mozilla.org/show_bug.cgi?id=1455658
:fauweh we can move the work you mentioned into the moc bug above.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•6 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
•