Terraform and DNS

2021-06-21 Thread Duck

Quack,

Since you were thinking about using Terraform I was currous if NS 
updates were supported and they are:

  https://registry.terraform.io/providers/hashicorp/dns/latest/docs

This means you can create a subzone of ovirt.org and delegate the full 
subzone or specific RRs. Then if you wish certain entries accessible 
from ovirt.org directly we can simply add CNAMEs.


This is an alternative to using freipa's DNS management. The doc does 
not do into fulld etails but it's "basic DNS management" which probably 
means not all RR types are supported.


I guess one question is how do you wish the main zone to be managed. I 
like to be able to manage the zone file by myself with comments and use 
subzones for automation but freeipa or DNS providers can do it all for 
you and provide an API too (with the same RR types limitation though, so 
it depends what kind of data you wish to put into it).


I guess that's why RH decided to use IPA.REDHAT.COM instead of 
REDHAT.COM, freeipa can manage its own DNS entries (SRV…) for the 

provided services but you can still manage your main zone the way you 
want (for specific or historical reasons). I guess the domain to use for 
freeipa is also something to consider.


\_o<


OpenPGP_signature
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/GVLNR7BLYMKNPUZ2QOWVXTGJ263FQOL5/


Note about Ansible httpd role design

2021-05-13 Thread Duck

Quack,

In the meeting you seem to be astonished the role does not handle 
rewrite rules and I wanted to comment on that.


There are services like Apache or postfix which have a lot of 
directives, and sometimes to make things worse order matters. In this 
case it is simply not possible to maintain a solution that would be able 
to do just ANYTHING. If you added wrappers around these directives then 
you would have to maintain a lot of code that just bring nothing really 
to help you in your deployment.


So the design of httpd that Misc originally created and was extended is 
the following: an opinionated way to setup the basics of a web server 
and vhost configuration, and a way to include extra custom config. Some 
often used features like redirects, reverse proxying etc are included 
but they simply cannot handle all possible customization. So what makes 
the design practical is that with the inclusion system you can add your 
own Apache rules and either complement what the role does (that's what 
we're doing for Jenkins) or simply replace it.


With that in mind, you can easily extend the role features with 
companion roles. The httpd role sets important variables (remember 
_vhost_confdir and httpd_usergroup?) and you do not need to guess were 
to put files, what user to use for Apache, all is calculated for you 
depending on your vhost installation and OS too (the Apache user and 
systemd service name differ from OS to OS for eg.). This way we created 
roles for specific usage that complement httpd without conflicting:

  - httpd_php_fpm
  - httpd_wsgi (for Python)
  - httpd_passenger (originally for Ruby but Python and NodeJS are 
supported now)

and you can add your own.

So this role is old and things like variable names could be improved, 
the TLS method choice could be set in one practical variable instead of 
~3, there's just no way to handle ports other than 80 and 443 at the 
moment, and do we need to be able to setup local .htpasswd password 
files nowadays? So it could still be improved but I think the foundation 
is solid.


Anyway, suggestions are welcome :-).

\_o<



OpenPGP_signature
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/GMO4FUCFTS7MAGVGOAFIX43ZAHWBCORL/


Re: Infra CI failure

2020-10-20 Thread Duck
Quack,

On 10/20/20 6:01 PM, Ehud Yonasi wrote:

> I've rerun the job and it worked - still not sure why it was working.
> I'm investigation this issue.

Thanks a lot.

\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/FRUM2QPWOLCYXDZHOS7NWVVAZAYYTZVY/


Infra CI failure

2020-10-20 Thread Duck
Quack,

There is a strange CI failure for the infra repo, is someone making
changes? Could someone give a hand please?

https://jenkins.ovirt.org/job/infra-ansible_standard-check-patch/117/console

\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/2RTVNSBACBWLSBEI5R4RCWBEHHFZJ23W/


[JIRA] (OVIRT-3037) Please update https://blogs.ovirt.org/

2020-10-12 Thread Duck

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-3037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=40869#comment-40869
 ] 

Marc Dequènes (Duck) commented on OVIRT-3037:
-

Jason tells me there are auto-updates but it waits a little bit for the release 
to settle down (probably to avoid regressions).



[~accountid:557058:3a069952-633d-482c-90ab-2451cac6751a] did you have any 
specific problem / security issue you wish to address?

> Please update https://blogs.ovirt.org/
> --
>
> Key: OVIRT-3037
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-3037
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Sandro Bonazzola
>Assignee: infra
>
> https://blogs.ovirt.org/ has several available updates, can you please
> update it?
> Thanks,
> -- 
> Sandro Bonazzola
> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100149)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/OCS5WZUBSFIRXME5LTB2M2KDI3RHSFCP/


[JIRA] (OVIRT-3037) Please update https://blogs.ovirt.org/

2020-10-12 Thread Duck

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-3037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=40868#comment-40868
 ] 

Marc Dequènes (Duck) commented on OVIRT-3037:
-

OSPO does have access to this community instance. Usually Jason does regular 
updates since he is better versed in this software. I’ll ping him to know 
what’s going on.

> Please update https://blogs.ovirt.org/
> --
>
> Key: OVIRT-3037
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-3037
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Sandro Bonazzola
>Assignee: infra
>
> https://blogs.ovirt.org/ has several available updates, can you please
> update it?
> Thanks,
> -- 
> Sandro Bonazzola
> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100149)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/BIGXH5X4EPAWRGQGL2UJWXYPCUFZZGZ4/


[JIRA] (OVIRT-3023) Add IPv6 monitoring

2020-09-24 Thread Duck
Marc Dequènes (Duck) created OVIRT-3023:
---

 Summary: Add IPv6 monitoring
 Key: OVIRT-3023
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-3023
 Project: oVirt - virtualization made easy
  Issue Type: Improvement
  Components: monitoring
Reporter: Marc Dequènes (Duck)
Assignee: infra


We fixed problem with ICMP monitoring on IPv6-enabled hosts in Nagios but we 
nous need to make sure we monitor IPv6 access too.



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100147)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/XRJSP6SASK6V7JSTEPNNYCC2Q4WPV6SV/


Ansible checks

2020-09-08 Thread Duck
Quack,

ansible-lint added new checks in 4.3.0 and especially one to detect when
you create a file and forget to set permissions. Of course most of the
time that's not a big deal but sometimes it can deploy bad permissions
or even create security problems.

One way to make a deployment is to do it manually and when you found the
proper things to do you write the rules, right? One problem is that you
might forget a few steps but since it's already manually done it deploys
nicely until things change for another reason or you need to redeploy
elsewhere or another instance. Another problem are these permissions
which mean it's deployed but the service cannot access its files because
too restrictive permissions or on the contrary it's too open. So it's
better to recycle the VM or test in a container first.

Currently we use the packaged version of ansible-lint so you did not see
any problem _yet_. I have fixed the rules in all roles and also in the
infra repo:
  https://gerrit.ovirt.org/c/58/

I'm not pointing at people to blame them, and I am myself responsible
for many of these mistakes (look at the history in the
community-cage-infra-ansible repo or the roles), but I wanted to make
sure we think about these problems and try to do better in the future.

And btw I also added a YAMLlint check. Most of the time it's not a big
deal but sometimes bad indenting causes bugs, especially inside blocks,
or make things hardly readable, so I fixed these problems too.

Regards.
\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/U2NLC6MPZZPILUDE3FQOOZRU2OA4FB5T/


[JIRA] (OVIRT-2960) IPv6 for Carla

2020-06-11 Thread Duck
Marc Dequènes (Duck) created OVIRT-2960:
---

 Summary: IPv6 for Carla
 Key: OVIRT-2960
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2960
 Project: oVirt - virtualization made easy
  Issue Type: New Feature
Reporter: Marc Dequènes (Duck)
Assignee: infra


Carla.osci.io, which is used as NS and MX for many communities needs IPv6 
support.

Since it cannot be added where Carla is currently hosted, could we move it 
anywhere nice and IPv6 compliant which is not close to the Community Cage (for 
geographic redundancy) please?




--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100128)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/DG7RHLXIVSEQJKFR6CVLLVAWGSMJUHZ5/


[JIRA] (OVIRT-2936) lists.ovirt.org is missing in google searches

2020-05-06 Thread Duck

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Dequènes (Duck) updated OVIRT-2936:

Attachment: signature.asc

Quack,

On 5/6/20 7:27 PM, Yedidyah Bar David wrote:

> I now searched google for "engine certificate problems in MacOS",
> expecting to find [1], but didn't get it.

I added "ovirt" and also quoted the whole title but can only find the
www.mail-archive.com link indeed.

> I don't think it's due to our robots.txt [2], because google does find
> it in [3]. Perhaps it's due to configuration for our site in google or
> whatever, no idea.

The robots.txt looks fine. I do not think we have any specific Google
setting done, at least not by me.

Folks, any idea?
\_o<

> lists.ovirt.org is missing in google searches
> -
>
> Key: OVIRT-2936
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2936
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Yedidyah Bar David
>Assignee: infra
> Attachments: signature.asc
>
>
> Hi all,
> I now searched google for "engine certificate problems in MacOS",
> expecting to find [1], but didn't get it.
> I don't think it's due to our robots.txt [2], because google does find
> it in [3]. Perhaps it's due to configuration for our site in google or
> whatever, no idea.
> Can you please handle? Thanks.
> [1] 
> https://lists.ovirt.org/archives/list/us...@ovirt.org/message/YNL6NSW6GP3IR7GECYE6DNPJA6H2X3RB/
> [2] https://lists.ovirt.org/robots.txt
> [3] https://www.mail-archive.com/users@ovirt.org/msg60558.html
> -- 
> Didi



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100126)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/7SP5OK55VYDX7JVNVUPZLLPEO5M27KL4/


[JIRA] (OVIRT-2874) Glance missing openstack repo

2020-03-18 Thread Duck
Marc Dequènes (Duck) created OVIRT-2874:
---

 Summary: Glance missing openstack repo
 Key: OVIRT-2874
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2874
 Project: oVirt - virtualization made easy
  Issue Type: Bug
Reporter: Marc Dequènes (Duck)
Assignee: infra


I was checking errors on the machines and found on glance.o.o:
http://mirror.centos.org/centos/7/cloud/x86_64/openstack-pike/repodata/repomd.xml:
[Errno 14] HTTP Error 404 - Not Found

Evgheny suggested that, since the new openstack release is incompatible with 
oVirt, we could publish a dump of the repo he happened to have under his sleeve.

This way the regular updates are not generating errors and we would be able to 
redeploy in cas of problem.




--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100122)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/26M22WKEWV25UUDPFZ6WZ5627GST7VXW/


[JIRA] (OVIRT-2858) Upgrade of Openshift certificates

2020-01-17 Thread Duck
Marc Dequènes (Duck) created OVIRT-2858:
---

 Summary: Upgrade of Openshift certificates
 Key: OVIRT-2858
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2858
 Project: oVirt - virtualization made easy
  Issue Type: Improvement
Reporter: Marc Dequènes (Duck)
Assignee: infra
Priority: Low


The status.ovirt.org certificates expires in April; we have some time but it 
would be nice to replace Digicert by Let's Encrypt. I see that the cert-manager 
operator can do that but I have no experience with such integration. It seems 
like the way to go though (or with another implementation).

