Herrold request for account right on certain hosts

In working ticket https://fedorahosted.org/ovirt/ticket/44 I need to look in at least configs and logs for and on: [root@monitor objects]# for i in `grep ovirt.org ovirt.cfg | awk {'print $2'} | sort | uniq | grep org ` ; do host $i ; done | rev | sort | rev | grep -v alias | sort | uniq alterway01.ovirt.org has address 89.31.150.215 alterway02.ovirt.org has address 89.31.150.216 ec2-107-22-108-18.compute-1.amazonaws.com has address 107.22.108.18 gerrit.ovirt.org has address 107.22.212.69 linode01.ovirt.org has address 173.255.252.138 monitoring.ovirt.org has address 31.15.26.10 rackspace03.ovirt.org has address 166.78.197.83 [root@monitor objects]# ... so ... I see web services running on all but the last in the list, and so need an account on all but the last: [root@monitor objects]# for i in 89.31.150.215 89.31.150.216 107.22.108.18 107.22.212.69 173.255.252.138 31.15.26.10 166.78.197.83 ; do echo $i ; nmap -p 80 $i 2> /dev/null | grep 80 ; done 89.31.150.215 80/tcp open http 89.31.150.216 80/tcp open http 107.22.108.18 80/tcp open http 107.22.212.69 80/tcp open http 173.255.252.138 80/tcp open http 31.15.26.10 80/tcp open http 166.78.197.83 [root@monitor objects]# It would be useful to consolidate log files to a logserver for central reduction. How might I get an instance provisioned to be the receiving target for the logs? -- Russ herrold

I'd like to nominate Russ as a apprentice, which I think means he'd get root on our systems. If needed I can supply the pull request to create a puppet class to ensure his user. I think Russ has shown sufficient interest in making oVirt infra work better and setting up monitoring is one of the examples which demonstrate this. Please +1 this if you agree. -1 can be public or private. On Mon, Nov 11, 2013 at 05:56:56PM -0500, R P Herrold wrote:
In working ticket https://fedorahosted.org/ovirt/ticket/44
I need to look in at least configs and logs for and on:
[root@monitor objects]# for i in `grep ovirt.org ovirt.cfg | awk {'print $2'} | sort | uniq | grep org ` ; do host $i ; done | rev | sort | rev | grep -v alias | sort | uniq alterway01.ovirt.org has address 89.31.150.215 alterway02.ovirt.org has address 89.31.150.216 ec2-107-22-108-18.compute-1.amazonaws.com has address 107.22.108.18 gerrit.ovirt.org has address 107.22.212.69 linode01.ovirt.org has address 173.255.252.138 monitoring.ovirt.org has address 31.15.26.10 rackspace03.ovirt.org has address 166.78.197.83 [root@monitor objects]#
... so ... I see web services running on all but the last in the list, and so need an account on all but the last:
[root@monitor objects]# for i in 89.31.150.215 89.31.150.216 107.22.108.18 107.22.212.69 173.255.252.138 31.15.26.10 166.78.197.83 ; do echo $i ; nmap -p 80 $i 2> /dev/null | grep 80 ; done 89.31.150.215 80/tcp open http 89.31.150.216 80/tcp open http 107.22.108.18 80/tcp open http 107.22.212.69 80/tcp open http 173.255.252.138 80/tcp open http 31.15.26.10 80/tcp open http 166.78.197.83 [root@monitor objects]#
It would be useful to consolidate log files to a logserver for central reduction. How might I get an instance provisioned to be the receiving target for the logs?
-- Russ herrold _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra

On Tue, 12 Nov 2013, Ewoud Kohl van Wijngaarden wrote:
I'd like to nominate Russ as a apprentice, which I think means he'd get root on our systems. If needed I can supply the pull request to create a puppet class to ensure his user.
ah, yes -- Thank you. Sorry for not following protocol here By way of introduction, I am Russ herrold, one of the founders of CentOS, and before that, part of Red Hat's external 'testers-list' mailing list for the former RHL product. I've been building distributions for many many years now, and am quite cautious as to avoiding the many ways of losing content unintentionally I am and have been active for many years in providing first Xen and more not KVM based virtualiszation compute instances to consulting clients, most recently through a Layer 3 based product branded: PMMAN.COM So, a bit differnt as to design choices than oVirt, but also heavily a user of libvirt and friends I use IRC nicks starting with: ^orc_ to indicate the Owl River Company aspect of my presences -- Russ herrold

