Wednesday, 2017-02-08

*** weezS has quit IRC00:00
*** ngupta has joined #openstack-ansible00:02
*** thorst_ has joined #openstack-ansible00:08
*** sdake_ is now known as sdake00:10
cloudnullok00:13
*** ngupta has quit IRC00:31
*** chyka has quit IRC00:31
*** chyka has joined #openstack-ansible00:32
*** chyka has quit IRC00:36
*** adrian_otto has joined #openstack-ansible00:38
*** david-lyle has quit IRC00:42
*** ngupta has joined #openstack-ansible00:42
*** thorst_ has quit IRC00:45
*** mmalik4 has quit IRC00:46
MasterOfBugsHi00:46
MasterOfBugsI am gettong this erro when i run openstack-ansible memecahed-install.yaml00:47
MasterOfBugsFAILED - RETRYING: TASK: pip_install : Install pip packages (fall back mode) (1 retries left).Result was: {"attempts": 5, "cmd": "/usr/local/bin/pip install -U --isolated --constraint http://172.23.8.162:8181/os-releases/14.0.7/requirements_absolute_requirements.txt00:47
MasterOfBugscan anyone help?00:47
MasterOfBugssorry when i ran openstack-ansible galera00:50
MasterOfBugsi got this00:50
*** hybridpollo has quit IRC00:56
*** ngupta has quit IRC00:58
*** cuongnv has joined #openstack-ansible01:00
rmelerowhats the fastest way to rebuild the repo index in newton after adding a _pip_packages file? the repo-build playbook takes like 15 minutes each time i run it01:01
*** hybridpollo has joined #openstack-ansible01:01
rmeleroMasterOfBugs: did you try doing a 'curl http://172.23.8.162:8181/os-releases/14.0.7/requirements_absolute_requirements.txt' ?01:01
rmelerorun it with -vvv to get more verbose output of the failure01:02
MasterOfBugscurl: (7) Failed to connect to 172.23.8.162 port 8181: Connection refused01:02
MasterOfBugsSure running01:02
MasterOfBugsShall i run repo build first?01:03
MasterOfBugsor galer?01:03
MasterOfBugsGalera*01:03
rmelerorepo build first, it needs pip packages from it01:03
*** david-lyle has joined #openstack-ansible01:04
MasterOfBugsCool01:04
rmeleroideally, you should run the entire setup-infra playbook, it does it all in order01:04
MasterOfBugsYeah initially i ran that01:05
MasterOfBugsThen i saw th failure in Glera01:05
MasterOfBugsso i started runnig individually01:05
rmeleroconnection refused from 8181 sounds like either your repo containers aren't responding, or something is wrong with haproxy01:06
MasterOfBugsyeah01:06
MasterOfBugsI am able to ssh into it01:06
*** ngupta has joined #openstack-ansible01:06
rmelerobut is the nginx server up and serving from /var/www/repo?01:07
rmelerodo a 'curl vip_address:8181/' and you should see html with 'links openstackgit os-releases'01:09
MasterOfBugsNop01:09
rmelerothen your repo-build playbook failed somehow01:09
*** yarkot has quit IRC01:10
MasterOfBugsOk! i did curl. Samew error. connection refused.01:10
MasterOfBugsThe repo-build has passed successfuly01:10
rmeleroif you're  getting connection refused from vip_address:8181 , then something def went wrong01:13
MasterOfBugsOk01:13
*** acormier has joined #openstack-ansible01:14
MasterOfBugsHow can we debug this/01:14
MasterOfBugs?01:14
MasterOfBugsOr should i run the haproxy install again?01:14
*** hfu has quit IRC01:14
rmelerorun 'hatop -s /var/run/haproxy.stat' from the cli on haproxy host, it should read out the config and show you if it completed correctly01:18
rmeleroI would re-run setup-infra and watch carefully for errors or unintentional skips of tasks01:18
*** acormier has quit IRC01:18
*** thorst_ has joined #openstack-ansible01:19
*** thorst_ has quit IRC01:19
rmeleroor 'no hosts matched' errors would indicate inventory errors01:19
MasterOfBugsok01:20
MasterOfBugsinsufficient permissions for socket path /var/run/haproxy.stat01:20
MasterOfBugsi got this when i ramn hatop01:20
MasterOfBugsran01:20
rmelerosudo ?01:20
MasterOfBugsyes i ran as root01:20
*** sdake has quit IRC01:24
*** crushil has quit IRC01:26
MasterOfBugswhen i try to start haproxy service i am getting below error01:26
MasterOfBugshttp://paste.openstack.org/show/598028/01:26
rmelerohm are u using custom ssl cert?01:27
rmeleroand does the /etc/ssl/private/haproxy.pem file exist?01:28
*** johnmilton has quit IRC01:28
MasterOfBugsNope. The file does not exist01:28
MasterOfBugscustom ssl certificate?01:29
MasterOfBugsI am using this as reference. https://github.com/osic/ref-impl/blob/master/documents/osa-refimpl-deploy.md01:29
MasterOfBugsI am not quite sure about custom ssl part01:30
rmeleronever used that guide. i would recommend following http://docs.openstack.org/developer/openstack-ansible/developer-docs/quickstart-aio.html for a lab env01:34
MasterOfBugsOk. But i am installing on a 66 node bare metal cluster01:36
rmeleroah. production or lab?01:36
MasterOfBugslike "production grade time bounded lab", i would say01:36
MasterOfBugshehe01:36
rmelerohaha semi-staging eh. well my parting advice is to rerun setup-infra and watch for the execution of these tasks https://github.com/openstack/openstack-ansible-haproxy_server/blob/master/tasks/haproxy_ssl_key_distribute.yml01:48
rmelerothat file missing indicates something went wrong01:48
pramodCool. @MasterOfBugs here. Will do that 👍👍01:49
rmeleroslightly more difficult, but the osic guide is for mitaka and http://docs.openstack.org/project-deploy-guide/openstack-ansible/newton/ does a very good job of explaining how it works and it's for newton01:50
rmeleroof course, i'm assuming the setup-hosts playbook completed successfully01:51
rmeleroI'm slightly biased, but Fuel does a very good job of deploying openstack on bare metal. automates physical hosts deployment as well. and it's for free.99 https://www.fuel-infra.org/01:52
*** ngupta has quit IRC01:52
pramod'Cool. I will have a look at this.01:54
pramod👍👍01:55
*** pwnall1337 is now known as zz_pwnall133701:56
pramodYes. Fuel is good in that way.01:57
*** MasterOfBugs has quit IRC01:57
rmelerocheck out the fuel zabbix or stacklight plugins for automated monitoring too. ttyl good luck01:58
*** adrian_otto has quit IRC02:04
*** rmelero has quit IRC02:04
pramodSure. Gonna check it out.02:05
pramodThanks a lot for your help and suggestions 👍👍02:05
*** rmelero has joined #openstack-ansible02:05
pramodIt was really helpful02:05
*** SerenaFeng has joined #openstack-ansible02:06
*** acormier has joined #openstack-ansible02:08
*** acormier has quit IRC02:09
*** xingchao has joined #openstack-ansible02:09
*** acormier has joined #openstack-ansible02:09
*** xingchao_ has joined #openstack-ansible02:10
*** rmelero has quit IRC02:10
*** xingchao has quit IRC02:10
*** winggundamth_ has joined #openstack-ansible02:16
*** japestinho has joined #openstack-ansible02:17
*** thorst_ has joined #openstack-ansible02:19
*** thorst_ has quit IRC02:24
*** adrian_otto has joined #openstack-ansible02:26
cloudnullcongratulations lbragstad On your election for Keystone PTL!02:27
stevemarcloudnull: well deserved indeed!02:28
lbragstadcloudnull thank you sir :)02:28
cloudnull++ well deserved02:28
cloudnullstevemar: thank you for being an amazing PTL too BTW02:30
stevemarcloudnull: i just tried to keep the ship from sinking a little less everyday02:30
cloudnullIt was a good run.02:30
stevemarthanks :)02:31
lbragstadcloudnull ++02:31
*** winggundamth has quit IRC02:31
lbragstadcloudnull stevemar has been a fantastic fearless leader02:31
cloudnull++ no doubt02:31
stevemarfearless? i pulled that off well :)02:31
lbragstadthe single more important word in that sentence if I do saw so myself02:32
lbragstads/more/most/02:32
*** Mahe has quit IRC02:33
cloudnulli love the direction keystone is headed and its my hope other projects will follow suit02:34
*** sacharya_ has joined #openstack-ansible02:34
*** lucas_ has joined #openstack-ansible02:34
lbragstadcloudnull well - we're always looking to improve :)02:35
cloudnullso great job on keeping that going stevemar(and team). lbragstad I know you'll do amazing things, so congrats :)02:35
lbragstadcloudnull :)02:35
*** Mahe has joined #openstack-ansible02:35
*** sacharya has quit IRC02:36
*** rmelero has joined #openstack-ansible02:36
*** kjw3 has quit IRC02:37
*** crushil has joined #openstack-ansible02:38
*** sdake has joined #openstack-ansible02:40
*** zz_pwnall1337 is now known as pwnall133702:45
*** winggundamth_ has quit IRC02:45
*** winggundamth_ has joined #openstack-ansible02:47
*** acormier has quit IRC02:53
*** acormier has joined #openstack-ansible02:53
*** thorst_ has joined #openstack-ansible02:55
*** thorst_ has quit IRC02:55
*** acormier has quit IRC03:00
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_keystone master: Resolved Keystone Federation bugs  https://review.openstack.org/43051903:01
*** sdake has quit IRC03:01
cloudnullevrardjp: odyssey4me: ingemar?(if you're around) ^03:01
*** sdake has joined #openstack-ansible03:01
*** SerenaFeng has quit IRC03:07
*** SerenaFeng has joined #openstack-ansible03:08
*** Eyu has joined #openstack-ansible03:15
Eyu@mhayden03:16
*** rmelero has quit IRC03:24
*** jrobinson is now known as jrobinson-afk03:25
*** Eyu has left #openstack-ansible03:25
*** Eyu has joined #openstack-ansible03:26
spotzlbragstad: Congrats!!!03:26
*** Eyu has quit IRC03:26
openstackgerritCuong Nguyen proposed openstack/openstack-ansible-apt_package_pinning master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43053303:29
*** cuongnv has quit IRC03:34
*** cuongnv has joined #openstack-ansible03:34
*** cuongnv has quit IRC03:36
*** cuongnv has joined #openstack-ansible03:36
openstackgerritLogan V proposed openstack/openstack-ansible-os_nova master: Conditional task execution using grouping  https://review.openstack.org/42977903:37
*** lucas_ has quit IRC03:37
openstackgerritLogan V proposed openstack/openstack-ansible master: Run cell enrollment after ceph_client  https://review.openstack.org/43054003:40
lbragstadthanks spotz!03:42
*** ngupta has joined #openstack-ansible03:49
*** gouthamr has quit IRC03:49
*** xingchao_ has quit IRC03:51
*** xingchao has joined #openstack-ansible03:51
*** acormier has joined #openstack-ansible03:52
*** xingchao_ has joined #openstack-ansible03:53
*** LinStatSDR has quit IRC03:54
*** sdake_ has joined #openstack-ansible03:54
*** thorst_ has joined #openstack-ansible03:56
*** xingchao has quit IRC03:57
*** sdake has quit IRC03:57
*** jrobinson-afk is now known as jrobinson03:59
*** thorst_ has quit IRC04:01
*** sanfern has joined #openstack-ansible04:02
*** SerenaFeng has quit IRC04:04
*** pwnall1337 is now known as zz_pwnall133704:10
*** udesale has joined #openstack-ansible04:16
*** zz_pwnall1337 is now known as pwnall133704:20
*** lucas_ has joined #openstack-ansible04:20
openstackgerritCuong Nguyen proposed openstack/openstack-ansible-openstack_openrc master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43055504:22
*** askb has quit IRC04:24
*** woodard has joined #openstack-ansible04:28
*** woodard has quit IRC04:28
*** woodard has joined #openstack-ansible04:29
*** faizy has joined #openstack-ansible04:30
*** askb has joined #openstack-ansible04:30
*** acormier has quit IRC04:33
*** sacharya has joined #openstack-ansible04:43
*** sacharya_ has quit IRC04:43
*** ngupta has quit IRC04:48
*** ngupta has joined #openstack-ansible04:49
*** ngupta has quit IRC04:53
*** sacharya_ has joined #openstack-ansible04:56
*** thorst_ has joined #openstack-ansible04:57
*** sacharya has quit IRC04:57
*** chhavi has joined #openstack-ansible04:58
*** Hosam has joined #openstack-ansible04:58
*** crushil has quit IRC04:59
*** Jack_Iv has joined #openstack-ansible05:01
*** thorst_ has quit IRC05:02
*** Jack_Iv has quit IRC05:05
*** udesale__ has joined #openstack-ansible05:15
*** udesale has quit IRC05:18
*** hybridpollo has quit IRC05:22
*** pwnall1337 is now known as zz_pwnall133705:24
*** lucas_ has quit IRC05:31
*** japestinho has quit IRC05:31
*** Hosam_ has joined #openstack-ansible05:38
*** lucas_ has joined #openstack-ansible05:40
*** lucas_ has quit IRC05:40
*** Hosam has quit IRC05:41
*** sanfern has quit IRC05:41
*** sacharya_ has quit IRC05:43
*** japestinho has joined #openstack-ansible05:47
*** admin0_ has joined #openstack-ansible05:48
*** Jack_Iv has joined #openstack-ansible05:54
*** thorst_ has joined #openstack-ansible05:58
*** yolanda_ has quit IRC06:02
*** yolanda_ has joined #openstack-ansible06:02
*** thorst_ has quit IRC06:03
*** SerenaFeng has joined #openstack-ansible06:05
*** qiliang27 has quit IRC06:08
*** admin0_ has quit IRC06:10
*** Jack_Iv has quit IRC06:10
*** Jack_Iv has joined #openstack-ansible06:10
*** adrian_otto has quit IRC06:13
*** Jack_Iv has quit IRC06:14
*** rgogunskiy has joined #openstack-ansible06:15
*** udesale has joined #openstack-ansible06:24
*** udesale__ has quit IRC06:26
*** sdake_ is now known as sdake06:27
*** woodard_ has joined #openstack-ansible06:32
*** woodard has quit IRC06:32
*** admin0_ has joined #openstack-ansible06:39
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-rabbitmq_server stable/mitaka: Make all linting tests use upper-constraints  https://review.openstack.org/43058806:43
*** adrian_otto has joined #openstack-ansible06:43
*** admin0_ has quit IRC06:43
*** jrobinson has quit IRC06:45
*** fxpester has joined #openstack-ansible06:55
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova master: Use ocata component for UCA  https://review.openstack.org/43022207:02
*** udesale__ has joined #openstack-ansible07:03
*** sunjon__ has quit IRC07:03
*** sunjon__ has joined #openstack-ansible07:03
*** Andrew_jedi has joined #openstack-ansible07:04
*** udesale__ has quit IRC07:04
*** udesale__ has joined #openstack-ansible07:05
*** udesale has quit IRC07:05
*** rgogunskiy has quit IRC07:05
*** udesale__ has quit IRC07:07
*** poopcat has quit IRC07:09
*** rgogunskiy has joined #openstack-ansible07:10
*** rgogunskiy has quit IRC07:10
*** seansa has joined #openstack-ansible07:12
*** DanyC has joined #openstack-ansible07:15
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-rabbitmq_server master: Update RabbitMQ to v3.6.6  https://review.openstack.org/43060407:20
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-rabbitmq_server master: Update RabbitMQ to v3.6.6-1  https://review.openstack.org/43060407:21
*** SerenaFeng has quit IRC07:23
*** sdake_ has joined #openstack-ansible07:23
*** DanyC has quit IRC07:24
*** sdake has quit IRC07:26
*** pcaruana has joined #openstack-ansible07:29
*** poopcat has joined #openstack-ansible07:30
odyssey4meandymccr I found the way to create branches in gerrit: select projects->list->find the repo->branches07:33
odyssey4mefor example: https://review.openstack.org/#/admin/projects/openstack/openstack-ansible-tests,branches07:33
*** adrian_otto has quit IRC07:33
*** Andrew_jedi has quit IRC07:34
*** Andrew_jedi has joined #openstack-ansible07:35
*** david-lyle_ has joined #openstack-ansible07:37
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-rabbitmq_server master: Update RabbitMQ to v3.6.6-1  https://review.openstack.org/43060407:40
*** alij has joined #openstack-ansible07:42
*** vnogin has quit IRC07:49
*** alij has quit IRC07:52
*** alij has joined #openstack-ansible07:52
*** poopcat has quit IRC07:54
*** alij has quit IRC07:55
*** SerenaFeng has joined #openstack-ansible07:56
*** thorst_ has joined #openstack-ansible07:59
*** thorst_ has quit IRC08:04
*** poopcat has joined #openstack-ansible08:04
*** sdake_ is now known as dake08:05
*** vnogin has joined #openstack-ansible08:07
*** vnogin has quit IRC08:08
openstackgerritCuong Nguyen proposed openstack/openstack-ansible-tests master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43062808:08
*** alij has joined #openstack-ansible08:09
*** alij has quit IRC08:09
*** sdake has joined #openstack-ansible08:14
*** qiliang27 has joined #openstack-ansible08:14
*** dake has quit IRC08:17
*** admin0_ has joined #openstack-ansible08:18
*** vnogin has joined #openstack-ansible08:19
openstackgerritMerged openstack/openstack-ansible-galera_server master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/42996208:20
*** admin0_ has quit IRC08:20
*** vnogin has quit IRC08:24
*** admin0_ has joined #openstack-ansible08:25
openstackgerritAdrien Cunin proposed openstack/openstack-ansible-tests master: Removed duplicate test var  https://review.openstack.org/43063508:26
*** david-lyle_ has quit IRC08:28
*** udesale has joined #openstack-ansible08:30
*** May-meimei has quit IRC08:31
*** alij has joined #openstack-ansible08:31
*** winggundamth__ has joined #openstack-ansible08:32
*** stevemar has quit IRC08:33
*** winggundamth_ has quit IRC08:35
*** stevemar has joined #openstack-ansible08:35
*** alij has quit IRC08:36
*** DanyC has joined #openstack-ansible08:50
*** DanyC has quit IRC08:50
*** DanyC has joined #openstack-ansible08:51
*** ngupta has joined #openstack-ansible08:51
*** DanyC has quit IRC08:52
*** DanyC has joined #openstack-ansible08:52
*** karimb has joined #openstack-ansible08:52
*** ngupta has quit IRC08:56
*** admin0_ has quit IRC09:01
*** seansa has quit IRC09:12
*** karimb has quit IRC09:13
*** Hosam_ has quit IRC09:14
*** admin0_ has joined #openstack-ansible09:15
*** admin0_ has quit IRC09:18
andymccrodyssey4me: ahh nice - i was looking at the branching scripts in the repo and trying to go from there. but that'll work09:22
odyssey4meif you can go ahead and do the branching for the tests repo, then I'll prep a bunch of patches to ensure that ocata deploys ocata (not master)09:23
andymccrall done09:23
andymccri'm gonna go through the others now and just branch them all09:24
odyssey4meokie dokey09:24
andymccri figure at worst its a deccayed role that will die eventually anyway09:24
odyssey4mefair enough09:24
odyssey4meit does help people who may be using it09:24
*** admin0_ has joined #openstack-ansible09:28
*** karimb has joined #openstack-ansible09:32
*** openstackgerrit has quit IRC09:34
*** woodard_ has quit IRC09:35
*** japestinho has quit IRC09:38
*** NachoDuck_ has joined #openstack-ansible09:38
*** kukacz_ has joined #openstack-ansible09:39
*** eon`_ has joined #openstack-ansible09:41
*** bpetit_ has joined #openstack-ansible09:41
*** T42X_ has joined #openstack-ansible09:41
*** chhavi has quit IRC09:42
*** luzC- has joined #openstack-ansible09:42
*** alextricity25_ has joined #openstack-ansible09:43
*** vdo_ has joined #openstack-ansible09:43
*** lbragstad_ has joined #openstack-ansible09:43
*** topol_ has joined #openstack-ansible09:44
*** dolphm_ has joined #openstack-ansible09:44
*** jasondotstar_ has joined #openstack-ansible09:44
*** strattao- has joined #openstack-ansible09:44
*** askb has quit IRC09:45
*** strattao_ has quit IRC09:45
*** dmsimard has quit IRC09:45
*** topol has quit IRC09:45
*** T42X has quit IRC09:45
*** mattt has quit IRC09:45
*** luzC has quit IRC09:45
*** kukacz has quit IRC09:45
*** dolphm has quit IRC09:45
*** jasondotstar has quit IRC09:45
*** alextricity25 has quit IRC09:45
*** bpetit has quit IRC09:45
*** lbragstad has quit IRC09:45
*** vdo has quit IRC09:45
*** arbrandes has quit IRC09:45
*** eon` has quit IRC09:45
*** NachoDuck has quit IRC09:45
*** dolphm_ is now known as dolphm09:45
*** luzC- is now known as luzC09:45
*** NachoDuck_ is now known as NachoDuck09:49
*** dmsimard has joined #openstack-ansible09:51
*** mattt has joined #openstack-ansible09:52
*** arbrandes has joined #openstack-ansible09:52
*** askb has joined #openstack-ansible09:52
*** vnogin has joined #openstack-ansible09:55
*** Amit82 has joined #openstack-ansible09:55
Amit82Hi All,09:55
Amit82I have deployed OS Newton as per the example configuration09:56
Amit82http://docs.openstack.org/project-deploy-guide/openstack-ansible/newton/app-config-test.html#test-environment-config09:57
Amit82Now when I am trying to launch an instance from Horizon09:57
Amit82it is showing "There are no Availability Zones." on the page "Launch Instance"09:58
*** admin0_ has left #openstack-ansible09:58
Amit82When I checked on utility container with this command: "neutron availability-zone-list"09:58
Amit82it is showing following09:59
Amit82+------+----------+-----------+ | name | resource | state     | +------+----------+-----------+ | nova | router   | available | | nova | network  | available | +------+----------+-----------+09:59
*** karimb has quit IRC09:59
*** thorst_ has joined #openstack-ansible10:00
Amit82Any idea why there are no availability zones10:01
Amit82at "Launch Instance" page10:01
odyssey4meAmit82 because you haven't created any10:02
*** cuongnv has quit IRC10:02
*** japestinho has joined #openstack-ansible10:04
Amit82But it is showing nova as an instance when I am running "neutron availability-zone-list" command10:04
*** thorst_ has quit IRC10:04
*** SerenaFeng has quit IRC10:05
odyssey4meAmit82 it's probably best to ask the question in the broader community as this is a general openstack community, not an OSA specific question10:08
odyssey4meI don't know whether what you're seeing is normal or not.10:08
Amit82ok thanks10:09
Amit82but are there any playbooks in OSA for creating availability zones10:09
odyssey4meAmit82 no, that's an openstack task which is achieved using the openstack CLI10:10
Amit82ok thanks for help10:10
*** shausy has joined #openstack-ansible10:14
*** openstackgerrit has joined #openstack-ansible10:14
odyssey4meandymccr ah, I think you'll need to update the gerrit config to include notifications for the ocata branch10:15
odyssey4meit'd be good to get this through the door asap - it apparently resolved a bunch of cluster/performance issues: https://review.openstack.org/43060410:16
*** berendt has joined #openstack-ansible10:17
berendtmhayden: ping10:17
odyssey4meberendt mhayden won't be in for a few hours as he's in the US10:19
berendtodyssey4me: thanks, any other core here responsible for the osa role? i need a backport for stable/newton to be able to use it on the newest centos7 release when disabling selinux10:20
odyssey4meberendt we all are as a community, mhayden is just the SME10:20
odyssey4meyou can propose a backport if you wish10:20
odyssey4meI think newton only covers the STIG6 content, so as long as it's part of that content I expect it'll be approved10:21
berendtodyssey4me: there is a patch for master (https://bugs.launchpad.net/openstack-ansible/+bug/1649617)10:21
openstackLaunchpad bug 1649617 in openstack-ansible "Security role fails if SELinux is disabled" [Low,Fix released] - Assigned to Major Hayden (rackerhacker)10:21
odyssey4meberendt are you able to propose the backport yourself?10:22
openstackgerritChristian Berendt proposed openstack/openstack-ansible-security stable/newton: Handle SELinux properly when it is disabled  https://review.openstack.org/43070710:23
berendtodyssey4me: this is not a direct backport, the files changed10:23
berendtshould i reference the change in master in the commit message?10:24
odyssey4meberendt it doesn't matter, you can just note in the commit message that it's a manual backport - and just use the same change ID10:24
openstackgerritChristian Berendt proposed openstack/openstack-ansible-security stable/newton: Handle SELinux properly when it is disabled  https://review.openstack.org/43070710:25
berendtodyssey4me: can you have a look?10:25
*** Disova has quit IRC10:27
*** Amit82 has quit IRC10:29
*** Hosam has joined #openstack-ansible10:31
*** alij has joined #openstack-ansible10:32
*** alij has quit IRC10:32
Mr_Smurfif I just fetch the master branch.. is that newton or ocata stuff?10:33
*** udesale has quit IRC10:34
*** stuartgr has joined #openstack-ansible10:39
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-ops master: Update repo for stable/ocata  https://review.openstack.org/43072910:40
*** karimb has joined #openstack-ansible10:41
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_almanach master: Update repo for stable/ocata  https://review.openstack.org/43073010:41
odyssey4meMr_Smurf master is now Pike10:41
odyssey4meberendt in a bit, just finishing up some other work10:41
openstackgerritAndy McCrae proposed openstack/openstack-ansible master: Revert role pins in master branch  https://review.openstack.org/42973910:41
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cloudkitty master: Update repo for stable/ocata  https://review.openstack.org/43073610:42
andymccrok now hopefully that should fix master branch10:42
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_monasca master: Update repo for stable/ocata  https://review.openstack.org/43074510:43
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_watcher master: Update repo for stable/ocata  https://review.openstack.org/43075210:44
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_zaqar master: Update repo for stable/ocata  https://review.openstack.org/43075310:44
andymccrevrardjp: if we setup UCA for all it'll fix swift's liberasure errors. so i am in favour of this :P10:48
odyssey4meandymccr yeah, I think it's the way to go10:49
odyssey4mewe should probably port that change all the way back to newton too10:49
*** winggundamth__ has quit IRC10:49
andymccrodyssey4me: yeah i think thats a good way to go - it'll have a rel note and we can version bump to .110:51
odyssey4meyeah, not a bad idea10:53
*** ngupta has joined #openstack-ansible10:53
*** Hosam_ has joined #openstack-ansible10:54
*** Hosam has quit IRC10:57
*** ngupta has quit IRC10:57
odyssey4meandymccr I see you're working through them - I'll leave you to it10:57
odyssey4meit was a scripted adjustment, so I probably got some things wrong, but they should be easy to fix10:58
andymccryeah it was just the etcd repo i think10:58
andymccrif that doesnt work will look harder10:58
*** admin0_ has joined #openstack-ansible11:00
andymccrdamn where's drifterza when you need him :P11:00
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_monasca master: Update repo for stable/ocata  https://review.openstack.org/43074511:01
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_monasca master: Update repo for stable/ocata  https://review.openstack.org/43074511:01
odyssey4meandymccr oh dear, that's a master patch11:02
andymccrahh11:02
andymccrhmm11:02
*** electrofelix has joined #openstack-ansible11:03
mancdazandymccr odyssey4me where is the easiest place to find a list of all the independent OSA roles that we have. and of those, which are in the integrated gate?11:03
odyssey4mejust abandon11:03
andymccrfixed :)11:03
andymccri cherry picked11:03
odyssey4meah11:03
odyssey4memancdaz the integrated roles are all in the 'ansible-role-requirements' file in the integrated repo11:04
*** Disova has joined #openstack-ansible11:04
odyssey4mea simple way to find all the roles is to search using the prefix in github11:04
mancdazodyssey4me lovely thanks11:04
odyssey4meandymccr for those you manually branched, you'll have to update the .gitreview yourself11:04
andymccrodyssey4me: sure11:05
odyssey4meandymccr for example https://review.openstack.org/43068311:05
andymccryeah should be np11:05
odyssey4methe release team has automation that usually does it when they do the branch job - but obviosuly that didn't happen here11:05
mancdaz52 separate roles odyssey4me11:10
*** sdake has quit IRC11:11
*** Jack_Iv has joined #openstack-ansible11:11
*** sdake has joined #openstack-ansible11:11
odyssey4memancdaz sounds about right11:11
odyssey4mesome are no longer in use, but most are11:12
*** Jack_Iv has quit IRC11:12
*** Jack_Iv has joined #openstack-ansible11:12
mancdaz37 in the integrated build11:12
mancdazplus some external ones11:13
openstackgerritMerged openstack/openstack-ansible-os_keystone master: Resolved Keystone Federation bugs  https://review.openstack.org/43051911:20
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_magnum master: Add inventory for nova_placement service  https://review.openstack.org/43084311:26
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_ironic master: Add nova_placement service to test inventory  https://review.openstack.org/43084511:28
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_tempest master: Add nova_placement service to tests inventory  https://review.openstack.org/43085211:39
odyssey4meandymccr look out for this mistake made on roles which have the upgrade job: https://review.openstack.org/43085311:40
andymccrahh11:40
andymccralso the zaqar role doesnt have a voting gate job?11:40
andymccri'll promote the nv-xenial job since it works11:41
odyssey4meyeah, the trusty was voting11:41
odyssey4methen that got ditched11:41
*** sdake has quit IRC11:43
odyssey4mebbiab running some errands11:44
*** jimbaker has quit IRC11:50
andymccrhmm that os_rally role im not sure about - there is no branching in the upstream repo for that.11:53
andymccrahh they have tags11:54
*** chhavi has joined #openstack-ansible11:54
*** smatzek_ has joined #openstack-ansible11:55
*** smatzek__ has joined #openstack-ansible11:57
*** DimGR has joined #openstack-ansible11:58
DimGRhi11:59
*** thorst_ has joined #openstack-ansible12:00
*** smatzek_ has quit IRC12:01
zaog'day12:02
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_sahara master: Add nova_api_placement group to tests inventory  https://review.openstack.org/43086312:03
*** DimGR has quit IRC12:04
*** DimGR has joined #openstack-ansible12:04
*** DimGR has quit IRC12:04
*** DimGR has joined #openstack-ansible12:05
*** thorst_ has quit IRC12:05
*** Jack_Iv has quit IRC12:07
*** DimGR has quit IRC12:07
*** DimGR has joined #openstack-ansible12:08
*** Jack_Iv has joined #openstack-ansible12:08
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_magnum master: Add inventory for nova_placement service  https://review.openstack.org/43084312:12
*** Jack_Iv has quit IRC12:12
*** DimGR has quit IRC12:13
*** faizy has quit IRC12:16
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Ensures the host IP isn't used for containers  https://review.openstack.org/43086912:19
evrardjphughsaunders:  ^12:19
evrardjpthis file is templated during the bootstrap aio12:20
*** DimGR has joined #openstack-ansible12:20
hughsaundershttps://review.openstack.org/#/c/300421/12:24
hughsaunderslooks like we've been here before :(12:24
*** david-lyle has quit IRC12:24
Andrew_jediHello folks, trying to deploy stable/newton on 3 baremetal amchines, ansible connects with one and throws "Unreachable, [Errno None] Unable to connect to port 22 on 172.29.236.10" for the other two machines. It does look like an ansible error but i was wondering if someone else have also encountered the same problem12:25
andymccrAndrew_jedi: is there a host on 172.29.236.10 ?12:26
evrardjpAndrew_jedi: up to you to vote for it you know: https://review.openstack.org/#/c/430208/ :p12:27
evrardjpwoops12:27
evrardjpthat was for andymccr ^12:27
Andrew_jediandymccr: Yes, you mean a physical box right ?12:27
Andrew_jedievrardjp: :)12:28
hughsaundersAndrew_jedi: can you manually ssh to all the servers from the deployment host?12:28
andymccrAndrew_jedi: well anything really - i think thats ansible's way of saying it can't ssh to that host and its getting a "host unreachable" error12:28
Andrew_jedihughsaunders: Yes, i can12:28
andymccrevrardjp: im a bit concerned the nova individual patch isnt going in for that bump.12:28
andymccror rather isnt passing gate12:29
hughsaundersAndrew_jedi: in that case, you need to match the settings you are using for manually sshing with your ansible settings (key, username, etc)12:29
andymccrhughsaunders: Andrew_jedi i think if you run it with a -vvv (the ansible playbook run) it'll show you some more information too12:29
Andrew_jedihughsaunders: you mean in ansible.cfg ?12:29
Andrew_jediandymccr: I did that, not much info there12:30
andymccrugh :(12:30
Andrew_jedi:/12:30
Andrew_jedi:(12:30
evrardjpandymccr: let me have a look12:30
andymccrAndrew_jedi:  its a bit tough - because that error is really just saying that when ansible goes to ssh to that host it gets an unreachable error returned12:31
andymccrso at that point the task/role anything doesn't matter - its just the base ssh bit that it's not able to do12:31
evrardjpandymccr: if you're talking about https://review.openstack.org/#/c/430222/, I don't think the failure is linked to the patch.12:32
andymccrevrardjp: assumed it was since its succeeding on centos12:34
*** admin0_ has quit IRC12:35
andymccrok imgonna go get some lunch etc. i'll pick that up when i get back - and follow up on any of the failing gate bits etc :P hopefully we can fix all the ocata branching bits today12:35
andymccrahh evrardjp seems you're right although i think the group name may have changed?12:35
andymccrbased on that error12:36
andymccrshould be an easy fix though12:36
Andrew_jediandymccr: Fixed it :)12:36
andymccrAndrew_jedi: what was the issue?12:36
Andrew_jediandymccr: Well, I am super stupid ... I copied some parts of openstack_user_config.yml from my Virtual test environment running Ocata and there i have used "172.29.236.x" subnet and in the baremetal environment i am supposed to use "172.29.238.x"12:39
Andrew_jediandymccr: Replaced "236" with "238" in openstack_user_config.yml and bingooooo!!!12:39
Andrew_jediandymccr: sorry for the noise :(12:40
*** Hosam has joined #openstack-ansible12:40
*** thorst_ has joined #openstack-ansible12:41
andymccrhaha no problem - at least its working now12:42
zaoAndrew_jedi: The best kind of bug is the one that's just user error.12:42
Andrew_jedizao: haha, good one12:43
*** hw_wutianwei has quit IRC12:43
*** Hosam_ has quit IRC12:44
*** chhavi has quit IRC12:44
*** retreved has joined #openstack-ansible12:46
*** Hosam has quit IRC12:52
*** rcarrillocruz has joined #openstack-ansible12:57
*** jmckind has joined #openstack-ansible12:57
rcarrillocruzheya folks12:57
rcarrillocruzjust giving first attempt to OSA12:58
rcarrillocruzgetting this failure on bootstrap-aio12:58
rcarrillocruzhttp://paste.openstack.org/show/598080/12:58
rcarrillocruzany hint?12:58
rcarrillocruzusing latest tag, trusty 6412:58
*** askb has quit IRC12:58
rcarrillocruzi don't see the play gathering facts fwiw12:59
*** japestinho has quit IRC13:01
mhaydenlbragstad_: congratulations on PTL! :)13:03
mhaydenberendt: here now13:03
mhaydenmorning folks13:03
rcarrillocruzhmm13:06
rcarrillocruzok13:06
rcarrillocruzroot@vagrant-ubuntu-trusty-64:/home/vagrant/osa# ls /etc/ansible/roles/pip_install/vars/13:06
rcarrillocruzredhat-7.yml  ubuntu-16.04.yml13:06
rcarrillocruzi see it pulls a cached facts13:06
berendtmhayden: morning. odyssey4me already helped me. can you please have a look at https://review.openstack.org/#/c/430707/13:06
rcarrillocruzit's not a cached facts problem, it seems this tagged version only supported xenial or redhat-713:07
mhaydenberendt: sure -- but i might need more coffee before i can look at patches :P13:07
berendtmhayden: i fully understand this ;)13:07
mhaydenberendt: done!  i meant to backport that before13:09
mhaydenodyssey4me: https://review.openstack.org/#/c/430707/ is good if you want to deuce it13:09
berendtmhayden: thanks. in the meantime we tested 15.0.0rc1 on CentOS7 and this worked like expected. Only the changed variable names are a little bit confusing.13:10
*** SerenaFeng has joined #openstack-ansible13:12
*** klamath has joined #openstack-ansible13:13
openstackgerritChristian Berendt proposed openstack/openstack-ansible-security stable/newton: Fix auditd restart handler  https://review.openstack.org/43090013:15
berendtmhayden: this is one more that needs to be backported to be able to use centos 7 with 14er release13:15
berendtmhayden: i opened a bug report for stable/newton for this issue, should i reference this bug in the cherry pick?13:16
*** admin0_ has joined #openstack-ansible13:19
*** mattt has quit IRC13:20
*** mattt has joined #openstack-ansible13:20
*** jheroux has joined #openstack-ansible13:21
openstackgerritMerged openstack/openstack-ansible-security stable/newton: Handle SELinux properly when it is disabled  https://review.openstack.org/43070713:22
*** retreved has quit IRC13:27
openstackgerritDavid Rabel proposed openstack/openstack-ansible-security stable/newton: Fix auditd restart handler  https://review.openstack.org/43090013:27
*** lbragstad_ is now known as lbragstad13:29
lbragstadmhayden thank you, sir!13:29
*** nbante has joined #openstack-ansible13:31
*** retreved has joined #openstack-ansible13:34
*** gouthamr has joined #openstack-ansible13:35
*** gouthamr has quit IRC13:35
*** sdake has joined #openstack-ansible13:36
*** fguillot has joined #openstack-ansible13:36
*** chhavi has joined #openstack-ansible13:49
*** faizy has joined #openstack-ansible13:52
*** hw_wutianwei has joined #openstack-ansible13:53
*** lucas_ has joined #openstack-ansible13:58
*** woodard has joined #openstack-ansible14:00
*** karimb has quit IRC14:03
mhaydenberendt: yeah, that was a challenge to deal with14:04
mhaydenberendt: sure -- feel free to backport anything i missed14:04
mhaydenso i think there's another one that need to be backported before 43090014:05
* mhayden looks14:05
*** esberglu has joined #openstack-ansible14:06
*** cathrichardson has joined #openstack-ansible14:07
mhaydenberendt: this one needs to get backported first -> https://review.openstack.org/#/c/416269/14:08
odyssey4meandymccr yeah, for tempest and rally I typically just pin the SHA at the last SHA pin for the series14:08
evrardjphughsaunders: this is the one I was talking about: https://review.openstack.org/#/c/430942/14:10
*** cathrich_ has joined #openstack-ansible14:12
hughsaundersevrardjp: http://porkmail.org/era/unix/award.html14:12
*** cathrichardson has quit IRC14:12
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Bring idempotency to swapon  https://review.openstack.org/43094214:13
mhaydenodyssey4me: did you want me to mash the patches together for https://review.openstack.org/429821 ?  or should we just backport them in the right order?14:14
odyssey4memhayden better to mash them together, otherwise other things will break while we wait for the second one14:16
mhaydencan do14:16
openstackgerritMerged openstack/openstack-ansible-apt_package_pinning master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43053314:16
*** The_Intern has joined #openstack-ansible14:17
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_cinder master: Implementing stricter permissions on config files  https://review.openstack.org/43037114:17
*** karimb has joined #openstack-ansible14:17
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_keystone master: Implementing stricter permissions on config files  https://review.openstack.org/43035614:18
*** lucas_ has quit IRC14:18
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cinder master: Update upgrade test to use stable/ocata  https://review.openstack.org/43095514:21
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_glance master: Update upgrade test to use stable/ocata  https://review.openstack.org/43095614:21
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Bring idempotency to swapon  https://review.openstack.org/43094214:21
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_keystone master: Update upgrade test to use stable/ocata  https://review.openstack.org/43095814:21
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_neutron master: Update upgrade test to use stable/ocata  https://review.openstack.org/43095914:22
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova master: Update upgrade test to use stable/ocata  https://review.openstack.org/43096014:22
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_swift master: Update upgrade test to use stable/ocata  https://review.openstack.org/43096114:22
*** crushil has joined #openstack-ansible14:23
mhaydenodyssey4me: okay, i think i got this right -> https://review.openstack.org/#/c/429821/14:23
evrardjpI think ocata for UCA sucks14:23
*** udesale has joined #openstack-ansible14:23
evrardjpandymccr: ok to use UCA/RDO everywhere with the current Newton and we do another commit to move to ocata when it's more stable?14:24
odyssey4meevrardjp I think it's quite possible that the issue logan- was seeing with regards to compute nodes not being available may apply to your ocata UCA patch14:24
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_nova master: Implementing stricter permissions on config files  https://review.openstack.org/43096214:25
evrardjpodyssey4me: what do you mean?14:25
odyssey4meie I think it may have to do with the placement API, and nothing to do with UCA14:25
odyssey4methat's complete speculation on my part though14:25
*** shausy has quit IRC14:25
evrardjpwell I supposed it was fine to use ocata for stable/ocata, but apparently it's not a great idea.14:25
odyssey4meevrardjp the point is that it's more likely a race condition14:26
odyssey4methe compute isn't registering in time14:26
*** LinStatSDR has joined #openstack-ansible14:26
odyssey4menot sure though - perhaps logan- can help figure it out14:26
evrardjpdo you have a link somewhere I can have a look?14:26
*** udesale has quit IRC14:27
odyssey4melgtm mhayden14:27
*** udesale has joined #openstack-ansible14:27
*** smatzek__ has quit IRC14:27
odyssey4meevrardjp https://review.openstack.org/429779 & https://review.openstack.org/43054014:28
evrardjpthx14:28
*** cathrich_ is now known as cathrichardson14:28
*** mcrafty has joined #openstack-ansible14:29
openstackgerritMerged openstack/openstack-ansible-rabbitmq_server stable/mitaka: Make all linting tests use upper-constraints  https://review.openstack.org/43058814:30
openstackgerritMajor Hayden proposed openstack/openstack-ansible-lxc_hosts master: Use COPR pkg for LXC on CentOS  https://review.openstack.org/42975514:31
openstackgerritMerged openstack/openstack-ansible-openstack_openrc master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43055514:31
*** sliver has quit IRC14:32
openstackgerritMajor Hayden proposed openstack/openstack-ansible-os_ceilometer master: Add release note for git_config_lookup_location  https://review.openstack.org/43030514:32
*** ngupta has joined #openstack-ansible14:33
mhaydenodyssey4me: https://review.openstack.org/430305 is ready to roll -- just added a missing backtick14:33
openstackgerritMerged openstack/openstack-ansible-os_heat master: Implementing stricter permissions on config files  https://review.openstack.org/43035514:34
*** Andrew_jedi has quit IRC14:36
openstackgerritMerged openstack/openstack-ansible-os_ceilometer master: Add release note for git_config_lookup_location  https://review.openstack.org/43030514:39
*** SerenaFe_ has joined #openstack-ansible14:39
*** SerenaFeng has quit IRC14:42
odyssey4meandymccr I see that os_cinder still uses the older consolidated method of doing the upgrade test - I expect you may wish to change that up before we get https://review.openstack.org/430955 & https://review.openstack.org/430735 merged?14:42
openstackgerritMerged openstack/openstack-ansible-repo_build stable/newton: Actually remove os-release files  https://review.openstack.org/43036414:42
andymccrhmm weird i thought i changed all of htem14:43
odyssey4memgariepy do you have the ability to +2 yet?14:44
odyssey4meandymccr I think the sahara repo will also need the placement API as it also uses nova14:44
*** crushil has quit IRC14:44
andymccrhttps://review.openstack.org/#/c/430863/ already in14:45
andymccrodyssey4me: not yet i'll add him during the meeting tomorrow unless there are some weird objections which im very sure there wont be :P14:45
odyssey4meah, missed that one - great :)14:45
odyssey4meah ok, I was going to suggest that he use it for https://review.openstack.org/429755 :)14:45
*** crushil has joined #openstack-ansible14:45
andymccrdone! :P14:46
odyssey4meorsm14:46
*** victorhe has joined #openstack-ansible14:47
*** The_Intern has quit IRC14:52
DimGRcan someone please take a look at my interfaces and syslog logs and give me an idea as to why no interfaces come up after a reboot ? just lo comes up . All necessary utils like bridge-utils , ifenslave etc are installed. the logs are here :    paste.openstack.org/show/59809914:53
openstackgerritMerged openstack/openstack-ansible-os_glance master: Implementing stricter permissions on config files  https://review.openstack.org/43038314:54
openstackgerritMerged openstack/openstack-ansible-lxc_hosts master: Use COPR pkg for LXC on CentOS  https://review.openstack.org/42975514:54
*** chris_hultin|AWA is now known as chris_hultin14:55
*** manheim has joined #openstack-ansible14:56
*** smatzek has joined #openstack-ansible14:57
openstackgerritMerged openstack/openstack-ansible-os_gnocchi master: Set the git location url to be the base gnocchi repo  https://review.openstack.org/43029414:57
openstackgerritMerged openstack/openstack-ansible-os_neutron master: Implementing stricter permissions on config files  https://review.openstack.org/43041014:58
*** chhavi has quit IRC14:58
openstackgerritMerged openstack/openstack-ansible-tests master: Removed duplicate test var  https://review.openstack.org/43063514:59
openstackgerritMerged openstack/openstack-ansible-tests master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43062814:59
*** esberglu_ has joined #openstack-ansible15:01
*** adrian_otto has joined #openstack-ansible15:02
*** dankrs has joined #openstack-ansible15:03
*** weezS has joined #openstack-ansible15:03
*** esberglu has quit IRC15:04
*** dankolbrs has quit IRC15:05
*** adrian_otto1 has joined #openstack-ansible15:05
*** adrian_otto has quit IRC15:07
*** admin0_ has quit IRC15:08
*** vcn has joined #openstack-ansible15:08
*** admin0_ has joined #openstack-ansible15:09
*** vcn has quit IRC15:09
*** vcn has joined #openstack-ansible15:09
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Add traceroute commands to the gate  https://review.openstack.org/37578815:10
*** vcn has quit IRC15:10
openstackgerritMerged openstack/openstack-ansible-os_sahara master: Add nova_api_placement group to tests inventory  https://review.openstack.org/43086315:10
*** vcn has joined #openstack-ansible15:11
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Add tracepath commands to the gate  https://review.openstack.org/37578815:11
*** vcn has quit IRC15:14
*** fxpester has quit IRC15:16
*** lucas_ has joined #openstack-ansible15:16
*** SerenaFe_ has quit IRC15:16
openstackgerritMerged openstack/openstack-ansible-os_ironic master: Add nova_placement service to test inventory  https://review.openstack.org/43084515:16
openstackgerritMerged openstack/openstack-ansible-os_cinder master: Add variable to enable integration with barbican  https://review.openstack.org/42698615:16
*** sacharya has joined #openstack-ansible15:20
*** adrian_otto1 is now known as adrian_otto15:21
manheimhello, is it possible to deploy kilo with openstack ansible?15:21
*** nbante has quit IRC15:21
odyssey4memanheim perhaps - there's a kilo-eol tag15:22
*** nbante has joined #openstack-ansible15:22
odyssey4mealthough upper constraints, which constrains the package versions installed to help make the deployment repeatably successful, was only introduced in liberty and made to work best in mitaka15:22
*** acormier has joined #openstack-ansible15:22
odyssey4meso yes, you can try and it may or may not work15:22
odyssey4meit may be a bumpy ride15:22
*** gouthamr has joined #openstack-ansible15:23
odyssey4mealthough IIRC cloudnull deployed it recently and it worked15:23
openstackgerritMerged openstack/openstack-ansible-os_magnum master: Add inventory for nova_placement service  https://review.openstack.org/43084315:27
rcarrillocruzjebus, kudos folks, have an openstack running with just 3 commands15:29
rcarrillocruzamazing project15:29
* rcarrillocruz goes to play with his brand new openstack aio15:30
odyssey4mercarrillocruz :)15:30
*** gouthamr has quit IRC15:30
openstackgerritMerged openstack/openstack-ansible-os_cinder master: Implementing stricter permissions on config files  https://review.openstack.org/43037115:30
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Add tracepath commands to the AIO  https://review.openstack.org/43099515:30
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Add tracepath commands to the AIO  https://review.openstack.org/43099515:32
logan-morning15:33
evrardjpmorning logan-15:33
logan-hey evrardjp. were you seeing some other placement api related race stuff?15:35
openstackgerritMerged openstack/openstack-ansible-os_keystone master: Implementing stricter permissions on config files  https://review.openstack.org/43035615:35
evrardjpI didn't see anything, jesse told me you got issues due to (probably) one of my patches?15:35
odyssey4meevrardjp no, that's a misunderstanding15:36
odyssey4mebasically the UCA ocata in os_nova patches are failing, but so are all other nova patches15:36
logan-ah15:36
evrardjpoh15:36
evrardjpok15:36
odyssey4meI think it may relate to the same issue that logan- discovered with ceph15:36
odyssey4meit's plausible that there's a race condition due to the placement system where the compute is not registering in time15:36
odyssey4methat's causing the 'no compute host available' or 'availability zone not found'15:37
logan-hmm yeah maybe compute is not starting fast enough after the flush handlers15:37
odyssey4meI'm not sure - this is speculation.15:37
odyssey4meBut I can say that os_nova and stuff that uses it is failing a lot more often than it should.15:37
logan-because nova flushes handlers (starts the service), then it doesn't wait very long before it tries to register placement cell15:37
logan-i think thats a reasonable suspicion15:37
logan-theres some spinup time in nova-compute and then it has to register the service with nova api etc15:38
*** LinStatSDR has quit IRC15:38
logan-really need to be able to set a default cell in nova.conf or something :/15:39
odyssey4mejohnthetubaguy ^15:39
*** LinStatSDR has joined #openstack-ansible15:40
odyssey4meor perhaps we need to really consider pulling nova-compute into its own role so that we can properly co-ordinate things15:40
odyssey4meobviously we can't do that now though15:40
evrardjpcould we use wait_for ?15:41
odyssey4memaybe we need to do some sort of wait loop, yeah15:41
odyssey4medo an api check for a compute node, wait until one is found15:41
logan-yeah id really like to see a way to make the check hostname specific if we do that so we aren't just looking for any compute node registered15:42
logan-that will break the ceph stuff even more though if we are waiting around for a service to show up15:42
logan-i guess if we can merge the taskset stuff we could just always run os_nova without the cell enrollment initially15:43
logan-and then re-run it later with the cell_enrollment taskset only after ceph_client has run if needed15:43
odyssey4meor alternatively bring the ceph_client tasks into the nova role?15:43
odyssey4meie work towards eliminating that role - move those tasks into the service specific roles15:44
stevemarodyssey4me: if you have a minute, can you review https://review.openstack.org/#/c/416383/ ?15:44
logan-yeah maybe just the library linking part15:45
odyssey4mestevemar sure thing :) I've been monitoring it, but haven't yet looked through it15:45
evrardjplogan-: If we are introducing this kind of pattern it's a slippery slope vs what we are supposed to be doing with ansible15:45
evrardjpbut I think it's the only way to do it right now15:45
evrardjpI'd be happy to bring the ceph bits into each role, even if it means duplication15:46
logan-well moving the ceph library linking to os_nova should be possible. but the taskset stuff gives us some handy functionality outside just this specific ceph issue. i know i've already got a specific unrelated use case in mind15:46
stevemarodyssey4me: excellent15:46
evrardjpthe question is, would tags fit the bill? Would facts be a proper alternative?15:47
odyssey4meevrardjp tags can't really be used properly to enable/disable part of the execution15:47
logan-yeah the tags don't help for this15:48
odyssey4methey require the human driving the deployment to know and understand how to use them15:48
odyssey4methe advantage of using vars is that we're able to make the smart decisions for the user15:48
evrardjpodyssey4me: logan- I agree because it's currently in one play15:49
odyssey4meso yes, using a var and perhaps dropping local facts as a way of automating and retaining facts between playbook executions15:49
odyssey4mebut yes, perhaps a PTG discussion we should have is whether the monilith role approach is the right approach for the future15:49
logan-yeah the remote fact cache might be a way to go for this too15:50
DimGRcan someone please take a look at my interfaces and syslog logs and give me an idea as to why no interfaces come up after a reboot ? just lo comes up . All necessary utils like bridge-utils , ifenslave etc are installed. the logs are here :    paste.openstack.org/show/59809915:50
evrardjpso, how can we fix the issues right now with the minimum changes?15:51
logan-i think maybe the remote fact cache could manipulate the taskset list somehow? so you could have best of both worlds15:51
odyssey4methat is the million dollar question15:51
logan-i think the minimum changes are already proposed :P15:51
openstackgerritOmer Anson proposed openstack/openstack-ansible-os_neutron master: Implement Dragonflow deployment  https://review.openstack.org/39152415:51
logan-that'll fix the ceph thing anyway. as far as the other race condition that's going to have to be fixed as well15:52
logan-they're separate though. one is a ceph_client race, the other one is a nova-compute initialization race15:52
*** adrian_otto has quit IRC15:57
*** Andrew_jedi has joined #openstack-ansible15:59
*** karimb has quit IRC16:01
*** schwicht has joined #openstack-ansible16:01
*** karimb has joined #openstack-ansible16:03
*** galstrom_zzz is now known as galstrom16:05
*** chyka has joined #openstack-ansible16:07
*** marst has joined #openstack-ansible16:07
*** chyka has quit IRC16:08
*** DanyC has quit IRC16:09
*** Jack_Iv has joined #openstack-ansible16:12
*** xingchao_ has quit IRC16:14
*** adrian_otto has joined #openstack-ansible16:15
*** The_Intern has joined #openstack-ansible16:16
*** Jack_Iv has quit IRC16:19
xgermanguess I am late to the nova party but my system is also not working16:19
*** Jack_Iv has joined #openstack-ansible16:21
*** david-lyle has joined #openstack-ansible16:23
*** udesale has quit IRC16:24
openstackgerritweezer su proposed openstack/openstack-ansible-ops master: Add kernel option into preseed  https://review.openstack.org/43044516:24
*** hw_wutianwei has quit IRC16:28
*** woodard has quit IRC16:28
*** karimb has quit IRC16:28
*** woodard has joined #openstack-ansible16:29
*** karimb has joined #openstack-ansible16:30
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Bring idempotency to swapon  https://review.openstack.org/43094216:30
*** woodard has quit IRC16:32
*** sdake_ has joined #openstack-ansible16:36
*** sdake has quit IRC16:38
cloudnullo/16:39
kencjohnstonDoes OpenStack Ansible have the ability to use alternative messaging queues to Rabbit?16:42
odyssey4mekencjohnston not in a simple way, but it is possible16:42
*** zz_pwnall1337 is now known as pwnall133716:42
odyssey4methere has been no driver to do so16:42
odyssey4meand certainly no contributors interested in doing so16:42
kencjohnstonodyssey4me ok thanks, no driver and no roles?16:42
odyssey4meno role, and no wiring16:43
openstackgerritMerged openstack/openstack-ansible-rabbitmq_server master: Update RabbitMQ to v3.6.6-1  https://review.openstack.org/43060416:43
odyssey4meyou can technically do it through the use of config overrides16:43
odyssey4methe drivers are built into openstack16:43
odyssey4meso by 'no drivers to do so' I mean there has been no motivation16:43
kencjohnstonodyssey4me ahh got it. And a motivated effort would require roles in OSA and support in the individual projects?16:44
odyssey4mewell, there may be roles available in ansible galaxy already16:44
odyssey4meso we may not have to develop one16:45
odyssey4mefor us as a project we'd need a good reason to expand the test matrix16:45
odyssey4mebecause our current contributors only want the one we have16:45
odyssey4meadding another one would mean adding tests to verify that it works16:45
*** strattao- has quit IRC16:46
*** strattao_ has joined #openstack-ansible16:46
odyssey4meconsider our current integrated build test matrix16:46
odyssey4mecentos + ubuntu OS16:46
kencjohnstonodyssey4me got it16:46
odyssey4mean AIO build with swift, and another with ceph16:47
kencjohnstonodyssey4me Adding another que doubles the number of integrated builds16:47
LinStatSDRcentos + ubuntu <316:47
openstackgerritLogan V proposed openstack/openstack-ansible master: [WIP] Containerize HAProxy  https://review.openstack.org/42901916:47
odyssey4meadd an alternative mq and we have to add one for each of those16:47
odyssey4meso ubuntu / swift / rabbit & ubuntu / swift / zmq16:47
odyssey4methen ubuntu / ceph / rabbit & ubuntu / ceph / zmq16:48
odyssey4methen centos for each of the above16:48
*** jimbaker has joined #openstack-ansible16:48
odyssey4meso yeah, basically it starts increasing the risk of false failures and therefore the work it takes to get a simple patch in16:48
*** jimbaker is now known as Guest3555216:49
odyssey4meso unless we have a good reason to do it, it is within our better interest to keep the matrix smaller16:49
odyssey4meif we get a horde of new contributors, then we get ahorde of people to help troubleshoot and maintain - then perhaps it makes sense to expand the matrix16:49
odyssey4meit's either that or we add it and it's an intested path16:50
odyssey4me*untested16:50
*** galstrom is now known as galstrom_zzz16:50
odyssey4mekencjohnston where's the question coming from?16:51
*** Guest35552 is now known as jimbaker`16:51
kencjohnstonodyssey4me I heard someone say recently that upstream was considering moving away form Rabbit, which was news to me. Most likely just "fake news."16:51
LinStatSDRi never heard of them talking about that16:52
kencjohnstonodyssey4me I wanted to understand the effort required to do so.16:52
odyssey4mekencjohnston if that happens, then that provides us motivation16:52
LinStatSDRthat be a bold move rn16:52
kencjohnstonLinStatSDR Me neither, tracking it down.16:52
odyssey4mebut yeah, I've heard that for as long as I've been working with openstack16:52
*** david-lyle has quit IRC16:52
bgmccollum"real-soon-now"16:53
kencjohnstonodyssey4me Ah, that explains it. I'd not. RabbitMQ "The worst queing system out there, except for all others."16:53
odyssey4memost often rabbitmq is not the evil people think it is - it's usually bad configuration that's the culprit16:53
andymccr"the worst queueing system out there, until you try the others" :P16:53
odyssey4meyep16:53
odyssey4methere was an effort a few cycles back to make zmq 'the thing' to replace rabbitmq... and it failed16:54
*** sacharya has quit IRC16:54
odyssey4meI think that tripleo/red hat use it - but they're the only ones16:54
*** sacharya has joined #openstack-ansible16:54
*** jimbaker` has quit IRC16:55
*** jimbaker` has joined #openstack-ansible16:55
*** jimbaker` is now known as jimbaker16:55
*** admin0_ has quit IRC16:55
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-rabbitmq_server stable/newton: Update RabbitMQ to v3.6.6-1  https://review.openstack.org/43105616:55
boxrick1I read ZMQ is more difficult to get going with.16:59
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-rabbitmq_server stable/mitaka: Update RabbitMQ to v3.6.6-1  https://review.openstack.org/43106817:00
*** marst_ has joined #openstack-ansible17:03
*** marst has quit IRC17:03
Andrew_jedifolks, i deployed OSA newton release on a baremetal environment one controller, 2 compute, each having one network bond, configured something like this http://paste.openstack.org/show/598120/ with kvm and vlan provider networks and now the issue is that instances don't have internet connectivity.17:08
*** chhavi has joined #openstack-ansible17:10
Andrew_jedii somehow have bad luck when it comes to internet connectivity of instnaces, both my virtual and baremetal environments suffer from the same problem :(17:10
Andrew_jediSigh.17:11
*** david-lyle has joined #openstack-ansible17:12
Andrew_jediodyssey4me: Reliance jio were using zmq17:12
*** ssmith has joined #openstack-ansible17:15
*** karimb has quit IRC17:16
xgermanafter getting around some nova cell migration problem my swift isn’t coming up. Any ideas?17:16
andymccrxgerman: well that should hopefully be unrelated :D but what kind of errors are you getting?17:18
xgermanthe playbook runs through but I don;t have swift17:19
*** DanyC has joined #openstack-ansible17:19
andymccrxgerman: logs say anything? and do you mean its just not working?17:19
xgermanvar/log/swift is empty and syslog is full of ceilometer crashes17:21
xgermanon the swift-proxy-container17:21
andymccrare the services running at all?17:22
xgermannop17:22
xgermanhttps://www.irccloud.com/pastebin/P1bQgyTY/17:22
andymccrand if you try start it?17:23
xgermanhow?17:23
xgermannever started it myself17:23
*** woodard has joined #openstack-ansible17:23
andymccrxgerman: should be a systemd script so you can do service swift-proxy-server start17:24
xgermanthe bin/swift things I have is the client17:24
*** DanyC has quit IRC17:24
xgermanit seems to be hanging; no logs17:25
andymccrxgerman: you should be able to do like systemctl swift-proxy-server status i think, to see why its not starting - and are any of the storage services running?17:26
*** weezS_ has joined #openstack-ansible17:26
*** chhavi has quit IRC17:26
*** weezS_ has left #openstack-ansible17:26
xgermanhttps://www.irccloud.com/pastebin/QGml6wOf/17:26
*** smatzek has quit IRC17:29
andymccrcan you try running the exec command to start it manually: /openstack/venvs/swift-master/bin/swift-proxy-server /etc/swift/proxy-server/proxy-server.conf17:29
*** retreved_ has joined #openstack-ansible17:29
*** LinStatSDR has quit IRC17:29
openstackgerritLogan V proposed openstack/openstack-ansible-os_nova master: Wait for nova-compute service registration  https://review.openstack.org/43108017:32
xgermanhttps://www.irccloud.com/pastebin/L39tjmBQ/17:32
*** retreved has quit IRC17:33
openstackgerritLogan V proposed openstack/openstack-ansible-os_nova master: Wait for nova-compute service registration  https://review.openstack.org/43108017:33
*** topol_ is now known as topol17:33
*** retreved_ has quit IRC17:34
sigmavirusxgerman: looks like you have missing python packages17:35
xgermanok, yeah, I don’t know much about swift so was hoping the system would just install it17:35
andymccrxgerman: how did you deploy to get that error?17:35
andymccrxgerman: it should - i know there are some liberasure issues, but it usually doesnt fail because of it - and it should be resolved once we move to use the latest version of liberasurecode1 (which isnt in xenial repos, and is only in the UCA repo unfortunately!)17:36
openstackgerritLogan V proposed openstack/openstack-ansible-os_nova master: Wait for nova-compute service registration  https://review.openstack.org/43108017:36
xgermanI ran the os-swift-install.yml17:36
xgermanplaybook multiple times17:36
xgerman(had a nova error earlier with setup-openstack) and then designate had an error…17:37
sigmavirusxgerman: actually I misspoke, the C-extension for the python package can't find a symbol17:37
*** Jack_Iv has quit IRC17:37
*** Jack_Iv has joined #openstack-ansible17:37
*** DanyC has joined #openstack-ansible17:38
xgermanall I want is glance to work ;-)17:38
andymccrxgerman: you could skip swift then and set the backend to file, unless you are using multiple glance servers17:38
sigmavirusxgerman: that's such a vague desire17:39
*** adrian_otto1 has joined #openstack-ansible17:39
xgermanok, does osa do that for me (make it file) or do I need to go into the container and change it?17:40
andymccrxgerman: osa will do it, you just need to set the right var and run the glance play again. lemme find the right var17:41
sigmavirusxgerman: sounds like your OSA deployment is completely borked17:41
*** adrian_otto has quit IRC17:42
sigmavirusandymccr: there arent' docs for that?17:42
andymccrsigmavirus: yeah there are17:42
*** DanyC has quit IRC17:43
*** Jack_Iv has quit IRC17:43
sigmavirusxgerman: you can probably search the docs pretty easily for "glance_store" then17:43
sigmavirusMight be faster than interrupting andymccr17:43
xgermanok17:43
xgermanok, will so17:43
*** Jack_Iv has joined #openstack-ansible17:43
andymccrgood point :) im pretty sure its glance_file_store or something17:44
sigmavirusthe words "glance" and "store" should be enough17:44
andymccrhahahaha17:44
*** gouthamr has joined #openstack-ansible17:46
*** smatzek has joined #openstack-ansible17:46
*** Andrew_jedi has quit IRC17:48
*** Jack_Iv has quit IRC17:48
*** DanyC has joined #openstack-ansible17:48
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_nova master: Change the group name for the libvirt group  https://review.openstack.org/43108717:49
*** gouthamr has quit IRC17:50
odyssey4meandymccr ^ srsly17:50
andymccrodyssey4me: yeah thats why nova gate is blocked17:50
andymccralthough ive found another issue. the nova-manage cell_create isnt idempotent :(17:51
odyssey4methat's infuriating17:51
logan-wow17:51
odyssey4meis that a xenial versus UCA packaging thing?17:51
andymccryeah17:51
*** adrian_otto1 has quit IRC17:51
andymccrwell17:51
andymccrim guessing on that one17:51
*** lucas_ has quit IRC17:52
odyssey4meandymccr you may need to combine it with https://review.openstack.org/430222 then17:52
odyssey4mebut let's see how it goes17:52
openstackgerritLogan V proposed openstack/openstack-ansible-os_nova master: Wait for nova-compute service registration  https://review.openstack.org/43108017:52
*** adrian_otto has joined #openstack-ansible17:53
andymccron an aside the UCA patch should resolve those swift issues from above17:54
andymccractuall odyssey4me im guessing not: http://logs.openstack.org/62/430962/1/check/gate-openstack-ansible-os_nova-ansible-func-ubuntu-xenial/887ab4d/console.html#_2017-02-08_17_13_24_98663017:54
andymccrthats one of automagically's patches failing when its just a folder permissions change17:54
*** smatzek has quit IRC17:54
logan-andymccr: i haven't repro'd the race condition im aiming to address here https://review.openstack.org/#/c/431080/ but i suspect thats behind some of these tempest failures where there's nothing in the AZ available17:59
*** jamielennox is now known as jamielennox|away18:00
andymccrlogan-: i think if you re-run the nova plays it'll fail because the cell exists already and nova-manage will return an error code18:00
logan-ouch18:00
*** weezS has quit IRC18:01
logan-hopefully a different rc than an actual failure :/18:01
*** xdaxdb has joined #openstack-ansible18:02
andymccreither that or we have to do a conditional based on an output of "list_cells"18:02
logan-ah18:02
odyssey4melogan- andymccr I happen to be mid discussion with the keystone crew about unique RC's relating to https://review.openstack.org/41638318:02
odyssey4meI very much doubt that nova is doing anything other than RC 0 or 118:03
ssmithWhich image type should create an instance the fastest? QCOW2 or RAW?18:03
andymccrodyssey4me: yeah i imagine not18:03
odyssey4meI have discussed the possibility with johnthetubaguy, but nothing has happened as far as I know18:03
odyssey4meit looks like we should get something from keystone in Pike though, here's hoping lbragstad :)18:03
andymccryeah that would be preferable...18:03
andymccreither way it wont go into ocata18:03
*** Eyumalai has joined #openstack-ansible18:04
andymccrso we will need to check it18:04
andymccrthe weight is now on your shoulders lbragstad18:04
andymccrdont let us down18:04
odyssey4meyeah, for now we have to figure out an alternative way18:04
* lbragstad did what?18:04
andymccrlbragstad:  to fix x-manage return codes! :P for ALL18:05
Eyumalai<mhayden>18:05
lbragstads/for ALL/for keystone-manage db_sync --check/18:05
lbragstadsure!18:05
EyumalaiHello mhayden18:06
xdaxdbssmith: that's an interesting question, I doubt there would be much performance difference between them but theoretically RAW might be faster. Block storage would be ideal for performance though18:06
lbragstadravelar can actually help you out with that ;) he's currently doing the need ful18:06
*** karimb has joined #openstack-ansible18:06
logan-cool odyssey4me :)18:06
odyssey4melbragstad that's fine, you guide that to completion and we'll badger dolphm and johnthetubaguy to make it happen everywhere else :p18:06
logan-and lbragstad18:06
mhaydenEyumalai: what's up?18:07
mhaydenEyumalai: no need for naked pings -- just ask away :)18:07
*** Jack_Iv has joined #openstack-ansible18:07
EyumalaiWhen running setup-hosts.yml playbook, the security role is run and fails18:08
Eyumalaifatal: [control host]: FAILED! => {"changed": false, "failed": true, "msg": "Remove AllowUnauthentica ted from files in /etc/apt/apt.conf.d/ to ensure packages are verified."}18:09
*** The_Intern has quit IRC18:09
andymccrEyumalai: the error message kinda says the issue :) but the security role is optional if you don't want to run it!18:10
EyumalaiWe need to run in our environment to pass security audit18:11
*** admin0_ has joined #openstack-ansible18:11
xdaxdbLooking for advice on software updates. Is it intended to run apt directly on containers/hosts after the deployment?18:11
andymccrEyumalai: ok then you'll need to remove the AllowUnauthenticated option from any files in apt.conf.d :)18:11
odyssey4mexdaxdb every time you execute the playbooks they'll update the packages they install, unless you change the expected package state18:12
odyssey4meit is advised that you implement a mirror in which you control when packages update, and that you do your operating system package updates according to your preferred regime18:12
xdaxdbso most of the playbooks are truely idempotent then?18:13
xdaxdbI beleive one of them (setup_hosts maybe) had a warning about not being idempotent18:13
*** Andrew_jedi has joined #openstack-ansible18:13
odyssey4mexdaxdb that's more of a work in progress, but I'd say we're 80-85% there18:13
xdaxdbIt would be nice to know which are and aren't, perhaps a comment at the top of the playbook or roles... does that exist already ?18:15
odyssey4mexdaxdb we have idempotence testing in some of the roles18:15
odyssey4mebut ansible itself reports 'changed' on tasks, so it'll be fairly easy to identify18:16
odyssey4mejust re-run the playbook and see18:16
*** marst_ has quit IRC18:16
odyssey4mebut sure, it'd be great to improve idempotence - feel free to add your hands into the mix to help make that happen :)18:17
xdaxdblol I want to use os-a to deploy a production environment18:17
xdaxdbI intend to at some point18:17
xdaxdb*contribute18:17
*** cloader89 has joined #openstack-ansible18:17
Eyumalaiwe do have local mirror for xenial packages18:18
xdaxdbEyumalai: If it helps, I ran into a couple instances where playbooks failed to run. In one case it was caused by me manually installing packages before running the playbooks. In the other cases I just ran the playbook a second time and it finished sucdcesfuly18:20
*** cpuga has joined #openstack-ansible18:21
*** cpuga has quit IRC18:22
*** manheim has quit IRC18:22
odyssey4meandymccr alrighty, I'm out for the evening - catch you tomorrow18:22
odyssey4mecheers all18:22
*** LinStatSDR has joined #openstack-ansible18:22
xdaxdbo/18:22
andymccrodyssey4me: thanks for all the help - have a good one!18:23
*** marst has joined #openstack-ansible18:25
*** retreved has joined #openstack-ansible18:25
Eyumalaixdaxdb:our local mirror setup for http only , Do we need https ?18:27
*** retreved_ has joined #openstack-ansible18:27
*** smatzek has joined #openstack-ansible18:28
Andrew_jediandymccr: By any chance are you aware of any single nic network configurations for OSA, mine is bad for instance internet connection18:28
*** nbante has quit IRC18:29
*** retreved has quit IRC18:29
andymccrAndrew_jedi: ooh... my network knowledge for that kinda thing is really not that amazing - i know you can do funky things with the network setup - around like aliased interfaces etc-  like we do in the AIO. but im not sure if you want to have internet connectivity how that would gel18:29
Andrew_jediandymccr: gotcha! I am struggling with internet connectivity for the last 2 days. It is a must to play with magnum18:31
openstackgerritOmer Anson proposed openstack/openstack-ansible-os_neutron master: Implement Dragonflow deployment  https://review.openstack.org/39152418:31
xdaxdbEyumalai: I doubt it, but I'm not very familiar with apt. You should probably do a few test runs using default/public repo settings18:35
*** FrankZhang has quit IRC18:35
*** qwang has quit IRC18:35
*** portdirect has quit IRC18:35
*** timsim has quit IRC18:35
*** ikalnytskyi has quit IRC18:35
*** neith has quit IRC18:35
*** meteorfox has quit IRC18:37
*** izaakk has quit IRC18:37
*** boxrick1 has quit IRC18:37
*** worstadmin has quit IRC18:37
*** pramod has quit IRC18:37
*** raddaoui has quit IRC18:37
*** kong has quit IRC18:37
xdaxdbAndrew_jedi: my advice is don't over think it. Manually create the vlans for mgmt, storage, etc. Then make sure they are not in the VLAN ID range specified for neutron. It should work.18:37
EyumalaiThank you xdaxdb18:38
*** retreved_ has quit IRC18:38
*** retreved has joined #openstack-ansible18:39
*** mubix has quit IRC18:45
*** berendt has quit IRC18:45
*** serverascode has quit IRC18:45
*** NachoDuck has quit IRC18:45
*** hogepodge has quit IRC18:45
*** fdegir has quit IRC18:45
*** lucas_ has joined #openstack-ansible18:50
spotzHey guys, we got an email on the openstack list about no availability zones when using OSA newton. Anyone seen it?18:51
andymccrdamnit how do i keep not filtering these :P18:51
*** galstrom_zzz is now known as galstrom18:52
Andrew_jedixdaxdb: not sure if understood it , you mean creating raw devices with vlan id which are not specified in neutron ?18:56
openstackgerritLogan V proposed openstack/openstack-ansible master: Target unbound component group instead of _all  https://review.openstack.org/43111018:59
Andrew_jedispotz: this sometimes happen when your compute is not configured properly19:01
spotzAndrew_jedi: Ok I'll let him know and suggest he pop in here:)19:01
Andrew_jedispotz: neutron agent-lis or nova service-list will show a "XXX" somewhere19:02
Andrew_jedineutron agent-list19:02
*** admin0_ has quit IRC19:02
spotzAndrew_jedi: I understood:)19:02
Andrew_jedispotz: :)19:02
xdaxdbAndrew_jedi: in the host network config make a VLAN sub interface, then make bridge and add the vlan sub insterface as a bridge_port19:04
xdaxdbassuming you have the ability to assign VLANs on your physical network19:05
Andrew_jedixdaxdb: something like this: https://github.com/openstack/openstack-ansible/blob/stable/newton/etc/network/interfaces.d/openstack_interface.cfg.prod.example19:05
*** nbante has joined #openstack-ansible19:05
xdaxdbYes exaclty19:05
Andrew_jedixdaxdb: gotcha! although i have one issue with this config https://github.com/openstack/openstack-ansible/blob/stable/newton/etc/network/interfaces.d/openstack_interface.cfg.prod.example#L10819:06
xdaxdbthat example includes bonding, just ignore the bonding and use eth0 instead of bond019:06
Andrew_jedixdaxdb: ok but what to use for br-vlan ?19:06
xdaxdbHa!, yeah I got hung up on that too19:06
xdaxdbYou can use a vlan sub-interface for that too19:07
xdaxdbit works19:07
Andrew_jedixdaxdb: coool ...19:07
xdaxdbI spent hours worrying about it, finally i just tried it and it worked19:07
*** faizy has quit IRC19:08
xdaxdbjust make sure neutron VLAN range doesn't overlap with your vlans19:08
*** nbante has quit IRC19:08
xdaxdbAndrew_jedi: wait I mis-spoke19:10
*** poopcat has quit IRC19:10
xdaxdbspecify the physical interface for the vlan bridge port19:10
xdaxdbjust eth019:11
Andrew_jedixdaxdb: by any chance can you show me the config in some way, or is too  much to ask.19:11
Andrew_jediif you have it19:11
Andrew_jedixdaxdb: but then br-vlan will take over eth0 ?19:12
openstackgerritLogan V proposed openstack/openstack-ansible-os_nova master: Wait for nova-compute service registration  https://review.openstack.org/43108019:12
xdaxdbIt doesn't over take it, they coexist19:13
xdaxdbThat config you linked is very similar to mine19:13
d34dh0r53o/19:14
LinStatSDRo/19:14
xdaxdbbut don't put an IP on your physical interface19:14
LinStatSDR\o19:15
xdaxdbthat might break the co-existing. I'm not 100% sure, but I did not put an IP on the physical port and it works for me19:15
Andrew_jedixdaxdb: wow, so single nic, no ip and it works :O19:16
xdaxdbyeah you just put an IP on a vlan sub interface of the physical NIC19:16
Andrew_jedixdaxdb: I always used this http://paste.openstack.org/show/598120/ as workaround for a single nic19:17
xdaxdbmake sure you have console access because if you make a mistake you wont be able to ssh in after you reload the network config19:17
*** admin0_ has joined #openstack-ansible19:18
Andrew_jedixdaxdb: oops, i don't have console access, servers are far far far away19:18
xdaxdbyeah I just saw a config like that. I don't understand all that debain style network config. I'm a RH person until very recently19:19
LinStatSDRjust don't make a mistake19:19
LinStatSDRyoull be gucci19:19
xdaxdbno iDRAC or iLO?19:19
*** The_Intern has joined #openstack-ansible19:19
xdaxdbHMC even? (for the IBM power folks :-) )19:20
Andrew_jedixdaxdb: when you say " just put an IP on a vlan sub interface of the physical NIC" , you are refering to all the 4 sub interfaces19:20
Andrew_jedi???19:20
xdaxdbopenstack is forcing me to brush up on ubuntu19:21
Andrew_jedixdaxdb: one vlan sub interface for all the 4 bridges19:21
xdaxdbdifferent vlan for each bridge19:21
*** NachoDuck has joined #openstack-ansible19:21
xdaxdband the vlan bridge gets the physical interface19:21
Andrew_jedixdaxdb: sorry, i meant one for every bridge19:22
*** poopcat has joined #openstack-ansible19:22
*** MasterOfBugs has joined #openstack-ansible19:22
xdaxdbbut if you don't have control over the physical network, it wont work19:23
xdaxdbyou would need to configure your physical network to pass those vlans to you and make sure you the vlan with the IP you are connecting to is getting you to your gateway19:24
Andrew_jedixdaxdb: I do have the control over the physical network, i have asked somebody who has the console access19:25
*** LinStatSDR has quit IRC19:25
*** vnogin has quit IRC19:25
*** mmalik4 has joined #openstack-ansible19:27
xdaxdbBasically, someone will have to log in to a switch and change a couple settings to make sure traffic to your IP is going through the correct VLAN. And your physical network port is a trunk port and not an access port.19:28
Andrew_jedixdaxdb: you mean eth0 traffic is passing via trunk19:29
Andrew_jedi??19:29
xdaxdbSorry I tend to assume people know the network stuff19:29
openstackgerritMark Hamzy proposed openstack/openstack-ansible master: [WIP] Add support to install a molteniron server  https://review.openstack.org/42725519:29
xdaxdbyes19:29
*** neith has joined #openstack-ansible19:30
xdaxdbIf you want to leverage VLAN subinterfaces on your physical hosts then your physical ports need to be trunk ports on the switch they are connected to19:31
*** serverascode has joined #openstack-ansible19:31
xdaxdbor do QinQ and increase the MTU (ignore this completely)19:32
*** ikalnytskyi has joined #openstack-ansible19:34
*** stuartgr has quit IRC19:34
*** Jack_Iv has quit IRC19:34
*** Jack_Iv has joined #openstack-ansible19:35
Andrew_jedixdaxdb: sorry, i am not that good with networking and OpenStack is a mix of everything storage, virtualisation, sdn, nfv, so much to keep up with19:35
Andrew_jedixdaxdb: got it, let me check th switch ports, this could be the issue with my current config19:36
xgermanTo chime in I have az problems on an AIO, too19:38
xgermanhttps://www.irccloud.com/pastebin/LiM47W4m/19:38
*** skuda has quit IRC19:40
*** vnogin has joined #openstack-ansible19:42
*** fdegir has joined #openstack-ansible19:43
*** weezS has joined #openstack-ansible19:45
*** weezS_ has joined #openstack-ansible19:45
*** sacharya has quit IRC19:47
*** vnogin has quit IRC19:47
*** weezS_ has quit IRC19:47
*** sacharya has joined #openstack-ansible19:48
*** Jack_Iv has quit IRC19:48
*** lucas_ has quit IRC19:49
*** FrankZhang has joined #openstack-ansible19:50
*** Jack_Iv has joined #openstack-ansible19:51
*** worstadmin has joined #openstack-ansible19:52
MasterOfBugs we are running setup-infrastructure playbook. and we are getting the follwoing error19:52
MasterOfBugs  TASK [pip_install : include] ***************************************************19:52
MasterOfBugs  included: /etc/ansible/roles/pip_install/tasks/install_online.yml for infra01_galera_container-320ac52c19:52
MasterOfBugs  TASK [pip_install : Get Modern PIP] ********************************************19:52
MasterOfBugs  FAILED - RETRYING: TASK: pip_install : Get Modern PIP (5 retries left).19:52
MasterOfBugs  FAILED - RETRYING: TASK: pip_install : Get Modern PIP (4 retries left).19:52
MasterOfBugs  FAILED - RETRYING: TASK: pip_install : Get Modern PIP (3 retries left).19:52
MasterOfBugs  FAILED - RETRYING: TASK: pip_install : Get Modern PIP (2 retries left).19:52
MasterOfBugs  FAILED - RETRYING: TASK: pip_install : Get Modern PIP (1 retries left).19:52
MasterOfBugs  I tried logging in and starting the HAproxy19:52
MasterOfBugs  BUt i was not able to start, since it gives the error as shown below19:52
MasterOfBugs  http://paste.openstack.org/show/598028/19:52
MasterOfBugs  Can anyone helpy me with that?19:52
*** qwang has joined #openstack-ansible19:53
*** meteorfox has joined #openstack-ansible19:54
*** mubix has joined #openstack-ansible19:54
*** sacharya_ has joined #openstack-ansible19:56
*** portdirect has joined #openstack-ansible19:57
*** Jack_Iv has quit IRC19:57
*** david-lyle has quit IRC19:57
*** Jack_Iv has joined #openstack-ansible19:57
*** sacharya has quit IRC19:57
*** kong has joined #openstack-ansible19:59
*** Hosam has joined #openstack-ansible20:00
*** DanyC has quit IRC20:01
*** DanyC has joined #openstack-ansible20:02
*** admin0_ has quit IRC20:02
*** boxrick1 has joined #openstack-ansible20:03
*** hybridpollo has joined #openstack-ansible20:03
openstackgerritMerged openstack/openstack-ansible-os_nova master: Change the group name for the libvirt group  https://review.openstack.org/43108720:04
*** electrofelix has quit IRC20:04
*** vnogin has joined #openstack-ansible20:04
*** DanyC has quit IRC20:06
*** hybridpolio has joined #openstack-ansible20:07
*** izaakk has joined #openstack-ansible20:07
*** vnogin has quit IRC20:09
*** hybridpollo has quit IRC20:09
*** hybridpolio is now known as hybridpollo20:10
*** raddaoui has joined #openstack-ansible20:11
*** vnogin has joined #openstack-ansible20:14
*** admin0_ has joined #openstack-ansible20:14
*** david-lyle has joined #openstack-ansible20:15
*** berendt has joined #openstack-ansible20:15
*** hogepodge has joined #openstack-ansible20:19
admin0_MasterOfBugs: your public and private endpoints must be working for that to work20:20
*** david-lyle has quit IRC20:20
admin0_i meant the vips20:20
*** admin0_ has quit IRC20:21
*** admin0_ has joined #openstack-ansible20:21
*** LinStatSDR has joined #openstack-ansible20:22
*** lucas_ has joined #openstack-ansible20:23
*** pramod has joined #openstack-ansible20:23
*** poopcat has quit IRC20:24
*** poopcat has joined #openstack-ansible20:24
*** timsim has joined #openstack-ansible20:25
*** retreved_ has joined #openstack-ansible20:29
*** retreved has quit IRC20:31
*** LinStatSDR has quit IRC20:32
*** retreved has joined #openstack-ansible20:32
*** retreved_ has quit IRC20:34
*** DanyC has joined #openstack-ansible20:35
*** cmart has joined #openstack-ansible20:36
*** retreved_ has joined #openstack-ansible20:39
*** retreved_ has quit IRC20:39
*** retreved has quit IRC20:39
*** retreved_ has joined #openstack-ansible20:39
MasterOfBugsYes they are working. I am able to login to the,m20:41
*** retreved has joined #openstack-ansible20:42
*** pcaruana has quit IRC20:43
*** retreved_ has quit IRC20:44
*** cmart has quit IRC20:45
*** Jack_Iv_ has joined #openstack-ansible20:45
*** Jack_Iv has quit IRC20:46
*** Jack_Iv_ has quit IRC20:47
*** Jack_Iv has joined #openstack-ansible20:50
*** crushil has quit IRC20:50
*** Jack_Iv has quit IRC20:52
*** Jack_Iv has joined #openstack-ansible20:54
*** sdake has joined #openstack-ansible20:54
*** cmart has joined #openstack-ansible20:57
*** sdake_ has quit IRC20:58
*** lucas_ has quit IRC21:00
*** The_Intern has quit IRC21:03
*** jamielennox|away is now known as jamielennox21:03
*** sacharya_ has quit IRC21:05
*** sacharya has joined #openstack-ansible21:06
*** lucas_ has joined #openstack-ansible21:09
*** Jack_Iv has quit IRC21:10
*** Jack_Iv has joined #openstack-ansible21:10
*** admin0_ has quit IRC21:15
*** askb has joined #openstack-ansible21:15
*** lucas_ has quit IRC21:16
*** lucas_ has joined #openstack-ansible21:16
*** lucas_ has quit IRC21:20
*** lucas_ has joined #openstack-ansible21:20
Andrew_jedixdaxdb: are you around? just wanted to show you the final config?21:27
xdaxdbhi21:28
*** sacharya_ has joined #openstack-ansible21:29
Andrew_jedixdaxdb: hello, just pasting it for you21:29
*** adrian_otto has quit IRC21:29
*** sacharya has quit IRC21:29
Andrew_jedixdaxdb: here it is, http://paste.openstack.org/show/598143/21:30
*** lucas_ has quit IRC21:32
*** lucas_ has joined #openstack-ansible21:32
*** smatzek has quit IRC21:32
xdaxdbAndrew_jedi: looks good... But I'm not 100% sure if puting the IP on the bond0 interface is the way to go.21:34
*** Jeffrey4l has quit IRC21:34
*** lucas_ has quit IRC21:34
*** Jeffrey4l has joined #openstack-ansible21:34
Andrew_jedixdaxdb: Could you please point out the line number ?21:34
xdaxdbWhat worked for me was putting the IP that I access the server from on another VLAN interface. But as we talked about you would have to change the configuration on your network devices which may not be an option21:35
xdaxdb5421:36
xdaxdband I meant to say putting the IP on the br-vlan interface21:36
Andrew_jedixdaxdb: ahh okay...21:36
xdaxdb(which has bridge_ports bond0)21:36
xdaxdbdo me a favor and try this config out and let me know if it works :)21:37
Andrew_jedixdaxdb: haha, you got it. trying it now ...21:37
xdaxdbI ended up changing the network on all my physical boxes, rebooting them, then jumped into the switch and moved the vlans/gateway around21:38
xdaxdbotherwise I wouldn't have been able to ssh to the boxes after the reboot21:38
xdaxdbI dont think I tried your way, it might work equaly as well21:39
Andrew_jedixdaxdb: fingers crossed, rebooting machines21:40
*** marst has quit IRC21:41
*** lucas_ has joined #openstack-ansible21:42
Andrew_jedixdaxdb: ok all machines are up21:44
*** marst has joined #openstack-ansible21:45
*** adrian_otto has joined #openstack-ansible21:47
*** cloader8_ has joined #openstack-ansible21:49
*** cloader89 has quit IRC21:52
*** cloader8_ has quit IRC21:53
*** thorst_ has quit IRC21:53
*** thorst_ has joined #openstack-ansible21:53
xdaxdbawsome21:54
xdaxdbAndrew_jedi: did you start the deploy yet?21:54
*** fguillot has quit IRC21:54
Andrew_jedixdaxdb: not yet, i spoke too soon, one of the nodes is having issues21:55
Andrew_jedixdaxdb: i don't need to rebuild the contianers right?21:55
xdaxdb1 of how many? might be an IP conflict21:55
Andrew_jedi1 out of 321:55
openstackgerritGerman Eichberger proposed openstack/openstack-ansible-os_neutron master: [WIP] Adds Octavia to Neutron  https://review.openstack.org/42897921:56
xdaxdbI'm not sure, I would start fresh just to avoid uncertainty if you run into other bugs later21:56
Andrew_jediyeah, man i miss lxc-destroy script21:57
Andrew_jedisorry, teardown.sh21:57
xdaxdbI'm embarassed by my lack of knowledge in containers in general21:57
*** thorst_ has quit IRC21:58
Andrew_jediSame goes for me when it comes to networking :/21:58
xdaxdbOne of the great things about OSA is how much I am learning about LXC21:58
xdaxdbRed Hat has "depricated" LXC in favor of docker21:59
*** skuda has joined #openstack-ansible21:59
xdaxdbthe lxc* commands dont even exist21:59
Andrew_jedii played with juju before and there i got a chance to get my hands dirty with lxc21:59
Andrew_jedilxc/lxd is mainly pushed by Canonical but i find it better than docker22:00
xdaxdbit seems pretty straightforward22:01
*** sdake has quit IRC22:02
*** sdake has joined #openstack-ansible22:02
*** Jack_Iv has quit IRC22:03
*** jmckind has quit IRC22:03
*** Jack_Iv has joined #openstack-ansible22:03
xdaxdbI'm trying to figure out why the deployment examples seem to use a dedicated host for rsyslog and what the harm would be if I specified the IP of one of (or all of) the other shared-infra_hosts22:06
*** ngupta has quit IRC22:06
*** woodard_ has joined #openstack-ansible22:06
*** Jack_Iv has quit IRC22:08
*** woodard has quit IRC22:09
*** woodard_ has quit IRC22:11
*** ssmith has quit IRC22:11
Andrew_jedixdaxdb: AFAIK It stopped working for a while,  i guess nova was not sending logs to the logs container. I am wondering if it is working now ?22:12
*** acormier_ has joined #openstack-ansible22:14
xdaxdbAndrew_jedi: not sure i left it out of my config completely. I'm going to test it out later22:14
*** acormier has quit IRC22:17
*** gouthamr has joined #openstack-ansible22:20
*** Eyumalai has quit IRC22:25
strattao_why does the bootstrap_aio.sh create a connection to eth12 and br-vlan? shouldn’t it try and connect br-vlan to my physical interface?22:25
*** ngupta has joined #openstack-ansible22:32
*** sdake_ has joined #openstack-ansible22:32
*** sdake has quit IRC22:36
*** ngupta has quit IRC22:36
*** jheroux has quit IRC22:36
*** lucas_ has quit IRC22:36
*** retreved has quit IRC22:39
xdaxdbstrattao_: my best guess is that if it is "AIO" there is no need to bond any physical ports22:39
*** weezS has quit IRC22:46
stevellexdaxdb: wrt the rsyslog host I think part of the reasoning stems from isolating that additional load from the primary infra22:47
*** victorhe has quit IRC22:49
*** esberglu_ has quit IRC22:56
*** esberglu has joined #openstack-ansible22:57
*** esberglu has quit IRC23:01
xdaxdbstevelle: thanks, do you happen to know what would happen if I configured more than one log host? I'm guessing it will configure the containers to forward logs to all 3 (tripling network traffic)23:03
*** skuda has quit IRC23:03
*** chris_hultin is now known as chris_hultin|AWA23:03
*** vnogin has quit IRC23:05
*** vnogin has joined #openstack-ansible23:05
*** ngupta has joined #openstack-ansible23:06
*** woodard has joined #openstack-ansible23:08
*** esberglu has joined #openstack-ansible23:10
*** esberglu_ has joined #openstack-ansible23:11
openstackgerritMerged openstack/openstack-ansible-os_keystone master: Update upgrade test to use stable/ocata  https://review.openstack.org/43095823:11
*** esberglu has quit IRC23:11
*** john51 has quit IRC23:11
*** john51 has joined #openstack-ansible23:12
*** esberglu_ has quit IRC23:13
*** crushil has joined #openstack-ansible23:19
stevellexdaxdb: off the top of my head I don't recall, but I believe that sounds right23:19
*** acormier_ has quit IRC23:25
*** john51 has quit IRC23:26
*** jrobinson has joined #openstack-ansible23:26
*** jrobinson has quit IRC23:30
*** jrobinson has joined #openstack-ansible23:32
*** schwicht has quit IRC23:32
*** galstrom is now known as galstrom_zzz23:36
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-os_keystone master: Benchmark requests during zero-downtime upgrades  https://review.openstack.org/43122523:38
*** woodard has quit IRC23:40
*** john51 has joined #openstack-ansible23:40
*** gwall has quit IRC23:42
*** DanyC has quit IRC23:45
*** DanyC has joined #openstack-ansible23:46
*** marst has quit IRC23:46
*** phalmos has joined #openstack-ansible23:48
*** ngupta has quit IRC23:49
*** DanyC has quit IRC23:50
*** DimGR has quit IRC23:51
*** klamath has quit IRC23:52
*** karimb has quit IRC23:57

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