I would like to point out that we would need support for HTTP01. DNS01 would be 
nice but unless we convert the ovirt.org domain fully into a dynamic zone, 
which I do not recommend, there is an option to use CNAMEs to a dynamic 
sub-zone; it works fine but it is not yet merged upstream (see 
https://github.com/certbot/certbot/pull/7244).




--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100118)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/JGBD3TUZNU44EIEQEYE42E7ZA5V7SV2N/


[JIRA] (OVIRT-2140) enforce SSL on resources.ovirt.org

2019-08-28 Thread Duck

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=39714#comment-39714
 ] 

Marc Dequènes (Duck) commented on OVIRT-2140:
-

[~accountid:557058:2dee8503-051b-4630-8a75-2c544524dce8] with the above 
security concerns then YES we need to do it and infosec just came at my door to 
ask for the progress, so we’d better prioritize this task before one day we’re 
told to shutdown the service altogether.

> enforce SSL on resources.ovirt.org
> --
>
> Key: OVIRT-2140
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2140
> Project: oVirt - virtualization made easy
>  Issue Type: Improvement
>Reporter: Evgheni Dereveanchin
>Assignee: infra
>
> SSL was enabled on Resources with OVIRT-1472, this ticket is to transform the 
> non-SSL virtual hosts into redirects to the SSL version



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100108)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/VUWFJARSBK64LWLHZINPYEL7NNCSZRYH/


[JIRA] (OVIRT-2140) enforce SSL on resources.ovirt.org

2019-08-28 Thread Duck

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=39713#comment-39713
 ] 

Marc Dequènes (Duck) commented on OVIRT-2140:
-

[~accountid:557058:caa507e4-2696-4f45-8da5-d2585a4bb794] signed packages on 
HTTP are not safe because old releases are also valid thus it’s possible to do 
replay attacks by providing older and security buggy packages. it’s better but 
not sufficient.



> enforce SSL on resources.ovirt.org
> --
>
> Key: OVIRT-2140
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2140
> Project: oVirt - virtualization made easy
>  Issue Type: Improvement
>Reporter: Evgheni Dereveanchin
>Assignee: infra
>
> SSL was enabled on Resources with OVIRT-1472, this ticket is to transform the 
> non-SSL virtual hosts into redirects to the SSL version



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100108)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/CILZMIU42TWQ3EZ252U7FB6M2MZ7O3EB/


Re: [ovirt-devel] Relaunching the website migration project

2019-08-22 Thread Duck
Quack,

Well, it's now production.
The builder have been switched.
Tell me if you encounter any problem.

\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/TFELJ7LA73KVI5R33DD4RITSET345BI5/


Re: [ovirt-devel] Relaunching the website migration project

2019-08-21 Thread Duck
Quack,

I was able to upgrade the current builder to a more recent OS and add a
builder instance for the migrated site. You can now check the result
exactly how it would appear on production:
  https://www-ng.ovirt.org/

Btw, I also fixed the .htaccess generation and ensured the events data
are updated before generating the site. Contrary to the current system
it is not done when not in production to avoid people pushing PRs
including unrelated submodules updates (as happen from time to time).

Once again, please reach out to give feedback.
\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/OG6FU57J7WAYAQ5BANEHOHNFS7JFBX3J/


Re: [ovirt-devel] Re: Relaunching the website migration project

2019-08-21 Thread Duck
Quack,

On 8/21/19 5:57 PM, Martin Perina wrote:

> Unfortunately older blogs posts are not visible anymore, for example
> 
> https://blogs.ovirt.org/2017/12/host-deploy-customization/
> 
> Is it possible to fix this?

All blog posts have been imported and should have the same URL. We found
some discrepancies, fixed them, and thought it was ok. Thanks for
letting us know.

Jason, could you have a look please?

\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/UL3AYZBAAFNPIZCUIVKFBH53GJBKQHEN/


Re: [ovirt-devel] Relaunching the website migration project

2019-08-19 Thread Duck
Quack,

It took some time to fix various things (even in the production site)
and adapt to the new system to have all the pieces together (knowing I'm
not a web designer at all), and it's now working fine I think.

I did not receive any comment of feedback so far but now I really need
your help. The site looks almost perfectly identical, mistake included,
so AFAIK it's working but I might have missed some things. Please test
the build and result and report problems on the PR.

I also adapted the documentation and gave some tips in the
CONTRIBUTING.md file.

In any case please do not push the merge button even if there's loads of
good reviews; I need to deploy the new builder and disable the old one
at the same time.

Regards.
\_o<




signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/NYNFJWXQON72IINTAJPK7BPCQXEMMFA3/


Re: [ovirt-devel] Re: Relaunching the website migration project

2019-08-19 Thread Duck
Quack,

On 8/4/19 9:26 PM, Eitan Raviv wrote:

> Currently I don't find the blog content on the ovirt-site repository [1].
> In which repository can it be found?

The blog part migrated to WordPress as people wanted to have comments
and a more friendly interface for not-always-technical writers. Please
see ticket OVIRT-2652 on JIRA.

Maybe the documentation is lacking on this front though.

\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/FF2QFEBY56F2GWU4VXDV6X5U4KSF5QRY/


[JIRA] (OVIRT-2777) Upgrade web stats software

2019-08-16 Thread Duck
Marc Dequènes (Duck) created OVIRT-2777:
---

 Summary: Upgrade web stats software
 Key: OVIRT-2777
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2777
 Project: oVirt - virtualization made easy
  Issue Type: Improvement
Reporter: Marc Dequènes (Duck)
Assignee: infra


Our Piwik installation is really aging and it's high time we upgrade to Matomo.




--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100107)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/KOWUZHPGYDXPUHCWZDB3NANVSFD7WIVB/


Relaunching the website migration project

2019-07-25 Thread Duck
Quack,


### A pinch of history

As a short introduction for those who do not know me as I rarely post
here: I'm part of Red Hat OSPO Comminfra Team (previously OSPO was
called OSAS) and currently hosting and taking care of the website.


This topic has been discussed many times: neither people writing the
site neither us for the maintenance are happy with the current state of
affair. But we had not real plan and picking a random tool which might
lead to similar problems and without any way to support it properly was
not very appealing. Moreover we tried migrating to Middleman 4, the
obvious path to modernization, but this happened to be more complicated
than expected and this new version had terrible performance problems. As
you now version 3 is already slow, and that's quite an understatement.
In the meanwhile a few things have changed, and people taking care of
the website too, so let's talk about the current situation.
(very short version of the history around this)


### Why now?

What has changed:

* several projects moved to Jekyll, a software we were already
investigating at the time and is being used by Google Pages (they
created it in fact), and they were very happy with the result; we
believe it has the necessary features, it is well maintained because
Google uses it heavily, and it's very fast

* we've tried Jekyll ourselves, we're happy too, and we do have the
Ansible playbooks and tooling to deploy it now

* over time the website had some waves of cleanup (still needs quite
some love though) and recently the blog moved to WordPress to get
comment support and a more friendly interface (see OVIRT-2652) which
allowed more cleanup (see #2030)

With the blog separated and a lot of custom Ruby code removed, the
tooling ready, I believe we can now work on migrating the content.

We may realize Jekyll is not the right tool, but people seemed to like
the idea at the time and current experience seem to indicate it should
improve things and be maintainable. The goal here is to experiment and
switch to production only if we're happy with it.


### Early work

I have started a branch called 'jekyll_migration' to put my work on it.
This is very early work (I just started), I already hit various
difficulties, and I can't commit 100% of my time on it so it will
require some time.

Several of my changes happened to not be really specific to the
migration, and the current site would benefit from these
fixes/cleanups/simplifications… thus I'll extracts these changes and
create separate PRs for master.

If you wish to help, then you can contact me directly or reply to this
thread. You may also create PRs to this topic branch, but please do not
push anything directly.


Regards.
\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/ERLDSOGZQGLPNIDDYRG6G4FTKENS427C/


Re: ML upgrade

2019-05-07 Thread Duck
Quack,

It is done.

\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/QY466R4OYFEQ6KAJ6KMYY2VO2M6RGTQH/


ML upgrade

2019-04-26 Thread Duck
Quack,

I've fixed the packaging problems around the Mailman 3 deployment due to
changes in Python 3 in EL7/EPEL (very short version). Part of the work
to upgrade MM3 to a newer version, more specifically the routing daemon,
is also ready (the UI will need more work). I've already deployed this
to several instances and nothing bad to report.

I'll then upgrade the oVirt instance when I come back from the Golden
Week, probably on 7th or 8th of May, in the (Japanese) morning when most
oVirt people sleep. There is no need to warn users specifically as it is
only package upgrades and a quick service restart, so it should not be
noticeable.

This will also unblock the usual OS updates which are held by package
conflicts.

See you after the Golden Week o/
\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/GXWCOBKPFGT6UNDH5KWF4K76KRIU6KMB/


[JIRA] (OVIRT-2717) Re: [ovirt-users] spam

2019-04-15 Thread Duck

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=39261#comment-39261
 ] 

Marc Dequènes (Duck) commented on OVIRT-2717:
-

There is currently no per-list setting.Except for lists with specific content 
like automation logs, the kind of content is probably similar in most lists so 
I did not think that would make sense. Currently we discard all mails with a 
score >= 8.

Do you feel there is a need to discriminate between the various lists? Would 
people be ok to moderate mails on a daily basis in between a discard level and 
probable-spam level? That's what suggest the document, and that's nice but more 
manual work. Maybe community people could be empowered to help on this?

Also we can lower a bit the global level. I think having a look at the level 
Spamassassin is giving in the headers would help evaluating a new safe level of 
surely-SPAM. And then we can also evaluate the probable-SPAM level and, if 
people agree to moderate, add a per-list HOLD action.

The fact is I'm not a user of these lists so I cannot do this evaluation myself.



> Re: [ovirt-users] spam
> --
>
> Key: OVIRT-2717
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2717
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: infra
>
> Il giorno mar 9 apr 2019 alle ore 13:13 Jorick Astrego 
> ha scritto:
> > We get a lot of spam lately, anything that can be done about this?
> >
> > I see the list is powered by Mailman
> >
> >
> > https://wikitech.wikimedia.org/wiki/Lists.wikimedia.org#Fighting_spam_in_mailman
> >
> Opening a ticket to infra
> >
> >
> >
> >
> >
> > Met vriendelijke groet, With kind regards,
> >
> > Jorick Astrego
> >
> > *Netbulae Virtualization Experts *
> > --
> > Tel: 053 20 30 270 i...@netbulae.eu Staalsteden 4-3A KvK 08198180
> > Fax: 053 20 30 271 www.netbulae.eu 7547 TA Enschede BTW NL821234584B01
> > --
> >
> > ___
> > Users mailing list -- us...@ovirt.org
> > To unsubscribe send an email to users-le...@ovirt.org
> > Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> > oVirt Code of Conduct:
> > https://www.ovirt.org/community/about/community-guidelines/
> > List Archives:
> > https://lists.ovirt.org/archives/list/us...@ovirt.org/message/5CEVNY337NJAT7JMRPX4D34WQN6JUPTE/
> >
> -- 
> SANDRO BONAZZOLA
> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV
> Red Hat EMEA <https://www.redhat.com/>
> sbona...@redhat.com
> <https://red.ht/sig>



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100099)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/J43J7JBHQJAVQ25OELZFXUKOQTOFB3IA/


[JIRA] (OVIRT-2023) mailing lists footer macros are broken

2019-03-03 Thread Duck

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Dequènes (Duck) updated OVIRT-2023:

Component/s: Mailing lists (Mailman)