+1 from my side. - Kiril ----- Original Message -----
From: "R P Herrold" <herrold@owlriver.com> To: "Ewoud Kohl van Wijngaarden" <ewoud+ovirt@kohlvanwijngaarden.nl> Cc: "oVirt infrastructure ML" <infra@ovirt.org> Sent: Tuesday, November 12, 2013 1:53:43 AM Subject: Re: Herrold request for account right on certain hosts
On Tue, 12 Nov 2013, Ewoud Kohl van Wijngaarden wrote:
I'd like to nominate Russ as a apprentice, which I think means he'd get root on our systems. If needed I can supply the pull request to create a puppet class to ensure his user.
ah, yes -- Thank you. Sorry for not following protocol here
By way of introduction, I am Russ herrold, one of the founders of CentOS, and before that, part of Red Hat's external 'testers-list' mailing list for the former RHL product. I've been building distributions for many many years now, and am quite cautious as to avoiding the many ways of losing content unintentionally
I am and have been active for many years in providing first Xen and more not KVM based virtualiszation compute instances to consulting clients, most recently through a Layer 3 based product branded: PMMAN.COM So, a bit differnt as to design choices than oVirt, but also heavily a user of libvirt and friends
I use IRC nicks starting with: ^orc_ to indicate the Owl River Company aspect of my presences
-- Russ herrold _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra

+1 from me. Eyal. ----- Original Message -----
From: "Kiril Nesenko" <kiril@redhat.com> To: "oVirt infrastructure ML" <infra@ovirt.org> Sent: Tuesday, November 12, 2013 9:37:32 AM Subject: Re: Herrold request for account right on certain hosts
+1 from my side.
- Kiril
----- Original Message -----
From: "R P Herrold" <herrold@owlriver.com> To: "Ewoud Kohl van Wijngaarden" <ewoud+ovirt@kohlvanwijngaarden.nl> Cc: "oVirt infrastructure ML" <infra@ovirt.org> Sent: Tuesday, November 12, 2013 1:53:43 AM Subject: Re: Herrold request for account right on certain hosts
On Tue, 12 Nov 2013, Ewoud Kohl van Wijngaarden wrote:
I'd like to nominate Russ as a apprentice, which I think means he'd get root on our systems. If needed I can supply the pull request to create a puppet class to ensure his user.
ah, yes -- Thank you. Sorry for not following protocol here
By way of introduction, I am Russ herrold, one of the founders of CentOS, and before that, part of Red Hat's external 'testers-list' mailing list for the former RHL product. I've been building distributions for many many years now, and am quite cautious as to avoiding the many ways of losing content unintentionally
I am and have been active for many years in providing first Xen and more not KVM based virtualiszation compute instances to consulting clients, most recently through a Layer 3 based product branded: PMMAN.COM So, a bit differnt as to design choices than oVirt, but also heavily a user of libvirt and friends
I use IRC nicks starting with: ^orc_ to indicate the Owl River Company aspect of my presences
-- Russ herrold _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
_______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra

This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --EdpGBUJqOGDSsQWhgbT8VEEprpEJtDh4B Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue 12 Nov 2013 07:22:48 PM CET, Eyal Edri wrote:
+1 from me.
Eyal.
----- Original Message -----
From: "Kiril Nesenko" <kiril@redhat.com> To: "oVirt infrastructure ML" <infra@ovirt.org> Sent: Tuesday, November 12, 2013 9:37:32 AM Subject: Re: Herrold request for account right on certain hosts
+1 from my side.
- Kiril
----- Original Message -----
From: "R P Herrold" <herrold@owlriver.com> To: "Ewoud Kohl van Wijngaarden" <ewoud+ovirt@kohlvanwijngaarden.nl> Cc: "oVirt infrastructure ML" <infra@ovirt.org> Sent: Tuesday, November 12, 2013 1:53:43 AM Subject: Re: Herrold request for account right on certain hosts
On Tue, 12 Nov 2013, Ewoud Kohl van Wijngaarden wrote:
I'd like to nominate Russ as a apprentice, which I think means he'd get root on our systems. If needed I can supply the pull request to create a puppet class to ensure his user.
ah, yes -- Thank you. Sorry for not following protocol here
By way of introduction, I am Russ herrold, one of the founders of CentOS, and before that, part of Red Hat's external 'testers-list' mailing list for the former RHL product. I've been building distributions for many many years now, and am quite cautious as to avoiding the many ways of losing content unintentionally
I am and have been active for many years in providing first Xen and more not KVM based virtualiszation compute instances to consulting clients, most recently through a Layer 3 based product branded: PMMAN.COM So, a bit differnt as to design choices than oVirt, but also heavily a user of libvirt and friends
I use IRC nicks starting with: ^orc_ to indicate the Owl River Company aspect of my presences
-- Russ herrold _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
_______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
_______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
+1 -- David Caro Red Hat S.L. Continuous Integration Engineer - EMEA ENG Virtualization R&D Email: dcaro@redhat.com Web: www.redhat.com RHT Global #: 82-62605 --EdpGBUJqOGDSsQWhgbT8VEEprpEJtDh4B Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) iQEcBAEBAgAGBQJSg0BHAAoJEEBxx+HSYmnDblsH/i0rBD0rqxF20+z2dBs3Wo/R 5GkUm9W3r/QLPdqtfu+9gueu21DuBu+Ygb/e448EA+9n/Z0ol7l06XSP1JOj+mKu Jt1URFRbtv0lAcAFr2hn2DSlDXc02go0Tw05TMJi08u+h66mhttZQMxHrhxv4NiJ lSulejCUJGwigTsSqQIBTzuPnHPVIyhBoEnw388SLboDlv0is3uQGHs4lS8mYTDN +YjdetKpWvXaEGJlxhSWaBYuKd5Ol4B6M1DuTyrLkoabUMgT169uWd5UNe6N/o3N JLM+MEZISCAhsCovYzrOfPR832MG2x21bjkaykDCBlR4tBMqtcbHCFLPAK+9vSA= =XY+i -----END PGP SIGNATURE----- --EdpGBUJqOGDSsQWhgbT8VEEprpEJtDh4B--

