Wednesday, 2017-06-21

*** acormier has quit IRC00:04
*** acormier has joined #openstack-ansible00:05
*** hybridpollo has quit IRC00:08
*** acormier has quit IRC00:09
*** TxGirlGeek has quit IRC00:14
*** pramodrj07 has quit IRC00:15
*** manheim has joined #openstack-ansible00:21
*** acormier has joined #openstack-ansible00:21
*** hybridpollo has joined #openstack-ansible00:25
*** manheim has quit IRC00:25
*** cmart has quit IRC00:29
*** acormier has quit IRC00:34
*** acormier has joined #openstack-ansible00:35
*** fergus has joined #openstack-ansible00:38
*** acormier has quit IRC00:39
*** pbandark has quit IRC00:40
dmsimard"Failed to connect to images.linuxcontainers.org at port 443: [Errno -2] Name or service not known" has really plagued gate jobs today :(00:43
*** cmart has joined #openstack-ansible00:44
*** cuongnv has joined #openstack-ansible00:59
*** pbandark has joined #openstack-ansible00:59
*** pbandark has quit IRC01:08
hw_wutianweihi, when i run the command openstack-ansible setup-infra01:10
hw_wutianweiopenstack-ansible setup-infrastructure.yml01:10
hw_wutianweiit failed in [galera_server : Install pip packages]01:11
*** acormier has joined #openstack-ansible01:12
*** acormier has quit IRC01:12
hw_wutianweimore detail log please refer to http://paste.openstack.org/show/613229/01:12
*** acormier has joined #openstack-ansible01:12
hw_wutianweithe target hosts is centos701:13
*** SerenaFeng has joined #openstack-ansible01:15
eaxiomhw_wutianwei:  can you manually install mysql_python==1.2.5  ??01:21
eaxiombtw I stuck at running  setup-openstack.yml playbook01:22
eaxiombtw I am stuck at running  setup-openstack.yml playbook01:22
hw_wutianweieaxiom: no01:32
hw_wutianweieaxiom: [root@host3-galera-container-e12cf4ce ~]# pip install mysql_python==1.2.501:32
hw_wutianweiCollecting mysql_python==1.2.501:32
hw_wutianwei  Could not find a version that satisfies the requirement mysql_python==1.2.5 (from versions: )01:32
hw_wutianweiNo matching distribution found for mysql_python==1.2.501:32
hw_wutianweieaxiom: it seem some problem  connect to the repo container through haproxy01:34
*** lucasxu has joined #openstack-ansible01:39
*** lucasxu has quit IRC01:39
openstackgerritMerged openstack/openstack-ansible-plugins stable/newton: conditional import of shlex_quote  https://review.openstack.org/47588401:40
*** markvoelker has quit IRC01:40
*** markvoelker has joined #openstack-ansible01:41
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-plugins stable/newton: Support delegation in strategy plugin  https://review.openstack.org/47597801:44
*** markvoelker has quit IRC01:45
*** gkadam__ has quit IRC01:47
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-lxc_container_create stable/newton: Use connection plugin instead of delegating  https://review.openstack.org/47544101:47
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-plugins stable/newton: Support delegation in strategy plugin  https://review.openstack.org/47597801:49
*** acormier_ has joined #openstack-ansible01:51
*** acormier has quit IRC01:55
*** exodusftw has quit IRC02:00
eaxiomhw_wutianwei:  oh i remember i had the same issue. in fact it changes  apt  in my case to go through haproxy.  could you see how to enable yum /pip  NOT to use proxy for downloading from the repository02:01
eaxiomin my case i had to edit  /etc/apt/apt.conf.d/00apt-cacher-proxy    and disable the line : Acquire::http { Proxy "http://10.1.0.8:3142"; };02:02
*** esberglu has joined #openstack-ansible02:02
*** exodusftw has joined #openstack-ansible02:05
*** esberglu has quit IRC02:07
*** schwicht has quit IRC02:07
hw_wutianweieaxiom: I am using 3 controller + 2 compute, but the haproy in controller sometime seem not working well02:08
eaxiomyes that seems to be case02:09
eaxiomhw_wutianwei:   I was facing that issue but somehow i passed that stage by manually disabiling the proxy for apt cache.02:10
eaxiomnow I am hit by another bug .  details here : https://bugs.launchpad.net/openstack-ansible/+bug/169888502:10
openstackLaunchpad bug 1698885 in openstack-ansible "Task Ensure glance user failed" [Undecided,Incomplete]02:10
openstackgerritNolan Brubaker proposed openstack/openstack-ansible-os_glance master: Determine major or minor upgrade version installs  https://review.openstack.org/47547002:17
*** mancdaz has quit IRC02:40
*** Oku_OS-away has quit IRC02:41
*** mancdaz has joined #openstack-ansible02:43
*** MasterOfBugs has joined #openstack-ansible03:02
*** SerenaFeng has quit IRC03:05
*** thorst has joined #openstack-ansible03:15
*** mikal_ is now known as mikal03:15
*** Oku_OS-away has joined #openstack-ansible03:18
*** SerenaFeng has joined #openstack-ansible03:21
*** cmart has quit IRC03:22
*** acormier_ has quit IRC03:28
*** acormier has joined #openstack-ansible03:29
*** markvoelker has joined #openstack-ansible03:29
*** acormier has quit IRC03:34
*** udesale has joined #openstack-ansible03:40
*** galstrom_zzz is now known as galstrom03:41
*** esberglu has joined #openstack-ansible03:51
*** gkadam__ has joined #openstack-ansible03:52
*** thorst has quit IRC03:54
*** esberglu has quit IRC03:55
*** galstrom is now known as galstrom_zzz03:56
*** SerenaFeng has quit IRC04:02
*** chhavi has joined #openstack-ansible04:03
*** armaan has quit IRC04:10
cloudnullevenings04:15
eaxiomhi cloudnull04:32
eaxiomhow are you04:32
cloudnullhows it going?04:32
cloudnulldoing well, you ?04:32
*** MasterOfBugs has quit IRC04:32
eaxiomi m trying to solve a problem while trying to install openstack with a single controller and single compute node04:33
cloudnullshould be fairly straight forward04:33
cloudnullwhats going on ?04:33
eaxiomyes but somehow haproxy is not working properly..04:34
eaxiomi am using controller as internal as well as external proxy04:34
eaxiomloadbalancer04:34
*** woodard has quit IRC04:35
eaxiominitially it was failing on TASK [os_glance : Ensure glance user]04:35
eaxiombut then i increased the number of retries in the yml file from 5 to 50 and it passed that stage04:36
*** woodard has joined #openstack-ansible04:36
ivvehcould you post openstack_user_config and user_variables?04:36
eaxiomthe haproxy logs show  ssl handshake error04:36
*** cpuga has joined #openstack-ansible04:37
*** MasterOfBugs has joined #openstack-ansible04:38
*** MasterOfBugs has quit IRC04:42
*** MasterOfBugs has joined #openstack-ansible04:42
*** gouthamr has quit IRC04:43
eaxiomivveh:  please find the paste bin for  openstack_user_config  here : http://paste.openstack.org/show/613235/04:44
ivvehcool04:46
ivvehexternal_lb_vip_address: infra104:47
eaxiomalso i am using single nic on target hosts.04:47
eaxiomyes04:47
*** MasterOfBugs has quit IRC04:47
*** pbandark has joined #openstack-ansible04:47
eaxiominfra is infact the same host at  internal lb04:47
eaxiom* same as04:47
ivvehnot sure you can do that, i would use fqdn or ip04:48
eaxiomexternal_lb_vip_address   and internal_lb_vip_address point to same host  (controller)04:48
ivvehbut i might be wrong04:48
ivveh(since you are having problem with haproxy)04:49
eaxiomit was failing when i used same value (ip address) then i had to change04:49
ivvehwhat about your user_variables04:49
ivvehif internal and external lb vip is the same you need that http option04:49
ivvehlemme check04:49
eaxiomsure please04:50
ivvehexternal_lb_vip_address: infra104:50
ivvehops04:50
ivvehnot that one :D04:50
ivvehgot damn windows machines (at work)04:50
ivvehopenstack_service_publicuri_proto: http04:50
ivvehthis one04:50
ivvehnormally lb vips must have different ips, but i think this option in user_variables allows you to use one and the same04:51
eaxiomoh okay04:51
ivvehhowever04:51
ivvehthey can be on the same subnet04:51
ivvehif you just wanna get rid of the issue04:51
eaxiomlet me look  . i think i have not changed /set that value04:52
ivvehjust allocated one more ip04:52
eaxiomok04:52
ivvehand be done with it :)'04:52
eaxiomyou mean i should assign a secondary ip to  haproxy host on its physical interface?04:52
ivvehits a vip04:52
ivvehso just come up with something in 10.1.0.0/2404:53
ivvehremember to put it up in used ips if you are outside the range defined 1-5004:53
ivvehalso the internal vip04:54
ivvehyou need a different IP04:54
eaxiomokay ..04:54
ivvehsince haproxy will redirect vip->infra104:55
ivvehyou can't have two entities holding the same ip04:55
eaxiominfact both are pointing to same entity(host)04:55
ivvehyup04:55
*** pbandark has quit IRC04:56
ivvehlater on if you use multiple infra and want to move the vip's around there are haproxy_keepalived settings for user_variables, you can check the prod example04:57
eaxiomhere is my user_variables  : http://paste.openstack.org/show/613237/04:58
cloudnullsorry just reading back ,04:59
cloudnullthe internal/external_lb_vip_address have to be different .04:59
cloudnullthey can be on the same cidr04:59
cloudnullbut they have to be different ips04:59
eaxiomsure ..04:59
eaxiomcan they be pointing to same host?04:59
cloudnullyes04:59
cloudnullyou can just create two addresses on the same interfaces05:00
eaxiomyes i can05:00
cloudnullusing an alias address05:00
eaxiomsure05:00
ivvehperhaps a clarification, the config does that for you05:00
eaxiomok05:00
ivvehyou don't actually need to per say do anything, other than put another ip in the config05:01
*** gkadam__ has quit IRC05:01
ivvehi.e. 10.1.0.9 & 10.1.0.1005:01
ivvehsince infra1 already has 10.1.0.8 allocated05:02
ivvehbut those two will be pointing to 8 once osa has finished deploying05:02
ivvehim not sure if you can deploy without haproxy (if you wan to use the same ip). its possible to install openstack like that but not sure if its supported with osa05:03
eaxiomoh okay  . so that means i do not need configure 0.9 and 0.10 on the interface manually ?05:03
ivvehexactly!05:03
eaxiomthats awsome05:03
ivvehif you do, haproxy will try to set it up and there will be a conflict05:03
ivvehso just put the ips in and osa configures the rest05:04
eaxiomok. cool .  is it also possible to setup haproxy inside a container05:04
ivvehusually when asking for help during deployment issues its important with 3 things, openstack_user_config, user_variables, interfaces/network config05:05
*** gkadam has joined #openstack-ansible05:05
cloudnull^ ++05:05
eaxiomsure I can understand..05:05
ivvehalso if you ever decide to use the haproxy_keepalived vars remember they are acutally not asking for cidr but ip with mask, i learned the hard way :) im not sure why they are called cidr05:08
*** adreznec has quit IRC05:08
eaxiomoh okay . i am currently planning to set haproxy_use_keepalived: False05:09
eaxiomin user_variables05:09
ivvehyea its not really applicable to use in your case with 1 controller05:09
eaxiomoh okay05:09
ivvehunless you want to test it05:10
eaxiomnot now :)05:13
eaxiomi just want to get it going once ..05:13
ivvehaye05:13
*** cuongnv has quit IRC05:14
ivvehso basically remove haproxy hashtags and set two new ips for ext/int lb's and its should be fine05:15
eaxiomhaproxy hashtags in  user_variables  .. right ?05:15
ivvehthe ones in openstack_user_config05:16
eaxiomand new ips in  openstack_user_config.yml05:16
eaxiomoh okay05:16
ivvehhaproxy_hosts: is commented out05:16
eaxiomoh yes05:16
eaxiomsure . do i need to mention two  haproxy hosts  under haproxy_hosts?    (pointing to the two new ips respectively)05:18
ivvehno just as it is05:18
ivvehits correct, just remove comments05:18
eaxiomsure..05:19
*** cuongnv has joined #openstack-ansible05:19
eaxiomlet me try that05:19
ivvehit instructs where to place haproxy, then the vip adresses will be aliased to whichever host is active in case of keepalived05:19
ivvehin your case not applicable, since only 1 controller05:19
eaxiomok but it still installs  haproxy05:20
ivvehaye05:20
ivvehsee it like a scaling thing :)05:21
cloudnullyes we building everything out like its a ha cloud, even if its one host.05:21
cloudnullyou could always add more hosts and lb aspect would already be taken care of05:21
eaxiomah..Got it ..05:22
ivvehadding another host without having haproxy already installed would be one hell of a manouver05:23
ivvehport & config wise05:23
cloudnull++05:23
cloudnullpure pain :)05:23
ivvehso as cloudnull said, better be prepared :)05:23
eaxiomthat makes sense..05:23
eaxiom:)05:23
ivvehkeepalived however, is something you could add at a later stage its like pacemaker05:24
eaxiomsure.05:25
*** SerenaFeng has joined #openstack-ansible05:25
*** tobberydberg has joined #openstack-ansible05:29
*** jbadiapa_ has joined #openstack-ansible05:29
*** hybridpollo has quit IRC05:38
*** esberglu has joined #openstack-ansible05:39
*** pranav678 has joined #openstack-ansible05:41
*** esberglu has quit IRC05:44
*** ecelik has joined #openstack-ansible05:51
*** manheim has joined #openstack-ansible05:54
*** kylek3h has quit IRC05:58
*** manheim has quit IRC05:59
*** cNilesh has joined #openstack-ansible05:59
*** adreznec has joined #openstack-ansible06:00
cloudnullevenings all.06:08
cloudnulloff to sleep06:08
cloudnullivveh: eaxiom: a\have a good one.06:08
eaxiomcloudnull:  have a nice sleep.06:09
eaxiomcloudnull: thanks for your help :)06:10
*** Oku_OS-away is now known as Oku_OS06:17
odyssey4meflaviodsr yeah, that's an infra issue they're working through - the dns resolution failures are a known issue and the only option right now is to recheck06:22
*** markus_z has joined #openstack-ansible06:23
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_keystone master: Split user create and ssh key generation  https://review.openstack.org/47473406:23
*** manheim has joined #openstack-ansible06:26
ivveheaxiom: hows going, any successful deploys yet?06:30
*** pcaruana has joined #openstack-ansible06:31
ecelikhi all! I am trying to deploy openstack ansible (branch 15.1.5) on a 2 node test environment (1 infra, 1 compute). When running "openstack-ansible setup-openstack.yml" it failed with "The error was: keystoneauth1.exceptions.auth.AuthorizationFailure: Authorization failed".  I noticed that I get SSL handshake failure from haproxy for keystone services.06:32
ecelikany ideas?06:32
ivvehecelik: paste openstack_user_config.yml, user_variables.yml and your network configuration for the nodes06:33
ecelikivveh: ok06:33
*** manheim has quit IRC06:34
ecelikivveh: openstack_user_config.yml: http://paste.openstack.org/show/613241/06:34
ecelikivveh: user_variables.yml: http://paste.openstack.org/show/613242/06:35
*** kylek3h has joined #openstack-ansible06:37
ecelikivveh: infra network config: http://paste.openstack.org/show/613243/06:37
ecelikivveh: compute network config: http://paste.openstack.org/show/613244/06:38
*** dxiri has quit IRC06:39
*** dxiri has joined #openstack-ansible06:39
ecelikivveh: haproxy seems ok with other services but keystone gives SSL handshake error06:40
ivvehfirst error external and internal lb has the same ip06:41
ivvehwhich will probably result in wierd haproxy issues (such as ssl handshake error or other)06:42
ecelikivveh: here internal and external lb has same ip: https://docs.openstack.org/project-deploy-guide/openstack-ansible/ocata/app-config-test.html#environment-layout06:43
ivvehim not gonna argue, but they must be different06:44
ecelikivveh: ok, so I will set the external ip to 10.1.37.4006:45
*** winggundamth has joined #openstack-ansible06:45
ivvehas long as it isn't occupied by something else06:45
ecelikivveh: it is the eno1 static ip address06:46
ecelikivveh: so after changing this will I just run "openstack-ansible setup-openstack.yml" ?06:47
ecelikivveh: or setup-infrastructure?06:48
*** ecelik has quit IRC06:57
*** ecelik has joined #openstack-ansible06:59
*** markvoelker has quit IRC07:00
*** markvoelker has joined #openstack-ansible07:00
*** markvoelker has quit IRC07:01
*** markvoelker has joined #openstack-ansible07:01
*** markvoelker has quit IRC07:01
*** SerenaFeng has quit IRC07:06
*** markvoelker has joined #openstack-ansible07:07
*** shardy has joined #openstack-ansible07:08
*** cpuga has quit IRC07:08
ivvehecelik: if you wanna be safe, rerun the whole thing. otherwise haproxy yml could be enough07:08
ivvehhaproxy is a part of infrastructure if im not mistaken07:09
*** SerenaFeng has joined #openstack-ansible07:11
*** manheim has joined #openstack-ansible07:14
*** armaan has joined #openstack-ansible07:15
*** manheim has quit IRC07:18
*** manheim has joined #openstack-ansible07:18
*** SerenaFeng has quit IRC07:22
*** esberglu has joined #openstack-ansible07:27
*** esberglu has quit IRC07:31
*** esberglu has joined #openstack-ansible07:37
*** esberglu has quit IRC07:42
ecelikivveh: ok I will try thanks07:42
*** SerenaFeng has joined #openstack-ansible07:45
*** cshen has joined #openstack-ansible07:48
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova master: Normalise distro package installation  https://review.openstack.org/47227207:49
*** udesale__ has joined #openstack-ansible07:54
ivvehecelik: just to make it super clear one more time: if the lb vip is occupied by something else you will run into trouble.07:55
ivvehshort for ip conflict07:55
*** foutatoro has joined #openstack-ansible07:55
*** phalmos_ has quit IRC07:56
*** vnogin has joined #openstack-ansible07:57
*** phalmos has joined #openstack-ansible07:57
*** udesale has quit IRC07:57
ecelikivveh: ok I see07:57
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova master: Perform an atomic policy file change  https://review.openstack.org/45932307:59
*** vnogin has quit IRC08:01
*** vnogin has joined #openstack-ansible08:06
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova master: Add reload support to init file  https://review.openstack.org/47588108:07
*** pbandark has joined #openstack-ansible08:09
ecelikivveh: I changed the configuration I will run the playbooks again, thanks for your time, have a nice day08:14
*** coolkil has joined #openstack-ansible08:16
*** udesale has joined #openstack-ansible08:19
*** udesale__ has quit IRC08:21
*** esberglu has joined #openstack-ansible08:23
*** chhavi has quit IRC08:28
*** esberglu has quit IRC08:28
ivvehecelik: no worries, good luck!08:34
ecelikivveh: thanks :)08:35
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_neutron master: Ensure that services restart in a particular order  https://review.openstack.org/47577308:39
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-rabbitmq_server master: tasks: rabbitmq_upgrade_check: Fix tag for rpm query  https://review.openstack.org/47604408:41
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-rabbitmq_server master: tasks: rabbitmq_started: Signal rabbitmq-server init failures  https://review.openstack.org/47604508:41
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-rabbitmq_server master: rabbitmq_cluster_join: Retry if starting the RabbitMQ application fails  https://review.openstack.org/47604608:41
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-rabbitmq_server master: Sync test files with the openstack-ansible-tests repository  https://review.openstack.org/47604708:41
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-rabbitmq_server master: tests: test.yml: Allow RabbitMQ version overrides  https://review.openstack.org/47604808:41
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-rabbitmq_server master: Add support for the openSUSE Leap distributions  https://review.openstack.org/47604908:41
*** gkadam_ has joined #openstack-ansible08:43
*** gkadam has quit IRC08:46
*** vnogin has quit IRC08:50
*** NewJorg_ has quit IRC08:52
*** vnogin has joined #openstack-ansible08:54
*** electrofelix has joined #openstack-ansible08:55
*** aspiers has joined #openstack-ansible09:02
*** cpuga has joined #openstack-ansible09:09
*** cpuga has quit IRC09:14
*** SerenaFeng has quit IRC09:17
*** chhavi has joined #openstack-ansible09:21
*** SerenaFeng has joined #openstack-ansible09:24
*** vnogin has quit IRC09:40
*** cuongnv_ has joined #openstack-ansible09:45
*** cuongnv__ has joined #openstack-ansible09:47
*** markus_z has quit IRC09:48
*** cuongnv has quit IRC09:48
*** cuongnv__ is now known as cuongnv09:49
*** cuongnv_ has quit IRC09:50
*** vnogin has joined #openstack-ansible09:52
*** vnogin has quit IRC09:53
*** vnogin has joined #openstack-ansible09:54
openstackgerritMerged openstack/openstack-ansible-os_neutron master: Simplify database migrations  https://review.openstack.org/47581109:59
ecelikivveh: changing external lb ip solved my problem, thanks again. maybe the test environment configuration suggested here (https://docs.openstack.org/project-deploy-guide/openstack-ansible/ocata/app-config-test.html#environment-layout) should be changed10:02
*** vnogin has quit IRC10:05
*** gkadam_ has quit IRC10:06
*** gkadam_ has joined #openstack-ansible10:06
hwoarangmhayden: hello :) the time has come to look at ansible-hardening for opensuse10:07
hwoarangso i have some questions....10:07
*** gkadam__ has joined #openstack-ansible10:07
hwoarang(i also watched your presentation from the boston summit. that was helpful)10:08
*** pranav678 has quit IRC10:08
*** esberglu has joined #openstack-ansible10:08
*** charcol has joined #openstack-ansible10:10
*** gkadam_ has quit IRC10:11
*** stuartgr has joined #openstack-ansible10:13
*** esberglu has quit IRC10:13
*** gkadam__ is now known as gkadam10:21
*** pranav678 has joined #openstack-ansible10:24
*** cNilesh has quit IRC10:30
*** udesale__ has joined #openstack-ansible10:31
*** cNilesh has joined #openstack-ansible10:31
*** udesale has quit IRC10:33
eaxiomivveh: Can we run the LBs inside a container  like the other services?10:34
*** SerenaFeng has quit IRC10:36
*** SerenaFeng has joined #openstack-ansible10:38
*** pranav678 has quit IRC10:38
*** cuongnv has quit IRC10:39
*** markus_z has joined #openstack-ansible10:39
*** chhavi has quit IRC10:47
*** SerenaFeng has quit IRC10:50
*** fergus has quit IRC10:51
*** SerenaFeng has joined #openstack-ansible10:51
*** vnogin has joined #openstack-ansible10:52
*** vnogin has quit IRC10:57
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova master: Perform an atomic policy file change  https://review.openstack.org/45932310:57
*** BlackDex_ is now known as BlackDex11:00
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_nova master: DO NOT MERGE - test setting nova back to master  https://review.openstack.org/46994111:01
*** udesale has joined #openstack-ansible11:02
*** udesale__ has quit IRC11:03
*** winggundamth has quit IRC11:08
*** cpuga has joined #openstack-ansible11:11
*** smatzek has joined #openstack-ansible11:11
*** SerenaFeng has quit IRC11:14
*** cpuga has quit IRC11:15
*** jbadiapa_ has quit IRC11:19
*** cNilesh has quit IRC11:21
*** vnogin has joined #openstack-ansible11:23
*** jbadiapa_ has joined #openstack-ansible11:33
*** udesale has quit IRC11:39
*** pbandark has quit IRC11:40
*** pbandark has joined #openstack-ansible11:40
*** smatzek has quit IRC11:47
*** smatzek has joined #openstack-ansible11:52
*** charcol has quit IRC11:58
*** vnogin has quit IRC11:59
mhaydenmorning11:59
mhaydenhwoarang: just got in -- what's up?11:59
*** vnogin has joined #openstack-ansible12:00
*** kylek3h has quit IRC12:07
*** acormier has joined #openstack-ansible12:24
*** armaan has quit IRC12:26
*** armaan has joined #openstack-ansible12:27
odyssey4memhayden andymccr would you mind reviewing this quick patch? https://review.openstack.org/#/c/475477/12:29
andymccri refuse12:30
odyssey4mealso see the os_nova patches: https://review.openstack.org/472272 & https://review.openstack.org/45932312:30
openstackgerritMajor Hayden proposed openstack/openstack-ansible-rabbitmq_server master: Use newer when syntax  https://review.openstack.org/47611512:30
*** schwicht has joined #openstack-ansible12:30
andymccrodyssey4me: would we add that in to the playbook in openstack-ansible too?12:30
odyssey4meanother really simple one: https://review.openstack.org/47588112:31
*** acormier has quit IRC12:31
odyssey4meandymccr it's already there: https://review.openstack.org/46960512:31
*** acormier has joined #openstack-ansible12:31
andymccrahh ok12:32
andymccrlgtm then12:32
andymccrwill look at the nova bits12:32
openstackgerritMajor Hayden proposed openstack/openstack-ansible-rabbitmq_server master: Use newer when syntax  https://review.openstack.org/47611512:32
odyssey4meandymccr this is the last keystone patch before the integrated rolling upgrade can be done: https://review.openstack.org/47511512:33
*** jamesdenton has joined #openstack-ansible12:34
*** acormier has quit IRC12:36
mhaydenodyssey4me: done!12:38
*** kylek3h has joined #openstack-ansible12:40
openstackgerritMajor Hayden proposed openstack/openstack-ansible-rabbitmq_server master: Fix RPM warnings, cleanup  https://review.openstack.org/47611712:44
odyssey4memerci :)12:45
*** schwicht has quit IRC12:45
*** cpuga has joined #openstack-ansible12:45
*** dxiri has quit IRC12:45
*** schwicht has joined #openstack-ansible12:46
*** dxiri has joined #openstack-ansible12:46
*** dxiri has quit IRC12:47
openstackgerritMajor Hayden proposed openstack/openstack-ansible-lxc_hosts master: Ignore Ansible warnings for mount/tar  https://review.openstack.org/47612012:47
openstackgerritDimitrios Markou proposed openstack/openstack-ansible-specs master: Blueprint for Openvswitch with NSH support in OSA  https://review.openstack.org/47612112:47
*** dxiri has joined #openstack-ansible12:47
mhaydenhwoarang: i'm a little tied up this week with some onsite meetings, but i'd be glad to chat about opensuse/hardening next week on here or videoconf12:52
openstackgerritMajor Hayden proposed openstack/openstack-ansible-lxc_hosts master: Ignore Ansible warnings for mount/tar  https://review.openstack.org/47612012:55
openstackgerritMerged openstack/openstack-ansible-plugins stable/newton: Support delegation in strategy plugin  https://review.openstack.org/47597812:59
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_hosts master: Retry remote fetch tasks  https://review.openstack.org/47612912:59
odyssey4meandymccr mhayden ^ I think that may help us with our frequent DNS timeout issues12:59
*** jamesdenton has quit IRC13:00
* mhayden wonders if we ought to host those images elsewhere13:01
*** cpuga has quit IRC13:01
*** jamesdenton has joined #openstack-ansible13:01
*** dxiri has quit IRC13:01
*** schwicht has quit IRC13:02
*** gouthamr has joined #openstack-ansible13:06
*** lucasxu has joined #openstack-ansible13:07
*** woodard has quit IRC13:07
*** woodard has joined #openstack-ansible13:08
*** cmart has joined #openstack-ansible13:10
*** askb has quit IRC13:10
cmartfolks, I think I've found a bug with how rsyslog client is configured for OSA Ocata. there's a postrotate script "restart rsyslog 2>&1 || true". problem is, "restart" isn't a valid command or executable on 16.04. so logrotate fails to restart rsyslog, and cron emails me the error output.13:13
cmartNewton definitely didn't have this issue13:13
odyssey4memhayden - andymccr and I discussed possibly just doing tooling which makes them in our build chain instead13:14
odyssey4meit's fairly straightforward and would fit our model13:14
odyssey4meandymccr make https://review.openstack.org/476129 go - it appears to help13:15
*** schwicht has joined #openstack-ansible13:15
odyssey4meas we move over to using nspawn more, I think it would make better sense to do that13:15
odyssey4meanother option is to try and get it cached in infra so we don't have to fetch it13:16
andymccrdone - i think we could do both13:16
andymccror rather13:16
odyssey4mebut at this stage the task failing is not the image fetch, it's the index fetch (which is small)13:16
andymccri think we should definitely do the second, but that'll merge now, so we've done that one :P13:16
*** thorst has joined #openstack-ansible13:16
*** esberglu has joined #openstack-ansible13:19
*** vnogin has quit IRC13:19
andymccralso if somebody could review and +w https://review.openstack.org/#/c/475717/ would be appreciated! SHA bump13:20
*** thorst has quit IRC13:22
*** cpuga has joined #openstack-ansible13:23
*** esberglu has quit IRC13:24
hwoarangmhayden: ok let me do some initial work and I will bug you next week13:27
openstackgerritMerged openstack/openstack-ansible-os_nova master: Normalise distro package installation  https://review.openstack.org/47227213:27
mhaydensounds good13:29
openstackgerritMerged openstack/openstack-ansible-os_nova stable/ocata: Use the host python interpreter when delegating to localhost  https://review.openstack.org/47578313:32
*** thorst has joined #openstack-ansible13:32
*** armaan has quit IRC13:33
*** armaan_ has joined #openstack-ansible13:33
*** cNilesh has joined #openstack-ansible13:34
*** esberglu has joined #openstack-ansible13:35
*** vnogin has joined #openstack-ansible13:37
*** woodard has quit IRC13:38
*** armaan_ has quit IRC13:39
*** armaan has joined #openstack-ansible13:39
openstackgerritMerged openstack/openstack-ansible-os_designate stable/ocata: Use the correct _developer_mode variable  https://review.openstack.org/47576313:41
*** smatzek has quit IRC13:42
*** armaan has quit IRC13:44
*** armaan has joined #openstack-ansible13:44
*** armaan has quit IRC13:47
*** armaan has joined #openstack-ansible13:47
*** armaan has quit IRC13:50
*** armaan has joined #openstack-ansible13:51
*** vnogin has quit IRC13:53
*** phalmos has quit IRC13:53
cloudnullmornings13:57
*** cpuga has quit IRC13:58
mgariepymorning cloudnull13:58
mgariepyanyone knows someone to push patches in openstack-requirement stable repo ?13:58
*** vnogin has joined #openstack-ansible13:58
*** vnogin has quit IRC13:58
mgariepyi would like for my patches to merge at some point. :D https://review.openstack.org/#/q/topic:bug/169379313:59
*** smatzek has joined #openstack-ansible13:59
andymccrprometheanfire: ^ could you take a look/point us in the right direction if you have a second? :)14:01
craigsmornin cloudnull14:02
cloudnullo/14:02
mgariepyI have asked in #openstack-stable but it doesn't seem to be very active channel.14:04
*** jfernandez has joined #openstack-ansible14:05
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova stable/ocata: Streamline task execution  https://review.openstack.org/46630114:08
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova stable/ocata: Filter services dictionary per host  https://review.openstack.org/47615514:08
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova stable/ocata: Normalise distro package installation  https://review.openstack.org/47615614:08
cloudnullmgariepy: prometheanfire works on requirements14:08
andymccrand stable i think!14:08
jfernandezHello.14:08
*** gkadam has quit IRC14:08
jfernandezIs this the right place to ask for help ?14:09
andymccrjfernandez: that would depend on what you would like help on! :)14:09
cshenhi guys, I have a question about galera in haproxy.cfg. it looks like only one instance is active, and other 2 are just "backup". We have a 3-node cluster.14:09
jfernandezxDDD on openstack-ansible first steps & troubleshooting :)14:09
odyssey4memhayden I've rebased https://review.openstack.org/466301, if you can re-add your vote it'd be great!14:10
andymccrjfernandez: in that case, sure is!14:10
jfernandezThanks andymccr . I just landed on an already-deployed Openstack installation. I'm trying to use dynamic_inventory.py with no success. I've also fetched the entire openstack-ansible repo. Now i have osa-toolkit with the required dependencies for the dynamic script to run. After configuring the most basic stuff in openstack_user_config.yml (cidr_networks / container)14:10
jfernandezAnd it's currently throwing:File "/home/whatever/openstackçansible_dir/generate.py", line 942, in _check_config_settings14:11
jfernandez    for key, value in container_skel.items():14:11
jfernandezAttributeError: 'NoneType' object has no attribute 'items'14:11
cshenthis is the galera-backup I found in haproxy.cfg http://paste.ubuntu.com/24917205/14:11
cshenit looks like 2 of 3 are backup.14:11
*** klamath has joined #openstack-ansible14:11
cshenonly 1 instance is for read/write?14:11
*** cNilesh has quit IRC14:11
*** klamath has quit IRC14:11
palendaejfernandez: Hm, that usually indicates container_skel is empty14:12
openstackgerritMerged openstack/openstack-ansible-rabbitmq_server master: tasks: rabbitmq_upgrade_check: Fix tag for rpm query  https://review.openstack.org/47604414:12
*** cNilesh has joined #openstack-ansible14:12
palendaejfernandez: Can you copy the command you used to run it?14:12
*** klamath has joined #openstack-ansible14:12
jfernandezpalendae: ./dynamic_inventory.py --config .14:13
palendaejfernandez: Ok - is there an openstack_user_config.yml file in .?14:13
jfernandezbeing openstack_user_config.yml in .14:13
palendaeOk14:13
jfernandezYes, that's correct palendae14:13
palendaeUsually it's kept in /etc/openstack-ansible14:14
palendaeWould you be able to paste your openstack_user_config.yml to a gist or something? I can take a look14:14
jfernandezI'm gonna take a moment to review my deployment network settings because I think I've misunderstood something...14:15
palendaeThere's also the --debug option, which will write a log of the execution14:15
jfernandezpalendae, is it ok to paste it on the channel, or PM?14:15
palendaeTelling us what it processed and where it broke14:15
palendaejfernandez: Channel's fine14:15
palendaeJust put it on a paste service first :)14:15
*** woodard has joined #openstack-ansible14:15
* jfernandez wondering what's the paste service :$14:16
palendaeSomething like https://gist.github.com/ or http://paste.openstack.org/14:16
jfernandezhuh, ok. np14:16
cshenOk, I found the explanation myself14:18
cshenThe Galera cluster configuration directive backup indicates that two of the three controllers are standby nodes. This ensures that only one node services write requests because OpenStack support for multi-node writes is not yet production-ready.14:18
cshenfrom: https://docs.openstack.org/ha-guide/controller-ha-haproxy.html14:18
openstackgerritNolan Brubaker proposed openstack/openstack-ansible-os_glance master: Determine major or minor upgrade version installs  https://review.openstack.org/47547014:18
*** acormier has joined #openstack-ansible14:19
jfernandezpalendae, here we go: http://paste.openstack.org/show/rpgvw2lsbU8JfRac6773/14:19
*** cmart has quit IRC14:19
andymccrcshen: ahh nice find, i was looking for the commit where we set that up but it happened a long time ago :)14:19
andymccrglad the docs were useful14:19
*** cmart has joined #openstack-ansible14:20
cshenandymccr: I thought galera is mature enough, what a pity.14:20
cshenif only one instance supports write, then we will hit scalibilty problem one day.14:21
*** cNilesh has quit IRC14:21
andymccrcshen: perhaps that situation has changed - we try to adopt the best practices suggested by upstream and other teams (e.g. the ha working group in this case)14:23
cshenandymccr: the best pratice from https://www.openstack.org/videos/vancouver-2015/mariadb-galera-cluster-best-practices, would be one for write, all for read.14:24
palendaejfernandez: I believe you need a global_overrides section, with the provider_networks defined14:24
palendaehttps://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/openstack_user_config.yml.aio#L17-L7514:25
palendaeThe name "global_overrides" is unfortunately not really accurate14:25
odyssey4mecshen in all our deployments, rabbitmq is the first bottleneck, not the database14:26
odyssey4meonly nova supports that model of implementing anyway, and if you want to use it you can use the config override to do so14:26
jfernandezThanks palendae I'm gonna take a look at that. Meanwhile, Am I wrong-headed if I come from here? https://github.com/lukaspustina/dynamic-inventory-for-ansible-with-openstack/blob/master/openstack_inventory.py <-- This worked ok for me for a long time. I just decided to try another dynamic inventory method for OS.14:27
jfernandezSounds strange/complex to me to make it work. Usually that means something is wrong with my plan ¬_¬14:27
palendaejfernandez: Ah, yeah, that one is for instances, not the underlying cluster14:27
jfernandezI just want to manage instances (for the moment)14:28
palendaeAhhh14:28
cshenodyssey4me: thanks. I'm today investigating a performance issue in our openstack cloud. 'openstack server list' took about 20 seconds of one big project.14:28
palendaeIn that case, our inventory system's not for that14:28
*** cuongnv has joined #openstack-ansible14:28
jfernandezbut that sample I pasted (at least my local one) is obsolete and lots of functionalities aren't working.14:28
jfernandezUh-oh. Ok palendae . I see!14:28
cshenodyssey4me: I thought db might be the bottleneck.14:28
odyssey4mecshen have you been keeping your tables clean and doing db maintenance14:28
palendaejfernandez: Our inventory system is pretty much only to tie our ansible playbooks for deployment together14:28
jfernandezpalendae, Thanks for the clarification. I'll try into another area. I was just looking to list instances in an OS deployment. Thanks again!14:29
palendaeYou're welcome!14:29
cshenodyssey4me: to be honest, not really. but the db is also not so big. from file system, nova db is just 266M, nova_api is 28M.14:30
odyssey4mecshen the larger the db, the slower it will respond14:31
cshenodyssey4me: I thought it might be missing indexes, but currently no evidence supports that. the longest query took about 1.x seconds.14:31
odyssey4mealso don't just clean up the nova db - keep all db's clean14:31
cshenodyssey4me: do you have a guide how to clean up galera db?14:31
odyssey4mecshen there are many suggestions or guides for db maintenance - google for it14:32
odyssey4meI unfortunately don't have links off-hand.14:32
cshenI C, I thought something special for openstack galera.14:32
cshenodyssey4me: when you said, the first bottleneck is mostly rabbitmq. How did you find it out?14:33
cshenodyssey4me: because mysql slow query log didn't support db is the bottleneck. so I need figure out something else.14:34
*** gouthamr has quit IRC14:37
*** gouthamr has joined #openstack-ansible14:37
*** markvoelker has quit IRC14:40
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova stable/newton: Filter services dictionary per host  https://review.openstack.org/47616414:43
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova stable/newton: Filter services dictionary per host  https://review.openstack.org/47616414:46
openstackgerritMerged openstack/openstack-ansible-lxc_hosts master: Ensure dirs exist for lxc_container_cache_files  https://review.openstack.org/47591814:51
andymccrdmsimard: i added you to a project-config review where we're trying to integrate osa with keystone (it failed) - i think my cleanup is correct, but if you have 2 secs at any point would be nice to get your opinion (im probably missing something!)14:52
dmsimardandymccr: ok I'll take a look14:52
andymccrdmsimard: thanks a bunch!14:52
*** marst has joined #openstack-ansible14:55
*** phalmos has joined #openstack-ansible14:56
*** markvoelker has joined #openstack-ansible14:57
dmsimardandymccr: looks okay at first glance, what doesn't work right now -- do you have a link to a failed run ?14:58
andymccrsure do - gimme 2 secs to hunt it down14:59
andymccrdmsimard: http://logs.openstack.org/43/476143/1/experimental/gate-keystone-osa-rolling-upgrade-ubuntu-xenial-nv/db7db96/console.html14:59
andymccrbasically - i dont think we need to zuul-clone keystone (since it's the source project for the gate) - but essentially we're not defining CLONEMAP14:59
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova stable/newton: Normalise distro package installation  https://review.openstack.org/47616914:59
dmsimardandymccr: ah, yeah, the failure there is obvious -- it's because it's not doing the same thing as the builder which creates the clonemap file with mktemp15:00
dmsimardandymccr: the only thing I'm not sure about is the path that osa expects keystone to be15:00
dmsimardandymccr: I would expect that keystone with the patch zuul-cloned in would be in $WORKSPACE/openstack/keystone, not in ~/git/openstack/keystone15:01
*** gfa has quit IRC15:01
dmsimardbut I could be wrong15:01
dmsimardandymccr: I don't see a zuul-cloner on keystone itself in http://logs.openstack.org/43/476143/1/experimental/gate-keystone-osa-rolling-upgrade-ubuntu-xenial-nv/db7db96/console.html15:02
andymccrdmsimard: when you do ara, how does that work?15:03
dmsimardandymccr: OSA is the one that actually zuul-clones ara15:03
andymccrdmsimard: ahh of course.15:03
andymccrso we would need to zuul-clone keystone15:04
andymccrin which case we need to add in the CLONEMAP definition15:04
andymccror perhaps we just change the builder to zuul-clone all 3?15:04
dmsimardandymccr: either in the job definition or inside the test scripts15:04
andymccrdmsimard: im thinking add keystone here: https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/keystone.yaml#L178-L18115:04
dmsimardandymccr: I tend to try to put as little logic as possible inside the actual job definition because it's just so hard to test/change/try while if most of the logic lives in your test script, you can iterate in your own repo instead of waiting for things to merge in project-config and trying again15:05
openstackgerritNolan Brubaker proposed openstack/openstack-ansible-os_glance master: Only sync glance database on major versions  https://review.openstack.org/47547015:05
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova stable/ocata: Fix lint failure E004  https://review.openstack.org/47617515:05
andymccri wonder if we do that already15:05
*** thorst has quit IRC15:05
andymccrlet me look15:05
andymccri think we do15:05
andymccractually im sure we do because depends-on patches work15:06
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova stable/ocata: Streamline task execution  https://review.openstack.org/46630115:06
andymccrin which case we dont need keystone zuul-clone15:06
andymccrlemme test that theory quick ;)15:07
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_keystone master: [WIP] Test patch for depends-on  https://review.openstack.org/47617615:07
openstackgerritNolan Brubaker proposed openstack/openstack-ansible-os_glance master: Only sync glance database on major versions  https://review.openstack.org/47547015:10
*** thorst has joined #openstack-ansible15:12
*** pcaruana has quit IRC15:12
*** thorst has quit IRC15:16
hwoarangtoday's gate jobs are a hit and miss game :)15:18
*** chhavi has joined #openstack-ansible15:18
*** Oku_OS is now known as Oku_OS-away15:19
mhaydeni've got an issue with common-tasks in ocata -> https://gist.github.com/major/ccc934a4f85b9f84899bac6536690da815:20
mhaydenhttps://github.com/openstack/openstack-ansible/blob/stable/ocata/playbooks/common-tasks/rabbitmq-vhost-user.yml#L2515:20
mhaydeni don't have a group called "_rabbitmq_host_group"15:21
*** dxiri has joined #openstack-ansible15:21
mhaydenor well, i have a different issue15:22
* mhayden digs15:22
openstackgerritMerged openstack/openstack-ansible-lxc_hosts master: Retry remote fetch tasks  https://review.openstack.org/47612915:26
*** coolkil has quit IRC15:34
*** thorst has joined #openstack-ansible15:36
*** thorst has quit IRC15:40
*** jfernandez has quit IRC15:45
*** jamesdenton has quit IRC15:45
*** jamesdenton has joined #openstack-ansible15:47
*** cuongnv has quit IRC15:52
openstackgerritGerman Eichberger proposed openstack/openstack-ansible-os_octavia master: Change the way we access the env variable  https://review.openstack.org/47619215:52
*** BjoernT has joined #openstack-ansible15:52
xgerman_^^ not sure if that’s a thing but let’s see15:53
xgerman_ansible source says it can’t figure out it’s a dictionary any longer ?!15:53
BjoernTJust a heads up, i you have not seen, ansible has 3 major CVEs15:53
BjoernThttps://bugs.launchpad.net/openstack-ansible/+bug/169953915:53
openstackLaunchpad bug 1699539 in openstack-ansible "Ansible prior 2.2.3 is vulnerable with CVE-2017-7466, CVE-2017-7473, CVE-2017-7481" [Undecided,New]15:53
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-repo_server master: Pass packages to install as a list  https://review.openstack.org/47619315:54
*** manheim has quit IRC15:55
*** markus_z has quit IRC15:58
*** markvoelker has quit IRC15:58
*** cpuga has joined #openstack-ansible15:59
*** markvoelker has joined #openstack-ansible15:59
*** cpuga_ has joined #openstack-ansible16:01
openstackgerritMarkos Chandras (hwoarang) proposed openstack/ansible-hardening master: tasks: rhel7stig: sshd: Avoid using with_fileglob for remote hosts  https://review.openstack.org/47619816:03
hwoarangmhayden: ^16:03
*** cpuga has quit IRC16:04
mhaydenhwoarang: nice find ;)16:04
hwoarangyeah i always forget that with_* do not work as expected ;p16:08
dmsimardandymccr: so do you have your answer ?16:11
mhaydenABACADABA <-- when i don't know the answer16:13
*** thorst has joined #openstack-ansible16:14
openstackgerritMerged openstack/openstack-ansible-os_cinder stable/ocata: Add reload support to init file  https://review.openstack.org/47585816:17
*** NewJorg has joined #openstack-ansible16:18
*** thorst has quit IRC16:19
*** vnogin has joined #openstack-ansible16:25
*** thorst has joined #openstack-ansible16:27
*** thorst has quit IRC16:27
openstackgerritGerman Eichberger proposed openstack/openstack-ansible-os_octavia master: Change the way we access the env variable  https://review.openstack.org/47619216:29
*** vnogin has quit IRC16:29
*** BjoernT has quit IRC16:30
*** vnogin has joined #openstack-ansible16:32
*** BjoernT has joined #openstack-ansible16:32
openstackgerritMerged openstack/openstack-ansible stable/ocata: Use distro specific netcat package names  https://review.openstack.org/47586216:33
openstackgerritMerged openstack/openstack-ansible master: Vagrant: Implement plugin check and simpler config  https://review.openstack.org/46917316:33
openstackgerritMerged openstack/openstack-ansible stable/ocata: Use the same version of ansible as tests repo  https://review.openstack.org/47355616:33
*** manheim has joined #openstack-ansible16:33
openstackgerritMerged openstack/openstack-ansible stable/newton: Use the same version of ansible as tests repo  https://review.openstack.org/47355716:34
*** thorst has joined #openstack-ansible16:34
*** Mannheim has joined #openstack-ansible16:37
*** manheim has quit IRC16:38
openstackgerritNolan Brubaker proposed openstack/openstack-ansible-os_glance master: Only sync glance database on major versions  https://review.openstack.org/47547016:38
*** thorst has quit IRC16:39
openstackgerritCharles Farquhar proposed openstack/openstack-ansible-repo_build master: Honor proxy configuration when cloning git repos  https://review.openstack.org/47621416:42
*** NewJorg has quit IRC16:47
*** thorst has joined #openstack-ansible16:47
*** thorst has quit IRC16:51
*** jamesdenton has quit IRC16:59
*** vnogin has quit IRC17:00
*** jamesdenton has joined #openstack-ansible17:01
*** vnogin has joined #openstack-ansible17:03
openstackgerritMerged openstack/openstack-ansible-os_nova stable/ocata: Fix lint failure E004  https://review.openstack.org/47617517:04
openstackgerritMerged openstack/openstack-ansible-os_nova stable/ocata: Streamline task execution  https://review.openstack.org/46630117:04
*** chyka has joined #openstack-ansible17:04
*** cpuga_ has quit IRC17:11
*** chhavi has quit IRC17:12
*** shardy has quit IRC17:13
openstackgerritMerged openstack/openstack-ansible-os_glance master: Deprecate rpc_backend option  https://review.openstack.org/46977517:15
*** thorst has joined #openstack-ansible17:19
*** BjoernT has quit IRC17:20
*** BjoernT has joined #openstack-ansible17:22
*** thorst has quit IRC17:24
*** stuartgr has quit IRC17:25
*** cmart has joined #openstack-ansible17:25
*** thorst has joined #openstack-ansible17:28
openstackgerritMerged openstack/openstack-ansible-os_cinder master: Deprecate rpc_backend option  https://review.openstack.org/46975917:31
*** NewJorg has joined #openstack-ansible17:33
*** cpuga has joined #openstack-ansible17:33
*** thorst has quit IRC17:34
*** thorst has joined #openstack-ansible17:38
openstackgerritMerged openstack/openstack-ansible-tests master: Add keystone db contract  https://review.openstack.org/47547717:39
*** thorst has quit IRC17:40
*** schwicht has quit IRC17:43
*** electrofelix has quit IRC17:45
*** oanson has quit IRC17:52
*** oanson has joined #openstack-ansible17:52
*** thorst has joined #openstack-ansible17:53
*** thorst has quit IRC17:57
*** dan__ has joined #openstack-ansible17:58
*** thorst has joined #openstack-ansible18:00
*** Mannheim has quit IRC18:03
*** thorst has quit IRC18:05
openstackgerritGerman Eichberger proposed openstack/openstack-ansible-os_octavia master: Change the way we access the env variable  https://review.openstack.org/47619218:06
*** cpuga has quit IRC18:10
*** schwicht has joined #openstack-ansible18:11
openstackgerritMerged openstack/openstack-ansible-lxc_container_create stable/newton: Use connection plugin instead of delegating  https://review.openstack.org/47544118:21
*** schwicht has quit IRC18:23
*** charz has joined #openstack-ansible18:23
*** cpuga has joined #openstack-ansible18:26
*** marst has quit IRC18:27
*** craigs has quit IRC18:28
*** marst has joined #openstack-ansible18:28
openstackgerritJimmy McCrory proposed openstack/openstack-ansible stable/newton: Bump lxc_container_create and plugins SHAs  https://review.openstack.org/47623018:31
openstackgerritMerged openstack/openstack-ansible-os_cinder stable/newton: Add reload support to init file  https://review.openstack.org/47585918:34
*** Bico_Fino has joined #openstack-ansible18:35
Bico_FinoHello. There is a way to restart all containers at once?18:36
*** schwicht has joined #openstack-ansible18:40
mhaydenBico_Fino: i don't think there's something built into OSA to do that, but you could loop over lxc-ls to do that18:45
logan-Bico_Fino: for i in `lxc-ls -1`; do lxc-attach -n $i -- reboot; done18:46
Bico_FinoYeah, doing that with a for.18:46
Bico_FinoGot some issues with Neutron when trying to spin a new instance18:47
Bico_Fino Failed to bind port 71dd6c57-1047-4df4-a3f8-56a2c7e8cbea on host openstack2 for vnic_type normal using segments [{'segmentation_id': 1, 'physical_network': None, 'id': u'7ba480b7-2f73-40a5-b820-bc75a83a3b21', 'network_type': u'vxlan'}]18:47
Bico_Fino2017-06-21 18:15:29.918:47
Bico_Finobut neutron had to be built last because I forgot vxlan on a node. :(18:47
Bico_FinoGot also a odd behavior, when the container comes up it don’t get networking.18:49
Bico_FinoI have to attach and run a systemctl networking restart18:49
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova stable/ocata: Filter services dictionary per host  https://review.openstack.org/47615518:49
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova stable/ocata: Normalise distro package installation  https://review.openstack.org/47615618:50
odyssey4memhayden ^ should resolve the bashate thing18:50
openstackgerritGerman Eichberger proposed openstack/openstack-ansible-os_octavia master: Change the way we access the env variable  https://review.openstack.org/47619218:58
*** smatzek_ has joined #openstack-ansible19:03
*** smatzek has quit IRC19:03
*** hybridpollo has joined #openstack-ansible19:06
*** NewJorg has quit IRC19:09
*** alextricity25_ is now known as alextricity2519:09
*** NewJorg has joined #openstack-ansible19:11
*** hybridpollo has quit IRC19:14
alextricity25Would anybody know what can cause this task to be skipped? https://github.com/openstack/openstack-ansible-os_neutron/blob/master/tasks/neutron_db_setup.yml#L2419:14
*** hybridpollo has joined #openstack-ansible19:14
*** hybridpollo has quit IRC19:16
alextricity25Ansible is outputting 'skipping: [aio1_neutron_agents_container-e4a3f96a] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}', but I don't see a conditional there19:17
*** thorst has joined #openstack-ansible19:19
odyssey4mealextricity25 yes, this is the conditional: https://github.com/openstack/openstack-ansible-os_neutron/blob/master/tasks/main.yml#L9019:22
*** hybridpollo has joined #openstack-ansible19:22
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova stable/newton: Filter services dictionary per host  https://review.openstack.org/47616419:24
*** vnogin has quit IRC19:24
*** vnogin has joined #openstack-ansible19:24
alextricity25odyssey4me: gotcha. Thanks. I think the run_once attribute there is causing some race conditions19:24
alextricity25 If that task lands on the neutron agent container first, it will skip it and never set the  _offline_migrations_check variable19:25
openstackgerritMerged openstack/openstack-ansible-repo_server master: Pass packages to install as a list  https://review.openstack.org/47619319:26
alextricity25which will, in turn, cause the next task to fail19:26
alextricity25I'm seeing the failure on my AIO: https://gist.github.com/alextricity25/b790132b6181b2fb9c0a791dd5bb62e519:26
lbragstadodyssey4me: andymccr i'm attempting to find a link in the ansible test code that installs keystone from the jenkins checkout location, but I can't seem to find it. did it move recently?19:27
*** thorst has quit IRC19:27
lbragstadlooking to address Ajaeger's comment here - https://review.openstack.org/#/c/476168/1/jenkins/jobs/keystone.yaml19:28
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova stable/newton: Filter services dictionary per host  https://review.openstack.org/47616419:28
*** armaan has quit IRC19:28
odyssey4mealextricity25 but that task should only run on the neutron server container19:29
odyssey4mealextricity25 that role adjustment is meant to be executed using this patch in the integrated repo: https://review.openstack.org/47583919:30
odyssey4meso yeah, I guess without that it may hit a race condition19:30
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova stable/newton: Normalise distro package installation  https://review.openstack.org/47616919:31
openstackgerritNolan Brubaker proposed openstack/openstack-ansible-os_glance master: Only sync glance database on major versions  https://review.openstack.org/47547019:33
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-repo_server stable/ocata: Pass packages to install as a list  https://review.openstack.org/47624519:33
alextricity25odyssey4me: Hmm.strange. In my deployment, that task is "skipping" the neutron agents container, which I suppose composes the "run" in "first_run", so it stops execution and moves on.19:33
odyssey4mealextricity25 yep, that perhaps makes sense - which is why the integrated patch I linked ensure that the execution is in the right order19:34
alextricity25cool deal. Thanks odyssey4me!19:34
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/ocata: Implement rolling upgrades for cinder  https://review.openstack.org/47625319:38
*** schwicht has quit IRC19:39
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/newton: Implement rolling upgrades for cinder  https://review.openstack.org/47625619:43
*** BjoernT has quit IRC19:45
*** BjoernT has joined #openstack-ansible19:46
*** schwicht has joined #openstack-ansible19:47
xgerman_https://review.openstack.org/#/c/476192/ fixes the Octavia gate19:50
xgerman_^^ odyssey4me19:50
xgerman_might need to do some more changes to get that up to speed with the Pike Version of Octavia… wonder if somebody can ping me when that would be due?19:51
*** openstackgerrit has quit IRC20:03
*** Bico_Fino has quit IRC20:07
*** schwicht has quit IRC20:07
*** rstarmer_ has quit IRC20:07
*** gouthamr has quit IRC20:09
*** rstarmer has joined #openstack-ansible20:10
*** manheim has joined #openstack-ansible20:13
*** dmsimard has quit IRC20:20
*** dmsimard has joined #openstack-ansible20:21
*** openstackgerrit has joined #openstack-ansible20:21
openstackgerritMerged openstack/openstack-ansible-os_cinder stable/ocata: Implement data migrations for rolling upgrades  https://review.openstack.org/47585720:21
*** madorn has quit IRC20:21
openstackgerritMerged openstack/openstack-ansible-os_cinder stable/newton: Implement data migrations for rolling upgrades  https://review.openstack.org/47586120:21
palendaexgerman_: Are you asking when Pike ships?20:28
*** rstarmer has quit IRC20:29
palendaexgerman_: Looks like roughly the end of August https://releases.openstack.org/pike/index.html20:29
*** fxpester has quit IRC20:30
xgerman_ok, and when is code freeze - in case I want to add some more features…20:30
palendaeBetter link - https://releases.openstack.org/pike/schedule.html20:30
xgerman_ok, P-3 it is20:31
palendaeLooks like this time in July20:31
xgerman_excellent… will have my changes ready by then20:31
*** schwicht has joined #openstack-ansible20:33
*** woodard has quit IRC20:35
*** galstrom_zzz is now known as galstrom20:35
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/ocata: Implement rolling upgrades for cinder  https://review.openstack.org/47625320:36
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/newton: Implement rolling upgrades for cinder  https://review.openstack.org/47625620:38
*** smatzek_ has quit IRC20:39
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/newton: Implement rolling upgrades for cinder  https://review.openstack.org/47625620:42
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: SHA bump for Master 20.06.2017  https://review.openstack.org/47571720:44
*** rstarmer has joined #openstack-ansible20:46
*** gouthamr has joined #openstack-ansible20:48
*** lucasxu has quit IRC20:54
*** jamesdenton has quit IRC21:03
*** foutatoro has quit IRC21:05
*** jamesdenton has joined #openstack-ansible21:07
*** jamesdenton has quit IRC21:08
openstackgerritMerged openstack/openstack-ansible stable/newton: Bump lxc_container_create and plugins SHAs  https://review.openstack.org/47623021:09
*** smatzek_ has joined #openstack-ansible21:12
*** woodard has joined #openstack-ansible21:15
*** BjoernT has quit IRC21:19
*** NewJorg has quit IRC21:20
*** NewJorg has joined #openstack-ansible21:22
*** smatzek_ has quit IRC21:38
*** admin0 has joined #openstack-ansible21:40
*** admin0 has quit IRC21:40
*** esberglu has quit IRC21:41
*** admin0 has joined #openstack-ansible21:42
*** cpuga has quit IRC21:43
openstackgerritCharles Farquhar proposed openstack/openstack-ansible-lxc_hosts stable/ocata: Ensure dirs exist for lxc_container_cache_files  https://review.openstack.org/47627621:43
openstackgerritCharles Farquhar proposed openstack/openstack-ansible-lxc_hosts stable/ocata: Ensure dirs exist for lxc_container_cache_files  https://review.openstack.org/47627621:44
openstackgerritCharles Farquhar proposed openstack/openstack-ansible-lxc_hosts stable/newton: Ensure dirs exist for lxc_container_cache_files  https://review.openstack.org/47627721:47
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/newton: Implement rolling upgrades for cinder  https://review.openstack.org/47625621:51
*** galstrom is now known as galstrom_zzz21:54
*** galstrom_zzz is now known as galstrom21:54
*** esberglu has joined #openstack-ansible21:55
*** galstrom is now known as galstrom_zzz21:55
*** pbandark has quit IRC21:55
*** esberglu has quit IRC22:00
*** madorn has joined #openstack-ansible22:02
*** markvoelker has quit IRC22:04
*** markvoelker_ has joined #openstack-ansible22:06
*** kylek3h has quit IRC22:08
*** schwicht has quit IRC22:10
*** markvoelker_ has quit IRC22:11
*** cmart has quit IRC22:17
*** markvoelker has joined #openstack-ansible22:17
*** dan__ has quit IRC22:18
*** manheim has quit IRC22:19
*** manheim has joined #openstack-ansible22:23
*** klamath has quit IRC22:25
openstackgerritMerged openstack/ansible-hardening stable/newton: Fix ansible-hardening references in tox/playbook  https://review.openstack.org/47383222:25
*** schwicht has joined #openstack-ansible22:27
*** acormier has quit IRC22:28
*** marst has quit IRC22:33
*** vnogin has quit IRC22:37
*** eaxiom has quit IRC22:39
*** Vadim_ has quit IRC22:41
*** schwicht has quit IRC22:48
*** schwicht has joined #openstack-ansible22:51
*** schwicht has quit IRC22:55
*** manheim has quit IRC22:56
openstackgerritMerged openstack/openstack-ansible-repo_server stable/ocata: Pass packages to install as a list  https://review.openstack.org/47624523:09
*** perniciouscaffei has joined #openstack-ansible23:09
*** schwicht has joined #openstack-ansible23:20
*** phalmos has quit IRC23:30
*** chyka has quit IRC23:38
*** chyka has joined #openstack-ansible23:39
openstackgerritMerged openstack/openstack-ansible-os_monasca master: Monasca role refactoring[+docs]  https://review.openstack.org/46840723:43
*** chyka has quit IRC23:44
*** charcol has joined #openstack-ansible23:46
*** schwicht has quit IRC23:54
*** charcol-v2 has joined #openstack-ansible23:59

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!