> mailing lists footer macros are broken
> --
>
> Key: OVIRT-2023
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2023
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>  Components: Mailing lists (Mailman)
>Reporter: Greg Sheremeta
>Assignee: infra
> Attachments: signature.asc
>
>
> mailing lists footer macros are broken. Examples:
> > Devel mailing list -- de...@ovirt.org
> > To unsubscribe send an email to devel-le...@ovirt.org
> > %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
> >
> ___
> Devel mailing list -- de...@ovirt.org
> To unsubscribe send an email to devel-le...@ovirt.org
> %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
> -- 
> GREG SHEREMETA
> SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX
> Red Hat NA
> <https://www.redhat.com/>
> gsher...@redhat.comIRC: gshereme
> <https://red.ht/sig>



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100098)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/TKZZ5Z2PPAO5BTPI3PRLO4HAEWT3G767/


[JIRA] (OVIRT-2692) Hyperkitty does not rend well certain posts (probably MIME handling problem)

2019-03-03 Thread Duck

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Dequènes (Duck) reassigned OVIRT-2692:
---

Assignee: Marc Dequènes (Duck)  (was: infra)

> Hyperkitty does not rend well certain posts (probably MIME handling problem)
> 
>
> Key: OVIRT-2692
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2692
> Project: oVirt - virtualization made easy
>  Issue Type: Bug
>  Components: Mailing lists (Mailman)
>    Reporter: Marc Dequènes (Duck)
>    Assignee: Marc Dequènes (Duck)
>
> Example:
>   
> https://lists.ovirt.org/archives/list/us...@ovirt.org/message/ISSHGADD42E4PZ6M2IVPIFD5WZBY4FFT/
>   https://www.mail-archive.com/users@ovirt.org/msg53585.html
> It looks like a MIME problem. Maybe these mails are HTML-only and the text 
> part is empty?



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100098)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/ZD3IFBBR5XRFB4EFIJOXDZPOJC3HM5RX/


[JIRA] (OVIRT-2692) Hyperkitty does not rend well certain posts (probably MIME handling problem)

2019-03-03 Thread Duck

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Dequènes (Duck) updated OVIRT-2692:

Status: In Progress  (was: To Do)

In the Hyperkitty database the mail content is empty, so I guess the mail MIME 
parsing failed or as supposed earlier the text part is empty. Thus I asked  
Strahil to provide the original version of this mail for debug.

> Hyperkitty does not rend well certain posts (probably MIME handling problem)
> 
>
> Key: OVIRT-2692
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2692
> Project: oVirt - virtualization made easy
>  Issue Type: Bug
>  Components: Mailing lists (Mailman)
>    Reporter: Marc Dequènes (Duck)
>Assignee: infra
>
> Example:
>   
> https://lists.ovirt.org/archives/list/us...@ovirt.org/message/ISSHGADD42E4PZ6M2IVPIFD5WZBY4FFT/
>   https://www.mail-archive.com/users@ovirt.org/msg53585.html
> It looks like a MIME problem. Maybe these mails are HTML-only and the text 
> part is empty?



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100098)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/2UMYCOFX2JGI6BR6SSV3GEYXUXUX4EZZ/


[JIRA] (OVIRT-2692) Hyperkitty does not rend well certain posts (probably MIME handling problem)

2019-03-03 Thread Duck

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Dequènes (Duck) updated OVIRT-2692:

Component/s: Mailing lists (Mailman)
Description: 
Example:
  
https://lists.ovirt.org/archives/list/us...@ovirt.org/message/ISSHGADD42E4PZ6M2IVPIFD5WZBY4FFT/
  https://www.mail-archive.com/users@ovirt.org/msg53585.html

It looks like a MIME problem. Maybe these mails are HTML-only and the text part 
is empty?


> Hyperkitty does not rend well certain posts (probably MIME handling problem)
> 
>
> Key: OVIRT-2692
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2692
> Project: oVirt - virtualization made easy
>  Issue Type: Bug
>  Components: Mailing lists (Mailman)
>    Reporter: Marc Dequènes (Duck)
>Assignee: infra
>
> Example:
>   
> https://lists.ovirt.org/archives/list/us...@ovirt.org/message/ISSHGADD42E4PZ6M2IVPIFD5WZBY4FFT/
>   https://www.mail-archive.com/users@ovirt.org/msg53585.html
> It looks like a MIME problem. Maybe these mails are HTML-only and the text 
> part is empty?



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100098)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/TQFHQ4ESJSSRUCIPTUQP3ZHMUMTXPI4J/


[JIRA] (OVIRT-2692) Hyperkitty does not rend well certain posts (probably MIME handling problem)

2019-03-03 Thread Duck
Marc Dequènes (Duck) created OVIRT-2692:
---

 Summary: Hyperkitty does not rend well certain posts (probably 
MIME handling problem)
 Key: OVIRT-2692
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2692
 Project: oVirt - virtualization made easy
  Issue Type: Bug
Reporter: Marc Dequènes (Duck)
Assignee: infra






--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100098)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/NE4MSSKMVSZYCUOAQ33V53TT3NSV7O6W/


Re: Space problem on mail server

2019-02-26 Thread Duck
Quack,

On 2/27/19 3:21 PM, Marc Dequènes (Duck) wrote:

> I'm just back from event and vacation and I barely scratched the top of
> my inbox but I saw postmaster 26 messages about lack of space. I'm
> taking care of it now and will need to shutdown the VM a short time to
> rework storage and partitioning. We have a MX2 so it should only create
> a small delay to receive ML messages.

I added extra space and also took the opportunity to split Mailman data
onto another disk. Everything seems to work well. I'll be monitoring
things. Tell me if you notice any problem.

\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/Q3SYODX7IQ5IRM2HCEWKEJVOG3XUJTRR/


Space problem on mail server

2019-02-26 Thread Duck
Quack,

I'm just back from event and vacation and I barely scratched the top of
my inbox but I saw postmaster 26 messages about lack of space. I'm
taking care of it now and will need to shutdown the VM a short time to
rework storage and partitioning. We have a MX2 so it should only create
a small delay to receive ML messages.

\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/SBXFD6SBPMFNE34342KYFRUGEHSOULXI/


TAISTE: Hyperkitty and Unicode

2019-01-30 Thread Duck
Quack,

This is a test!

日本語を分かりますか?

\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/UPWWYPQVO4TAJ3ERFEGKHLVTFPXAV4WK/


[JIRA] (OVIRT-2051) Re: Updated docs on oVirt site and Mail service

2018-12-27 Thread Duck

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=38699#comment-38699
 ] 

Marc Dequènes (Duck) commented on OVIRT-2051:
-

[~eedri] I think I can add a few hints yes, let me think about it.

> Re: Updated docs on oVirt site and Mail service
> ---
>
> Key: OVIRT-2051
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2051
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>Reporter: Eyal Edri
>Assignee: infra
>
> Adding infra-support to open a ticket on it.
> On Sun, May 13, 2018 at 11:52 AM, Eyal Edri  wrote:
> > Hi,
> >
> > I was wondering if we have an official place where we keep docs on how we
> > manage the oVirt web site and mail server, in case we'll need to update or
> > debug an issue in any of the services.
> >
> > Ideally, we should have something under [1], can we add relevant links and
> > info there?
> >
> > [1] http://ovirt-infra-docs.readthedocs.io/en/latest/
> >
> > --
> >
> > Eyal edri
> >
> >
> > MANAGER
> >
> > RHV DevOps
> >
> > EMEA VIRTUALIZATION R
> >
> >
> > Red Hat EMEA <https://www.redhat.com/>
> > <https://red.ht/sig> TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
> > phone: +972-9-7692018
> > irc: eedri (on #tlv #rhev-dev #rhev-integ)
> >
> -- 
> Eyal edri
> MANAGER
> RHV DevOps
> EMEA VIRTUALIZATION R
> Red Hat EMEA <https://www.redhat.com/>
> <https://red.ht/sig> TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
> phone: +972-9-7692018
> irc: eedri (on #tlv #rhev-dev #rhev-integ)



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100096)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/NJIKNGL55TKY4X7X4CR7AEGOAYKBGOHI/


[JIRA] (OVIRT-2051) Re: Updated docs on oVirt site and Mail service

2018-12-27 Thread Duck

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Dequènes (Duck) reassigned OVIRT-2051:
---

Assignee: Marc Dequènes (Duck)  (was: infra)

> Re: Updated docs on oVirt site and Mail service
> ---
>
> Key: OVIRT-2051
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2051
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>Reporter: Eyal Edri
>    Assignee: Marc Dequènes (Duck)
>
> Adding infra-support to open a ticket on it.
> On Sun, May 13, 2018 at 11:52 AM, Eyal Edri  wrote:
> > Hi,
> >
> > I was wondering if we have an official place where we keep docs on how we
> > manage the oVirt web site and mail server, in case we'll need to update or
> > debug an issue in any of the services.
> >
> > Ideally, we should have something under [1], can we add relevant links and
> > info there?
> >
> > [1] http://ovirt-infra-docs.readthedocs.io/en/latest/
> >
> > --
> >
> > Eyal edri
> >
> >
> > MANAGER
> >
> > RHV DevOps
> >
> > EMEA VIRTUALIZATION R
> >
> >
> > Red Hat EMEA <https://www.redhat.com/>
> > <https://red.ht/sig> TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
> > phone: +972-9-7692018
> > irc: eedri (on #tlv #rhev-dev #rhev-integ)
> >
> -- 
> Eyal edri
> MANAGER
> RHV DevOps
> EMEA VIRTUALIZATION R
> Red Hat EMEA <https://www.redhat.com/>
> <https://red.ht/sig> TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
> phone: +972-9-7692018
> irc: eedri (on #tlv #rhev-dev #rhev-integ)



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100096)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/DEM3ZOXUTK22S7HFWEE7LJBFX32ISJXV/


[JIRA] (OVIRT-2605) Piwik account for Laura Wright

2018-11-29 Thread Duck
Marc Dequènes (Duck) created OVIRT-2605:
---

 Summary: Piwik account for Laura Wright
 Key: OVIRT-2605
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2605
 Project: oVirt - virtualization made easy
  Issue Type: New Feature
Reporter: Marc Dequènes (Duck)
Assignee: infra
Priority: Low


On 2018-11-06 Laura asked for an account on Piwik to view the stats of the 
website.




--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100095)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/MVPO64R5PN6LYVSROBEFYK5JSETGWZQZ/


[JIRA] (OVIRT-2605) Piwik account for Laura Wright

2018-11-29 Thread Duck

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Dequènes (Duck) reassigned OVIRT-2605:
---

Assignee: Marc Dequènes (Duck)  (was: infra)

> Piwik account for Laura Wright
> --
>
> Key: OVIRT-2605
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2605
> Project: oVirt - virtualization made easy
>  Issue Type: New Feature
>Reporter: Marc Dequènes (Duck)
>    Assignee: Marc Dequènes (Duck)
>Priority: Low
>
> On 2018-11-06 Laura asked for an account on Piwik to view the stats of the 
> website.



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100095)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/5CSDHHGY666AZKAHBFKJS6TMMWTV77VI/


[JIRA] (OVIRT-2605) Piwik account for Laura Wright

2018-11-29 Thread Duck

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Dequènes (Duck) updated OVIRT-2605:

Epic Link: OVIRT-403