Ewoud, Can you please create a puppet class to ensure Russ user ? - Kiril ----- Original Message -----
From: "David Caro" <dcaroest@redhat.com> To: "Eyal Edri" <eedri@redhat.com> Cc: "Kiril Nesenko" <kiril@redhat.com>, "oVirt infrastructure ML" <infra@ovirt.org> Sent: Wednesday, November 13, 2013 11:03:03 AM Subject: Re: Herrold request for account right on certain hosts
On Tue 12 Nov 2013 07:22:48 PM CET, Eyal Edri wrote:
+1 from me.
Eyal.
----- Original Message -----
From: "Kiril Nesenko" <kiril@redhat.com> To: "oVirt infrastructure ML" <infra@ovirt.org> Sent: Tuesday, November 12, 2013 9:37:32 AM Subject: Re: Herrold request for account right on certain hosts
+1 from my side.
- Kiril
----- Original Message -----
From: "R P Herrold" <herrold@owlriver.com> To: "Ewoud Kohl van Wijngaarden" <ewoud+ovirt@kohlvanwijngaarden.nl> Cc: "oVirt infrastructure ML" <infra@ovirt.org> Sent: Tuesday, November 12, 2013 1:53:43 AM Subject: Re: Herrold request for account right on certain hosts
On Tue, 12 Nov 2013, Ewoud Kohl van Wijngaarden wrote:
I'd like to nominate Russ as a apprentice, which I think means he'd get root on our systems. If needed I can supply the pull request to create a puppet class to ensure his user.
ah, yes -- Thank you. Sorry for not following protocol here
By way of introduction, I am Russ herrold, one of the founders of CentOS, and before that, part of Red Hat's external 'testers-list' mailing list for the former RHL product. I've been building distributions for many many years now, and am quite cautious as to avoiding the many ways of losing content unintentionally
I am and have been active for many years in providing first Xen and more not KVM based virtualiszation compute instances to consulting clients, most recently through a Layer 3 based product branded: PMMAN.COM So, a bit differnt as to design choices than oVirt, but also heavily a user of libvirt and friends
I use IRC nicks starting with: ^orc_ to indicate the Owl River Company aspect of my presences
-- Russ herrold _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
_______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
_______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
+1
-- David Caro
Red Hat S.L. Continuous Integration Engineer - EMEA ENG Virtualization R&D
Email: dcaro@redhat.com Web: www.redhat.com RHT Global #: 82-62605
_______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra

On Wed, 13 Nov 2013, Kiril Nesenko wrote:
Can you please create a puppet class to ensure Russ user ?
Thank you all for the confidence Could the userid be set to: herrold please, to be consistent with elsewhere Also, I asked a side question about getting a central log server allocated with some drive space, to free up space on end units and for webstats / mailstats reduction. Any thoughts? - Russ herrold

----- Original Message -----
From: "R P Herrold" <herrold@owlriver.com> To: "oVirt infrastructure ML" <infra@ovirt.org> Sent: Wednesday, November 13, 2013 10:11:35 PM Subject: Re: Herrold request for account right on certain hosts
On Wed, 13 Nov 2013, Kiril Nesenko wrote:
Can you please create a puppet class to ensure Russ user ?
Thank you all for the confidence
Could the userid be set to: herrold please, to be consistent with elsewhere
Also, I asked a side question about getting a central log server allocated with some drive space, to free up space on end units and for webstats / mailstats reduction. Any thoughts?
we should have plenty of space available on the rackspace servers, so once we finish with the migration to gluster storage from local, we can install there a vm running logstash[1] server to aggregate all logs. [1] http://www.elasticsearch.org/overview/logstash/
- Russ herrold _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra

On Wed, 13 Nov 2013, Eyal Edri wrote:
Also, I asked a side question about getting a central log server allocated with some drive space, to free up space on end units and for webstats / mailstats reduction. Any thoughts?
we should have plenty of space available on the rackspace servers, so once we finish with the migration to gluster storage from local, we can install there a vm running logstash[1] server to aggregate all logs.
looking, it appears to be acceptibly licensed (Apache 2.0), but not yet packaged in EPEL or Fedora. Durably solving .jar dependencies in RPM are always a challenge for me, as there is the tension between packaging and dependency resolution systems ... I have historically just used the 'more Unixy' and long since in RHEL / Fedora: rsyslog and before that syslog, which do not carry the packaging hassle. Each of which are pretty straightforward to set up iptables on the receiver, and remote syslogging on the sender but I will experiment a bit -- Russ herrold
participants (5)
-
David Caro
-
Ewoud Kohl van Wijngaarden
-
Eyal Edri
-
Kiril Nesenko
-
R P Herrold