*** jwitko has joined #openstack-ansible | 00:00 | |
*** jwitko_ has quit IRC | 00:02 | |
*** masber has joined #openstack-ansible | 00:12 | |
*** Rodrigo_BR has joined #openstack-ansible | 00:13 | |
Rodrigo_BR | fatal: [control02_keystone_container-46423a87 -> 10.1.17.113]: FAILED! => {"changed": false, "failed": true, "msg": "unable to connect to database, check login_user and login_password are correct or /root/.my.cnf has the credentials. Exception message: (2013, 'Lost connection to MySQL server at \\'reading initial communication packet\\', system error: 0 \"Internal error/check (Not system error)\"')"} | 00:14 |
---|---|---|
Rodrigo_BR | any ideia ? | 00:14 |
*** dxiri has quit IRC | 00:24 | |
*** dxiri has joined #openstack-ansible | 00:24 | |
*** chyka has quit IRC | 00:27 | |
*** dxiri has quit IRC | 00:29 | |
openstackgerrit | Merged openstack/openstack-ansible-tests master: Remove the serialization in tests https://review.openstack.org/521598 | 00:33 |
*** dxiri has joined #openstack-ansible | 00:33 | |
*** markvoelker has quit IRC | 00:36 | |
*** PramodJ has joined #openstack-ansible | 00:52 | |
*** PramodJ has quit IRC | 00:55 | |
*** Pramod has quit IRC | 00:56 | |
*** SmearedBeard has joined #openstack-ansible | 00:58 | |
cloudnull | Rodrigo_BR: check and make sure your LB is online | 00:59 |
cloudnull | if so make sure galera is running | 00:59 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible master: Reorder cinder service installs https://review.openstack.org/528140 | 01:02 |
Rodrigo_BR | cloudnull: haproxy is running on 3 controllers, I check using hatop -s /var/run/haproxy.stat | 01:03 |
cloudnull | but are you able to connect to the vips | 01:03 |
cloudnull | using hatop can you see if the galera backens are up ? | 01:04 |
Rodrigo_BR | cloudnull: the galera-back are down SOCKERR | 01:04 |
*** dxiri has quit IRC | 01:05 | |
*** dxiri has joined #openstack-ansible | 01:06 | |
Rodrigo_BR | cloudnull: but ansible galera_container -m shell -a "mysql -h localhost -e 'show status like \"%wsrep_cluster_%\";'" reports ok | 01:09 |
*** dxiri has quit IRC | 01:11 | |
openstackgerrit | Merged openstack/openstack-ansible-repo_build stable/pike: Updated from OpenStack Ansible Tests https://review.openstack.org/527551 | 01:21 |
Rodrigo_BR | cloudnull: I cannot view port 3306 ipv4 in listen ... http://paste.openstack.org/show/628999/ | 01:24 |
openstackgerrit | Merged openstack/openstack-ansible-os_gnocchi master: Add librados2-dev to distro package list https://review.openstack.org/528093 | 01:28 |
jiaopengju | hi, I use openstack-ansible AIO to install a test environment. But always fails with https://paste.ubuntu.com/26181615/, anyone could help me? | 01:31 |
openstackgerrit | Merged openstack/openstack-ansible-os_gnocchi master: Updated from OpenStack Ansible Tests https://review.openstack.org/525811 | 01:43 |
openstackgerrit | Merged openstack/openstack-ansible-tests master: test-log-collect.sh: Collect the pip.conf configuration file https://review.openstack.org/527966 | 01:45 |
*** marst has quit IRC | 01:59 | |
*** hw_wutianwei has joined #openstack-ansible | 02:09 | |
*** masber has quit IRC | 02:10 | |
*** SmearedBeard has quit IRC | 02:25 | |
*** vnogin has joined #openstack-ansible | 02:25 | |
*** jwitko has quit IRC | 02:28 | |
*** jwitko_ has joined #openstack-ansible | 02:29 | |
*** vnogin has quit IRC | 02:30 | |
*** Rodrigo_BR has quit IRC | 02:36 | |
*** markvoelker has joined #openstack-ansible | 02:37 | |
yifei | Hi guys | 02:39 |
*** octo-fs has quit IRC | 02:40 | |
*** octo-fs has joined #openstack-ansible | 02:41 | |
yifei | my deployment offten fails when "Perform a cell_v2 discover", but after that, I run "openstack host list" and the result is true, all of my compute nodes are listed there | 02:41 |
yifei | anyone has some idea? | 02:41 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Clean-up old systemd prep and allow machinctl to grow https://review.openstack.org/527592 | 02:42 |
yifei | log is here: http://paste.openstack.org/show/629004/ | 02:43 |
yifei | cloudnull: ping | 02:43 |
cloudnull | yifei: it looks like an error in the DB | 02:45 |
cloudnull | I've never seen that in prod | 02:46 |
cloudnull | what release are you running ? | 02:46 |
yifei | pike | 02:46 |
yifei | what is strange is that e.g. i have 2 compute nodes, every time one of them fails and the other is fine | 02:48 |
cloudnull | is it always the same one? | 02:48 |
yifei | i have checked the db, the compute nodes are all in the table: "host_mappings" | 02:49 |
yifei | cloudnull: no sometimes host4 sometimes host5 | 02:49 |
cloudnull | have you tried removing the compute nodes? | 02:50 |
yifei | cloudnull: i run /openstack/venvs/nova-16.0.5/bin/nova-manage cell_v2 discover_hosts on compute nodes | 02:50 |
yifei | it always fails, because no api connections configured in nova.conf on compute nodes | 02:50 |
yifei | cloudnull: did not try, will try later | 02:51 |
yifei | cloudnull: i am not familiar with nova cell v2, so I ask for help here | 02:51 |
cloudnull | something like `nova service-delete $UUID` of compute node | 02:52 |
cloudnull | then restart the compute service | 02:52 |
cloudnull | `systemctl restart nova-compute` | 02:52 |
*** jbadiapa has quit IRC | 02:52 | |
cloudnull | it should recreate the records | 02:52 |
yifei | cloudnull: another situation, I rerun setup-openstack.yml, it always successes | 02:53 |
yifei | no that error any more | 02:53 |
cloudnull | that's not surprising if its a transiant/random error. | 02:54 |
yifei | my env is redeploying now, will follow your suggestion later... | 02:54 |
yifei | yes, it's a random error | 02:54 |
yifei | this only happened on ubuntu os | 02:55 |
cloudnull | is it the latest stable tag or the stable branch ? | 02:55 |
yifei | 16.0.5 | 02:55 |
cloudnull | ok. | 02:55 |
yifei | using last week's commit of OSA | 02:56 |
cloudnull | I've been using the stable/branch on a small cloud (5 nodes) and i've not seen that. | 02:56 |
yifei | i am also 3+2 | 02:56 |
cloudnull | however based on the stacktrace it looks like somethings gone wrong in the db scheme | 02:56 |
yifei | 3 control nodes in HA and 2 compute nodes | 02:57 |
yifei | cloudnull: Let me check the db | 03:00 |
yifei | cloudnull: and thanks alot | 03:01 |
yifei | :) | 03:01 |
cloudnull | anytime | 03:09 |
*** markvoelker has quit IRC | 03:11 | |
*** jappleii__ has joined #openstack-ansible | 03:17 | |
*** jappleii__ has quit IRC | 03:19 | |
*** jappleii__ has joined #openstack-ansible | 03:19 | |
*** threestrands_ has quit IRC | 03:20 | |
*** SmearedBeard has joined #openstack-ansible | 03:24 | |
*** nshetty has joined #openstack-ansible | 03:38 | |
*** masber has joined #openstack-ansible | 03:38 | |
openstackgerrit | Merged openstack/openstack-ansible-os_nova master: Handle Pike changes for Nova https://review.openstack.org/525515 | 03:54 |
*** jappleii__ has quit IRC | 03:56 | |
*** udesale has joined #openstack-ansible | 04:07 | |
*** markvoelker has joined #openstack-ansible | 04:08 | |
*** rmcall has joined #openstack-ansible | 04:15 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_nova master: Add MySQL connection SSL support https://review.openstack.org/528001 | 04:18 |
*** chhavi has joined #openstack-ansible | 04:29 | |
*** markvoelker has quit IRC | 04:42 | |
*** DanyC has joined #openstack-ansible | 04:56 | |
*** DanyC has quit IRC | 05:00 | |
*** octo-fs has quit IRC | 05:10 | |
*** octo-fs has joined #openstack-ansible | 05:11 | |
*** germs has quit IRC | 05:19 | |
*** hamza21 has joined #openstack-ansible | 05:21 | |
*** SmearedBeard has quit IRC | 05:23 | |
*** octo-fs_ has joined #openstack-ansible | 05:33 | |
*** octo-fs has quit IRC | 05:34 | |
*** markvoelker has joined #openstack-ansible | 05:39 | |
*** nshetty is now known as nshetty|BMGR | 05:45 | |
*** pradiprwt has quit IRC | 05:46 | |
*** udesale has quit IRC | 06:04 | |
*** udesale has joined #openstack-ansible | 06:06 | |
*** markvoelker has quit IRC | 06:11 | |
*** vnogin has joined #openstack-ansible | 06:26 | |
*** vnogin has quit IRC | 06:30 | |
*** jbadiapa has joined #openstack-ansible | 06:39 | |
*** DanyC has joined #openstack-ansible | 06:57 | |
*** arbrandes1 has joined #openstack-ansible | 07:01 | |
*** arbrandes has quit IRC | 07:04 | |
*** DanyC has quit IRC | 07:04 | |
*** markvoelker has joined #openstack-ansible | 07:09 | |
*** mma has joined #openstack-ansible | 07:09 | |
*** udesale has quit IRC | 07:24 | |
*** pradiprwt has joined #openstack-ansible | 07:27 | |
pradiprwt | Hi guys, I facing issue with host networking in centos 7 for multinode.. can anyone please help me | 07:39 |
*** markvoelker has quit IRC | 07:42 | |
openstackgerrit | Christian Zunker proposed openstack/openstack-ansible-os_ceilometer stable/ocata: Add ceph_client role and fix rpm package https://review.openstack.org/508109 | 07:49 |
*** udesale has joined #openstack-ansible | 07:51 | |
*** armaan has joined #openstack-ansible | 07:54 | |
openstackgerrit | Manuel Buil proposed openstack/openstack-ansible-os_neutron master: Provide support for SFC deployments https://review.openstack.org/510909 | 07:55 |
*** vnogin has joined #openstack-ansible | 07:56 | |
*** shardy has joined #openstack-ansible | 08:02 | |
*** SmearedBeard has joined #openstack-ansible | 08:04 | |
*** epalper has joined #openstack-ansible | 08:05 | |
*** jvidal has joined #openstack-ansible | 08:10 | |
*** mbuil has joined #openstack-ansible | 08:10 | |
*** savvas_ has joined #openstack-ansible | 08:13 | |
*** savvas has quit IRC | 08:14 | |
*** SmearedBeard has quit IRC | 08:14 | |
*** dxiri has joined #openstack-ansible | 08:19 | |
*** DanyC has joined #openstack-ansible | 08:20 | |
*** sxc731 has joined #openstack-ansible | 08:21 | |
ThomasS | hi | 08:23 |
*** armaan has quit IRC | 08:23 | |
*** armaan_ has joined #openstack-ansible | 08:23 | |
ThomasS | i wnated to change the base colour in the material theme | 08:23 |
*** dxiri has quit IRC | 08:23 | |
ThomasS | does anyone know if this can be done in user_vars? | 08:23 |
*** armaan_ has quit IRC | 08:24 | |
*** armaan has joined #openstack-ansible | 08:24 | |
*** shardy is now known as shardy_afk | 08:25 | |
*** hamza21 has quit IRC | 08:34 | |
*** markvoelker has joined #openstack-ansible | 08:39 | |
*** vnogin has quit IRC | 08:43 | |
*** hamza21 has joined #openstack-ansible | 08:46 | |
*** shardy_afk is now known as shardy | 08:48 | |
*** vnogin has joined #openstack-ansible | 08:49 | |
*** yifei has quit IRC | 08:57 | |
*** pradiprwt has quit IRC | 08:58 | |
*** hw_wutianwei has quit IRC | 08:59 | |
*** pradiprwt has joined #openstack-ansible | 09:02 | |
*** nshetty|BMGR is now known as nshetty | 09:03 | |
*** armaan has quit IRC | 09:04 | |
*** armaan has joined #openstack-ansible | 09:05 | |
*** vnogin has quit IRC | 09:09 | |
*** hamza21 has quit IRC | 09:12 | |
*** markvoelker has quit IRC | 09:13 | |
*** armaan has quit IRC | 09:28 | |
*** armaan has joined #openstack-ansible | 09:28 | |
*** SmearedBeard has joined #openstack-ansible | 09:32 | |
*** ThomasS has quit IRC | 09:35 | |
gun1x | hey guys, any ideea why I get refused logs on my compute node when the ubuntu VM is trying to contact NTP server? | 09:38 |
gun1x | 11:36:52.369003 IP 192.168.100.17.42607 > 192.168.100.10.domain: 6038+ A? ntp.ubuntu.com.openstacklocal. (47) | 09:38 |
gun1x | 11:36:52.369060 IP 192.168.100.17.42607 > 192.168.100.10.domain: 20932+ AAAA? ntp.ubuntu.com.openstacklocal. (47) | 09:38 |
gun1x | 11:36:52.369069 IP 192.168.100.10.domain > 192.168.100.17.42607: 6038 Refused 0/0/0 (47) | 09:38 |
gun1x | 11:36:52.369150 IP 192.168.100.10.domain > 192.168.100.17.42607: 20932 Refused 0/0/0 (47) | 09:38 |
gun1x | .10 is the router on the controller node, .17 is the VM | 09:38 |
*** Smeared_Beard has joined #openstack-ansible | 09:39 | |
*** SmearedBeard has quit IRC | 09:40 | |
openstackgerrit | Merged openstack/openstack-ansible master: correct ha proxy configuration for opendaylight https://review.openstack.org/526055 | 09:43 |
mwe1 | gun1x: Have you tested with ntp-server-IP instead of ntp-server-NAME? | 09:43 |
*** ThomasS has joined #openstack-ansible | 09:44 | |
ThomasS | hi | 09:44 |
ThomasS | does nobody have an idea how to set the theme colours for material theme through osa config? | 09:45 |
ThomasS | do i need to manage the ccs manually? | 09:45 |
*** Smeared_Beard has quit IRC | 09:46 | |
*** pbandark has joined #openstack-ansible | 09:47 | |
*** pradiprwt has quit IRC | 09:50 | |
*** SmearedBeard has joined #openstack-ansible | 09:51 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_gnocchi master: Remove pip_install dependency https://review.openstack.org/525551 | 09:51 |
*** armaan_ has joined #openstack-ansible | 09:52 | |
*** armaan has quit IRC | 09:52 | |
*** electrofelix has joined #openstack-ansible | 09:53 | |
*** vnogin has joined #openstack-ansible | 09:55 | |
*** chyka has joined #openstack-ansible | 09:55 | |
*** jafeha has joined #openstack-ansible | 09:57 | |
*** vnogin has quit IRC | 09:57 | |
*** vnogin has joined #openstack-ansible | 09:59 | |
*** chyka has quit IRC | 10:00 | |
*** vnogin has quit IRC | 10:04 | |
*** armaan_ has quit IRC | 10:06 | |
*** armaan has joined #openstack-ansible | 10:07 | |
*** markvoelker has joined #openstack-ansible | 10:10 | |
*** vnogin has joined #openstack-ansible | 10:10 | |
odyssey4me | ThomasS how do the horizon docs say it should be done? | 10:13 |
odyssey4me | with that info we can inspect the horizon role to see if it's instrumented | 10:13 |
odyssey4me | IIRC there is instrumentation to upload a different theme | 10:14 |
*** vnogin has quit IRC | 10:15 | |
openstackgerrit | Adrien Cunin proposed openstack/openstack-ansible-ops master: Added ability to cleanup venv tgz, use find module https://review.openstack.org/523827 | 10:25 |
openstackgerrit | Merged openstack/openstack-ansible-os_gnocchi master: Allow the experimental trigger of the integrated repo https://review.openstack.org/525955 | 10:29 |
*** foutatoro has joined #openstack-ansible | 10:34 | |
openstackgerrit | Christian Zunker proposed openstack/openstack-ansible-os_ceilometer stable/ocata: Add ceph_client role and fix rpm package https://review.openstack.org/508109 | 10:35 |
foutatoro | hi all, I'm trying to deploy OS but the setup-host always fails at "TASK [lxc_hosts : Ensure that the LXC cache has been prepared]" | 10:37 |
foutatoro | someone knows what could cause this error ? | 10:37 |
foutatoro | I've enough disk space in "/" and "/opt" | 10:38 |
openstackgerrit | Adrien Cunin proposed openstack/openstack-ansible-os_horizon master: Set WSGIApplicationGroup %{GLOBAL} as recommended https://review.openstack.org/526423 | 10:40 |
*** Taseer has quit IRC | 10:41 | |
*** markvoelker has quit IRC | 10:44 | |
openstackgerrit | Christian Zunker proposed openstack/openstack-ansible-os_ceilometer stable/ocata: Add ceph_client role https://review.openstack.org/508109 | 10:44 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer stable/ocata: Initial OSA zuul v3 role jobs https://review.openstack.org/516640 | 10:53 |
openstackgerrit | Merged openstack/openstack-ansible-os_tacker master: Add MySQL connection SSL support https://review.openstack.org/528065 | 10:54 |
*** game-on_ has joined #openstack-ansible | 10:55 | |
game-on_ | Hi all - I'm still having some issues with the SSL aspect of OSA. I've disabled SSL across all services in favour of using HAProxy for SSL termination. One thing that I'm confused about is the options "keystone_external_ssl" and "openstack_service_publicuri_proto" "openstack_service_adminuri_proto" | 10:56 |
game-on_ | I have keystone_external_ssl: true - AFAICT this is required for external SSL termination. The two other options should be HTTPS I believe? | 10:57 |
game-on_ | I'm using some self-signed certs - is there a way to use these, as when I run setup-openstack it fails with SSL certificate verification. Even if I set the keystone_service_internaluri_insecure and keystone_service_adminuri_insecure both to true. Is there some sort of global setting for ignoring SSL certificate validity? | 10:59 |
openstackgerrit | Merged openstack/openstack-ansible-os_heat master: Add MySQL connection SSL support https://review.openstack.org/528018 | 10:59 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: designate variables for neutron integration https://review.openstack.org/510650 | 10:59 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Revert "Freeze all SHAs for 17.0.0.0b2" https://review.openstack.org/527936 | 11:00 |
odyssey4me | hwoarang you around? we need to get https://review.openstack.org/510650 into master to resolve the failure in https://review.openstack.org/527936 | 11:01 |
* hwoarang is around 247 | 11:01 | |
odyssey4me | hahaha | 11:01 |
odyssey4me | game-on_ ok, first thing to note is that our default deployment (with absolutely no changes) is to enable SSL for the public endpoints, but not the internal endpoints. That SSL is terminated on HAProxy by default with a self-signed cert. | 11:02 |
odyssey4me | This is all done for you by default - nothing needs changing | 11:03 |
openstackgerrit | Merged openstack/openstack-ansible-os_aodh master: Add MySQL connection SSL support https://review.openstack.org/528068 | 11:03 |
*** vnogin has joined #openstack-ansible | 11:04 | |
odyssey4me | game-on_ we don't, by default, enable SSL internally due to historical troubles with the clients and SSL - and also because of the self-signed certs not being verifiable... but if you really want to do that, I think you can, but it'll need some config adjustments to all services in order to supply the appropriate CA cert or to make them not try to verify the cert | 11:04 |
game-on_ | OK that's very useful to know odyssey4me, thanks. I am avoiding SSL internally and am going with termination at HAProxy, though I see odd behaviour when CURLing the endpoint of HAP - intermittent verification errors and whatnot. I'm running through again to de-bug | 11:06 |
game-on_ | OSA really is a marvellous project, thank you for putting such efforts into it, I can see how many commits you have made :) | 11:07 |
*** Taseer has joined #openstack-ansible | 11:08 | |
game-on_ | odyssey4me: assuming I'm only accessing OS from one network, is it safe to set haproxy_keepalived_external_vip_cidr and internal to the same value? And likewise for internal and external interface? | 11:10 |
openstackgerrit | Merged openstack/openstack-ansible-os_trove master: Add MySQL connection SSL support https://review.openstack.org/528051 | 11:10 |
Tahvok | odyssey4me: Did the path to inventory changed again? | 11:10 |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron master: Add MySQL connection SSL support https://review.openstack.org/528007 | 11:12 |
openstackgerrit | Merged openstack/openstack-ansible-os_glance master: Add MySQL connection SSL support https://review.openstack.org/527827 | 11:16 |
*** savvas_ has quit IRC | 11:16 | |
Tahvok | Another question: I have a working patch (that I use in production) to get https://bugs.launchpad.net/openstack-ansible/+bug/1687594 working in ocata. I can also write one for pike | 11:16 |
openstack | Launchpad bug 1687594 in openstack-ansible "no configuration for osa neutron to configure external dns yet" [Wishlist,In progress] - Assigned to Jesse Pretorius (jesse-pretorius) | 11:16 |
Tahvok | Is it still possible to write such patches for this versions? | 11:16 |
odyssey4me | Tahvok I needed to reorder those patches, because the base patch is failing due to missing neutron information provided by your patch. :/ | 11:17 |
odyssey4me | game-on_ it's a collective effort :) thanks for the feedback :) | 11:17 |
openstackgerrit | Merged openstack/openstack-ansible-os_barbican master: Add MySQL connection SSL support https://review.openstack.org/527814 | 11:17 |
odyssey4me | Tahvok once the master patch has merged, you can propose backports to pike/ocata | 11:18 |
jafeha | woop, woop! we've completed our first complete successful osa deployment with all the features we want to deploy and our tests succeed. thank all of you for helping us out this year, this was a great challenge we wouldn't have completed without your help. | 11:19 |
odyssey4me | A suggestion for the next round though - make the os_neutron patch depend on the integrated repo patch - that way we don't end up with a stuck integrated build. :) | 11:19 |
odyssey4me | jafeha excellent! woohoo! | 11:19 |
openstackgerrit | Merged openstack/openstack-ansible-os_horizon master: Add MySQL connection SSL support https://review.openstack.org/528031 | 11:19 |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone master: Add MySQL connection SSL support https://review.openstack.org/527798 | 11:21 |
Tahvok | odyssey4me: how would I make that dependency? | 11:21 |
Tahvok | Any guide? | 11:21 |
jafeha | i might be able to help to improve some documentation for osa + ceph + ovs + dvr now | 11:21 |
*** udesale has quit IRC | 11:22 | |
Tahvok | jafeha: +1 for dvr | 11:23 |
Tahvok | Is it fully working now? | 11:23 |
Tahvok | There are problems in ocata with it | 11:23 |
jafeha | Tahvok, we're still checking, but our first tests check out | 11:23 |
odyssey4me | Tahvok the os_neutron patch should have 'Depends-On: <change-id>' with the change ID from the integrated build | 11:24 |
odyssey4me | that causes the one patch to know that it can't merge until the other does | 11:24 |
odyssey4me | jafeha even better :) | 11:24 |
jafeha | we've had some fwaas issues, but we're tackeling them right now | 11:25 |
gun1x | mwe1: what do you mena with npt-server ip and ntp server name? | 11:25 |
jafeha | about dvr: there is an assigned ticket for documentation pending. are there any hard feelings within the community when i hijack long lasting tickets? | 11:26 |
foutatoro | hi all any suggestion about this error http://paste.openstack.org/show/629043/ ? | 11:27 |
gun1x | mwe1: both the compute node and the controller are actually kvm vms on a KVM network, and i configured vlan from openstack. the bare metal VM can see all traffic on that network with tcpdump -i virbr3, but can't ping any of the ressources on the subnet. i THINK it's because the physical host doesn't have vlan setup, but the virtual controller node and the virtual compute node are on vlan 10. the | 11:27 |
gun1x | compute node has a kvm nested vm that is communicating with the neutron agent located in a LXC container on the compute node, so there is traffic there | 11:27 |
gun1x | the strange thing is that the physical node CAN SEE that traffic ... but can't send traffic on that network. this is highly confusing. trying to setup vlan on physical node atm | 11:28 |
Tahvok | odyssey4me: this is how it was before you asked me to change the dependency here: https://review.openstack.org/#/c/510654/4 | 11:28 |
openstackgerrit | Merged openstack/openstack-ansible-os_ironic master: Add MySQL connection SSL support https://review.openstack.org/528044 | 11:28 |
openstackgerrit | Merged openstack/openstack-ansible-os_magnum master: Add MySQL connection SSL support https://review.openstack.org/528047 | 11:31 |
Tahvok | According to the developers docs, I can not make a dependency cycle: https://docs.openstack.org/infra/manual/developers.html#cycles | 11:31 |
Tahvok | So I'm not sure I fully understand you | 11:31 |
openstackgerrit | Merged openstack/openstack-ansible-os_ceilometer stable/ocata: Add ceph_client role https://review.openstack.org/508109 | 11:32 |
*** dun has quit IRC | 11:38 | |
odyssey4me | Tahvok ah, yes - I got it wrong... sorry - you had the dependency right the first time | 11:38 |
odyssey4me | foutatoro there will be a log file on the host which has the output from the cache prep which will give you a clue about why it failed | 11:39 |
odyssey4me | either you have a super slow mirror, or something else went wrong | 11:39 |
odyssey4me | if it's just slow, you can increase the timeout for that task | 11:39 |
openstackgerrit | Merged openstack/openstack-ansible-os_gnocchi master: Remove pip_install dependency https://review.openstack.org/525551 | 11:40 |
*** markvoelker has joined #openstack-ansible | 11:41 | |
*** nshetty has quit IRC | 11:44 | |
*** nshetty has joined #openstack-ansible | 11:44 | |
*** sxc731 has quit IRC | 11:45 | |
*** Taseer has quit IRC | 11:53 | |
*** taseer1 has joined #openstack-ansible | 11:53 | |
gun1x | cloudnull: is there any way to switch in OSA playbook from vlan to flat? if i do that, is it enough to re-run playbooks? | 11:53 |
*** stuartgr has joined #openstack-ansible | 11:54 | |
*** pradiprwt has joined #openstack-ansible | 12:05 | |
*** vnogin has quit IRC | 12:05 | |
*** vnogin has joined #openstack-ansible | 12:06 | |
*** vnogin has quit IRC | 12:10 | |
*** vnogin has joined #openstack-ansible | 12:12 | |
*** markvoelker has quit IRC | 12:13 | |
*** dave-mccowan has joined #openstack-ansible | 12:19 | |
*** vnogin has quit IRC | 12:20 | |
*** sxc731 has joined #openstack-ansible | 12:21 | |
*** smatzek has joined #openstack-ansible | 12:22 | |
*** dave-mcc_ has joined #openstack-ansible | 12:22 | |
*** vnogin has joined #openstack-ansible | 12:23 | |
*** dave-mccowan has quit IRC | 12:24 | |
*** taseer1 is now known as Taseer | 12:26 | |
*** mma has quit IRC | 12:28 | |
*** mma has joined #openstack-ansible | 12:29 | |
*** pradiprwt has quit IRC | 12:30 | |
*** mma has quit IRC | 12:33 | |
*** jwitko_ has quit IRC | 12:34 | |
*** yolanda__ has joined #openstack-ansible | 12:36 | |
*** m|y|k has joined #openstack-ansible | 12:42 | |
*** m|y|k has quit IRC | 12:42 | |
*** jvidal has quit IRC | 12:45 | |
*** nshetty has quit IRC | 12:47 | |
*** markvoelker has joined #openstack-ansible | 12:56 | |
*** markvoelker has quit IRC | 12:58 | |
*** sxc731 has quit IRC | 13:13 | |
mhayden | morning | 13:17 |
mhayden | spotz: i'm about now | 13:17 |
openstackgerrit | Merged openstack/openstack-ansible-ops master: Added ability to cleanup venv tgz, use find module https://review.openstack.org/523827 | 13:28 |
*** clayton has quit IRC | 13:29 | |
*** japestinho has quit IRC | 13:34 | |
*** vnogin has quit IRC | 13:37 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-haproxy_server master: Set python interpreter for HATop download https://review.openstack.org/528271 | 13:39 |
mgariepy | morning everyone | 13:40 |
ThomasS | hi | 13:44 |
ThomasS | sorry for the late reply | 13:44 |
ThomasS | horizon can be customized with stylesheets | 13:44 |
ThomasS | so adding a stylesheet to the template and uploading the file to static files | 13:45 |
ThomasS | added is changing the help url | 13:46 |
*** vnogin has joined #openstack-ansible | 13:46 | |
ThomasS | but not site title for example | 13:46 |
*** sxc731 has joined #openstack-ansible | 13:50 | |
openstackgerrit | Merged openstack/openstack-ansible-os_sahara master: Add MySQL connection SSL support https://review.openstack.org/528057 | 13:53 |
game-on | I've got some real problems with HAProxy using the default configurations. HAProxy has 'reqadd X-Forwarded-Proto:\ https' so any HTTP connections should be forwarded to HTTP, but when I use curl http://HAPROXY:35357/v3/auth/tokens . or try and access :8776 for Cinder API, it simply gives empty reply (52) | 13:55 |
game-on | The issue I have is deploying Cinder - the ensure cinder api check fails as it tries to access http://.... | 13:56 |
*** octo-fs_ has quit IRC | 13:56 | |
*** octo-fs_ has joined #openstack-ansible | 13:56 | |
*** sxc731 has quit IRC | 13:58 | |
*** octo-fs_ has quit IRC | 14:06 | |
game-on_ | The invididual containers repond when CURL'd, but something is amiss with SSL termination or redirection to the containers :( | 14:06 |
openstackgerrit | Merged openstack/openstack-ansible-os_gnocchi master: Use group_names to check a host belongs to group https://review.openstack.org/523278 | 14:10 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-repo_build master: Add timestamps for pip wheel build logs https://review.openstack.org/528279 | 14:16 |
mhayden | hwoarang: getting a look at https://bugs.launchpad.net/openstack-ansible/+bug/1738424 today | 14:16 |
openstack | Launchpad bug 1738424 in openstack-ansible "CentOS/SUSE pip wheel builds are very slow" [Low,In progress] - Assigned to Major Hayden (rackerhacker) | 14:16 |
*** jwitko_ has joined #openstack-ansible | 14:17 | |
*** jwitko_ is now known as jwitko | 14:17 | |
*** vnogin has quit IRC | 14:17 | |
mgariepy | mhayden, see my question on : https://review.openstack.org/#/c/528271/ | 14:17 |
mhayden | as a start, it looks like uwsgi is linked against PCRE on CentOS but not on Ubuntu | 14:17 |
mhayden | which could be some part of it | 14:17 |
mhayden | mgariepy: that's how it was in the other roles | 14:17 |
hwoarang | ah mhayden that sounds good | 14:17 |
mhayden | so i just copied | 14:18 |
hwoarang | mhayden: odyssey4me the other day said that xenial jobs appear to use the infra wheel mirror but centos and opensuse dont'. the dib images appear to configure /etc/pip.conf to point to that mirror | 14:18 |
mhayden | oh | 14:18 |
hwoarang | centos7 appears to have wheels on the mirror but opensuse doesn't :( | 14:18 |
mhayden | interesting | 14:19 |
mhayden | either way, i just discovered the `ts` command and i'm all giddy | 14:19 |
* hwoarang doesn't know what the 'ts' command does | 14:20 | |
* hwoarang googles | 14:20 | |
*** vnogin has joined #openstack-ansible | 14:20 | |
*** SerenaFeng has joined #openstack-ansible | 14:20 | |
*** clayton has joined #openstack-ansible | 14:22 | |
odyssey4me | mhayden mgariepy was that question in https://review.openstack.org/#/c/528271/ answered? I don't see it | 14:24 |
odyssey4me | oh - it's like that in the other roles | 14:24 |
odyssey4me | ok, fine by me | 14:24 |
mgariepy | haha :) | 14:24 |
mhayden | odyssey4me: answered it there for posterity ;) | 14:25 |
odyssey4me | ta | 14:25 |
mgariepy | haha lol | 14:25 |
mhayden | ta ta | 14:25 |
*** markvoelker has joined #openstack-ansible | 14:31 | |
openstackgerrit | Merged openstack/openstack-ansible master: Update existing container_networks https://review.openstack.org/494515 | 14:33 |
openstackgerrit | Merged openstack/openstack-ansible stable/ocata: Fix release-yaml-file-prep.py to include ansible-hardening https://review.openstack.org/527735 | 14:33 |
openstackgerrit | Manuel Buil proposed openstack/openstack-ansible-os_neutron master: Provide support for SFC deployments https://review.openstack.org/510909 | 14:42 |
openstackgerrit | Merged openstack/openstack-ansible-haproxy_server master: Set python interpreter for HATop download https://review.openstack.org/528271 | 14:43 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-pip_install stable/pike: Use state=present for EPEL packages https://review.openstack.org/528288 | 14:45 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-haproxy_server stable/pike: Set python interpreter for HATop download https://review.openstack.org/528289 | 14:45 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-haproxy_server stable/ocata: Set python interpreter for HATop download https://review.openstack.org/528290 | 14:46 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-haproxy_server stable/newton: Set python interpreter for HATop download https://review.openstack.org/528293 | 14:48 |
*** openstackgerrit has quit IRC | 14:48 | |
hwoarang | anyone around to get the grub2 password thing in https://review.openstack.org/#/c/527682/ please? :) | 14:48 |
odyssey4me | done | 14:51 |
hwoarang | awesome! | 14:52 |
*** openstackgerrit has joined #openstack-ansible | 14:58 | |
openstackgerrit | Manuel Buil proposed openstack/openstack-ansible-os_neutron master: Provide support for SFC deployments https://review.openstack.org/510909 | 14:58 |
*** marst has joined #openstack-ansible | 14:59 | |
openstackgerrit | David Wilde proposed openstack/openstack-ansible-specs master: Add spec for ELK stack in openstack-ansible https://review.openstack.org/527769 | 15:02 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-repo_build master: Add timestamps for pip wheel build logs https://review.openstack.org/528279 | 15:03 |
openstackgerrit | David Wilde proposed openstack/openstack-ansible-specs master: Add spec for ELK stack in openstack-ansible https://review.openstack.org/527769 | 15:04 |
openstackgerrit | David Wilde proposed openstack/openstack-ansible-specs master: Add spec for ELK stack in openstack-ansible https://review.openstack.org/527769 | 15:04 |
*** armaan has quit IRC | 15:05 | |
d34dh0r53 | mhayden: had some wonkyness with the commit, if you look at patchsets 1 and 5 you can see all of the requested changes | 15:06 |
*** SerenaFeng has quit IRC | 15:06 | |
mhayden | ORLY | 15:07 |
*** SerenaFeng has joined #openstack-ansible | 15:08 | |
d34dh0r53 | RLYM8 | 15:09 |
*** octo-fs_ has joined #openstack-ansible | 15:09 | |
openstackgerrit | Marc Gariépy (mgariepy) proposed openstack/openstack-ansible master: Only whitelist internal network for placement api https://review.openstack.org/523913 | 15:13 |
*** octo-fs_ has quit IRC | 15:14 | |
mgariepy | odyssey4me, what did you do for this one ? ^^ the parent hash was weird.. haha | 15:14 |
*** foutatoro has quit IRC | 15:16 | |
openstackgerrit | Merged openstack/ansible-hardening master: tasks: auth: Use standard Grub2 authentication mechanism https://review.openstack.org/527682 | 15:16 |
*** electrofelix has quit IRC | 15:19 | |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/ansible-hardening stable/pike: tasks: auth: Use standard Grub2 authentication mechanism https://review.openstack.org/528307 | 15:22 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-repo_build master: Add timestamps for pip wheel build logs https://review.openstack.org/528279 | 15:27 |
*** rodolof has joined #openstack-ansible | 15:27 | |
*** markvoelker has quit IRC | 15:29 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_nova master: Add MySQL connection SSL support https://review.openstack.org/528001 | 15:30 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_cinder master: Add MySQL connection SSL support https://review.openstack.org/527829 | 15:30 |
*** armaan has joined #openstack-ansible | 15:30 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_gnocchi master: Add MySQL connection SSL support https://review.openstack.org/528041 | 15:31 |
gun1x | cloudnull: i did it. i switched from vlan to flat and it worked. however the switch was done by deleting everything, changing the yml and doing setup-everything again | 15:34 |
odyssey4me | mgariepy I rebased it on top of https://review.openstack.org/516032 to try and prevent more merge conflicts... but unfortunately that's not working so well so happy to see your rebase | 15:36 |
odyssey4me | I guess jmccrory will just have to keep fixing the patch. :p | 15:36 |
jmccrory | hah it's a daily thing, all good | 15:36 |
jmccrory | people love group vars | 15:36 |
odyssey4me | right now master is broken until https://review.openstack.org/#/c/510650/11 merges due to a change in the neutron role | 15:37 |
odyssey4me | and that one seems to be having troule | 15:37 |
odyssey4me | *trouble | 15:37 |
odyssey4me | hmm, git failure again | 15:38 |
*** adcpdk has joined #openstack-ansible | 15:39 | |
mgariepy | someone to +w this one ? https://review.openstack.org/#/c/525654/ | 15:40 |
adcpdk | Hi everyone. Christmas and new year is approaching us. Congratulations all of you with the holiday season! | 15:40 |
adcpdk | is the there someone to assist first-time deployers of openstack-ansible? | 15:41 |
adcpdk | looks like I am stuck on the last part of setting it up on my AIO deployement: | 15:41 |
adcpdk | ```sudo openstack-ansible setup-openstack.yml Variable files: "-e @/etc/openstack_deploy/user_secrets.yml -e @/etc/openstack_deploy/user_variables.yml " PLAY [Prepare MQ/DB services] ************************************************** TASK [Ensure Rabbitmq vhost] *************************************************** Friday 15 December 2017 10:38:00 -0500 (0:00:00.033) 0:00:00.033 ******* fatal: [aio1_keystone_contain | 15:41 |
adcpdk | ? | 15:42 |
mgariepy | adcpdk, which OS and tag ? | 15:42 |
adcpdk | Hi mgariepy, DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=xenial DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS" /etc/lsb-release (END) | 15:45 |
adcpdk | uname -r 4.4.0-104-generic | 15:45 |
mgariepy | which tag of OSA ? | 15:47 |
adcpdk | 17.0.0.0b2 | 15:48 |
mgariepy | also if pasting multiple lines please use pastebin services like paste.openstack.org instead of pasting in IRC :) | 15:48 |
adcpdk | sure thanks | 15:49 |
mgariepy | any reason not to use a stable release like pike ?? | 15:50 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible master: Reorder cinder service installs https://review.openstack.org/528140 | 15:50 |
adcpdk | no reason, I just followed the following guide: | 15:51 |
adcpdk | https://docs.openstack.org/openstack-ansible/latest/contributor/quickstart-aio.html | 15:51 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible master: Reorder cinder service installs https://review.openstack.org/528140 | 15:52 |
adcpdk | what is a version number for Pike? | 15:53 |
mgariepy | 16 | 15:53 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_cinder master: Reorder service restarts https://review.openstack.org/528103 | 15:53 |
adcpdk | ok | 15:54 |
adcpdk | thanks I will try to checkout that tag and re-run all the playbooks | 15:54 |
mgariepy | there is a pyldap thing needed tho. | 15:54 |
adcpdk | hopefully this will work | 15:54 |
mgariepy | for keystone** | 15:54 |
adcpdk | python-pyldap? | 15:55 |
adcpdk | or python3-pyldap? | 15:55 |
adcpdk | ok got it | 15:56 |
mgariepy | adcpdk, probably best to try stable/pike | 15:56 |
adcpdk | sure will do and let you know. | 15:56 |
mgariepy | this is the patch needed : https://github.com/openstack/openstack-ansible-os_keystone/commit/ffc9c9b5e681748ff3e54e43f22c921e83342a51 | 15:56 |
mgariepy | shoud be ok in stable-pike. | 15:56 |
adcpdk | It's the first time I use IRC and it's amazing that you are ready to help | 15:57 |
*** phalmos has joined #openstack-ansible | 15:57 | |
mgariepy | OSA have the best community :) | 15:57 |
*** Rodrigo_BR has joined #openstack-ansible | 16:00 | |
*** cshen has quit IRC | 16:00 | |
adcpdk | grep ldap /etc/ansible/roles/os_keystone/defaults/main.yml # See the http://docs.openstack.org/admin-guide/identity-integrate-with-ldap.html # the ldap section in the domain-specific configuraiton file. # keystone_ldap: # url: "ldap://127.0.0.1" keystone_ldap: {} keystone_ldap_domain_config_dir: /etc/keystone/domains keystone_service_in_ldap: false - ldappool - pyldap | 16:03 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-os_neutron master: tests: test-neutron-upgrades.sh: Remove the exit trap https://review.openstack.org/528320 | 16:04 |
adcpdk | I think it was there | 16:04 |
adcpdk | still not sure how to paste multiple lines | 16:04 |
hwoarang | odyssey4me: this is ready now https://review.openstack.org/#/c/527929/ and it works locally on suse too | 16:05 |
hwoarang | if only i could make it work in less than 2 hours ;p | 16:05 |
hwoarang | one day | 16:05 |
mgariepy | adcpdk, paste.openstack.org, copy text and click on paste! | 16:06 |
adcpdk | http://paste.openstack.org/show/629068/ | 16:06 |
odyssey4me | hwoarang awesome :) | 16:06 |
mgariepy | did you ran scripts/bootstrap-ansible.sh ? | 16:06 |
adcpdk | yes | 16:07 |
Rodrigo_BR | I'm trying deploy a new environment, but when I execute openstack-setup I receive the error:unable to connect to database, check login_user and login_password are correct or /root/.my.cnf ..... | 16:07 |
adcpdk | Do I have to re-install OS in order to run Openstack Pike? | 16:07 |
Rodrigo_BR | http://paste.openstack.org/show/629072/ | 16:08 |
mgariepy | it would be easier to start fresh for sure. | 16:08 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_designate master: Add MySQL connection SSL support https://review.openstack.org/528040 | 16:09 |
*** dxiri has joined #openstack-ansible | 16:11 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_octavia master: Add MySQL connection SSL support https://review.openstack.org/528062 | 16:11 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-repo_build master: Add timestamps for pip wheel build logs https://review.openstack.org/528279 | 16:11 |
Rodrigo_BR | any ideia http://paste.openstack.org/show/629072/ ? | 16:14 |
*** jafeha has quit IRC | 16:15 | |
mgariepy | Rodrigo_BR, haproxy is happy ? | 16:15 |
odyssey4me | Rodrigo_BR which tag are you deploying? | 16:16 |
Rodrigo_BR | mgariepy: galera-front-1 is ok galera-back FAIL SOCKERR | 16:16 |
*** vnogin has quit IRC | 16:16 | |
Rodrigo_BR | odyssey4me: 16.0.5 | 16:17 |
*** vnogin has joined #openstack-ansible | 16:17 | |
*** markvoelker has joined #openstack-ansible | 16:18 | |
odyssey4me | Rodrigo_BR hmm, that's odd - haven't seen that | 16:18 |
openstackgerrit | Manuel Buil proposed openstack/openstack-ansible-os_neutron master: Provide support for SFC deployments https://review.openstack.org/510909 | 16:19 |
odyssey4me | Rodrigo_BR if you attach to the galera container and execute: mysql | 16:19 |
odyssey4me | does it work? | 16:20 |
Rodrigo_BR | odyssey4me: Yes works | 16:20 |
adcpdk | thanks for your help mgariepy | 16:21 |
mgariepy | adcpdk, you are welcome | 16:22 |
*** rodolof has quit IRC | 16:22 | |
*** rodolof has joined #openstack-ansible | 16:22 | |
mgariepy | Rodrigo_BR, is mysql listening on the correct address ? | 16:23 |
Rodrigo_BR | mgariepy: Yes .. the are correct ... | 16:26 |
*** SerenaFeng has quit IRC | 16:29 | |
*** rpittau has quit IRC | 16:30 | |
openstackgerrit | Merged openstack/openstack-ansible stable/pike: Fix release-yaml-file-prep.py to include ansible-hardening https://review.openstack.org/527734 | 16:31 |
openstackgerrit | Merged openstack/openstack-ansible stable/pike: Skip ansible-lint test against roles https://review.openstack.org/527647 | 16:31 |
openstackgerrit | Merged openstack/openstack-ansible stable/newton: Change the galera health check for better cluster health https://review.openstack.org/527928 | 16:31 |
mgariepy | If you see some SOCKERR information messages in HAProxy logs (mainly on health check), you may be running out of TCP source ports. | 16:37 |
mgariepy | shamelessly taken from https://www.haproxy.com/blog/haproxy-high-mysql-request-rate-and-tcp-source-port-exhaustion/ | 16:37 |
*** DanyC has quit IRC | 16:41 | |
mgariepy | Rodrigo_BR, is it the same accross all the haproxy hosts? | 16:45 |
Rodrigo_BR | mgariepy: I will check | 16:47 |
*** vnogin has quit IRC | 16:47 | |
*** vnogin has joined #openstack-ansible | 16:47 | |
mgariepy | Rodrigo_BR, and all the 3 galera node are in socket error ? | 16:49 |
mgariepy | Rodrigo_BR, ""echo show stat |socat stdio /var/run/haproxy.stat|grep galera"" | 16:51 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Clean-up old systemd prep and allow machinctl to grow https://review.openstack.org/527592 | 16:53 |
Rodrigo_BR | mgariepy: http://paste.openstack.org/show/629076/ | 16:53 |
Rodrigo_BR | mgariepy: mysql runs on port 9200 ? | 16:55 |
*** rodolof has quit IRC | 16:55 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-pip_install stable/pike: Allow all boolean values for uca_enable https://review.openstack.org/528343 | 16:55 |
*** rodolof has joined #openstack-ansible | 16:55 | |
mgariepy | Rodrigo_BR, 3306 | 16:56 |
mgariepy | usually. | 16:56 |
*** chyka has joined #openstack-ansible | 16:56 | |
mgariepy | what does /etc/haproxy/conf.d/galera contains ? | 16:57 |
Rodrigo_BR | mgariepy: server control02_galera_container-9bc0ecd1 10.1.17.113:3306 check port 9200 inter 12000 rise 1 fall 1 | 16:57 |
*** DanyC has joined #openstack-ansible | 16:57 | |
*** vnogin has quit IRC | 16:58 | |
*** vnogin has joined #openstack-ansible | 16:58 | |
mgariepy | https://github.com/openstack/openstack-ansible-galera_server/commit/ed739a5243b59596455b3488471c8cd81c15acf5 | 16:59 |
odyssey4me | mgariepy the release he's using doesn't inculde that patch | 16:59 |
odyssey4me | if it does, then something's gone haywire with the role bootstrapping or he's not using the tag mentioned above | 17:00 |
mgariepy | ^^ check port 9200 | 17:00 |
Rodrigo_BR | mgariepy: In the /etc/haproxy/conf.d/galera is 3306 but in /etc/haproxy/haproxy.cfg is 9200 | 17:01 |
mgariepy | can you paste both files ? only the galera sections tho. | 17:02 |
Rodrigo_BR | mgariepy: http://paste.openstack.org/show/629077/ | 17:04 |
*** vnogin has quit IRC | 17:06 | |
*** DanyC has quit IRC | 17:12 | |
mgariepy | odyssey4me, why does the checkport is 9200 then ? ^^ | 17:13 |
odyssey4me | Rodrigo_BR hmm, are you sure you're using that tag and not the head of stable/pike? | 17:14 |
odyssey4me | or have you perhaps updated some bits and not others? | 17:14 |
Rodrigo_BR | odyssey4me: I clone the repo using stable/pike | 17:15 |
odyssey4me | the patch that brings that haproxy config in only just merged, and is not yet released: https://github.com/openstack/openstack-ansible/commit/8c0ce1c62f73f880ed255b20ea932852288d23e9 | 17:15 |
odyssey4me | Rodrigo_BR aha, ok | 17:15 |
odyssey4me | in that case, is https://github.com/openstack/openstack-ansible-galera_server/commit/ed739a5243b59596455b3488471c8cd81c15acf5 in your galera_server role ? | 17:16 |
Rodrigo_BR | odyssey4me: the is not the correct way ? | 17:16 |
odyssey4me | Rodrigo_BR well, typically for production deployments you should use a released tag - not a pre-release version (head of the branch) | 17:16 |
odyssey4me | but some people like using the head of the branch, and it should work | 17:16 |
mgariepy | using the 16.0.5 isn't working probably because of the keystone pyldap stuff .. | 17:17 |
odyssey4me | so, let's figure out why it's not working -- now that we know where you're at with regards to the code | 17:17 |
Rodrigo_BR | odyssey4me: mgariepy: Sorry about this | 17:17 |
mgariepy | not an issue ;) haha | 17:17 |
*** DanyC has joined #openstack-ansible | 17:17 | |
odyssey4me | mgariepy nah, 16.0.5 was released early specifically to bring that fix into a release: https://github.com/openstack/openstack-ansible-os_keystone/commits/16.0.5 | 17:18 |
mgariepy | ha | 17:18 |
Rodrigo_BR | I feel ashamed | 17:18 |
Rodrigo_BR | :-) | 17:18 |
mgariepy | adcpdk, if not too late, use 16.0.5 | 17:18 |
*** stuartgr has left #openstack-ansible | 17:19 | |
*** epalper has quit IRC | 17:20 | |
*** sxc731 has joined #openstack-ansible | 17:20 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_nova master: Add MySQL connection SSL support https://review.openstack.org/528001 | 17:20 |
odyssey4me | well, we need to get that issue fixed up before the next release - because we've just ported that back from master to all the stable branches | 17:20 |
adcpdk | mgariepy I am using 16.0.5 | 17:24 |
adcpdk | thanks | 17:24 |
adcpdk | now I have made a snapshot for my VirtualBox VM | 17:24 |
Rodrigo_BR | odyssey4me What tag I should use 16.0.4 or 16.0.5 ? | 17:26 |
odyssey4me | 16.0.4 is broken due to the issue mentioned for keystone, so use 16.0.5 | 17:26 |
Rodrigo_BR | odyssey4me: thanks | 17:26 |
odyssey4me | mgariepy do you perhaps have a test environment to try and figure out the mariadb issue? or perhaps jmccrory has one? | 17:27 |
jmccrory | what's the issue? | 17:27 |
*** DanyC has quit IRC | 17:28 | |
mgariepy | odyssey4me, no i don't have one, still trying to catch up newer release haha | 17:29 |
odyssey4me | jmccrory well, Rodrigo_BR tried deploying from the head of pike (multi-node) and mariadb with the new check system appeared to result in a broken env | 17:29 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-repo_build master: Add timestamps for pip wheel build logs https://review.openstack.org/528279 | 17:29 |
odyssey4me | it'd be good to confirm whether that's repeatable, and if it is - fix it ASAP | 17:29 |
adcpdk | @mgariepy I noticed the following errors during the setup-infrastructure script | 17:30 |
*** SmearedBeard has quit IRC | 17:30 | |
adcpdk | FAILED - RETRYING: Ensure that the LXC cache has been prepared (53 retries left). | 17:30 |
odyssey4me | mhayden haha, and back to kilo we go | 17:31 |
jmccrory | odyssey4me hmm ok i can have something stood up in a few hours to look into that. | 17:31 |
odyssey4me | awesome ,thanks jmccrory | 17:31 |
jmccrory | Rodrigo_BR was this a new install or upgrading from different release? | 17:31 |
mhayden | odyssey4me: uh oh what did i do? | 17:31 |
mhayden | i was hunting down the source of the wheel slowness | 17:31 |
mgariepy | lol | 17:31 |
odyssey4me | mhayden that repo patch :) we used to use a bash script in kilo ;) | 17:31 |
*** DanyC has joined #openstack-ansible | 17:32 | |
*** dembla has quit IRC | 17:33 | |
mhayden | it's nostalgic | 17:33 |
mgariepy | adcpdk, if the run stops, then it's bad, some tasks check for a process to complete and can had ""normal error"" | 17:33 |
Rodrigo_BR | jmccrory: This is a new install | 17:34 |
*** DanyC has quit IRC | 17:36 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/pike: Update existing container_networks https://review.openstack.org/528357 | 17:41 |
adcpdk | mgariepy I am not certain about the following errors I am getting | 17:45 |
adcpdk | http://paste.openstack.org/show/629080/ | 17:45 |
*** DanyC has joined #openstack-ansible | 17:46 | |
*** vnogin has joined #openstack-ansible | 17:48 | |
*** mbuil has quit IRC | 17:48 | |
*** vnogin has quit IRC | 17:51 | |
*** vnogin has joined #openstack-ansible | 17:51 | |
*** shardy has quit IRC | 18:00 | |
*** rmcall has quit IRC | 18:00 | |
*** vnogin has quit IRC | 18:06 | |
odyssey4me | jmccrory logan- I think we're going to have to revert https://github.com/openstack/openstack-ansible/commit/7a1e46b2c55d35037030454533fd436442706e7d because async tasks don't implement retries :/ | 18:08 |
odyssey4me | I think maybe we should merge a patch to neutron to resolve the integrated gate blockage by providing defaults for the vars it needs for designate, then we can do a clean revert of this. | 18:09 |
odyssey4me | hmm, that's too many vars to default :/ | 18:09 |
*** chhavi has quit IRC | 18:09 | |
odyssey4me | this sucks - I guess a combined patch it is then - lemme try them both together first | 18:10 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Revert "Async clone for git roles" https://review.openstack.org/528365 | 18:11 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Revert "Async clone for git roles" https://review.openstack.org/528365 | 18:11 |
*** jose-phillips has quit IRC | 18:15 | |
*** jose-phillips has joined #openstack-ansible | 18:15 | |
*** vnogin has joined #openstack-ansible | 18:17 | |
*** sxc731 has quit IRC | 18:20 | |
*** vnogin has quit IRC | 18:23 | |
*** vnogin has joined #openstack-ansible | 18:29 | |
*** vnogin has quit IRC | 18:32 | |
gun1x | hey guys | 18:34 |
gun1x | i have an openstack deployment and i want to add trove to it | 18:34 |
gun1x | should i just add trove to openstack_user_config? | 18:34 |
gun1x | and run the playbooks? | 18:34 |
*** germs has joined #openstack-ansible | 18:35 | |
*** rmcall has joined #openstack-ansible | 18:36 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-lxc_hosts master: Allow NetworkManager to work (if present) https://review.openstack.org/528368 | 18:37 |
*** germs1 has joined #openstack-ansible | 18:37 | |
*** armaan has quit IRC | 18:38 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-lxc_hosts master: Allow NetworkManager to work (if present) https://review.openstack.org/528368 | 18:39 |
*** germs has quit IRC | 18:41 | |
*** DanyC_ has joined #openstack-ansible | 18:43 | |
*** germs1 has quit IRC | 18:43 | |
mgariepy | adcpdk, this is polling the process to see if it's done. | 18:44 |
*** vnogin has joined #openstack-ansible | 18:45 | |
*** DanyC has quit IRC | 18:47 | |
*** germs has joined #openstack-ansible | 18:48 | |
*** szaher has quit IRC | 19:02 | |
*** vnogin has quit IRC | 19:05 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible master: Ensure keepalived starts after networking https://review.openstack.org/528371 | 19:07 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible master: Ensure keepalived starts after networking https://review.openstack.org/528371 | 19:13 |
*** DanyC has joined #openstack-ansible | 19:16 | |
*** szaher has joined #openstack-ansible | 19:18 | |
*** vnogin has joined #openstack-ansible | 19:18 | |
*** DanyC_ has quit IRC | 19:19 | |
*** vnogin has quit IRC | 19:29 | |
*** phalmos has quit IRC | 19:34 | |
adcpdk | thank you mgariepy | 19:43 |
adcpdk | it worked | 19:43 |
adcpdk | Pike rules | 19:43 |
adcpdk | ansible rules | 19:43 |
adcpdk | thank you so much! | 19:43 |
kysse | oh PIKE | 19:43 |
kysse | https://www.youtube.com/watch?v=OMgIPnCnlbQ spike for you | 19:43 |
*** esberglu has joined #openstack-ansible | 19:44 | |
adcpdk | Awesome I will need to watch it | 19:45 |
adcpdk | nice accent, super close to the russian one | 19:45 |
*** MikeW_ has quit IRC | 19:48 | |
mgariepy | nice adcpdk | 19:52 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-lxc_hosts master: Allow NetworkManager to work (if present) https://review.openstack.org/528368 | 20:03 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible stable/pike: Avoid using gather_facts as a variable https://review.openstack.org/527753 | 20:03 |
mhayden | got a trivial doc fix awaiting some love -> https://review.openstack.org/527987 | 20:04 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_tempest master: Remove jinja2 delimiters from when https://review.openstack.org/524672 | 20:04 |
openstackgerrit | Major Hayden proposed openstack/ansible-hardening master: Remove old /etc/profile config block https://review.openstack.org/527463 | 20:05 |
*** exodusftw has quit IRC | 20:09 | |
*** wspthr has quit IRC | 20:10 | |
*** wspthr has joined #openstack-ansible | 20:11 | |
*** exodusftw has joined #openstack-ansible | 20:15 | |
*** smatzek has quit IRC | 20:24 | |
*** armaan has joined #openstack-ansible | 20:27 | |
mhayden | dang missing backticks | 20:38 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-lxc_hosts master: Allow NetworkManager to work (if present) https://review.openstack.org/528368 | 20:39 |
*** vnogin has joined #openstack-ansible | 20:40 | |
*** hamza21 has joined #openstack-ansible | 20:43 | |
*** smatzek has joined #openstack-ansible | 20:43 | |
*** hamza21 has quit IRC | 20:44 | |
*** sxc731 has joined #openstack-ansible | 20:46 | |
*** smatzek has quit IRC | 20:48 | |
*** openstackgerrit has quit IRC | 20:48 | |
*** smatzek has joined #openstack-ansible | 20:48 | |
*** smatzek has quit IRC | 20:49 | |
*** smatzek has joined #openstack-ansible | 20:50 | |
*** smatzek has quit IRC | 20:55 | |
*** vnogin has quit IRC | 20:56 | |
*** rodolof has quit IRC | 21:03 | |
*** rodolof has joined #openstack-ansible | 21:04 | |
gun1x | can you add new services to your openstack_user_config AFTER OSA has deployed? | 21:04 |
gun1x | and rerun playbooks to get new stuff? | 21:04 |
odyssey4me | yup | 21:04 |
*** vnogin has joined #openstack-ansible | 21:08 | |
*** armaan has quit IRC | 21:14 | |
gun1x | odyssey4me: i did that, i added trove | 21:15 |
*** armaan has joined #openstack-ansible | 21:15 | |
gun1x | but i can't see the trove cotainer :D | 21:15 |
*** rmcall has quit IRC | 21:16 | |
gun1x | https://bpaste.net/show/3cd19c31f64f | 21:16 |
*** vnogin has quit IRC | 21:18 | |
*** sxc731 has quit IRC | 21:22 | |
gun1x | odyssey4me: nevermind that, check this: https://bpaste.net/show/c06b9a61ccfa | 21:25 |
gun1x | =))) | 21:25 |
gun1x | odyssey4me: solved: root@osa-deploy:/opt/openstack-ansible# ./scripts/inventory-manage.py --remove-item infra1 | 21:27 |
gun1x | Success. . . | 21:27 |
gun1x | see ? it pays off to have good documentation. and people ask why i don't use juju | 21:27 |
*** openstackgerrit has joined #openstack-ansible | 21:28 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible master: Ensure keepalived starts after networking https://review.openstack.org/528371 | 21:28 |
*** adcpdk has quit IRC | 21:40 | |
mhayden | cloudnull: i'm looking over that init.scope/pids.max | 21:46 |
mhayden | is there a reason we wouldn't want to apply the pids max to lxc as a whole, or to each container? | 21:46 |
*** vnogin has joined #openstack-ansible | 21:47 | |
*** openstackgerrit has quit IRC | 21:48 | |
mhayden | actually, i guess i need to ask hwoarang about that ;) | 21:50 |
*** openstackgerrit has joined #openstack-ansible | 22:00 | |
openstackgerrit | Merged openstack/ansible-hardening master: Remove old /etc/profile config block https://review.openstack.org/527463 | 22:00 |
*** esberglu has quit IRC | 22:08 | |
openstackgerrit | Major Hayden proposed openstack/ansible-hardening stable/pike: Remove old /etc/profile config block https://review.openstack.org/528425 | 22:08 |
*** dave-mcc_ has quit IRC | 22:10 | |
openstackgerrit | Major Hayden proposed openstack/ansible-hardening stable/ocata: Remove old /etc/profile config block https://review.openstack.org/528426 | 22:11 |
*** phalmos has joined #openstack-ansible | 22:25 | |
*** armaan has quit IRC | 22:28 | |
*** marst has quit IRC | 22:32 | |
*** phalmos_ has joined #openstack-ansible | 22:34 | |
*** phalmos has quit IRC | 22:36 | |
*** phalmos_ has quit IRC | 22:38 | |
*** vnogin has quit IRC | 22:43 | |
openstackgerrit | Merged openstack/openstack-ansible-os_tempest master: Remove jinja2 delimiters from when https://review.openstack.org/524672 | 22:50 |
*** dxiri has quit IRC | 22:55 | |
*** dxiri has joined #openstack-ansible | 22:56 | |
*** vnogin has joined #openstack-ansible | 23:00 | |
*** rodolof has quit IRC | 23:01 | |
*** vnogin has quit IRC | 23:02 | |
openstackgerrit | Merged openstack/openstack-ansible-os_gnocchi master: Add MySQL connection SSL support https://review.openstack.org/528041 | 23:02 |
openstackgerrit | Merged openstack/openstack-ansible-os_designate master: Add MySQL connection SSL support https://review.openstack.org/528040 | 23:11 |
jmccrory | odyssey4me : the haproxy checks seem to be working and the task Rodrigo_BR's run was failing at passed for me. from haproxy log: http://paste.openstack.org/show/629092/ | 23:13 |
jmccrory | new stable/pike install stripped down to shared_infra with 3 galera containers + keystone | 23:13 |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron master: tests: test-neutron-upgrades.sh: Remove the exit trap https://review.openstack.org/528320 | 23:15 |
jmccrory | `mysql` from utility container (through VIP) also working | 23:18 |
openstackgerrit | Merged openstack/openstack-ansible-pip_install stable/pike: Allow all boolean values for uca_enable https://review.openstack.org/528343 | 23:29 |
*** vnogin has joined #openstack-ansible | 23:34 | |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron master: [Docs] Fix indention in docs https://review.openstack.org/527987 | 23:44 |
openstackgerrit | Merged openstack/openstack-ansible-haproxy_server stable/pike: Set python interpreter for HATop download https://review.openstack.org/528289 | 23:54 |
*** dxiri has quit IRC | 23:55 | |
openstackgerrit | Merged openstack/openstack-ansible-haproxy_server stable/newton: Set python interpreter for HATop download https://review.openstack.org/528293 | 23:59 |
openstackgerrit | Merged openstack/openstack-ansible-haproxy_server stable/ocata: Set python interpreter for HATop download https://review.openstack.org/528290 | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!