> Piwik account for Laura Wright
> --
>
> Key: OVIRT-2605
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2605
> Project: oVirt - virtualization made easy
>  Issue Type: New Feature
>Reporter: Marc Dequènes (Duck)
>Assignee: infra
>Priority: Low
>
> On 2018-11-06 Laura asked for an account on Piwik to view the stats of the 
> website.



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100095)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/6RZ2IG2K4S57FP3AKO7KBPW3BZBYDD64/


[JIRA] (OVIRT-2603) HyperKitty rendering blank pages for some threads

2018-11-29 Thread Duck

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Dequènes (Duck) reassigned OVIRT-2603:
---

Assignee: Marc Dequènes (Duck)  (was: infra)

> HyperKitty rendering blank pages for some threads
> -
>
> Key: OVIRT-2603
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2603
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>    Assignee: Marc Dequènes (Duck)
>
> Hi,
> Stefano made me notice that HyperKitty is showing blank pages for some
> emails.
> Example is
> https://lists.ovirt.org/archives/list/us...@ovirt.org/message/YLPWQQ5FU2P3NEHDFL54P6M2WQVAXOOS/
> While it renders right in other archives like:
> https://www.mail-archive.com/users@ovirt.org/msg52306.html
> Can you please check? I see we are running 1.1.5 while latest seems to be
> 1.2.1: https://gitlab.com/mailman/hyperkitty/tags
> Maybe we can update?
> -- 
> SANDRO BONAZZOLA
> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV
> Red Hat EMEA <https://www.redhat.com/>
> sbona...@redhat.com
> <https://red.ht/sig>



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100095)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/Q2S35AYKKCEHUIXMT5ZBNZADCVEB27YK/


[JIRA] (OVIRT-2604) [URGENT] oVirt 4.2.8 RC1 release notes not landing on ovirt.org

2018-11-29 Thread Duck

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Dequènes (Duck) reassigned OVIRT-2604:
---

Assignee: Marc Dequènes (Duck)  (was: infra)

> [URGENT] oVirt 4.2.8 RC1 release notes not landing on ovirt.org
> ---
>
> Key: OVIRT-2604
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2604
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>    Assignee: Marc Dequènes (Duck)
>
> looks like 4.2.8 release notes are not being published on
> https://ovirt.org/release/4.2.8 ; tried to re-trigger travis jobs but
> didn't help. Can you please check what's going on?
> -- 
> SANDRO BONAZZOLA
> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV
> Red Hat EMEA <https://www.redhat.com/>
> sbona...@redhat.com
> <https://red.ht/sig>



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100095)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/CRS6EO6JVCH54KATLIMIMGUSOZU25CC4/


Re: oVirt Website Piwik Analytics

2018-11-12 Thread Duck
Quack,

I'm relaying this request so we can discuss opening an account for her.
I guess that should not be a problem.

\_o<


On 11/6/18 3:23 AM, Laura Wright wrote:
> Hi Marc, 
> 
> I've been working with Greg and team to start redesign work
> on https://www.ovirt.org/ and I was hoping to learn more about it. Greg
> had mentioned that you had implemented Piwik support to the site and I
> was hoping to get more analytics on site usage if it's available.  Let
> me know what you think. 
> 
> Best, 
> Laura     
> -- 
> 
> LAURA WRIGHT
> 
> ASSOCIATE INTERACTION DESIGNER, UXD TEAM
> 
> Red Hat Massachusetts 
> 
> 314 Littleton Rd
> 
> lwri...@redhat.com    
> 
> 
> 



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/LVINT7BCL6GU37MRDKVPQ7HZQ5LTFW6Z/


[JIRA] (OVIRT-2525) https://lists.ovirt.org breaks HTML links

2018-10-24 Thread Duck

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Dequènes (Duck) reassigned OVIRT-2525:
---

Assignee: Marc Dequènes (Duck)  (was: infra)

> https://lists.ovirt.org breaks HTML links
> -
>
> Key: OVIRT-2525
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2525
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>    Assignee: Marc Dequènes (Duck)
>
> https://lists.ovirt.org breaks HTML links
> Example:
> https://lists.ovirt.org/archives/list/us...@ovirt.org/thread/U4FW74SLJGWK7ZA2U57JILN674ZKLOMN/
> See CEEA-2018:2397 CentOS 7 microcode_ctl Enhancement Update
> it points to "
> https://lists.centos.org/pipermail/centos-announce/2018-September/023021.html%3E
> "
> Note the trailing %3E which is ">" and should have not been part of the
> link.
> Can you please fix it with high priority? It has been reported on twitter
> as well.
> Thanks,
> -- 
> SANDRO BONAZZOLA
> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV
> Red Hat EMEA <https://www.redhat.com/>
> sbona...@redhat.com
> <https://red.ht/sig>
> <https://www.redhat.com/en/events/red-hat-open-source-day-italia?sc_cid=701f200RgRyAAK>



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100094)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/4JTGE6NMWOHYJB64JFFMGN2UHBMWGZIE/


[JIRA] (OVIRT-2525) https://lists.ovirt.org breaks HTML links

2018-10-09 Thread Duck

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=38190#comment-38190
 ] 

Marc Dequènes (Duck) commented on OVIRT-2525:
-

Quack,

Upstream (Django) refused to consider the bug; I guess it was too difficult to 
get this function to work well with HTML content and they gave up. I dug into 
the problem and produced a patch which is not causing regressions according to 
the tests, and asked for reconsideration.

In the meanwhile I backported this fix and others related to this function in a 
special branch. I manually applied the patch on the ML server and it seems all 
is fine. [~sbona...@redhat.com] could you have a look and tell me if you find 
any problem?

I'm not sure how to maintain this over time. I would not like to put the django 
package on hold and miss important security fixes. So I guess we'll have to 
reapply after each upgrade. Maybe I can add this to the playbook.

{noformat}
\_o<
{noformat}



> https://lists.ovirt.org breaks HTML links
> -
>
> Key: OVIRT-2525
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2525
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: infra
>
> https://lists.ovirt.org breaks HTML links
> Example:
> https://lists.ovirt.org/archives/list/us...@ovirt.org/thread/U4FW74SLJGWK7ZA2U57JILN674ZKLOMN/
> See CEEA-2018:2397 CentOS 7 microcode_ctl Enhancement Update
> it points to "
> https://lists.centos.org/pipermail/centos-announce/2018-September/023021.html%3E
> "
> Note the trailing %3E which is ">" and should have not been part of the
> link.
> Can you please fix it with high priority? It has been reported on twitter
> as well.
> Thanks,
> -- 
> SANDRO BONAZZOLA
> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV
> Red Hat EMEA <https://www.redhat.com/>
> sbona...@redhat.com
> <https://red.ht/sig>
> <https://www.redhat.com/en/events/red-hat-open-source-day-italia?sc_cid=701f200RgRyAAK>



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100093)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/QNQN2U3AHOWPCONFCMM27VMVAECX2VMW/


[JIRA] (OVIRT-2525) https://lists.ovirt.org breaks HTML links

2018-10-05 Thread Duck

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=38165#comment-38165
 ] 

Marc Dequènes (Duck) commented on OVIRT-2525:
-

I did not know Gmail had this behavior.

I found the problem originates in Django and the MM3 developers are aware of 
it: https://gitlab.com/mailman/hyperkitty/issues/29

I added some more info and opened a BR on Django as the original fix did is not 
sufficient. I'll dig deeper and see if I can propose a fix. We won't get it in 
time for CentOS 8 so this means also creating a not too ugly fix.  Happily the 
Hyperkitty code using this function is using a wrapper `urlizetrunc()` in 
`hyperkitty/templatetags/hk_generic.py` so it should be easy to fix this in a 
single place.

\\_o<


> https://lists.ovirt.org breaks HTML links
> -
>
> Key: OVIRT-2525
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2525
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: infra
>
> https://lists.ovirt.org breaks HTML links
> Example:
> https://lists.ovirt.org/archives/list/us...@ovirt.org/thread/U4FW74SLJGWK7ZA2U57JILN674ZKLOMN/
> See CEEA-2018:2397 CentOS 7 microcode_ctl Enhancement Update
> it points to "
> https://lists.centos.org/pipermail/centos-announce/2018-September/023021.html%3E
> "
> Note the trailing %3E which is ">" and should have not been part of the
> link.
> Can you please fix it with high priority? It has been reported on twitter
> as well.
> Thanks,
> -- 
> SANDRO BONAZZOLA
> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV
> Red Hat EMEA <https://www.redhat.com/>
> sbona...@redhat.com
> <https://red.ht/sig>
> <https://www.redhat.com/en/events/red-hat-open-source-day-italia?sc_cid=701f200RgRyAAK>



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100093)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/7NJLA4ITZWAKV4HJ7FTLEZ4UCKVRP5TQ/


[JIRA] (OVIRT-2525) https://lists.ovirt.org breaks HTML links

2018-10-04 Thread Duck

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=38160#comment-38160
 ] 

Marc Dequènes (Duck) commented on OVIRT-2525:
-

I confirm the problem but that's not something we can change in the settings. 
Sandro uses angle brackets to wrap URLs and despite the fact that's text/plain 
it seems to be interpreted or at least the URL boundary is missed. I wonder why 
it is not using the text/html alternative which is fine (I checked the raw 
data). So I'm going to look into it but that's probably going to take some time 
to read the code and find the source of the problem.

As for the "high priority" statement, this does not make me care more, or less, 
and that's somewhat exaggerated despite being quite annoying. The service 
works, and noone complained for months,  people rarely use brackets around URLs 
in mails and there's an obvious workaround (resend without the brackets which I 
believe are not essential to the good reading of this news).


> https://lists.ovirt.org breaks HTML links
> -
>
> Key: OVIRT-2525
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2525
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: infra
>
> https://lists.ovirt.org breaks HTML links
> Example:
> https://lists.ovirt.org/archives/list/us...@ovirt.org/thread/U4FW74SLJGWK7ZA2U57JILN674ZKLOMN/
> See CEEA-2018:2397 CentOS 7 microcode_ctl Enhancement Update
> it points to "
> https://lists.centos.org/pipermail/centos-announce/2018-September/023021.html%3E
> "
> Note the trailing %3E which is ">" and should have not been part of the
> link.
> Can you please fix it with high priority? It has been reported on twitter
> as well.
> Thanks,
> -- 
> SANDRO BONAZZOLA
> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV
> Red Hat EMEA <https://www.redhat.com/>
> sbona...@redhat.com
> <https://red.ht/sig>
> <https://www.redhat.com/en/events/red-hat-open-source-day-italia?sc_cid=701f200RgRyAAK>



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100093)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/TVNHFTJCKTDH4AAJKRTOZP7A245TOFGL/


[JIRA] (OVIRT-2476) move jira redirect vhost to OSAS

2018-09-06 Thread Duck

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Dequènes (Duck) reassigned OVIRT-2476:
---

Assignee: Marc Dequènes (Duck)  (was: infra)

> move jira redirect vhost to OSAS
> 
>
> Key: OVIRT-2476
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2476
> Project: oVirt - virtualization made easy
>  Issue Type: Improvement
>Reporter: Evgheni Dereveanchin
>    Assignee: Marc Dequènes (Duck)
>
> The jira.ovirt.org -> ovirt-jira.atlassian.net redirect is handled by a 
> virtualhost located on monitoring.ovirt.org for historical reasons. Now that 
> OSAS has a dedicated web host we can easily move it there to avoid mixing 
> server roles.



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100091)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/X2KUOGMGW6BGGE3QW4RECROSWDTQ2EUD/


[JIRA] (OVIRT-2431) ovirt.org and Eloqua tag

2018-08-14 Thread Duck

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Dequènes (Duck) reassigned OVIRT-2431:
---

Assignee: Marc Dequènes (Duck)  (was: infra)

> ovirt.org and Eloqua tag
> 
>
> Key: OVIRT-2431
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2431
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Marcia Coman
>    Assignee: Marc Dequènes (Duck)
>
> I am contacting you about a legacy Eloqua tag reference on ovirt.org.  This
> project <https://mojo.redhat.com/docs/DOC-1061722> is the reason I'm
> contacting all websites with references to the legacy Eloqua tag and legacy
> Adobe Analytics s_code implementation.  By the end of the year, the legacy
> Eloqua script on ovirt.org and other Upstream Community sites will be
> substituted server-side with replacements that do not make any service
> calls (i.e. they will no longer do any tracking).  The substituted mock
> scripts should not cause failures on your site but to mitigate any
> potential of failures, we are asking properties referencing these legacy
> scripts to remove them.
> You have a block of code on your site referencing the legacy Eloqua
> scripts.  This is the block of code that needs to be removed:
> 
> 

[JIRA] (OVIRT-2431) ovirt.org and Eloqua tag

2018-08-14 Thread Duck

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=37804#comment-37804
 ] 

Marc Dequènes (Duck) commented on OVIRT-2431:
-

I have been contacted directly for RDO but not for oVirt; this is strange 
because Marcia checked the OSAS involved communities.

Anyway, I don't know if it's still useful, and I did not hear about it in the 
plans involving the future after it was decided to stop Bitergia, and AFAIK 
plans for community stats are not yet settled. I have contacted my colleagues 
at OSAS to know more about this.

I will work with Greg if we need to integrate the new version. We may just drop 
everything so this is on hold until we have more info. Assigning this to me.


> ovirt.org and Eloqua tag
> 
>
> Key: OVIRT-2431
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2431
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Marcia Coman
>Assignee: infra
>
> I am contacting you about a legacy Eloqua tag reference on ovirt.org.  This
> project <https://mojo.redhat.com/docs/DOC-1061722> is the reason I'm
> contacting all websites with references to the legacy Eloqua tag and legacy
> Adobe Analytics s_code implementation.  By the end of the year, the legacy
> Eloqua script on ovirt.org and other Upstream Community sites will be
> substituted server-side with replacements that do not make any service
> calls (i.e. they will no longer do any tracking).  The substituted mock
> scripts should not cause failures on your site but to mitigate any
> potential of failures, we are asking properties referencing these legacy
> scripts to remove them.
> You have a block of code on your site referencing the legacy Eloqua
> scripts.  This is the block of code that needs to be removed:
> 
> 

Re: [ovirt-devel] who owns ovirt copr?

2018-08-12 Thread Duck
Quack,

On 08/04/18 19:46, Eyal Edri wrote:
> I believe its possible, though it seems like it redirecting to me
> currently [1], but I don't receive any emails from it.
> Duck, can you help?
> 
> [1] from deploy.yaml on infra-ansible project:    ovirt-copr: "{{
> eedri_mail }}"

This is a conversion of the previous aliases rules. I checked and it
points to your address.

You should have received one mail directed to this address (after being
delayed by greylisting twice):
/var/log/maillog-20180805:Aug  4 06:49:25 mail postfix/smtp[25686]:
82219414DD: to=, orig_to=,
relay=mx1.redhat.com[209.132.183.28]:25, delay=407,
delays=405/0.08/0.59/1.3, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued
as 573853086265)

It seems it was a test you conducted by yourself with message-Id:
  

I see nothing else in the logs.

\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/XLBFXWPU22N5777OYKXB7Y72USR4OB2T/


Lack of resources on the ML server

2018-06-26 Thread Duck
Quack,

Sandro noticed some posts did not appear quickly on the interface.
There's quite a lot of traffic and it was not keeping up, so I added a
vCPU (2->3), but I had to restart the VM but it was fast.

I also noticed some MM crontab maintenance jobs did trigger an OOM
killer, so I added a bit more RAM (4GB->5GB).


Another thing to consider is: we also filter outgoing mails, which is
nice to avoid being blacklisted if some bad guy subscribe and post
spammy content. But it seems postfix is applying a recipient concurrency
of one when sending to the filter, which means if the list has x
subscribers then it is checked x times, which is silly. There is no such
thing in the configuration so I'm looking into it. This probably affects
other installations but this one being heavily loaded…

\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/R3MFMMJVGPBTI4P4ZMTTOMDT6GNN3V54/


[JIRA] (OVIRT-2066) Re: Users list mail issue

2018-06-17 Thread Duck

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Dequènes (Duck) updated OVIRT-2066:

Resolution: Fixed
Status: Done  (was: To Do)

Whoua, it's old. Also there was some latency due to greylisting, both on the 
new server and world's servers because the IP changed. Four hours seem a bit 
long though.

I had no such complaints recently and all seem to work fine, so let's close.

> Re: Users list mail issue
> -
>
> Key: OVIRT-2066
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2066
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: eyal edri
>    Assignee: Marc Dequènes (Duck)
>
> Opening a ticket
> On Wed, May 30, 2018, 18:39 Fred Rolland  wrote:
> > Hi,
> >
> > It seems that I am receiving some emails from users list after a long
> > delay.
> >
> > For example this thread:
> >
> >
> > https://lists.ovirt.org/archives/list/us...@ovirt.org/thread/5N6N4BHF6ZFJLEARSEALCON7DJIMXRCZ/#5N6N4BHF6ZFJLEARSEALCON7DJIMXRCZ
> >
> > I have received only 2 emails from this thread, and my colleagues did not
> > receive the one I sent 4 hours ago.
> >
> >
> > Any idea what is the problem?
> >
> > Thanks,
> > Freddy
> > ___
> > Infra mailing list -- infra@ovirt.org
> > To unsubscribe send an email to infra-le...@ovirt.org
> > Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> > oVirt Code of Conduct:
> > https://www.ovirt.org/community/about/community-guidelines/
> > List Archives:
> > https://lists.ovirt.org/archives/list/infra@ovirt.org/message/6EKS6OYUQK7BKT6YFMVSROCXRWGB2P2H/
> >



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100087)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/C7LQO3OEMFL3INVMOVWXECUGWVTUFACO/


[JIRA] (OVIRT-2038) oVirt dashboard is not being updated

2018-05-22 Thread Duck

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Dequènes (Duck) reassigned OVIRT-2038:
---

Assignee: Marc Dequènes (Duck)  (was: infra)

> oVirt dashboard is not being updated
> 
>
> Key: OVIRT-2038
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2038
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>    Assignee: Marc Dequènes (Duck)
> Attachments: signature.asc, signature.asc, signature.asc
>
>
> Hi,
> looking at https://ovirt.org/dashboard/ I see that latest data are from
> March while http://ovirt.biterg.io/ is updated to today.
> Can you please check what's got broken in data retrieval from bitergia?
> Thanks,
> -- 
> SANDRO BONAZZOLA
> ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R
> Red Hat EMEA <https://www.redhat.com/>
> sbona...@redhat.com
> <https://red.ht/sig>
> <https://redhat.com/summit>



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100085)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org


[JIRA] (OVIRT-2038) oVirt dashboard is not being updated

2018-05-21 Thread Duck

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=36618#comment-36618
 ] 

Marc Dequènes (Duck) commented on OVIRT-2038:
-

The redirection is done.

The cleanup needs review here: https://github.com/oVirt/ovirt-site/pull/1624


> oVirt dashboard is not being updated
> 
>
> Key: OVIRT-2038
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2038
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: infra
> Attachments: signature.asc, signature.asc, signature.asc
>
>
> Hi,
> looking at https://ovirt.org/dashboard/ I see that latest data are from
> March while http://ovirt.biterg.io/ is updated to today.
> Can you please check what's got broken in data retrieval from bitergia?
> Thanks,
> -- 
> SANDRO BONAZZOLA
> ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R
> Red Hat EMEA <https://www.redhat.com/>
> sbona...@redhat.com
> <https://red.ht/sig>
> <https://redhat.com/summit>



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100085)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org


[JIRA] (OVIRT-2038) oVirt dashboard is not being updated

2018-05-21 Thread Duck

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Dequènes (Duck) updated OVIRT-2038:

Attachment: signature.asc

On 05/21/2018 10:41 PM, Brian Proffitt wrote:
> By all means, you don't need my clearance for this.

This also affects RDO, Gluster and probably not anymore ManageIQ. And
this means the Community.rh.c dashboard is also to be replaced.

> oVirt dashboard is not being updated
> 
>
> Key: OVIRT-2038
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2038
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: infra
> Attachments: signature.asc, signature.asc, signature.asc
>
>
> Hi,
> looking at https://ovirt.org/dashboard/ I see that latest data are from
> March while http://ovirt.biterg.io/ is updated to today.
> Can you please check what's got broken in data retrieval from bitergia?
> Thanks,
> -- 
> SANDRO BONAZZOLA
> ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R
> Red Hat EMEA <https://www.redhat.com/>
> sbona...@redhat.com
> <https://red.ht/sig>
> <https://redhat.com/summit>



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100085)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org


[JIRA] (OVIRT-2038) oVirt dashboard is not being updated

2018-05-21 Thread Duck

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Dequènes (Duck) updated OVIRT-2038:

Attachment: signature.asc

Quack,

On 05/21/2018 04:25 PM, Sandro Bonazzola wrote:

> Ok on my side to link to the new page and drop current dashboard.
> Can you please take care of this?

I can create a redirect and cleanup the related Ruby and pages.

BKP, would this be acceptable?

\_o<

> oVirt dashboard is not being updated
> 
>
> Key: OVIRT-2038
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2038
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: infra
> Attachments: signature.asc, signature.asc
>
>
> Hi,
> looking at https://ovirt.org/dashboard/ I see that latest data are from
> March while http://ovirt.biterg.io/ is updated to today.
> Can you please check what's got broken in data retrieval from bitergia?
> Thanks,
> -- 
> SANDRO BONAZZOLA
> ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R
> Red Hat EMEA <https://www.redhat.com/>
> sbona...@redhat.com
> <https://red.ht/sig>
> <https://redhat.com/summit>



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100085)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org


[JIRA] (OVIRT-2038) oVirt dashboard is not being updated

2018-05-21 Thread Duck

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Dequènes (Duck) updated OVIRT-2038:

Attachment: signature.asc

Quack,

On 05/19/2018 12:12 AM, Sandro Bonazzola wrote:

> looking at https://ovirt.org/dashboard/ I see that latest data are from
> March while http://ovirt.biterg.io/ is updated to today.
> 
> Can you please check what's got broken in data retrieval from bitergia?

The sumup stats use the old Bitergia system made available for us here:
  http://projects.bitergia.com/redhat-ovirt-dashboard/browser/data/json/

It is currently timeouting. I have no idea how this was arranged with
them, so I added BKP which might be able to give some insight.

In fact, they upgraded to Kibana and probably want to get rid of the old
stuff. The problem is there is noone to update the code to the new API
on the OSAS side (since Garrett left). So maybe the right thing to do is
remove this view from the site and directly link to the new page. it's a
bit more dense for users wishing an overview though.

\_o<

> oVirt dashboard is not being updated
> 
>
> Key: OVIRT-2038
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2038
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: infra
> Attachments: signature.asc
>
>
> Hi,
> looking at https://ovirt.org/dashboard/ I see that latest data are from
> March while http://ovirt.biterg.io/ is updated to today.
> Can you please check what's got broken in data retrieval from bitergia?
> Thanks,
> -- 
> SANDRO BONAZZOLA
> ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R
> Red Hat EMEA <https://www.redhat.com/>
> sbona...@redhat.com
> <https://red.ht/sig>
> <https://redhat.com/summit>



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100085)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org


Re: [ovirt-users] Re: [ovirt-devel] Re: Mailing-Lists upgrade

2018-05-17 Thread Duck
Quack,

On 05/08/2018 10:46 PM, Marc Dequènes (Duck) wrote:

> I added redirects for /mailman, /mailman/listinfo and
> /mailman/listinfo/. Do you see anything missing or not working?

My regexs were too broad and broke two API entries. That's what caused
the problem with the archives.

Pending messages have been archived. UI stats 9recent posts and so on)
are updated regularly but it may not reflect the current status instantly.

I'm monitoring the logs and will close the upstream bug when I'm sure
there is nothing else.

\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org


Re: [JIRA] (OVIRT-2023) mailing lists footer macros are broken

2018-05-15 Thread Duck
pouet



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org


Re: [JIRA] (OVIRT-2023) mailing lists footer macros are broken

2018-05-14 Thread Duck


On 05/15/2018 02:41 PM, Marc Dequènes (Duck) wrote:
> ___
> Infra mailing list -- infra@ovirt.org
> To unsubscribe send an email to infra-le...@ovirt.org
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:

Here we are. I added the code of conduct btw. Unfortunately the archive
URL do not seem to work. Opening a BR.



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives:


Re: [JIRA] (OVIRT-2023) mailing lists footer macros are broken

2018-05-14 Thread Duck


On 05/15/2018 02:23 PM, Marc Dequènes (Duck) wrote:
> sorry for the noise
> 
> let's try another way

again



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives:


Re: [JIRA] (OVIRT-2023) mailing lists footer macros are broken

2018-05-14 Thread Duck
sorry for the noise

let's try another way




signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org


Re: [JIRA] (OVIRT-2023) mailing lists footer macros are broken

2018-05-14 Thread Duck


On 05/15/2018 02:04 PM, Marc Dequènes (Duck) wrote:
> and another one

hum :-/



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Archives URL:


Re: [JIRA] (OVIRT-2023) mailing lists footer macros are broken

2018-05-14 Thread Duck
and another one



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org



Re: [JIRA] (OVIRT-2023) mailing lists footer macros are broken

2018-05-14 Thread Duck


On 05/14/2018 10:00 PM, Emil Natan (oVirt JIRA) wrote:
> [ 
> https://ovirt-jira.atlassian.net/browse/OVIRT-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=36563#comment-36563
>  ]
> 
> 
>   Emil Natan commented on OVIRT-2023:
> 
> [~gsher...@redhat.com] duplicates
> https://ovirt-jira.atlassian.net/browse/OVIRT-2016
> 
> 
>   mailing lists footer macros are broken

A little test before replying…



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org


[JIRA] (OVIRT-2023) mailing lists footer macros are broken

2018-05-14 Thread Duck

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Dequènes (Duck) updated OVIRT-2023:

Attachment: signature.asc


A little test before replying…


> mailing lists footer macros are broken
> --
>
> Key: OVIRT-2023
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2023
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Greg Sheremeta
>Assignee: infra
> Attachments: signature.asc
>
>
> mailing lists footer macros are broken. Examples:
> > Devel mailing list -- de...@ovirt.org
> > To unsubscribe send an email to devel-le...@ovirt.org
> > %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
> >
> ___
> Devel mailing list -- de...@ovirt.org
> To unsubscribe send an email to devel-le...@ovirt.org
> %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
> -- 
> GREG SHEREMETA
> SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX
> Red Hat NA
> <https://www.redhat.com/>
> gsher...@redhat.comIRC: gshereme
> <https://red.ht/sig>



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100085)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org


[JIRA] (OVIRT-2019) users can't unsubscribe from list

2018-05-14 Thread Duck

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Dequènes (Duck) updated OVIRT-2019:

Assignee: Marc Dequènes (Duck)  (was: infra)
  Status: In Progress  (was: To Do)

I looked into the logs and found traces similar to the previous bug 
("Connection lost during _handle_client()", see 
https://gitlab.com/mailman/mailman/issues/416). After migration people began to 
use the ML again and this bug reappeared, but only for the gerrit ML. I fixed 
the DB manually and it did not reappear. This might be related.

I subscribed and tried to unsubcribe from the UI and it worked. If I use the 
leave address instead, the previous trace occur but I shortly after (there is a 
delay due to greylisting) received the confirmation mail; I replied and it 
worked.


> users can't unsubscribe from list 
> --
>
> Key: OVIRT-2019
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2019
> Project: oVirt - virtualization made easy
>  Issue Type: Bug
>Reporter: eyal edri
>Assignee: Marc Dequènes (Duck)
>Priority: Highest
>
> There has been multiple reports from users on us...@ovirt.org that they can't 
> un-subscribe from the list, either using the UI or the leave ML alias.



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100084)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org


Re: [ovirt-users] Re: [ovirt-devel] Re: Mailing-Lists upgrade

2018-05-13 Thread Duck
Quack,

On 05/12/2018 04:29 AM, Marc Dequènes (Duck) wrote:

> - the script only adds members, so I'm afraid there is no easy way to
> get unsubscriptions without programming some member list export
> comparison :-/

I unsubscribed members who had already did so at the time of migration
(thus excluding newly subscribed folks) on all mailing-lists.

Sorry for the trouble it caused.
\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org


Re: [ovirt-users] Re: [ovirt-devel] Re: Mailing-Lists upgrade

2018-05-13 Thread Duck
Quack,

On 05/13/2018 08:27 PM, Alex K wrote:
> I am also experiencing random issues with this mailing list, even before
> the upgrade. Some replies I never receive them ( I know this because a
> friend of mine relays the emails I dont get...). I tried to unsubscribe
> and subscribe but I still face this issue.

Well, as it happened before the migration I guess it's more of mail
antispam & co problem. Could you open a JIRA ticket with as much
information as you can on the subject please?

I'm going to focus on migration problems first, but I'll a look at it
afterwards.

\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org


Re: [ovirt-users] Re: [ovirt-devel] Re: Mailing-Lists upgrade

2018-05-11 Thread Duck
Quack again,

On 05/12/2018 03:37 AM, Marc Dequènes (Duck) wrote:

> This last point led me to another problem. The filters of this specific
> list are filtering out most mails except one automatically-accepted
> address, but this does not seem to have been migrated. In fact this is
> the same problem Zach has been experiencing: his unsubscription was not
> taken into account. I found out that the incremental migration was not
> reimporting the settings properly. I don't think much changes happened
> since the migration, so I'm going to force this update of the settings.

I did it and:
- the script only adds members, so I'm afraid there is no easy way to
get unsubscriptions without programming some member list export
comparison :-/
- the nonmembers settings were already properly imported, fine, but not
available in the admin UI, so I opened another BR:
https://gitlab.com/mailman/postorius/issues/265

\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org


Re: [ovirt-users] Re: [ovirt-devel] Re: Mailing-Lists upgrade

2018-05-11 Thread Duck
Quack,

On 05/09/2018 04:28 AM, Nir Soffer wrote:

> Thanks, the redirects seems to work.

Thanks for testing.

> Seems the archive is not updated. I don't see many messages I see in
> gmail, including messages from this morning.

I missed this information. Thanks Sandro for Pinging me.

There is a bug and I reported it:
  https://gitlab.com/mailman/mailman-hyperkitty/issues/13

At the moment I don't see any way to patch or workaround it. The mails
are being stored in Mailman 3's spool and we should be able to "unshunt"
them when it is fixed. I see 81 mails waiting at the moment.


Btw, we were hit again by the bug we had previously and thought solved:
  https://gitlab.com/mailman/mailman/issues/416
This time I was able to fix the database and it does not seem to
reappear. It only affected the gerrit ML and I unshunted them.

This last point led me to another problem. The filters of this specific
list are filtering out most mails except one automatically-accepted
address, but this does not seem to have been migrated. In fact this is
the same problem Zach has been experiencing: his unsubscription was not
taken into account. I found out that the incremental migration was not
reimporting the settings properly. I don't think much changes happened
since the migration, so I'm going to force this update of the settings.

\_o<





signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org


[JIRA] (OVIRT-2004) opening ticket through infra-supp...@ovirt.org doesn't work anymore

2018-05-09 Thread Duck

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=36494#comment-36494
 ] 

Marc Dequènes (Duck) commented on OVIRT-2004:
-

That was it. I was not able to get %u working so I set the name directly. All 
messages have just vanished, so I guess JIRA was able to find them. I can see  
sbonazzo's outage ticket and your test.

> opening ticket through infra-supp...@ovirt.org doesn't work anymore
> ---
>
> Key: OVIRT-2004
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2004
> Project: oVirt - virtualization made easy
>  Issue Type: Outage
>  Components: General
>Reporter: sbonazzo
>Assignee: infra
>Priority: Highest
>
> Tried to open a ticket this morning with subject: [outage] 
> resources.ovirt.org https is not working anymore
> but it didn't get created in jira. I had to open it manually.



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100083)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org


[JIRA] (OVIRT-2004) opening ticket through infra-supp...@ovirt.org doesn't work anymore

2018-05-09 Thread Duck

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=36485#comment-36485
 ] 

Marc Dequènes (Duck) commented on OVIRT-2004:
-

I see 2-3 new mails in the inbox, so they are delivered, but for some reason 
JIRA does not fetch them.

I looked this morning and found nothing. I just rechecked and found one strange 
thing: a '/var/mail/%u' directory has been created, so it seems %u is not 
properly interpreted by Dovecot for some reason. I will check after diner.


> opening ticket through infra-supp...@ovirt.org doesn't work anymore
> ---
>
> Key: OVIRT-2004
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2004
> Project: oVirt - virtualization made easy
>  Issue Type: Outage
>  Components: General
>Reporter: sbonazzo
>Assignee: infra
>Priority: Highest
>
> Tried to open a ticket this morning with subject: [outage] 
> resources.ovirt.org https is not working anymore
> but it didn't get created in jira. I had to open it manually.



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100083)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org


[JIRA] (OVIRT-2004) opening ticket through infra-supp...@ovirt.org doesn't work anymore

2018-05-08 Thread Duck

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Dequènes (Duck) updated OVIRT-2004:

Resolution: Fixed
Status: Done  (was: To Do)

we fixed this together.

> opening ticket through infra-supp...@ovirt.org doesn't work anymore
> ---
>
> Key: OVIRT-2004
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2004
> Project: oVirt - virtualization made easy
>  Issue Type: Outage
>  Components: General
>Reporter: sbonazzo
>Assignee: infra
>Priority: Highest
>
> Tried to open a ticket this morning with subject: [outage] 
> resources.ovirt.org https is not working anymore
> but it didn't get created in jira. I had to open it manually.



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100083)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org


[JIRA] (OVIRT-2004) opening ticket through infra-supp...@ovirt.org doesn't work anymore

2018-05-08 Thread Duck

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=36470#comment-36470
 ] 

Marc Dequènes (Duck) commented on OVIRT-2004:
-

Well, this RR has been removed. I guess it was done on the test MM3 VM because 
we had the Ansible setup ready and it was easier.

So now I've got a "authentication failure", so this is better. I guess the 
password was changed at some point but now updated in the Ansible rules.

Let's agree on a new password and be done with this.


> opening ticket through infra-supp...@ovirt.org doesn't work anymore
> ---
>
> Key: OVIRT-2004
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2004
> Project: oVirt - virtualization made easy
>  Issue Type: Outage
>  Components: General
>Reporter: sbonazzo
>Assignee: infra
>Priority: Highest
>
> Tried to open a ticket this morning with subject: [outage] 
> resources.ovirt.org https is not working anymore
> but it didn't get created in jira. I had to open it manually.



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100083)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org


Re: [ovirt-users] Re: [ovirt-devel] Re: Mailing-Lists upgrade

2018-05-08 Thread Duck
Quack,

On 05/08/2018 11:39 PM, Sandro Bonazzola wrote:

> I opened a ticket about it not working anymore just a few minutes ago

I replied to the ticket but I need help.

\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org


[JIRA] (OVIRT-2004) opening ticket through infra-supp...@ovirt.org doesn't work anymore

2018-05-08 Thread Duck

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=36465#comment-36465
 ] 

Marc Dequènes (Duck) commented on OVIRT-2004:
-

There's 5 mails dated after migration which are sitting in the mailbox.

There were no IMAP connection attempts to this account.

I thought about an unsynchronized password change but it should show in the 
logs. Could someone with admin access on JIRA work with me to see what is setup?


> opening ticket through infra-supp...@ovirt.org doesn't work anymore
> ---
>
> Key: OVIRT-2004
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2004
> Project: oVirt - virtualization made easy
>  Issue Type: Outage
>  Components: General
>Reporter: sbonazzo
>Assignee: infra
>Priority: Highest
>
> Tried to open a ticket this morning with subject: [outage] 
> resources.ovirt.org https is not working anymore
> but it didn't get created in jira. I had to open it manually.



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100083)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org


Re: [ovirt-users] Re: [ovirt-devel] Re: Mailing-Lists upgrade

2018-05-08 Thread Duck
Quack,

On 05/08/2018 06:05 PM, Nir Soffer wrote:

> Another issue, old links to the mailing list are broken now:
> https://lists.ovirt.org/mailman/listinfo/devel
> 
> Try to google "ovirt devel mailing list" to get the old links.
> 
> We need to configure the http server to redirect to the new mailing list
> info page when old links are accessed.

I added redirects for /mailman, /mailman/listinfo and
/mailman/listinfo/. Do you see anything missing or not working?

Thanks for reporting it.
\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org


Re: [ovirt-users] Re: [ovirt-devel] Re: Mailing-Lists upgrade

2018-05-08 Thread Duck
Quack,

On 05/08/2018 05:53 PM, Zach Brown wrote:
> It sounds like the mailing list just upgraded. I'm not sure if it's a
> bug or not... But I unsubscribed from this list a long time ago (months
> ago) and am now suddenly getting emails from it again.
> 
> Just thought I'd give a heads up in case something may have gone wonky.

We've been doing incremental syncs to prepare for the migration and test
if the remaining problem was well solved. I would guess the sync just
adds new members instead of really syncing the list, but I can't be sure
without looking at the code. I'll try to find time to investigate.

Thanks for reporting it.
\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org


Re: Mailing-Lists upgrade

2018-05-07 Thread Duck
I forgot to cross-post to other lists. Please read announcement below.

On 05/08/2018 12:45 PM, Marc Dequènes (Duck) wrote:
> Quack,
> 
> On 04/28/2018 09:34 AM, Marc Dequènes (Duck) wrote:
> 
>> A few months ago we had to rollback the migration because of a nasty
>> bug. This is fixed in recent versions of Mailman 3 so we're rescheduling
>> it on Tuesday 8th during the slot 11:00-12:00 JST.
> 
> Just a word to say the migration happened and no problem was detected.
> 
> The archive posts reindexation is not finished yet, and greylisting is
> slowing down things a bit, but it should soon be over. Some information
> like post count and little graphs in the web UI are handled via regular
> cron jobs and should also soon be accurate.
> 
> Old links to the archives, for pre-migration posts, are still working.
> Posts URLS were not stable in Mailman 2 but been synced in
> https://lists.ovirt.org/pipermail/
> 
> You can contact me directly by mail or IRC, or open a JIRA ticket if you
> hit any problem.
> 
> \_o<
> 



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org


Re: Mailing-Lists upgrade

2018-05-07 Thread Duck
Quack,

On 04/28/2018 09:34 AM, Marc Dequènes (Duck) wrote:

> A few months ago we had to rollback the migration because of a nasty
> bug. This is fixed in recent versions of Mailman 3 so we're rescheduling
> it on Tuesday 8th during the slot 11:00-12:00 JST.

Just a word to say the migration happened and no problem was detected.

The archive posts reindexation is not finished yet, and greylisting is
slowing down things a bit, but it should soon be over. Some information
like post count and little graphs in the web UI are handled via regular
cron jobs and should also soon be accurate.

Old links to the archives, for pre-migration posts, are still working.
Posts URLS were not stable in Mailman 2 but been synced in
https://lists.ovirt.org/pipermail/

You can contact me directly by mail or IRC, or open a JIRA ticket if you
hit any problem.

\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org


Re: Mailing-Lists upgrade

2018-04-27 Thread Duck
Quack,

A few months ago we had to rollback the migration because of a nasty
bug. This is fixed in recent versions of Mailman 3 so we're rescheduling
it on Tuesday 8th during the slot 11:00-12:00 JST.

Please read the original announcement with full detail below.

\_o<


On 09/07/2017 01:12 PM, Marc Dequènes (Duck) wrote:
> Quack,
> 
> On behalf of the oVirt infra team, I'd like to announce the current
> Mailing-Lists system is going to be upgraded to a brand new Mailman 3
> installation on Monday during the slot 11:00-12:00 JST.
> 
> It should not take a full hour to migrate as we already made incremental
> synchronization with the current system but better keep some margin. The
> system will then take over delivery of the mails but might be a bit slow
> at first as it needs to reindex all the archived mails (which might take
> a few hours).
> 
> To manage your subscriptions and delivery settings you can do this
> easily on the much nicer web interface (https://lists.ovirt.org). There
> is a notion of account so you don't need to login separately for each ML.
> 
> You can Sign In using Fedora, GitHub or Google or create a local account
> if you prefer. Please keep in mind signing in with a different method
> would create separate accounts (which cannot be merged at the moment).
> But you can easily link your account to other authentication methods in
> your settings (click on you name in the up-right corner -> Account ->
> Account Connections).
> 
> As for the original mail archives, because the previous system did not
> have stable URLs, we cannot create mappings to the new pages. We decided
> to keep the old archives around on the same URL (/pipermail), so the
> Internet links would still work fine.
> 
> Hope you'd be happy with the new system.
> \_o<
> 
> 
> 
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
> 



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Delay in website update

2018-03-14 Thread Duck
Quack,

The firewall rules were updated while I was eating and resting.
Everything is thus up to date :-).

\_o<




signature.asc
Description: OpenPGP digital signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Delay in website update

2018-03-13 Thread Duck
Quack,

To save IPs and protect the web builders (and similar non-frontal
services) I moved the oVirt web builder today. The machine worked fine
and a full build takes time so I did other things. Unfortunately I found
out I forgot PHX is very restrictive about incoming SSH, and the
firewall exception is source IP limited (not a port+destination
exception only), so the website update does not work at the moment.

I opened PNT0186893 to get this fixed ASAP. Sorry :-/.

\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: oVirt infra weekly meeting notes 17.01.2018

2018-01-17 Thread Duck
Quack,

On 01/18/2018 01:23 AM, Evgheni Dereveanchin wrote:

>   * CVE patching ongoing, most services are already patched, few hosts
> and VMs left

Good to hear :-).

Sorry I missed the timeframe. I'm trying to finish a few things before
departing for Europe, and finish my bag too. Hope to see some of you at
DevConf or FOSDEM.

\_o<




signature.asc
Description: OpenPGP digital signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Infineon firmware security issues

2017-10-17 Thread Duck
Quack,

So the news (thanks Misc for the alert):

https://www.infineon.com/cms/en/product/promopages/rsa-update/rsa-background

This affects Yubikeys and other hardware:
  https://www.yubico.com/support/security-advisories/ysa-2017-01/

There's a nice tool to test if a key is vulnerable:
  https://github.com/crocs-muni/roca

I tested keys in the oVirt Puppet repository and none are affected.

You may check your other keys and ensure keys are checked in other
projects.

\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Fwd: us...@ovirt.org post from recreati...@gmail.com requires approval

2017-09-11 Thread Duck
Quack,

On 09/11/2017 04:14 PM, Yaniv Kaul wrote:
> I used to see a link to the mailing list admin interface, so I could
> approve/disapprove messages.
> I assume the mailing list change removed it?

I tested the interface to moderate but without being in the moderation
list so I did not receive these notifications.

If this is missing then we'll work on reporting or even fixing it if we can.

In the meanwhile we're back on the new system :-/, so I'm going to look
at the critical problems first.

\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [ovirt-users] Mailing-Lists upgrade

2017-09-11 Thread Duck
Quack,

In short, it did work out well and I had to rollback because of a nasty
bug. A few mails were lost, mostly automated, sorry about this.


There is a bug in the LMTP communications between Postfix and Mailman 3,
which probably lies in the LMTP library (aiosmtpd) used by MM3. They
dropped Python 3.4 support so that was not very practical. I backported
patches which seemed relevant, experimented too, but I was not able to
fix the bug.

I will need more time to dig into the problem and in the meanwhile I
decided to rollback to the previous server so that people can work. We
can reattempt a sync+migration when this is ready.

Sorry about the disturbance.
\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [ovirt-users] Mailing-Lists upgrade

2017-09-10 Thread Duck
Quack,

First, reminder, it starts in one hour.

On 09/07/2017 02:21 PM, Karli Sjöberg wrote:

> Stupid question perhaps but, have I understood it correctly that all of
> us are going to have to create new accounts for the new mail-list
> system, if we don´t wish to log in using Fedora, GitHub or Google? Or
> are the existing local accounts going to be migrated as well?

There is no obligation to create an account. Your subscriptions will
continue working as before. You can also subscribe to new MLs without an
account. Nevertheless to unsubscribe or change your settings, as there
is no more a per-list email+password, you will need to create one.

As for local accounts, they cannot be migrated. Accounts are global
across the lists now, which makes settings practical for many things,
but you previously had subscribed with different passwords and
potentially different emails, so I guess it would be too complicated and
Mailman developers did not consider it.

Nevertheless you may recreate it using the "Sign-Up" link, and you will
receive a validation link by mail, so you do not have to rely on
"social" accounts. You can link other email addresses using the same
method in your account settings.

Hope that helps.

\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Mailing-Lists upgrade

2017-09-06 Thread Duck
Quack,

On behalf of the oVirt infra team, I'd like to announce the current
Mailing-Lists system is going to be upgraded to a brand new Mailman 3
installation on Monday during the slot 11:00-12:00 JST.

It should not take a full hour to migrate as we already made incremental
synchronization with the current system but better keep some margin. The
system will then take over delivery of the mails but might be a bit slow
at first as it needs to reindex all the archived mails (which might take
a few hours).

To manage your subscriptions and delivery settings you can do this
easily on the much nicer web interface (https://lists.ovirt.org). There
is a notion of account so you don't need to login separately for each ML.

You can Sign In using Fedora, GitHub or Google or create a local account
if you prefer. Please keep in mind signing in with a different method
would create separate accounts (which cannot be merged at the moment).
But you can easily link your account to other authentication methods in
your settings (click on you name in the up-right corner -> Account ->
Account Connections).

As for the original mail archives, because the previous system did not
have stable URLs, we cannot create mappings to the new pages. We decided
to keep the old archives around on the same URL (/pipermail), so the
Internet links would still work fine.

Hope you'd be happy with the new system.
\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1624) Openshift v2 is dying -- Migration of the website

2017-08-31 Thread Duck

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=34836#comment-34836
 ] 

Marc Dequènes (Duck) commented on OVIRT-1624:
-

So, I fixed some bugs like:
* https://github.com/oVirt/ovirt-site/pull/1186
* the builder role was using the new rsync user before having set the SSH key

The web host is well deployed, and the builder was, but I was obliged to 
rollback the builder changes.

The problem is caused by the fact the rsync user cannot update the website 
because the SSH port is not opened. It cannot bounce either because it does not 
have a global account, and that would not be a safe thing. So at the moment I'm 
stuck. The easiest way would be to move the builder to PHX too, so that by 
being in the same LAN they could communicate directly. Or we could open the SSH 
port only for the web builder.

[~ederevea] or [~ee...@redaht.com] what do you think?


> Openshift v2 is dying -- Migration of the website
> -
>
> Key: OVIRT-1624
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1624
> Project: oVirt - virtualization made easy
>  Issue Type: Improvement
>Reporter: Marc Dequènes (Duck)
>Assignee: infra
>
> We decided to migrate the website into a VM in PHX until we have a better way 
> (hosting in the Community Cage, using OpenShift v3…).



--
This message was sent by Atlassian {0}
(v1001.0.0-SNAPSHOT#100059)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1624) Openshift v2 is dying -- Migration of the website

2017-08-31 Thread Duck

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=34835#comment-34835
 ] 

Marc Dequènes (Duck) commented on OVIRT-1624:
-

Btw, after migration we can remove the APEX handling from the experimental 
(old) MM3 server by switching the DNS to the VM.


> Openshift v2 is dying -- Migration of the website
> -
>
> Key: OVIRT-1624
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1624
> Project: oVirt - virtualization made easy
>  Issue Type: Improvement
>Reporter: Marc Dequènes (Duck)
>Assignee: infra
>
> We decided to migrate the website into a VM in PHX until we have a better way 
> (hosting in the Community Cage, using OpenShift v3…).



--
This message was sent by Atlassian {0}
(v1001.0.0-SNAPSHOT#100059)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1624) Openshift v2 is dying -- Migration of the website

2017-08-31 Thread Duck

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Dequènes (Duck) updated OVIRT-1624:

Status: In Progress  (was: To Do)

I created a VM and a Foreman config, but there was a problem (not enough RAM 
for provisioning) and [~ederevea] kindly solved it.

I'm building the Ansible rules and deploying the server.


> Openshift v2 is dying -- Migration of the website
> -
>
> Key: OVIRT-1624
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1624
> Project: oVirt - virtualization made easy
>  Issue Type: Improvement
>Reporter: Marc Dequènes (Duck)
>Assignee: infra
>
> We decided to migrate the website into a VM in PHX until we have a better way 
> (hosting in the Community Cage, using OpenShift v3…).



--
This message was sent by Atlassian {0}
(v1001.0.0-SNAPSHOT#100059)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1624) Openshift v2 is dying -- Migration of the website

2017-08-31 Thread Duck
Marc Dequènes (Duck) created OVIRT-1624:
---

 Summary: Openshift v2 is dying -- Migration of the website
 Key: OVIRT-1624
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1624
 Project: oVirt - virtualization made easy
  Issue Type: Improvement
Reporter: Marc Dequènes (Duck)
Assignee: infra


We decided to migrate the website into a VM in PHX until we have a better way 
(hosting in the Community Cage, using OpenShift v3…).



--
This message was sent by Atlassian {0}
(v1001.0.0-SNAPSHOT#100059)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1624) Openshift v2 is dying -- Migration of the website

2017-08-31 Thread Duck

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Dequènes (Duck) updated OVIRT-1624:

Epic Link: OVIRT-403

> Openshift v2 is dying -- Migration of the website
> -
>
> Key: OVIRT-1624
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1624
> Project: oVirt - virtualization made easy
>  Issue Type: Improvement
>Reporter: Marc Dequènes (Duck)
>Assignee: infra
>
> We decided to migrate the website into a VM in PHX until we have a better way 
> (hosting in the Community Cage, using OpenShift v3…).



--
This message was sent by Atlassian {0}
(v1001.0.0-SNAPSHOT#100059)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Openshift v2 being retired -- plans

2017-08-30 Thread Duck
Quack,

On 08/30/2017 02:59 PM, Barak Korren wrote:

> Im not sure if creating VMs is the right approach. We have our own
> OpenShift instance. Perhaps create containers there?

I only used OpenShift v2, but I can learn. I created an account, so if
someone can give me some power it would be nice.

Also I wonder how we can mix Ansible and OpenShift. It seem you can use
Ansible a provisionner to build an image, which is nice, but that's a
deep change in how we use Ansible. AFAIK you're not supposed to deploy
Ansible rules in a running OpenShift Container directly like you do on a
VM. I'd be happy to have advice (during the meeting?).

Also btw, port 8443 is not opened from the outside, which is not very
practical.

> Well, we've wanted to deprecate foreman for ages, and attach an external
> auth provider to engine... but evegheny was busy with more basic isssues...

:-/

\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Openshift v2 being retired -- plans

2017-08-29 Thread Duck
Quack,

On 08/30/2017 12:35 AM, Marc Dequènes (Duck) wrote:

> As for 'ovirtweb/beta', I can create a ticket and do it. I still need to
> learn how to create a VM by myself, always lazily relied on you to do it
> :-).

I'd like some help to create the VM please.

The doc:

http://ovirt-infra-docs.readthedocs.io/en/latest/Phoenix_Lab/oVirt_Hosts/index.html#ovirt-datacenter-organization
does not explain the steps.

I found a el7_cloud_image and used it. My VM did not have a network
interface created by default so I added one. Also I thought we were over
with Foreman, but it does not seem so, so I created a config. Now I
don't know what's going on with my VM but the provisioning does not
happen for some reason. Could someone help me?

Btw, the oVirt engine and Foreman websites have broken TLS certificates
as well as very short admin passwords. I think we should do better as
all this is available from outside.

\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Openshift v2 being retired -- plans

2017-08-29 Thread Duck
Quack,

On 08/28/2017 07:06 PM, Eyal Edri wrote:
> 
> 
> On Mon, Aug 28, 2017 at 1:03 PM, Marc Dequènes (Duck) <d...@redhat.com
> <mailto:d...@redhat.com>> wrote:
> 
> Quack,
> 
> Our assets:
>   - user 'ovirt':
>     + wiki: I don't have access to this account, the old wiki is dead,
> so unless there is another wiki around I don't know I guess this is
> unused
>   - user 'ovirtweb':
>     + beta: this is the website; we would need a small VM with httpd
> (static website) and that's about it; I've got Ansible rules I can use
> to build it very fast and adapting the current publishing from the
> builder host is already Ansible-managed and easy
>     + status: this is the Cachet instance; I guess Evegheni knows more
> about it and could move this in another VM quicky too
> 
> So let's prioritize this and get it over with.
> 
> 
> +1, do we have a ticket on it? 
> Do you need assistance from Evgheni to complete it or you'll be able to
> handle it? 

As for 'ovirt/wiki', someone with access should check if this is ok to
trash it.

As for 'ovirtweb/beta', I can create a ticket and do it. I still need to
learn how to create a VM by myself, always lazily relied on you to do it
:-).

As for 'ovirtweb/status', I know nothing of the details and I've other
things on my plate so I will leave this to whoever wants to handle it.

\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Openshift v2 being retired -- plans

2017-08-28 Thread Duck
Quack,

Our assets:
  - user 'ovirt':
+ wiki: I don't have access to this account, the old wiki is dead,
so unless there is another wiki around I don't know I guess this is unused
  - user 'ovirtweb':
+ beta: this is the website; we would need a small VM with httpd
(static website) and that's about it; I've got Ansible rules I can use
to build it very fast and adapting the current publishing from the
builder host is already Ansible-managed and easy
+ status: this is the Cachet instance; I guess Evegheni knows more
about it and could move this in another VM quicky too

So let's prioritize this and get it over with.

\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1587) Do we need the a...@ovirt.org list?

2017-08-17 Thread Duck

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=34714#comment-34714
 ] 

Marc Dequènes (Duck) commented on OVIRT-1587:
-

I have no idea about the usefulness of the list, I'm neither a dev or a user 
:-).

As for disabling, we can activate emergency moderation to be sure nothing gets 
in from now on. To avoid receiving crap the best way seem to disable the 
aliases (then we won't have to moderate SPAM incoming subscriptions).


> Do we need the a...@ovirt.org list?
> ---
>
> Key: OVIRT-1587
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1587
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>Reporter: eyal edri
>    Assignee: infra
>
> [~duck][~ederevea] any idea if this list is used or needed?
> I keep getting spam alerts on it, and it doesn't seem to be used by anyone, 
> So I'm in favor in disabling it for the time being and rejecting option to 
> subscribe if no one objects.



--
This message was sent by Atlassian JIRA
(v1001.0.0-SNAPSHOT#100059)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Contributors and easyfix

2017-07-28 Thread Duck
Quack,

So you were not at the community call, bad bad bad™. There is an
initiative started by RDO and probably originating from Fedora, not sure
to remember well. Anyway the goal is to identify tasks newcomers could
do easily because they are not difficult and would not need special
access. They are tagged "easyfix" to find them quickly and also remember
team members to leave some available to newcomers.

So this could help attract people if we flagged some bugs on JIRA and
accepted to spend a little bit of time exchanging with interested people.

Recently on IRC: (2017-07-28 01:10:14)
krish_ | Hello
krish_ | I'm a newbie. I'm interesting in contributing to Ovirt
Infrastructure!.
   | I'm a computer science student. Can anybody help me in getting
started
   | Thanks.
I hope this person would try to reach us again on IRC or on the MLs.
Maybe the path for newcomers is not clear enough on the website too.

\_o<



signature.asc
Description: OpenPGP digital signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1410) Please update #ovirt motd with oVirt 4.1.2

2017-06-30 Thread Duck

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marc Dequènes (Duck) updated OVIRT-1410:

Resolution: Fixed
Status: Done  (was: To Do)

So in the end it was about the topic, not the ENTRYMSG.

We asked apevec and he gave sbonazzo a bunch of new superpowers to be able to 
update the topic anytime :-).


> Please update #ovirt motd with oVirt 4.1.2
> --
>
> Key: OVIRT-1410
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1410
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: infra
>
> Joining #ovirt channel gives:
> *oVirt 4.1.0 is now available. Please register your nick to participate in
> this channel.*
> Please, update with oVirt 4.1.2.
> -- 
> SANDRO BONAZZOLA
> ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R
> Red Hat EMEA <https://www.redhat.com/>
> <https://red.ht/sig>
> TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>



--
This message was sent by Atlassian JIRA
(v1000.1092.1#100053)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


  1   2   >