*** weezS has quit IRC | 00:00 | |
*** ngupta has joined #openstack-ansible | 00:02 | |
*** thorst_ has joined #openstack-ansible | 00:08 | |
*** sdake_ is now known as sdake | 00:10 | |
cloudnull | ok | 00:13 |
---|---|---|
*** ngupta has quit IRC | 00:31 | |
*** chyka has quit IRC | 00:31 | |
*** chyka has joined #openstack-ansible | 00:32 | |
*** chyka has quit IRC | 00:36 | |
*** adrian_otto has joined #openstack-ansible | 00:38 | |
*** david-lyle has quit IRC | 00:42 | |
*** ngupta has joined #openstack-ansible | 00:42 | |
*** thorst_ has quit IRC | 00:45 | |
*** mmalik4 has quit IRC | 00:46 | |
MasterOfBugs | Hi | 00:46 |
MasterOfBugs | I am gettong this erro when i run openstack-ansible memecahed-install.yaml | 00:47 |
MasterOfBugs | FAILED - 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.txt | 00:47 |
MasterOfBugs | can anyone help? | 00:47 |
MasterOfBugs | sorry when i ran openstack-ansible galera | 00:50 |
MasterOfBugs | i got this | 00:50 |
*** hybridpollo has quit IRC | 00:56 | |
*** ngupta has quit IRC | 00:58 | |
*** cuongnv has joined #openstack-ansible | 01:00 | |
rmelero | whats 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 it | 01:01 |
*** hybridpollo has joined #openstack-ansible | 01:01 | |
rmelero | MasterOfBugs: did you try doing a 'curl http://172.23.8.162:8181/os-releases/14.0.7/requirements_absolute_requirements.txt' ? | 01:01 |
rmelero | run it with -vvv to get more verbose output of the failure | 01:02 |
MasterOfBugs | curl: (7) Failed to connect to 172.23.8.162 port 8181: Connection refused | 01:02 |
MasterOfBugs | Sure running | 01:02 |
MasterOfBugs | Shall i run repo build first? | 01:03 |
MasterOfBugs | or galer? | 01:03 |
MasterOfBugs | Galera* | 01:03 |
rmelero | repo build first, it needs pip packages from it | 01:03 |
*** david-lyle has joined #openstack-ansible | 01:04 | |
MasterOfBugs | Cool | 01:04 |
rmelero | ideally, you should run the entire setup-infra playbook, it does it all in order | 01:04 |
MasterOfBugs | Yeah initially i ran that | 01:05 |
MasterOfBugs | Then i saw th failure in Glera | 01:05 |
MasterOfBugs | so i started runnig individually | 01:05 |
rmelero | connection refused from 8181 sounds like either your repo containers aren't responding, or something is wrong with haproxy | 01:06 |
MasterOfBugs | yeah | 01:06 |
MasterOfBugs | I am able to ssh into it | 01:06 |
*** ngupta has joined #openstack-ansible | 01:06 | |
rmelero | but is the nginx server up and serving from /var/www/repo? | 01:07 |
rmelero | do a 'curl vip_address:8181/' and you should see html with 'links openstackgit os-releases' | 01:09 |
MasterOfBugs | Nop | 01:09 |
rmelero | then your repo-build playbook failed somehow | 01:09 |
*** yarkot has quit IRC | 01:10 | |
MasterOfBugs | Ok! i did curl. Samew error. connection refused. | 01:10 |
MasterOfBugs | The repo-build has passed successfuly | 01:10 |
rmelero | if you're getting connection refused from vip_address:8181 , then something def went wrong | 01:13 |
MasterOfBugs | Ok | 01:13 |
*** acormier has joined #openstack-ansible | 01:14 | |
MasterOfBugs | How can we debug this/ | 01:14 |
MasterOfBugs | ? | 01:14 |
MasterOfBugs | Or should i run the haproxy install again? | 01:14 |
*** hfu has quit IRC | 01:14 | |
rmelero | run 'hatop -s /var/run/haproxy.stat' from the cli on haproxy host, it should read out the config and show you if it completed correctly | 01:18 |
rmelero | I would re-run setup-infra and watch carefully for errors or unintentional skips of tasks | 01:18 |
*** acormier has quit IRC | 01:18 | |
*** thorst_ has joined #openstack-ansible | 01:19 | |
*** thorst_ has quit IRC | 01:19 | |
rmelero | or 'no hosts matched' errors would indicate inventory errors | 01:19 |
MasterOfBugs | ok | 01:20 |
MasterOfBugs | insufficient permissions for socket path /var/run/haproxy.stat | 01:20 |
MasterOfBugs | i got this when i ramn hatop | 01:20 |
MasterOfBugs | ran | 01:20 |
rmelero | sudo ? | 01:20 |
MasterOfBugs | yes i ran as root | 01:20 |
*** sdake has quit IRC | 01:24 | |
*** crushil has quit IRC | 01:26 | |
MasterOfBugs | when i try to start haproxy service i am getting below error | 01:26 |
MasterOfBugs | http://paste.openstack.org/show/598028/ | 01:26 |
rmelero | hm are u using custom ssl cert? | 01:27 |
rmelero | and does the /etc/ssl/private/haproxy.pem file exist? | 01:28 |
*** johnmilton has quit IRC | 01:28 | |
MasterOfBugs | Nope. The file does not exist | 01:28 |
MasterOfBugs | custom ssl certificate? | 01:29 |
MasterOfBugs | I am using this as reference. https://github.com/osic/ref-impl/blob/master/documents/osa-refimpl-deploy.md | 01:29 |
MasterOfBugs | I am not quite sure about custom ssl part | 01:30 |
rmelero | never used that guide. i would recommend following http://docs.openstack.org/developer/openstack-ansible/developer-docs/quickstart-aio.html for a lab env | 01:34 |
MasterOfBugs | Ok. But i am installing on a 66 node bare metal cluster | 01:36 |
rmelero | ah. production or lab? | 01:36 |
MasterOfBugs | like "production grade time bounded lab", i would say | 01:36 |
MasterOfBugs | hehe | 01:36 |
rmelero | haha 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.yml | 01:48 |
rmelero | that file missing indicates something went wrong | 01:48 |
pramod | Cool. @MasterOfBugs here. Will do that 👍👍 | 01:49 |
rmelero | slightly 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 newton | 01:50 |
rmelero | of course, i'm assuming the setup-hosts playbook completed successfully | 01:51 |
rmelero | I'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 IRC | 01:52 | |
pramod | 'Cool. I will have a look at this. | 01:54 |
pramod | 👍👍 | 01:55 |
*** pwnall1337 is now known as zz_pwnall1337 | 01:56 | |
pramod | Yes. Fuel is good in that way. | 01:57 |
*** MasterOfBugs has quit IRC | 01:57 | |
rmelero | check out the fuel zabbix or stacklight plugins for automated monitoring too. ttyl good luck | 01:58 |
*** adrian_otto has quit IRC | 02:04 | |
*** rmelero has quit IRC | 02:04 | |
pramod | Sure. Gonna check it out. | 02:05 |
pramod | Thanks a lot for your help and suggestions 👍👍 | 02:05 |
*** rmelero has joined #openstack-ansible | 02:05 | |
pramod | It was really helpful | 02:05 |
*** SerenaFeng has joined #openstack-ansible | 02:06 | |
*** acormier has joined #openstack-ansible | 02:08 | |
*** acormier has quit IRC | 02:09 | |
*** xingchao has joined #openstack-ansible | 02:09 | |
*** acormier has joined #openstack-ansible | 02:09 | |
*** xingchao_ has joined #openstack-ansible | 02:10 | |
*** rmelero has quit IRC | 02:10 | |
*** xingchao has quit IRC | 02:10 | |
*** winggundamth_ has joined #openstack-ansible | 02:16 | |
*** japestinho has joined #openstack-ansible | 02:17 | |
*** thorst_ has joined #openstack-ansible | 02:19 | |
*** thorst_ has quit IRC | 02:24 | |
*** adrian_otto has joined #openstack-ansible | 02:26 | |
cloudnull | congratulations lbragstad On your election for Keystone PTL! | 02:27 |
stevemar | cloudnull: well deserved indeed! | 02:28 |
lbragstad | cloudnull thank you sir :) | 02:28 |
cloudnull | ++ well deserved | 02:28 |
cloudnull | stevemar: thank you for being an amazing PTL too BTW | 02:30 |
stevemar | cloudnull: i just tried to keep the ship from sinking a little less everyday | 02:30 |
cloudnull | It was a good run. | 02:30 |
stevemar | thanks :) | 02:31 |
lbragstad | cloudnull ++ | 02:31 |
*** winggundamth has quit IRC | 02:31 | |
lbragstad | cloudnull stevemar has been a fantastic fearless leader | 02:31 |
cloudnull | ++ no doubt | 02:31 |
stevemar | fearless? i pulled that off well :) | 02:31 |
lbragstad | the single more important word in that sentence if I do saw so myself | 02:32 |
lbragstad | s/more/most/ | 02:32 |
*** Mahe has quit IRC | 02:33 | |
cloudnull | i love the direction keystone is headed and its my hope other projects will follow suit | 02:34 |
*** sacharya_ has joined #openstack-ansible | 02:34 | |
*** lucas_ has joined #openstack-ansible | 02:34 | |
lbragstad | cloudnull well - we're always looking to improve :) | 02:35 |
cloudnull | so great job on keeping that going stevemar(and team). lbragstad I know you'll do amazing things, so congrats :) | 02:35 |
lbragstad | cloudnull :) | 02:35 |
*** Mahe has joined #openstack-ansible | 02:35 | |
*** sacharya has quit IRC | 02:36 | |
*** rmelero has joined #openstack-ansible | 02:36 | |
*** kjw3 has quit IRC | 02:37 | |
*** crushil has joined #openstack-ansible | 02:38 | |
*** sdake has joined #openstack-ansible | 02:40 | |
*** zz_pwnall1337 is now known as pwnall1337 | 02:45 | |
*** winggundamth_ has quit IRC | 02:45 | |
*** winggundamth_ has joined #openstack-ansible | 02:47 | |
*** acormier has quit IRC | 02:53 | |
*** acormier has joined #openstack-ansible | 02:53 | |
*** thorst_ has joined #openstack-ansible | 02:55 | |
*** thorst_ has quit IRC | 02:55 | |
*** acormier has quit IRC | 03:00 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_keystone master: Resolved Keystone Federation bugs https://review.openstack.org/430519 | 03:01 |
*** sdake has quit IRC | 03:01 | |
cloudnull | evrardjp: odyssey4me: ingemar?(if you're around) ^ | 03:01 |
*** sdake has joined #openstack-ansible | 03:01 | |
*** SerenaFeng has quit IRC | 03:07 | |
*** SerenaFeng has joined #openstack-ansible | 03:08 | |
*** Eyu has joined #openstack-ansible | 03:15 | |
Eyu | @mhayden | 03:16 |
*** rmelero has quit IRC | 03:24 | |
*** jrobinson is now known as jrobinson-afk | 03:25 | |
*** Eyu has left #openstack-ansible | 03:25 | |
*** Eyu has joined #openstack-ansible | 03:26 | |
spotz | lbragstad: Congrats!!! | 03:26 |
*** Eyu has quit IRC | 03:26 | |
openstackgerrit | Cuong Nguyen proposed openstack/openstack-ansible-apt_package_pinning master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant https://review.openstack.org/430533 | 03:29 |
*** cuongnv has quit IRC | 03:34 | |
*** cuongnv has joined #openstack-ansible | 03:34 | |
*** cuongnv has quit IRC | 03:36 | |
*** cuongnv has joined #openstack-ansible | 03:36 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_nova master: Conditional task execution using grouping https://review.openstack.org/429779 | 03:37 |
*** lucas_ has quit IRC | 03:37 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible master: Run cell enrollment after ceph_client https://review.openstack.org/430540 | 03:40 |
lbragstad | thanks spotz! | 03:42 |
*** ngupta has joined #openstack-ansible | 03:49 | |
*** gouthamr has quit IRC | 03:49 | |
*** xingchao_ has quit IRC | 03:51 | |
*** xingchao has joined #openstack-ansible | 03:51 | |
*** acormier has joined #openstack-ansible | 03:52 | |
*** xingchao_ has joined #openstack-ansible | 03:53 | |
*** LinStatSDR has quit IRC | 03:54 | |
*** sdake_ has joined #openstack-ansible | 03:54 | |
*** thorst_ has joined #openstack-ansible | 03:56 | |
*** xingchao has quit IRC | 03:57 | |
*** sdake has quit IRC | 03:57 | |
*** jrobinson-afk is now known as jrobinson | 03:59 | |
*** thorst_ has quit IRC | 04:01 | |
*** sanfern has joined #openstack-ansible | 04:02 | |
*** SerenaFeng has quit IRC | 04:04 | |
*** pwnall1337 is now known as zz_pwnall1337 | 04:10 | |
*** udesale has joined #openstack-ansible | 04:16 | |
*** zz_pwnall1337 is now known as pwnall1337 | 04:20 | |
*** lucas_ has joined #openstack-ansible | 04:20 | |
openstackgerrit | Cuong Nguyen proposed openstack/openstack-ansible-openstack_openrc master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant https://review.openstack.org/430555 | 04:22 |
*** askb has quit IRC | 04:24 | |
*** woodard has joined #openstack-ansible | 04:28 | |
*** woodard has quit IRC | 04:28 | |
*** woodard has joined #openstack-ansible | 04:29 | |
*** faizy has joined #openstack-ansible | 04:30 | |
*** askb has joined #openstack-ansible | 04:30 | |
*** acormier has quit IRC | 04:33 | |
*** sacharya has joined #openstack-ansible | 04:43 | |
*** sacharya_ has quit IRC | 04:43 | |
*** ngupta has quit IRC | 04:48 | |
*** ngupta has joined #openstack-ansible | 04:49 | |
*** ngupta has quit IRC | 04:53 | |
*** sacharya_ has joined #openstack-ansible | 04:56 | |
*** thorst_ has joined #openstack-ansible | 04:57 | |
*** sacharya has quit IRC | 04:57 | |
*** chhavi has joined #openstack-ansible | 04:58 | |
*** Hosam has joined #openstack-ansible | 04:58 | |
*** crushil has quit IRC | 04:59 | |
*** Jack_Iv has joined #openstack-ansible | 05:01 | |
*** thorst_ has quit IRC | 05:02 | |
*** Jack_Iv has quit IRC | 05:05 | |
*** udesale__ has joined #openstack-ansible | 05:15 | |
*** udesale has quit IRC | 05:18 | |
*** hybridpollo has quit IRC | 05:22 | |
*** pwnall1337 is now known as zz_pwnall1337 | 05:24 | |
*** lucas_ has quit IRC | 05:31 | |
*** japestinho has quit IRC | 05:31 | |
*** Hosam_ has joined #openstack-ansible | 05:38 | |
*** lucas_ has joined #openstack-ansible | 05:40 | |
*** lucas_ has quit IRC | 05:40 | |
*** Hosam has quit IRC | 05:41 | |
*** sanfern has quit IRC | 05:41 | |
*** sacharya_ has quit IRC | 05:43 | |
*** japestinho has joined #openstack-ansible | 05:47 | |
*** admin0_ has joined #openstack-ansible | 05:48 | |
*** Jack_Iv has joined #openstack-ansible | 05:54 | |
*** thorst_ has joined #openstack-ansible | 05:58 | |
*** yolanda_ has quit IRC | 06:02 | |
*** yolanda_ has joined #openstack-ansible | 06:02 | |
*** thorst_ has quit IRC | 06:03 | |
*** SerenaFeng has joined #openstack-ansible | 06:05 | |
*** qiliang27 has quit IRC | 06:08 | |
*** admin0_ has quit IRC | 06:10 | |
*** Jack_Iv has quit IRC | 06:10 | |
*** Jack_Iv has joined #openstack-ansible | 06:10 | |
*** adrian_otto has quit IRC | 06:13 | |
*** Jack_Iv has quit IRC | 06:14 | |
*** rgogunskiy has joined #openstack-ansible | 06:15 | |
*** udesale has joined #openstack-ansible | 06:24 | |
*** udesale__ has quit IRC | 06:26 | |
*** sdake_ is now known as sdake | 06:27 | |
*** woodard_ has joined #openstack-ansible | 06:32 | |
*** woodard has quit IRC | 06:32 | |
*** admin0_ has joined #openstack-ansible | 06:39 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-rabbitmq_server stable/mitaka: Make all linting tests use upper-constraints https://review.openstack.org/430588 | 06:43 |
*** adrian_otto has joined #openstack-ansible | 06:43 | |
*** admin0_ has quit IRC | 06:43 | |
*** jrobinson has quit IRC | 06:45 | |
*** fxpester has joined #openstack-ansible | 06:55 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova master: Use ocata component for UCA https://review.openstack.org/430222 | 07:02 |
*** udesale__ has joined #openstack-ansible | 07:03 | |
*** sunjon__ has quit IRC | 07:03 | |
*** sunjon__ has joined #openstack-ansible | 07:03 | |
*** Andrew_jedi has joined #openstack-ansible | 07:04 | |
*** udesale__ has quit IRC | 07:04 | |
*** udesale__ has joined #openstack-ansible | 07:05 | |
*** udesale has quit IRC | 07:05 | |
*** rgogunskiy has quit IRC | 07:05 | |
*** udesale__ has quit IRC | 07:07 | |
*** poopcat has quit IRC | 07:09 | |
*** rgogunskiy has joined #openstack-ansible | 07:10 | |
*** rgogunskiy has quit IRC | 07:10 | |
*** seansa has joined #openstack-ansible | 07:12 | |
*** DanyC has joined #openstack-ansible | 07:15 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-rabbitmq_server master: Update RabbitMQ to v3.6.6 https://review.openstack.org/430604 | 07:20 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-rabbitmq_server master: Update RabbitMQ to v3.6.6-1 https://review.openstack.org/430604 | 07:21 |
*** SerenaFeng has quit IRC | 07:23 | |
*** sdake_ has joined #openstack-ansible | 07:23 | |
*** DanyC has quit IRC | 07:24 | |
*** sdake has quit IRC | 07:26 | |
*** pcaruana has joined #openstack-ansible | 07:29 | |
*** poopcat has joined #openstack-ansible | 07:30 | |
odyssey4me | andymccr I found the way to create branches in gerrit: select projects->list->find the repo->branches | 07:33 |
odyssey4me | for example: https://review.openstack.org/#/admin/projects/openstack/openstack-ansible-tests,branches | 07:33 |
*** adrian_otto has quit IRC | 07:33 | |
*** Andrew_jedi has quit IRC | 07:34 | |
*** Andrew_jedi has joined #openstack-ansible | 07:35 | |
*** david-lyle_ has joined #openstack-ansible | 07:37 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-rabbitmq_server master: Update RabbitMQ to v3.6.6-1 https://review.openstack.org/430604 | 07:40 |
*** alij has joined #openstack-ansible | 07:42 | |
*** vnogin has quit IRC | 07:49 | |
*** alij has quit IRC | 07:52 | |
*** alij has joined #openstack-ansible | 07:52 | |
*** poopcat has quit IRC | 07:54 | |
*** alij has quit IRC | 07:55 | |
*** SerenaFeng has joined #openstack-ansible | 07:56 | |
*** thorst_ has joined #openstack-ansible | 07:59 | |
*** thorst_ has quit IRC | 08:04 | |
*** poopcat has joined #openstack-ansible | 08:04 | |
*** sdake_ is now known as dake | 08:05 | |
*** vnogin has joined #openstack-ansible | 08:07 | |
*** vnogin has quit IRC | 08:08 | |
openstackgerrit | Cuong Nguyen proposed openstack/openstack-ansible-tests master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant https://review.openstack.org/430628 | 08:08 |
*** alij has joined #openstack-ansible | 08:09 | |
*** alij has quit IRC | 08:09 | |
*** sdake has joined #openstack-ansible | 08:14 | |
*** qiliang27 has joined #openstack-ansible | 08:14 | |
*** dake has quit IRC | 08:17 | |
*** admin0_ has joined #openstack-ansible | 08:18 | |
*** vnogin has joined #openstack-ansible | 08:19 | |
openstackgerrit | Merged openstack/openstack-ansible-galera_server master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant https://review.openstack.org/429962 | 08:20 |
*** admin0_ has quit IRC | 08:20 | |
*** vnogin has quit IRC | 08:24 | |
*** admin0_ has joined #openstack-ansible | 08:25 | |
openstackgerrit | Adrien Cunin proposed openstack/openstack-ansible-tests master: Removed duplicate test var https://review.openstack.org/430635 | 08:26 |
*** david-lyle_ has quit IRC | 08:28 | |
*** udesale has joined #openstack-ansible | 08:30 | |
*** May-meimei has quit IRC | 08:31 | |
*** alij has joined #openstack-ansible | 08:31 | |
*** winggundamth__ has joined #openstack-ansible | 08:32 | |
*** stevemar has quit IRC | 08:33 | |
*** winggundamth_ has quit IRC | 08:35 | |
*** stevemar has joined #openstack-ansible | 08:35 | |
*** alij has quit IRC | 08:36 | |
*** DanyC has joined #openstack-ansible | 08:50 | |
*** DanyC has quit IRC | 08:50 | |
*** DanyC has joined #openstack-ansible | 08:51 | |
*** ngupta has joined #openstack-ansible | 08:51 | |
*** DanyC has quit IRC | 08:52 | |
*** DanyC has joined #openstack-ansible | 08:52 | |
*** karimb has joined #openstack-ansible | 08:52 | |
*** ngupta has quit IRC | 08:56 | |
*** admin0_ has quit IRC | 09:01 | |
*** seansa has quit IRC | 09:12 | |
*** karimb has quit IRC | 09:13 | |
*** Hosam_ has quit IRC | 09:14 | |
*** admin0_ has joined #openstack-ansible | 09:15 | |
*** admin0_ has quit IRC | 09:18 | |
andymccr | odyssey4me: ahh nice - i was looking at the branching scripts in the repo and trying to go from there. but that'll work | 09:22 |
odyssey4me | if 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 |
andymccr | all done | 09:23 |
andymccr | i'm gonna go through the others now and just branch them all | 09:24 |
odyssey4me | okie dokey | 09:24 |
andymccr | i figure at worst its a deccayed role that will die eventually anyway | 09:24 |
odyssey4me | fair enough | 09:24 |
odyssey4me | it does help people who may be using it | 09:24 |
*** admin0_ has joined #openstack-ansible | 09:28 | |
*** karimb has joined #openstack-ansible | 09:32 | |
*** openstackgerrit has quit IRC | 09:34 | |
*** woodard_ has quit IRC | 09:35 | |
*** japestinho has quit IRC | 09:38 | |
*** NachoDuck_ has joined #openstack-ansible | 09:38 | |
*** kukacz_ has joined #openstack-ansible | 09:39 | |
*** eon`_ has joined #openstack-ansible | 09:41 | |
*** bpetit_ has joined #openstack-ansible | 09:41 | |
*** T42X_ has joined #openstack-ansible | 09:41 | |
*** chhavi has quit IRC | 09:42 | |
*** luzC- has joined #openstack-ansible | 09:42 | |
*** alextricity25_ has joined #openstack-ansible | 09:43 | |
*** vdo_ has joined #openstack-ansible | 09:43 | |
*** lbragstad_ has joined #openstack-ansible | 09:43 | |
*** topol_ has joined #openstack-ansible | 09:44 | |
*** dolphm_ has joined #openstack-ansible | 09:44 | |
*** jasondotstar_ has joined #openstack-ansible | 09:44 | |
*** strattao- has joined #openstack-ansible | 09:44 | |
*** askb has quit IRC | 09:45 | |
*** strattao_ has quit IRC | 09:45 | |
*** dmsimard has quit IRC | 09:45 | |
*** topol has quit IRC | 09:45 | |
*** T42X has quit IRC | 09:45 | |
*** mattt has quit IRC | 09:45 | |
*** luzC has quit IRC | 09:45 | |
*** kukacz has quit IRC | 09:45 | |
*** dolphm has quit IRC | 09:45 | |
*** jasondotstar has quit IRC | 09:45 | |
*** alextricity25 has quit IRC | 09:45 | |
*** bpetit has quit IRC | 09:45 | |
*** lbragstad has quit IRC | 09:45 | |
*** vdo has quit IRC | 09:45 | |
*** arbrandes has quit IRC | 09:45 | |
*** eon` has quit IRC | 09:45 | |
*** NachoDuck has quit IRC | 09:45 | |
*** dolphm_ is now known as dolphm | 09:45 | |
*** luzC- is now known as luzC | 09:45 | |
*** NachoDuck_ is now known as NachoDuck | 09:49 | |
*** dmsimard has joined #openstack-ansible | 09:51 | |
*** mattt has joined #openstack-ansible | 09:52 | |
*** arbrandes has joined #openstack-ansible | 09:52 | |
*** askb has joined #openstack-ansible | 09:52 | |
*** vnogin has joined #openstack-ansible | 09:55 | |
*** Amit82 has joined #openstack-ansible | 09:55 | |
Amit82 | Hi All, | 09:55 |
Amit82 | I have deployed OS Newton as per the example configuration | 09:56 |
Amit82 | http://docs.openstack.org/project-deploy-guide/openstack-ansible/newton/app-config-test.html#test-environment-config | 09:57 |
Amit82 | Now when I am trying to launch an instance from Horizon | 09:57 |
Amit82 | it is showing "There are no Availability Zones." on the page "Launch Instance" | 09:58 |
*** admin0_ has left #openstack-ansible | 09:58 | |
Amit82 | When I checked on utility container with this command: "neutron availability-zone-list" | 09:58 |
Amit82 | it is showing following | 09:59 |
Amit82 | +------+----------+-----------+ | name | resource | state | +------+----------+-----------+ | nova | router | available | | nova | network | available | +------+----------+-----------+ | 09:59 |
*** karimb has quit IRC | 09:59 | |
*** thorst_ has joined #openstack-ansible | 10:00 | |
Amit82 | Any idea why there are no availability zones | 10:01 |
Amit82 | at "Launch Instance" page | 10:01 |
odyssey4me | Amit82 because you haven't created any | 10:02 |
*** cuongnv has quit IRC | 10:02 | |
*** japestinho has joined #openstack-ansible | 10:04 | |
Amit82 | But it is showing nova as an instance when I am running "neutron availability-zone-list" command | 10:04 |
*** thorst_ has quit IRC | 10:04 | |
*** SerenaFeng has quit IRC | 10:05 | |
odyssey4me | Amit82 it's probably best to ask the question in the broader community as this is a general openstack community, not an OSA specific question | 10:08 |
odyssey4me | I don't know whether what you're seeing is normal or not. | 10:08 |
Amit82 | ok thanks | 10:09 |
Amit82 | but are there any playbooks in OSA for creating availability zones | 10:09 |
odyssey4me | Amit82 no, that's an openstack task which is achieved using the openstack CLI | 10:10 |
Amit82 | ok thanks for help | 10:10 |
*** shausy has joined #openstack-ansible | 10:14 | |
*** openstackgerrit has joined #openstack-ansible | 10:14 | |
odyssey4me | andymccr ah, I think you'll need to update the gerrit config to include notifications for the ocata branch | 10:15 |
odyssey4me | it'd be good to get this through the door asap - it apparently resolved a bunch of cluster/performance issues: https://review.openstack.org/430604 | 10:16 |
*** berendt has joined #openstack-ansible | 10:17 | |
berendt | mhayden: ping | 10:17 |
odyssey4me | berendt mhayden won't be in for a few hours as he's in the US | 10:19 |
berendt | odyssey4me: 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 selinux | 10:20 |
odyssey4me | berendt we all are as a community, mhayden is just the SME | 10:20 |
odyssey4me | you can propose a backport if you wish | 10:20 |
odyssey4me | I think newton only covers the STIG6 content, so as long as it's part of that content I expect it'll be approved | 10:21 |
berendt | odyssey4me: there is a patch for master (https://bugs.launchpad.net/openstack-ansible/+bug/1649617) | 10:21 |
openstack | Launchpad bug 1649617 in openstack-ansible "Security role fails if SELinux is disabled" [Low,Fix released] - Assigned to Major Hayden (rackerhacker) | 10:21 |
odyssey4me | berendt are you able to propose the backport yourself? | 10:22 |
openstackgerrit | Christian Berendt proposed openstack/openstack-ansible-security stable/newton: Handle SELinux properly when it is disabled https://review.openstack.org/430707 | 10:23 |
berendt | odyssey4me: this is not a direct backport, the files changed | 10:23 |
berendt | should i reference the change in master in the commit message? | 10:24 |
odyssey4me | berendt it doesn't matter, you can just note in the commit message that it's a manual backport - and just use the same change ID | 10:24 |
openstackgerrit | Christian Berendt proposed openstack/openstack-ansible-security stable/newton: Handle SELinux properly when it is disabled https://review.openstack.org/430707 | 10:25 |
berendt | odyssey4me: can you have a look? | 10:25 |
*** Disova has quit IRC | 10:27 | |
*** Amit82 has quit IRC | 10:29 | |
*** Hosam has joined #openstack-ansible | 10:31 | |
*** alij has joined #openstack-ansible | 10:32 | |
*** alij has quit IRC | 10:32 | |
Mr_Smurf | if I just fetch the master branch.. is that newton or ocata stuff? | 10:33 |
*** udesale has quit IRC | 10:34 | |
*** stuartgr has joined #openstack-ansible | 10:39 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-ops master: Update repo for stable/ocata https://review.openstack.org/430729 | 10:40 |
*** karimb has joined #openstack-ansible | 10:41 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_almanach master: Update repo for stable/ocata https://review.openstack.org/430730 | 10:41 |
odyssey4me | Mr_Smurf master is now Pike | 10:41 |
odyssey4me | berendt in a bit, just finishing up some other work | 10:41 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible master: Revert role pins in master branch https://review.openstack.org/429739 | 10:41 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cloudkitty master: Update repo for stable/ocata https://review.openstack.org/430736 | 10:42 |
andymccr | ok now hopefully that should fix master branch | 10:42 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_monasca master: Update repo for stable/ocata https://review.openstack.org/430745 | 10:43 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_watcher master: Update repo for stable/ocata https://review.openstack.org/430752 | 10:44 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_zaqar master: Update repo for stable/ocata https://review.openstack.org/430753 | 10:44 |
andymccr | evrardjp: if we setup UCA for all it'll fix swift's liberasure errors. so i am in favour of this :P | 10:48 |
odyssey4me | andymccr yeah, I think it's the way to go | 10:49 |
odyssey4me | we should probably port that change all the way back to newton too | 10:49 |
*** winggundamth__ has quit IRC | 10:49 | |
andymccr | odyssey4me: yeah i think thats a good way to go - it'll have a rel note and we can version bump to .1 | 10:51 |
odyssey4me | yeah, not a bad idea | 10:53 |
*** ngupta has joined #openstack-ansible | 10:53 | |
*** Hosam_ has joined #openstack-ansible | 10:54 | |
*** Hosam has quit IRC | 10:57 | |
*** ngupta has quit IRC | 10:57 | |
odyssey4me | andymccr I see you're working through them - I'll leave you to it | 10:57 |
odyssey4me | it was a scripted adjustment, so I probably got some things wrong, but they should be easy to fix | 10:58 |
andymccr | yeah it was just the etcd repo i think | 10:58 |
andymccr | if that doesnt work will look harder | 10:58 |
*** admin0_ has joined #openstack-ansible | 11:00 | |
andymccr | damn where's drifterza when you need him :P | 11:00 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_monasca master: Update repo for stable/ocata https://review.openstack.org/430745 | 11:01 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_monasca master: Update repo for stable/ocata https://review.openstack.org/430745 | 11:01 |
odyssey4me | andymccr oh dear, that's a master patch | 11:02 |
andymccr | ahh | 11:02 |
andymccr | hmm | 11:02 |
*** electrofelix has joined #openstack-ansible | 11:03 | |
mancdaz | andymccr 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 |
odyssey4me | just abandon | 11:03 |
andymccr | fixed :) | 11:03 |
andymccr | i cherry picked | 11:03 |
odyssey4me | ah | 11:03 |
odyssey4me | mancdaz the integrated roles are all in the 'ansible-role-requirements' file in the integrated repo | 11:04 |
*** Disova has joined #openstack-ansible | 11:04 | |
odyssey4me | a simple way to find all the roles is to search using the prefix in github | 11:04 |
mancdaz | odyssey4me lovely thanks | 11:04 |
odyssey4me | andymccr for those you manually branched, you'll have to update the .gitreview yourself | 11:04 |
andymccr | odyssey4me: sure | 11:05 |
odyssey4me | andymccr for example https://review.openstack.org/430683 | 11:05 |
andymccr | yeah should be np | 11:05 |
odyssey4me | the release team has automation that usually does it when they do the branch job - but obviosuly that didn't happen here | 11:05 |
mancdaz | 52 separate roles odyssey4me | 11:10 |
*** sdake has quit IRC | 11:11 | |
*** Jack_Iv has joined #openstack-ansible | 11:11 | |
*** sdake has joined #openstack-ansible | 11:11 | |
odyssey4me | mancdaz sounds about right | 11:11 |
odyssey4me | some are no longer in use, but most are | 11:12 |
*** Jack_Iv has quit IRC | 11:12 | |
*** Jack_Iv has joined #openstack-ansible | 11:12 | |
mancdaz | 37 in the integrated build | 11:12 |
mancdaz | plus some external ones | 11:13 |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone master: Resolved Keystone Federation bugs https://review.openstack.org/430519 | 11:20 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_magnum master: Add inventory for nova_placement service https://review.openstack.org/430843 | 11:26 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_ironic master: Add nova_placement service to test inventory https://review.openstack.org/430845 | 11:28 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_tempest master: Add nova_placement service to tests inventory https://review.openstack.org/430852 | 11:39 |
odyssey4me | andymccr look out for this mistake made on roles which have the upgrade job: https://review.openstack.org/430853 | 11:40 |
andymccr | ahh | 11:40 |
andymccr | also the zaqar role doesnt have a voting gate job? | 11:40 |
andymccr | i'll promote the nv-xenial job since it works | 11:41 |
odyssey4me | yeah, the trusty was voting | 11:41 |
odyssey4me | then that got ditched | 11:41 |
*** sdake has quit IRC | 11:43 | |
odyssey4me | bbiab running some errands | 11:44 |
*** jimbaker has quit IRC | 11:50 | |
andymccr | hmm that os_rally role im not sure about - there is no branching in the upstream repo for that. | 11:53 |
andymccr | ahh they have tags | 11:54 |
*** chhavi has joined #openstack-ansible | 11:54 | |
*** smatzek_ has joined #openstack-ansible | 11:55 | |
*** smatzek__ has joined #openstack-ansible | 11:57 | |
*** DimGR has joined #openstack-ansible | 11:58 | |
DimGR | hi | 11:59 |
*** thorst_ has joined #openstack-ansible | 12:00 | |
*** smatzek_ has quit IRC | 12:01 | |
zao | g'day | 12:02 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_sahara master: Add nova_api_placement group to tests inventory https://review.openstack.org/430863 | 12:03 |
*** DimGR has quit IRC | 12:04 | |
*** DimGR has joined #openstack-ansible | 12:04 | |
*** DimGR has quit IRC | 12:04 | |
*** DimGR has joined #openstack-ansible | 12:05 | |
*** thorst_ has quit IRC | 12:05 | |
*** Jack_Iv has quit IRC | 12:07 | |
*** DimGR has quit IRC | 12:07 | |
*** DimGR has joined #openstack-ansible | 12:08 | |
*** Jack_Iv has joined #openstack-ansible | 12:08 | |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_magnum master: Add inventory for nova_placement service https://review.openstack.org/430843 | 12:12 |
*** Jack_Iv has quit IRC | 12:12 | |
*** DimGR has quit IRC | 12:13 | |
*** faizy has quit IRC | 12:16 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible master: Ensures the host IP isn't used for containers https://review.openstack.org/430869 | 12:19 |
evrardjp | hughsaunders: ^ | 12:19 |
evrardjp | this file is templated during the bootstrap aio | 12:20 |
*** DimGR has joined #openstack-ansible | 12:20 | |
hughsaunders | https://review.openstack.org/#/c/300421/ | 12:24 |
hughsaunders | looks like we've been here before :( | 12:24 |
*** david-lyle has quit IRC | 12:24 | |
Andrew_jedi | Hello 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 problem | 12:25 |
andymccr | Andrew_jedi: is there a host on 172.29.236.10 ? | 12:26 |
evrardjp | Andrew_jedi: up to you to vote for it you know: https://review.openstack.org/#/c/430208/ :p | 12:27 |
evrardjp | woops | 12:27 |
evrardjp | that was for andymccr ^ | 12:27 |
Andrew_jedi | andymccr: Yes, you mean a physical box right ? | 12:27 |
Andrew_jedi | evrardjp: :) | 12:28 |
hughsaunders | Andrew_jedi: can you manually ssh to all the servers from the deployment host? | 12:28 |
andymccr | Andrew_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" error | 12:28 |
Andrew_jedi | hughsaunders: Yes, i can | 12:28 |
andymccr | evrardjp: im a bit concerned the nova individual patch isnt going in for that bump. | 12:28 |
andymccr | or rather isnt passing gate | 12:29 |
hughsaunders | Andrew_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 |
andymccr | hughsaunders: Andrew_jedi i think if you run it with a -vvv (the ansible playbook run) it'll show you some more information too | 12:29 |
Andrew_jedi | hughsaunders: you mean in ansible.cfg ? | 12:29 |
Andrew_jedi | andymccr: I did that, not much info there | 12:30 |
andymccr | ugh :( | 12:30 |
Andrew_jedi | :/ | 12:30 |
Andrew_jedi | :( | 12:30 |
evrardjp | andymccr: let me have a look | 12:30 |
andymccr | Andrew_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 returned | 12:31 |
andymccr | so at that point the task/role anything doesn't matter - its just the base ssh bit that it's not able to do | 12:31 |
evrardjp | andymccr: if you're talking about https://review.openstack.org/#/c/430222/, I don't think the failure is linked to the patch. | 12:32 |
andymccr | evrardjp: assumed it was since its succeeding on centos | 12:34 |
*** admin0_ has quit IRC | 12:35 | |
andymccr | ok 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 today | 12:35 |
andymccr | ahh evrardjp seems you're right although i think the group name may have changed? | 12:35 |
andymccr | based on that error | 12:36 |
andymccr | should be an easy fix though | 12:36 |
Andrew_jedi | andymccr: Fixed it :) | 12:36 |
andymccr | Andrew_jedi: what was the issue? | 12:36 |
Andrew_jedi | andymccr: 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_jedi | andymccr: Replaced "236" with "238" in openstack_user_config.yml and bingooooo!!! | 12:39 |
Andrew_jedi | andymccr: sorry for the noise :( | 12:40 |
*** Hosam has joined #openstack-ansible | 12:40 | |
*** thorst_ has joined #openstack-ansible | 12:41 | |
andymccr | haha no problem - at least its working now | 12:42 |
zao | Andrew_jedi: The best kind of bug is the one that's just user error. | 12:42 |
Andrew_jedi | zao: haha, good one | 12:43 |
*** hw_wutianwei has quit IRC | 12:43 | |
*** Hosam_ has quit IRC | 12:44 | |
*** chhavi has quit IRC | 12:44 | |
*** retreved has joined #openstack-ansible | 12:46 | |
*** Hosam has quit IRC | 12:52 | |
*** rcarrillocruz has joined #openstack-ansible | 12:57 | |
*** jmckind has joined #openstack-ansible | 12:57 | |
rcarrillocruz | heya folks | 12:57 |
rcarrillocruz | just giving first attempt to OSA | 12:58 |
rcarrillocruz | getting this failure on bootstrap-aio | 12:58 |
rcarrillocruz | http://paste.openstack.org/show/598080/ | 12:58 |
rcarrillocruz | any hint? | 12:58 |
rcarrillocruz | using latest tag, trusty 64 | 12:58 |
*** askb has quit IRC | 12:58 | |
rcarrillocruz | i don't see the play gathering facts fwiw | 12:59 |
*** japestinho has quit IRC | 13:01 | |
mhayden | lbragstad_: congratulations on PTL! :) | 13:03 |
mhayden | berendt: here now | 13:03 |
mhayden | morning folks | 13:03 |
rcarrillocruz | hmm | 13:06 |
rcarrillocruz | ok | 13:06 |
rcarrillocruz | root@vagrant-ubuntu-trusty-64:/home/vagrant/osa# ls /etc/ansible/roles/pip_install/vars/ | 13:06 |
rcarrillocruz | redhat-7.yml ubuntu-16.04.yml | 13:06 |
rcarrillocruz | i see it pulls a cached facts | 13:06 |
berendt | mhayden: morning. odyssey4me already helped me. can you please have a look at https://review.openstack.org/#/c/430707/ | 13:06 |
rcarrillocruz | it's not a cached facts problem, it seems this tagged version only supported xenial or redhat-7 | 13:07 |
mhayden | berendt: sure -- but i might need more coffee before i can look at patches :P | 13:07 |
berendt | mhayden: i fully understand this ;) | 13:07 |
mhayden | berendt: done! i meant to backport that before | 13:09 |
mhayden | odyssey4me: https://review.openstack.org/#/c/430707/ is good if you want to deuce it | 13:09 |
berendt | mhayden: 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-ansible | 13:12 | |
*** klamath has joined #openstack-ansible | 13:13 | |
openstackgerrit | Christian Berendt proposed openstack/openstack-ansible-security stable/newton: Fix auditd restart handler https://review.openstack.org/430900 | 13:15 |
berendt | mhayden: this is one more that needs to be backported to be able to use centos 7 with 14er release | 13:15 |
berendt | mhayden: 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-ansible | 13:19 | |
*** mattt has quit IRC | 13:20 | |
*** mattt has joined #openstack-ansible | 13:20 | |
*** jheroux has joined #openstack-ansible | 13:21 | |
openstackgerrit | Merged openstack/openstack-ansible-security stable/newton: Handle SELinux properly when it is disabled https://review.openstack.org/430707 | 13:22 |
*** retreved has quit IRC | 13:27 | |
openstackgerrit | David Rabel proposed openstack/openstack-ansible-security stable/newton: Fix auditd restart handler https://review.openstack.org/430900 | 13:27 |
*** lbragstad_ is now known as lbragstad | 13:29 | |
lbragstad | mhayden thank you, sir! | 13:29 |
*** nbante has joined #openstack-ansible | 13:31 | |
*** retreved has joined #openstack-ansible | 13:34 | |
*** gouthamr has joined #openstack-ansible | 13:35 | |
*** gouthamr has quit IRC | 13:35 | |
*** sdake has joined #openstack-ansible | 13:36 | |
*** fguillot has joined #openstack-ansible | 13:36 | |
*** chhavi has joined #openstack-ansible | 13:49 | |
*** faizy has joined #openstack-ansible | 13:52 | |
*** hw_wutianwei has joined #openstack-ansible | 13:53 | |
*** lucas_ has joined #openstack-ansible | 13:58 | |
*** woodard has joined #openstack-ansible | 14:00 | |
*** karimb has quit IRC | 14:03 | |
mhayden | berendt: yeah, that was a challenge to deal with | 14:04 |
mhayden | berendt: sure -- feel free to backport anything i missed | 14:04 |
mhayden | so i think there's another one that need to be backported before 430900 | 14:05 |
* mhayden looks | 14:05 | |
*** esberglu has joined #openstack-ansible | 14:06 | |
*** cathrichardson has joined #openstack-ansible | 14:07 | |
mhayden | berendt: this one needs to get backported first -> https://review.openstack.org/#/c/416269/ | 14:08 |
odyssey4me | andymccr yeah, for tempest and rally I typically just pin the SHA at the last SHA pin for the series | 14:08 |
evrardjp | hughsaunders: this is the one I was talking about: https://review.openstack.org/#/c/430942/ | 14:10 |
*** cathrich_ has joined #openstack-ansible | 14:12 | |
hughsaunders | evrardjp: http://porkmail.org/era/unix/award.html | 14:12 |
*** cathrichardson has quit IRC | 14:12 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible master: Bring idempotency to swapon https://review.openstack.org/430942 | 14:13 |
mhayden | odyssey4me: 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 |
odyssey4me | mhayden better to mash them together, otherwise other things will break while we wait for the second one | 14:16 |
mhayden | can do | 14:16 |
openstackgerrit | Merged openstack/openstack-ansible-apt_package_pinning master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant https://review.openstack.org/430533 | 14:16 |
*** The_Intern has joined #openstack-ansible | 14:17 | |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_cinder master: Implementing stricter permissions on config files https://review.openstack.org/430371 | 14:17 |
*** karimb has joined #openstack-ansible | 14:17 | |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_keystone master: Implementing stricter permissions on config files https://review.openstack.org/430356 | 14:18 |
*** lucas_ has quit IRC | 14:18 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cinder master: Update upgrade test to use stable/ocata https://review.openstack.org/430955 | 14:21 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_glance master: Update upgrade test to use stable/ocata https://review.openstack.org/430956 | 14:21 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible master: Bring idempotency to swapon https://review.openstack.org/430942 | 14:21 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_keystone master: Update upgrade test to use stable/ocata https://review.openstack.org/430958 | 14:21 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_neutron master: Update upgrade test to use stable/ocata https://review.openstack.org/430959 | 14:22 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova master: Update upgrade test to use stable/ocata https://review.openstack.org/430960 | 14:22 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_swift master: Update upgrade test to use stable/ocata https://review.openstack.org/430961 | 14:22 |
*** crushil has joined #openstack-ansible | 14:23 | |
mhayden | odyssey4me: okay, i think i got this right -> https://review.openstack.org/#/c/429821/ | 14:23 |
evrardjp | I think ocata for UCA sucks | 14:23 |
*** udesale has joined #openstack-ansible | 14:23 | |
evrardjp | andymccr: 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 |
odyssey4me | evrardjp 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 patch | 14:24 |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_nova master: Implementing stricter permissions on config files https://review.openstack.org/430962 | 14:25 |
evrardjp | odyssey4me: what do you mean? | 14:25 |
odyssey4me | ie I think it may have to do with the placement API, and nothing to do with UCA | 14:25 |
odyssey4me | that's complete speculation on my part though | 14:25 |
*** shausy has quit IRC | 14:25 | |
evrardjp | well I supposed it was fine to use ocata for stable/ocata, but apparently it's not a great idea. | 14:25 |
odyssey4me | evrardjp the point is that it's more likely a race condition | 14:26 |
odyssey4me | the compute isn't registering in time | 14:26 |
*** LinStatSDR has joined #openstack-ansible | 14:26 | |
odyssey4me | not sure though - perhaps logan- can help figure it out | 14:26 |
evrardjp | do you have a link somewhere I can have a look? | 14:26 |
*** udesale has quit IRC | 14:27 | |
odyssey4me | lgtm mhayden | 14:27 |
*** udesale has joined #openstack-ansible | 14:27 | |
*** smatzek__ has quit IRC | 14:27 | |
odyssey4me | evrardjp https://review.openstack.org/429779 & https://review.openstack.org/430540 | 14:28 |
evrardjp | thx | 14:28 |
*** cathrich_ is now known as cathrichardson | 14:28 | |
*** mcrafty has joined #openstack-ansible | 14:29 | |
openstackgerrit | Merged openstack/openstack-ansible-rabbitmq_server stable/mitaka: Make all linting tests use upper-constraints https://review.openstack.org/430588 | 14:30 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-lxc_hosts master: Use COPR pkg for LXC on CentOS https://review.openstack.org/429755 | 14:31 |
openstackgerrit | Merged openstack/openstack-ansible-openstack_openrc master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant https://review.openstack.org/430555 | 14:31 |
*** sliver has quit IRC | 14:32 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_ceilometer master: Add release note for git_config_lookup_location https://review.openstack.org/430305 | 14:32 |
*** ngupta has joined #openstack-ansible | 14:33 | |
mhayden | odyssey4me: https://review.openstack.org/430305 is ready to roll -- just added a missing backtick | 14:33 |
openstackgerrit | Merged openstack/openstack-ansible-os_heat master: Implementing stricter permissions on config files https://review.openstack.org/430355 | 14:34 |
*** Andrew_jedi has quit IRC | 14:36 | |
openstackgerrit | Merged openstack/openstack-ansible-os_ceilometer master: Add release note for git_config_lookup_location https://review.openstack.org/430305 | 14:39 |
*** SerenaFe_ has joined #openstack-ansible | 14:39 | |
*** SerenaFeng has quit IRC | 14:42 | |
odyssey4me | andymccr 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 |
openstackgerrit | Merged openstack/openstack-ansible-repo_build stable/newton: Actually remove os-release files https://review.openstack.org/430364 | 14:42 |
andymccr | hmm weird i thought i changed all of htem | 14:43 |
odyssey4me | mgariepy do you have the ability to +2 yet? | 14:44 |
odyssey4me | andymccr I think the sahara repo will also need the placement API as it also uses nova | 14:44 |
*** crushil has quit IRC | 14:44 | |
andymccr | https://review.openstack.org/#/c/430863/ already in | 14:45 |
andymccr | odyssey4me: not yet i'll add him during the meeting tomorrow unless there are some weird objections which im very sure there wont be :P | 14:45 |
odyssey4me | ah, missed that one - great :) | 14:45 |
odyssey4me | ah ok, I was going to suggest that he use it for https://review.openstack.org/429755 :) | 14:45 |
*** crushil has joined #openstack-ansible | 14:45 | |
andymccr | done! :P | 14:46 |
odyssey4me | orsm | 14:46 |
*** victorhe has joined #openstack-ansible | 14:47 | |
*** The_Intern has quit IRC | 14:52 | |
DimGR | can 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/598099 | 14:53 |
openstackgerrit | Merged openstack/openstack-ansible-os_glance master: Implementing stricter permissions on config files https://review.openstack.org/430383 | 14:54 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_hosts master: Use COPR pkg for LXC on CentOS https://review.openstack.org/429755 | 14:54 |
*** chris_hultin|AWA is now known as chris_hultin | 14:55 | |
*** manheim has joined #openstack-ansible | 14:56 | |
*** smatzek has joined #openstack-ansible | 14:57 | |
openstackgerrit | Merged openstack/openstack-ansible-os_gnocchi master: Set the git location url to be the base gnocchi repo https://review.openstack.org/430294 | 14:57 |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron master: Implementing stricter permissions on config files https://review.openstack.org/430410 | 14:58 |
*** chhavi has quit IRC | 14:58 | |
openstackgerrit | Merged openstack/openstack-ansible-tests master: Removed duplicate test var https://review.openstack.org/430635 | 14:59 |
openstackgerrit | Merged openstack/openstack-ansible-tests master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant https://review.openstack.org/430628 | 14:59 |
*** esberglu_ has joined #openstack-ansible | 15:01 | |
*** adrian_otto has joined #openstack-ansible | 15:02 | |
*** dankrs has joined #openstack-ansible | 15:03 | |
*** weezS has joined #openstack-ansible | 15:03 | |
*** esberglu has quit IRC | 15:04 | |
*** dankolbrs has quit IRC | 15:05 | |
*** adrian_otto1 has joined #openstack-ansible | 15:05 | |
*** adrian_otto has quit IRC | 15:07 | |
*** admin0_ has quit IRC | 15:08 | |
*** vcn has joined #openstack-ansible | 15:08 | |
*** admin0_ has joined #openstack-ansible | 15:09 | |
*** vcn has quit IRC | 15:09 | |
*** vcn has joined #openstack-ansible | 15:09 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible master: Add traceroute commands to the gate https://review.openstack.org/375788 | 15:10 |
*** vcn has quit IRC | 15:10 | |
openstackgerrit | Merged openstack/openstack-ansible-os_sahara master: Add nova_api_placement group to tests inventory https://review.openstack.org/430863 | 15:10 |
*** vcn has joined #openstack-ansible | 15:11 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible master: Add tracepath commands to the gate https://review.openstack.org/375788 | 15:11 |
*** vcn has quit IRC | 15:14 | |
*** fxpester has quit IRC | 15:16 | |
*** lucas_ has joined #openstack-ansible | 15:16 | |
*** SerenaFe_ has quit IRC | 15:16 | |
openstackgerrit | Merged openstack/openstack-ansible-os_ironic master: Add nova_placement service to test inventory https://review.openstack.org/430845 | 15:16 |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder master: Add variable to enable integration with barbican https://review.openstack.org/426986 | 15:16 |
*** sacharya has joined #openstack-ansible | 15:20 | |
*** adrian_otto1 is now known as adrian_otto | 15:21 | |
manheim | hello, is it possible to deploy kilo with openstack ansible? | 15:21 |
*** nbante has quit IRC | 15:21 | |
odyssey4me | manheim perhaps - there's a kilo-eol tag | 15:22 |
*** nbante has joined #openstack-ansible | 15:22 | |
odyssey4me | although 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 mitaka | 15:22 |
*** acormier has joined #openstack-ansible | 15:22 | |
odyssey4me | so yes, you can try and it may or may not work | 15:22 |
odyssey4me | it may be a bumpy ride | 15:22 |
*** gouthamr has joined #openstack-ansible | 15:23 | |
odyssey4me | although IIRC cloudnull deployed it recently and it worked | 15:23 |
openstackgerrit | Merged openstack/openstack-ansible-os_magnum master: Add inventory for nova_placement service https://review.openstack.org/430843 | 15:27 |
rcarrillocruz | jebus, kudos folks, have an openstack running with just 3 commands | 15:29 |
rcarrillocruz | amazing project | 15:29 |
* rcarrillocruz goes to play with his brand new openstack aio | 15:30 | |
odyssey4me | rcarrillocruz :) | 15:30 |
*** gouthamr has quit IRC | 15:30 | |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder master: Implementing stricter permissions on config files https://review.openstack.org/430371 | 15:30 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible master: Add tracepath commands to the AIO https://review.openstack.org/430995 | 15:30 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible master: Add tracepath commands to the AIO https://review.openstack.org/430995 | 15:32 |
logan- | morning | 15:33 |
evrardjp | morning logan- | 15:33 |
logan- | hey evrardjp. were you seeing some other placement api related race stuff? | 15:35 |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone master: Implementing stricter permissions on config files https://review.openstack.org/430356 | 15:35 |
evrardjp | I didn't see anything, jesse told me you got issues due to (probably) one of my patches? | 15:35 |
odyssey4me | evrardjp no, that's a misunderstanding | 15:36 |
odyssey4me | basically the UCA ocata in os_nova patches are failing, but so are all other nova patches | 15:36 |
logan- | ah | 15:36 |
evrardjp | oh | 15:36 |
evrardjp | ok | 15:36 |
odyssey4me | I think it may relate to the same issue that logan- discovered with ceph | 15:36 |
odyssey4me | it's plausible that there's a race condition due to the placement system where the compute is not registering in time | 15:36 |
odyssey4me | that'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 handlers | 15:37 |
odyssey4me | I'm not sure - this is speculation. | 15:37 |
odyssey4me | But 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 cell | 15:37 |
logan- | i think thats a reasonable suspicion | 15:37 |
logan- | theres some spinup time in nova-compute and then it has to register the service with nova api etc | 15:38 |
*** LinStatSDR has quit IRC | 15:38 | |
logan- | really need to be able to set a default cell in nova.conf or something :/ | 15:39 |
odyssey4me | johnthetubaguy ^ | 15:39 |
*** LinStatSDR has joined #openstack-ansible | 15:40 | |
odyssey4me | or perhaps we need to really consider pulling nova-compute into its own role so that we can properly co-ordinate things | 15:40 |
odyssey4me | obviously we can't do that now though | 15:40 |
evrardjp | could we use wait_for ? | 15:41 |
odyssey4me | maybe we need to do some sort of wait loop, yeah | 15:41 |
odyssey4me | do an api check for a compute node, wait until one is found | 15: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 registered | 15:42 |
logan- | that will break the ceph stuff even more though if we are waiting around for a service to show up | 15:42 |
logan- | i guess if we can merge the taskset stuff we could just always run os_nova without the cell enrollment initially | 15:43 |
logan- | and then re-run it later with the cell_enrollment taskset only after ceph_client has run if needed | 15:43 |
odyssey4me | or alternatively bring the ceph_client tasks into the nova role? | 15:43 |
odyssey4me | ie work towards eliminating that role - move those tasks into the service specific roles | 15:44 |
stevemar | odyssey4me: if you have a minute, can you review https://review.openstack.org/#/c/416383/ ? | 15:44 |
logan- | yeah maybe just the library linking part | 15:45 |
odyssey4me | stevemar sure thing :) I've been monitoring it, but haven't yet looked through it | 15:45 |
evrardjp | logan-: If we are introducing this kind of pattern it's a slippery slope vs what we are supposed to be doing with ansible | 15:45 |
evrardjp | but I think it's the only way to do it right now | 15:45 |
evrardjp | I'd be happy to bring the ceph bits into each role, even if it means duplication | 15: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 mind | 15:46 |
stevemar | odyssey4me: excellent | 15:46 |
evrardjp | the question is, would tags fit the bill? Would facts be a proper alternative? | 15:47 |
odyssey4me | evrardjp tags can't really be used properly to enable/disable part of the execution | 15:47 |
logan- | yeah the tags don't help for this | 15:48 |
odyssey4me | they require the human driving the deployment to know and understand how to use them | 15:48 |
odyssey4me | the advantage of using vars is that we're able to make the smart decisions for the user | 15:48 |
evrardjp | odyssey4me: logan- I agree because it's currently in one play | 15:49 |
odyssey4me | so yes, using a var and perhaps dropping local facts as a way of automating and retaining facts between playbook executions | 15:49 |
odyssey4me | but yes, perhaps a PTG discussion we should have is whether the monilith role approach is the right approach for the future | 15:49 |
logan- | yeah the remote fact cache might be a way to go for this too | 15:50 |
DimGR | can 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/598099 | 15:50 |
evrardjp | so, 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 worlds | 15:51 |
odyssey4me | that is the million dollar question | 15:51 |
logan- | i think the minimum changes are already proposed :P | 15:51 |
openstackgerrit | Omer Anson proposed openstack/openstack-ansible-os_neutron master: Implement Dragonflow deployment https://review.openstack.org/391524 | 15: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 well | 15:52 |
logan- | they're separate though. one is a ceph_client race, the other one is a nova-compute initialization race | 15:52 |
*** adrian_otto has quit IRC | 15:57 | |
*** Andrew_jedi has joined #openstack-ansible | 15:59 | |
*** karimb has quit IRC | 16:01 | |
*** schwicht has joined #openstack-ansible | 16:01 | |
*** karimb has joined #openstack-ansible | 16:03 | |
*** galstrom_zzz is now known as galstrom | 16:05 | |
*** chyka has joined #openstack-ansible | 16:07 | |
*** marst has joined #openstack-ansible | 16:07 | |
*** chyka has quit IRC | 16:08 | |
*** DanyC has quit IRC | 16:09 | |
*** Jack_Iv has joined #openstack-ansible | 16:12 | |
*** xingchao_ has quit IRC | 16:14 | |
*** adrian_otto has joined #openstack-ansible | 16:15 | |
*** The_Intern has joined #openstack-ansible | 16:16 | |
*** Jack_Iv has quit IRC | 16:19 | |
xgerman | guess I am late to the nova party but my system is also not working | 16:19 |
*** Jack_Iv has joined #openstack-ansible | 16:21 | |
*** david-lyle has joined #openstack-ansible | 16:23 | |
*** udesale has quit IRC | 16:24 | |
openstackgerrit | weezer su proposed openstack/openstack-ansible-ops master: Add kernel option into preseed https://review.openstack.org/430445 | 16:24 |
*** hw_wutianwei has quit IRC | 16:28 | |
*** woodard has quit IRC | 16:28 | |
*** karimb has quit IRC | 16:28 | |
*** woodard has joined #openstack-ansible | 16:29 | |
*** karimb has joined #openstack-ansible | 16:30 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible master: Bring idempotency to swapon https://review.openstack.org/430942 | 16:30 |
*** woodard has quit IRC | 16:32 | |
*** sdake_ has joined #openstack-ansible | 16:36 | |
*** sdake has quit IRC | 16:38 | |
cloudnull | o/ | 16:39 |
kencjohnston | Does OpenStack Ansible have the ability to use alternative messaging queues to Rabbit? | 16:42 |
odyssey4me | kencjohnston not in a simple way, but it is possible | 16:42 |
*** zz_pwnall1337 is now known as pwnall1337 | 16:42 | |
odyssey4me | there has been no driver to do so | 16:42 |
odyssey4me | and certainly no contributors interested in doing so | 16:42 |
kencjohnston | odyssey4me ok thanks, no driver and no roles? | 16:42 |
odyssey4me | no role, and no wiring | 16:43 |
openstackgerrit | Merged openstack/openstack-ansible-rabbitmq_server master: Update RabbitMQ to v3.6.6-1 https://review.openstack.org/430604 | 16:43 |
odyssey4me | you can technically do it through the use of config overrides | 16:43 |
odyssey4me | the drivers are built into openstack | 16:43 |
odyssey4me | so by 'no drivers to do so' I mean there has been no motivation | 16:43 |
kencjohnston | odyssey4me ahh got it. And a motivated effort would require roles in OSA and support in the individual projects? | 16:44 |
odyssey4me | well, there may be roles available in ansible galaxy already | 16:44 |
odyssey4me | so we may not have to develop one | 16:45 |
odyssey4me | for us as a project we'd need a good reason to expand the test matrix | 16:45 |
odyssey4me | because our current contributors only want the one we have | 16:45 |
odyssey4me | adding another one would mean adding tests to verify that it works | 16:45 |
*** strattao- has quit IRC | 16:46 | |
*** strattao_ has joined #openstack-ansible | 16:46 | |
odyssey4me | consider our current integrated build test matrix | 16:46 |
odyssey4me | centos + ubuntu OS | 16:46 |
kencjohnston | odyssey4me got it | 16:46 |
odyssey4me | an AIO build with swift, and another with ceph | 16:47 |
kencjohnston | odyssey4me Adding another que doubles the number of integrated builds | 16:47 |
LinStatSDR | centos + ubuntu <3 | 16:47 |
openstackgerrit | Logan V proposed openstack/openstack-ansible master: [WIP] Containerize HAProxy https://review.openstack.org/429019 | 16:47 |
odyssey4me | add an alternative mq and we have to add one for each of those | 16:47 |
odyssey4me | so ubuntu / swift / rabbit & ubuntu / swift / zmq | 16:47 |
odyssey4me | then ubuntu / ceph / rabbit & ubuntu / ceph / zmq | 16:48 |
odyssey4me | then centos for each of the above | 16:48 |
*** jimbaker has joined #openstack-ansible | 16:48 | |
odyssey4me | so yeah, basically it starts increasing the risk of false failures and therefore the work it takes to get a simple patch in | 16:48 |
*** jimbaker is now known as Guest35552 | 16:49 | |
odyssey4me | so unless we have a good reason to do it, it is within our better interest to keep the matrix smaller | 16:49 |
odyssey4me | if 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 matrix | 16:49 |
odyssey4me | it's either that or we add it and it's an intested path | 16:50 |
odyssey4me | *untested | 16:50 |
*** galstrom is now known as galstrom_zzz | 16:50 | |
odyssey4me | kencjohnston where's the question coming from? | 16:51 |
*** Guest35552 is now known as jimbaker` | 16:51 | |
kencjohnston | odyssey4me 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 |
LinStatSDR | i never heard of them talking about that | 16:52 |
kencjohnston | odyssey4me I wanted to understand the effort required to do so. | 16:52 |
odyssey4me | kencjohnston if that happens, then that provides us motivation | 16:52 |
LinStatSDR | that be a bold move rn | 16:52 |
kencjohnston | LinStatSDR Me neither, tracking it down. | 16:52 |
odyssey4me | but yeah, I've heard that for as long as I've been working with openstack | 16:52 |
*** david-lyle has quit IRC | 16:52 | |
bgmccollum | "real-soon-now" | 16:53 |
kencjohnston | odyssey4me Ah, that explains it. I'd not. RabbitMQ "The worst queing system out there, except for all others." | 16:53 |
odyssey4me | most often rabbitmq is not the evil people think it is - it's usually bad configuration that's the culprit | 16:53 |
andymccr | "the worst queueing system out there, until you try the others" :P | 16:53 |
odyssey4me | yep | 16:53 |
odyssey4me | there was an effort a few cycles back to make zmq 'the thing' to replace rabbitmq... and it failed | 16:54 |
*** sacharya has quit IRC | 16:54 | |
odyssey4me | I think that tripleo/red hat use it - but they're the only ones | 16:54 |
*** sacharya has joined #openstack-ansible | 16:54 | |
*** jimbaker` has quit IRC | 16:55 | |
*** jimbaker` has joined #openstack-ansible | 16:55 | |
*** jimbaker` is now known as jimbaker | 16:55 | |
*** admin0_ has quit IRC | 16:55 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-rabbitmq_server stable/newton: Update RabbitMQ to v3.6.6-1 https://review.openstack.org/431056 | 16:55 |
boxrick1 | I read ZMQ is more difficult to get going with. | 16:59 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-rabbitmq_server stable/mitaka: Update RabbitMQ to v3.6.6-1 https://review.openstack.org/431068 | 17:00 |
*** marst_ has joined #openstack-ansible | 17:03 | |
*** marst has quit IRC | 17:03 | |
Andrew_jedi | folks, 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-ansible | 17:10 | |
Andrew_jedi | i 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_jedi | Sigh. | 17:11 |
*** david-lyle has joined #openstack-ansible | 17:12 | |
Andrew_jedi | odyssey4me: Reliance jio were using zmq | 17:12 |
*** ssmith has joined #openstack-ansible | 17:15 | |
*** karimb has quit IRC | 17:16 | |
xgerman | after getting around some nova cell migration problem my swift isn’t coming up. Any ideas? | 17:16 |
andymccr | xgerman: well that should hopefully be unrelated :D but what kind of errors are you getting? | 17:18 |
xgerman | the playbook runs through but I don;t have swift | 17:19 |
*** DanyC has joined #openstack-ansible | 17:19 | |
andymccr | xgerman: logs say anything? and do you mean its just not working? | 17:19 |
xgerman | var/log/swift is empty and syslog is full of ceilometer crashes | 17:21 |
xgerman | on the swift-proxy-container | 17:21 |
andymccr | are the services running at all? | 17:22 |
xgerman | nop | 17:22 |
xgerman | https://www.irccloud.com/pastebin/P1bQgyTY/ | 17:22 |
andymccr | and if you try start it? | 17:23 |
xgerman | how? | 17:23 |
xgerman | never started it myself | 17:23 |
*** woodard has joined #openstack-ansible | 17:23 | |
andymccr | xgerman: should be a systemd script so you can do service swift-proxy-server start | 17:24 |
xgerman | the bin/swift things I have is the client | 17:24 |
*** DanyC has quit IRC | 17:24 | |
xgerman | it seems to be hanging; no logs | 17:25 |
andymccr | xgerman: 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-ansible | 17:26 | |
*** chhavi has quit IRC | 17:26 | |
*** weezS_ has left #openstack-ansible | 17:26 | |
xgerman | https://www.irccloud.com/pastebin/QGml6wOf/ | 17:26 |
*** smatzek has quit IRC | 17:29 | |
andymccr | can you try running the exec command to start it manually: /openstack/venvs/swift-master/bin/swift-proxy-server /etc/swift/proxy-server/proxy-server.conf | 17:29 |
*** retreved_ has joined #openstack-ansible | 17:29 | |
*** LinStatSDR has quit IRC | 17:29 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_nova master: Wait for nova-compute service registration https://review.openstack.org/431080 | 17:32 |
xgerman | https://www.irccloud.com/pastebin/L39tjmBQ/ | 17:32 |
*** retreved has quit IRC | 17:33 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_nova master: Wait for nova-compute service registration https://review.openstack.org/431080 | 17:33 |
*** topol_ is now known as topol | 17:33 | |
*** retreved_ has quit IRC | 17:34 | |
sigmavirus | xgerman: looks like you have missing python packages | 17:35 |
xgerman | ok, yeah, I don’t know much about swift so was hoping the system would just install it | 17:35 |
andymccr | xgerman: how did you deploy to get that error? | 17:35 |
andymccr | xgerman: 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 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_nova master: Wait for nova-compute service registration https://review.openstack.org/431080 | 17:36 |
xgerman | I ran the os-swift-install.yml | 17:36 |
xgerman | playbook multiple times | 17:36 |
xgerman | (had a nova error earlier with setup-openstack) and then designate had an error… | 17:37 |
sigmavirus | xgerman: actually I misspoke, the C-extension for the python package can't find a symbol | 17:37 |
*** Jack_Iv has quit IRC | 17:37 | |
*** Jack_Iv has joined #openstack-ansible | 17:37 | |
*** DanyC has joined #openstack-ansible | 17:38 | |
xgerman | all I want is glance to work ;-) | 17:38 |
andymccr | xgerman: you could skip swift then and set the backend to file, unless you are using multiple glance servers | 17:38 |
sigmavirus | xgerman: that's such a vague desire | 17:39 |
*** adrian_otto1 has joined #openstack-ansible | 17:39 | |
xgerman | ok, does osa do that for me (make it file) or do I need to go into the container and change it? | 17:40 |
andymccr | xgerman: osa will do it, you just need to set the right var and run the glance play again. lemme find the right var | 17:41 |
sigmavirus | xgerman: sounds like your OSA deployment is completely borked | 17:41 |
*** adrian_otto has quit IRC | 17:42 | |
sigmavirus | andymccr: there arent' docs for that? | 17:42 |
andymccr | sigmavirus: yeah there are | 17:42 |
*** DanyC has quit IRC | 17:43 | |
*** Jack_Iv has quit IRC | 17:43 | |
sigmavirus | xgerman: you can probably search the docs pretty easily for "glance_store" then | 17:43 |
sigmavirus | Might be faster than interrupting andymccr | 17:43 |
xgerman | ok | 17:43 |
xgerman | ok, will so | 17:43 |
*** Jack_Iv has joined #openstack-ansible | 17:43 | |
andymccr | good point :) im pretty sure its glance_file_store or something | 17:44 |
sigmavirus | the words "glance" and "store" should be enough | 17:44 |
andymccr | hahahaha | 17:44 |
*** gouthamr has joined #openstack-ansible | 17:46 | |
*** smatzek has joined #openstack-ansible | 17:46 | |
*** Andrew_jedi has quit IRC | 17:48 | |
*** Jack_Iv has quit IRC | 17:48 | |
*** DanyC has joined #openstack-ansible | 17:48 | |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_nova master: Change the group name for the libvirt group https://review.openstack.org/431087 | 17:49 |
*** gouthamr has quit IRC | 17:50 | |
odyssey4me | andymccr ^ srsly | 17:50 |
andymccr | odyssey4me: yeah thats why nova gate is blocked | 17:50 |
andymccr | although ive found another issue. the nova-manage cell_create isnt idempotent :( | 17:51 |
odyssey4me | that's infuriating | 17:51 |
logan- | wow | 17:51 |
odyssey4me | is that a xenial versus UCA packaging thing? | 17:51 |
andymccr | yeah | 17:51 |
*** adrian_otto1 has quit IRC | 17:51 | |
andymccr | well | 17:51 |
andymccr | im guessing on that one | 17:51 |
*** lucas_ has quit IRC | 17:52 | |
odyssey4me | andymccr you may need to combine it with https://review.openstack.org/430222 then | 17:52 |
odyssey4me | but let's see how it goes | 17:52 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_nova master: Wait for nova-compute service registration https://review.openstack.org/431080 | 17:52 |
*** adrian_otto has joined #openstack-ansible | 17:53 | |
andymccr | on an aside the UCA patch should resolve those swift issues from above | 17:54 |
andymccr | actuall 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_986630 | 17:54 |
andymccr | thats one of automagically's patches failing when its just a folder permissions change | 17:54 |
*** smatzek has quit IRC | 17: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 available | 17:59 |
*** jamielennox is now known as jamielennox|away | 18:00 | |
andymccr | logan-: i think if you re-run the nova plays it'll fail because the cell exists already and nova-manage will return an error code | 18:00 |
logan- | ouch | 18:00 |
*** weezS has quit IRC | 18:01 | |
logan- | hopefully a different rc than an actual failure :/ | 18:01 |
*** xdaxdb has joined #openstack-ansible | 18:02 | |
andymccr | either that or we have to do a conditional based on an output of "list_cells" | 18:02 |
logan- | ah | 18:02 |
odyssey4me | logan- andymccr I happen to be mid discussion with the keystone crew about unique RC's relating to https://review.openstack.org/416383 | 18:02 |
odyssey4me | I very much doubt that nova is doing anything other than RC 0 or 1 | 18:03 |
ssmith | Which image type should create an instance the fastest? QCOW2 or RAW? | 18:03 |
andymccr | odyssey4me: yeah i imagine not | 18:03 |
odyssey4me | I have discussed the possibility with johnthetubaguy, but nothing has happened as far as I know | 18:03 |
odyssey4me | it looks like we should get something from keystone in Pike though, here's hoping lbragstad :) | 18:03 |
andymccr | yeah that would be preferable... | 18:03 |
andymccr | either way it wont go into ocata | 18:03 |
*** Eyumalai has joined #openstack-ansible | 18:04 | |
andymccr | so we will need to check it | 18:04 |
andymccr | the weight is now on your shoulders lbragstad | 18:04 |
andymccr | dont let us down | 18:04 |
odyssey4me | yeah, for now we have to figure out an alternative way | 18:04 |
* lbragstad did what? | 18:04 | |
andymccr | lbragstad: to fix x-manage return codes! :P for ALL | 18:05 |
Eyumalai | <mhayden> | 18:05 |
lbragstad | s/for ALL/for keystone-manage db_sync --check/ | 18:05 |
lbragstad | sure! | 18:05 |
Eyumalai | Hello mhayden | 18:06 |
xdaxdb | ssmith: 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 though | 18:06 |
lbragstad | ravelar can actually help you out with that ;) he's currently doing the need ful | 18:06 |
*** karimb has joined #openstack-ansible | 18:06 | |
logan- | cool odyssey4me :) | 18:06 |
odyssey4me | lbragstad that's fine, you guide that to completion and we'll badger dolphm and johnthetubaguy to make it happen everywhere else :p | 18:06 |
logan- | and lbragstad | 18:06 |
mhayden | Eyumalai: what's up? | 18:07 |
mhayden | Eyumalai: no need for naked pings -- just ask away :) | 18:07 |
*** Jack_Iv has joined #openstack-ansible | 18:07 | |
Eyumalai | When running setup-hosts.yml playbook, the security role is run and fails | 18:08 |
Eyumalai | fatal: [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 IRC | 18:09 | |
andymccr | Eyumalai: the error message kinda says the issue :) but the security role is optional if you don't want to run it! | 18:10 |
Eyumalai | We need to run in our environment to pass security audit | 18:11 |
*** admin0_ has joined #openstack-ansible | 18:11 | |
xdaxdb | Looking for advice on software updates. Is it intended to run apt directly on containers/hosts after the deployment? | 18:11 |
andymccr | Eyumalai: ok then you'll need to remove the AllowUnauthenticated option from any files in apt.conf.d :) | 18:11 |
odyssey4me | xdaxdb every time you execute the playbooks they'll update the packages they install, unless you change the expected package state | 18:12 |
odyssey4me | it 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 regime | 18:12 |
xdaxdb | so most of the playbooks are truely idempotent then? | 18:13 |
xdaxdb | I beleive one of them (setup_hosts maybe) had a warning about not being idempotent | 18:13 |
*** Andrew_jedi has joined #openstack-ansible | 18:13 | |
odyssey4me | xdaxdb that's more of a work in progress, but I'd say we're 80-85% there | 18:13 |
xdaxdb | It 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 |
odyssey4me | xdaxdb we have idempotence testing in some of the roles | 18:15 |
odyssey4me | but ansible itself reports 'changed' on tasks, so it'll be fairly easy to identify | 18:16 |
odyssey4me | just re-run the playbook and see | 18:16 |
*** marst_ has quit IRC | 18:16 | |
odyssey4me | but sure, it'd be great to improve idempotence - feel free to add your hands into the mix to help make that happen :) | 18:17 |
xdaxdb | lol I want to use os-a to deploy a production environment | 18:17 |
xdaxdb | I intend to at some point | 18:17 |
xdaxdb | *contribute | 18:17 |
*** cloader89 has joined #openstack-ansible | 18:17 | |
Eyumalai | we do have local mirror for xenial packages | 18:18 |
xdaxdb | Eyumalai: 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 sucdcesfuly | 18:20 |
*** cpuga has joined #openstack-ansible | 18:21 | |
*** cpuga has quit IRC | 18:22 | |
*** manheim has quit IRC | 18:22 | |
odyssey4me | andymccr alrighty, I'm out for the evening - catch you tomorrow | 18:22 |
odyssey4me | cheers all | 18:22 |
*** LinStatSDR has joined #openstack-ansible | 18:22 | |
xdaxdb | o/ | 18:22 |
andymccr | odyssey4me: thanks for all the help - have a good one! | 18:23 |
*** marst has joined #openstack-ansible | 18:25 | |
*** retreved has joined #openstack-ansible | 18:25 | |
Eyumalai | xdaxdb:our local mirror setup for http only , Do we need https ? | 18:27 |
*** retreved_ has joined #openstack-ansible | 18:27 | |
*** smatzek has joined #openstack-ansible | 18:28 | |
Andrew_jedi | andymccr: By any chance are you aware of any single nic network configurations for OSA, mine is bad for instance internet connection | 18:28 |
*** nbante has quit IRC | 18:29 | |
*** retreved has quit IRC | 18:29 | |
andymccr | Andrew_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 gel | 18:29 |
Andrew_jedi | andymccr: gotcha! I am struggling with internet connectivity for the last 2 days. It is a must to play with magnum | 18:31 |
openstackgerrit | Omer Anson proposed openstack/openstack-ansible-os_neutron master: Implement Dragonflow deployment https://review.openstack.org/391524 | 18:31 |
xdaxdb | Eyumalai: I doubt it, but I'm not very familiar with apt. You should probably do a few test runs using default/public repo settings | 18:35 |
*** FrankZhang has quit IRC | 18:35 | |
*** qwang has quit IRC | 18:35 | |
*** portdirect has quit IRC | 18:35 | |
*** timsim has quit IRC | 18:35 | |
*** ikalnytskyi has quit IRC | 18:35 | |
*** neith has quit IRC | 18:35 | |
*** meteorfox has quit IRC | 18:37 | |
*** izaakk has quit IRC | 18:37 | |
*** boxrick1 has quit IRC | 18:37 | |
*** worstadmin has quit IRC | 18:37 | |
*** pramod has quit IRC | 18:37 | |
*** raddaoui has quit IRC | 18:37 | |
*** kong has quit IRC | 18:37 | |
xdaxdb | Andrew_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 |
Eyumalai | Thank you xdaxdb | 18:38 |
*** retreved_ has quit IRC | 18:38 | |
*** retreved has joined #openstack-ansible | 18:39 | |
*** mubix has quit IRC | 18:45 | |
*** berendt has quit IRC | 18:45 | |
*** serverascode has quit IRC | 18:45 | |
*** NachoDuck has quit IRC | 18:45 | |
*** hogepodge has quit IRC | 18:45 | |
*** fdegir has quit IRC | 18:45 | |
*** lucas_ has joined #openstack-ansible | 18:50 | |
spotz | Hey guys, we got an email on the openstack list about no availability zones when using OSA newton. Anyone seen it? | 18:51 |
andymccr | damnit how do i keep not filtering these :P | 18:51 |
*** galstrom_zzz is now known as galstrom | 18:52 | |
Andrew_jedi | xdaxdb: not sure if understood it , you mean creating raw devices with vlan id which are not specified in neutron ? | 18:56 |
openstackgerrit | Logan V proposed openstack/openstack-ansible master: Target unbound component group instead of _all https://review.openstack.org/431110 | 18:59 |
Andrew_jedi | spotz: this sometimes happen when your compute is not configured properly | 19:01 |
spotz | Andrew_jedi: Ok I'll let him know and suggest he pop in here:) | 19:01 |
Andrew_jedi | spotz: neutron agent-lis or nova service-list will show a "XXX" somewhere | 19:02 |
Andrew_jedi | neutron agent-list | 19:02 |
*** admin0_ has quit IRC | 19:02 | |
spotz | Andrew_jedi: I understood:) | 19:02 |
Andrew_jedi | spotz: :) | 19:02 |
xdaxdb | Andrew_jedi: in the host network config make a VLAN sub interface, then make bridge and add the vlan sub insterface as a bridge_port | 19:04 |
xdaxdb | assuming you have the ability to assign VLANs on your physical network | 19:05 |
Andrew_jedi | xdaxdb: something like this: https://github.com/openstack/openstack-ansible/blob/stable/newton/etc/network/interfaces.d/openstack_interface.cfg.prod.example | 19:05 |
*** nbante has joined #openstack-ansible | 19:05 | |
xdaxdb | Yes exaclty | 19:05 |
Andrew_jedi | xdaxdb: 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#L108 | 19:06 |
xdaxdb | that example includes bonding, just ignore the bonding and use eth0 instead of bond0 | 19:06 |
Andrew_jedi | xdaxdb: ok but what to use for br-vlan ? | 19:06 |
xdaxdb | Ha!, yeah I got hung up on that too | 19:06 |
xdaxdb | You can use a vlan sub-interface for that too | 19:07 |
xdaxdb | it works | 19:07 |
Andrew_jedi | xdaxdb: coool ... | 19:07 |
xdaxdb | I spent hours worrying about it, finally i just tried it and it worked | 19:07 |
*** faizy has quit IRC | 19:08 | |
xdaxdb | just make sure neutron VLAN range doesn't overlap with your vlans | 19:08 |
*** nbante has quit IRC | 19:08 | |
xdaxdb | Andrew_jedi: wait I mis-spoke | 19:10 |
*** poopcat has quit IRC | 19:10 | |
xdaxdb | specify the physical interface for the vlan bridge port | 19:10 |
xdaxdb | just eth0 | 19:11 |
Andrew_jedi | xdaxdb: by any chance can you show me the config in some way, or is too much to ask. | 19:11 |
Andrew_jedi | if you have it | 19:11 |
Andrew_jedi | xdaxdb: but then br-vlan will take over eth0 ? | 19:12 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_nova master: Wait for nova-compute service registration https://review.openstack.org/431080 | 19:12 |
xdaxdb | It doesn't over take it, they coexist | 19:13 |
xdaxdb | That config you linked is very similar to mine | 19:13 |
d34dh0r53 | o/ | 19:14 |
LinStatSDR | o/ | 19:14 |
xdaxdb | but don't put an IP on your physical interface | 19:14 |
LinStatSDR | \o | 19:15 |
xdaxdb | that 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 me | 19:15 |
Andrew_jedi | xdaxdb: wow, so single nic, no ip and it works :O | 19:16 |
xdaxdb | yeah you just put an IP on a vlan sub interface of the physical NIC | 19:16 |
Andrew_jedi | xdaxdb: I always used this http://paste.openstack.org/show/598120/ as workaround for a single nic | 19:17 |
xdaxdb | make sure you have console access because if you make a mistake you wont be able to ssh in after you reload the network config | 19:17 |
*** admin0_ has joined #openstack-ansible | 19:18 | |
Andrew_jedi | xdaxdb: oops, i don't have console access, servers are far far far away | 19:18 |
xdaxdb | yeah I just saw a config like that. I don't understand all that debain style network config. I'm a RH person until very recently | 19:19 |
LinStatSDR | just don't make a mistake | 19:19 |
LinStatSDR | youll be gucci | 19:19 |
xdaxdb | no iDRAC or iLO? | 19:19 |
*** The_Intern has joined #openstack-ansible | 19:19 | |
xdaxdb | HMC even? (for the IBM power folks :-) ) | 19:20 |
Andrew_jedi | xdaxdb: when you say " just put an IP on a vlan sub interface of the physical NIC" , you are refering to all the 4 sub interfaces | 19:20 |
Andrew_jedi | ??? | 19:20 |
xdaxdb | openstack is forcing me to brush up on ubuntu | 19:21 |
Andrew_jedi | xdaxdb: one vlan sub interface for all the 4 bridges | 19:21 |
xdaxdb | different vlan for each bridge | 19:21 |
*** NachoDuck has joined #openstack-ansible | 19:21 | |
xdaxdb | and the vlan bridge gets the physical interface | 19:21 |
Andrew_jedi | xdaxdb: sorry, i meant one for every bridge | 19:22 |
*** poopcat has joined #openstack-ansible | 19:22 | |
*** MasterOfBugs has joined #openstack-ansible | 19:22 | |
xdaxdb | but if you don't have control over the physical network, it wont work | 19:23 |
xdaxdb | you 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 gateway | 19:24 |
Andrew_jedi | xdaxdb: I do have the control over the physical network, i have asked somebody who has the console access | 19:25 |
*** LinStatSDR has quit IRC | 19:25 | |
*** vnogin has quit IRC | 19:25 | |
*** mmalik4 has joined #openstack-ansible | 19:27 | |
xdaxdb | Basically, 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_jedi | xdaxdb: you mean eth0 traffic is passing via trunk | 19:29 |
Andrew_jedi | ?? | 19:29 |
xdaxdb | Sorry I tend to assume people know the network stuff | 19:29 |
openstackgerrit | Mark Hamzy proposed openstack/openstack-ansible master: [WIP] Add support to install a molteniron server https://review.openstack.org/427255 | 19:29 |
xdaxdb | yes | 19:29 |
*** neith has joined #openstack-ansible | 19:30 | |
xdaxdb | If 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 to | 19:31 |
*** serverascode has joined #openstack-ansible | 19:31 | |
xdaxdb | or do QinQ and increase the MTU (ignore this completely) | 19:32 |
*** ikalnytskyi has joined #openstack-ansible | 19:34 | |
*** stuartgr has quit IRC | 19:34 | |
*** Jack_Iv has quit IRC | 19:34 | |
*** Jack_Iv has joined #openstack-ansible | 19:35 | |
Andrew_jedi | xdaxdb: sorry, i am not that good with networking and OpenStack is a mix of everything storage, virtualisation, sdn, nfv, so much to keep up with | 19:35 |
Andrew_jedi | xdaxdb: got it, let me check th switch ports, this could be the issue with my current config | 19:36 |
xgerman | To chime in I have az problems on an AIO, too | 19:38 |
xgerman | https://www.irccloud.com/pastebin/LiM47W4m/ | 19:38 |
*** skuda has quit IRC | 19:40 | |
*** vnogin has joined #openstack-ansible | 19:42 | |
*** fdegir has joined #openstack-ansible | 19:43 | |
*** weezS has joined #openstack-ansible | 19:45 | |
*** weezS_ has joined #openstack-ansible | 19:45 | |
*** sacharya has quit IRC | 19:47 | |
*** vnogin has quit IRC | 19:47 | |
*** weezS_ has quit IRC | 19:47 | |
*** sacharya has joined #openstack-ansible | 19:48 | |
*** Jack_Iv has quit IRC | 19:48 | |
*** lucas_ has quit IRC | 19:49 | |
*** FrankZhang has joined #openstack-ansible | 19:50 | |
*** Jack_Iv has joined #openstack-ansible | 19:51 | |
*** worstadmin has joined #openstack-ansible | 19:52 | |
MasterOfBugs | we are running setup-infrastructure playbook. and we are getting the follwoing error | 19:52 |
MasterOfBugs | TASK [pip_install : include] *************************************************** | 19:52 |
MasterOfBugs | included: /etc/ansible/roles/pip_install/tasks/install_online.yml for infra01_galera_container-320ac52c | 19: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 HAproxy | 19:52 |
MasterOfBugs | BUt i was not able to start, since it gives the error as shown below | 19:52 |
MasterOfBugs | http://paste.openstack.org/show/598028/ | 19:52 |
MasterOfBugs | Can anyone helpy me with that? | 19:52 |
*** qwang has joined #openstack-ansible | 19:53 | |
*** meteorfox has joined #openstack-ansible | 19:54 | |
*** mubix has joined #openstack-ansible | 19:54 | |
*** sacharya_ has joined #openstack-ansible | 19:56 | |
*** portdirect has joined #openstack-ansible | 19:57 | |
*** Jack_Iv has quit IRC | 19:57 | |
*** david-lyle has quit IRC | 19:57 | |
*** Jack_Iv has joined #openstack-ansible | 19:57 | |
*** sacharya has quit IRC | 19:57 | |
*** kong has joined #openstack-ansible | 19:59 | |
*** Hosam has joined #openstack-ansible | 20:00 | |
*** DanyC has quit IRC | 20:01 | |
*** DanyC has joined #openstack-ansible | 20:02 | |
*** admin0_ has quit IRC | 20:02 | |
*** boxrick1 has joined #openstack-ansible | 20:03 | |
*** hybridpollo has joined #openstack-ansible | 20:03 | |
openstackgerrit | Merged openstack/openstack-ansible-os_nova master: Change the group name for the libvirt group https://review.openstack.org/431087 | 20:04 |
*** electrofelix has quit IRC | 20:04 | |
*** vnogin has joined #openstack-ansible | 20:04 | |
*** DanyC has quit IRC | 20:06 | |
*** hybridpolio has joined #openstack-ansible | 20:07 | |
*** izaakk has joined #openstack-ansible | 20:07 | |
*** vnogin has quit IRC | 20:09 | |
*** hybridpollo has quit IRC | 20:09 | |
*** hybridpolio is now known as hybridpollo | 20:10 | |
*** raddaoui has joined #openstack-ansible | 20:11 | |
*** vnogin has joined #openstack-ansible | 20:14 | |
*** admin0_ has joined #openstack-ansible | 20:14 | |
*** david-lyle has joined #openstack-ansible | 20:15 | |
*** berendt has joined #openstack-ansible | 20:15 | |
*** hogepodge has joined #openstack-ansible | 20:19 | |
admin0_ | MasterOfBugs: your public and private endpoints must be working for that to work | 20:20 |
*** david-lyle has quit IRC | 20:20 | |
admin0_ | i meant the vips | 20:20 |
*** admin0_ has quit IRC | 20:21 | |
*** admin0_ has joined #openstack-ansible | 20:21 | |
*** LinStatSDR has joined #openstack-ansible | 20:22 | |
*** lucas_ has joined #openstack-ansible | 20:23 | |
*** pramod has joined #openstack-ansible | 20:23 | |
*** poopcat has quit IRC | 20:24 | |
*** poopcat has joined #openstack-ansible | 20:24 | |
*** timsim has joined #openstack-ansible | 20:25 | |
*** retreved_ has joined #openstack-ansible | 20:29 | |
*** retreved has quit IRC | 20:31 | |
*** LinStatSDR has quit IRC | 20:32 | |
*** retreved has joined #openstack-ansible | 20:32 | |
*** retreved_ has quit IRC | 20:34 | |
*** DanyC has joined #openstack-ansible | 20:35 | |
*** cmart has joined #openstack-ansible | 20:36 | |
*** retreved_ has joined #openstack-ansible | 20:39 | |
*** retreved_ has quit IRC | 20:39 | |
*** retreved has quit IRC | 20:39 | |
*** retreved_ has joined #openstack-ansible | 20:39 | |
MasterOfBugs | Yes they are working. I am able to login to the,m | 20:41 |
*** retreved has joined #openstack-ansible | 20:42 | |
*** pcaruana has quit IRC | 20:43 | |
*** retreved_ has quit IRC | 20:44 | |
*** cmart has quit IRC | 20:45 | |
*** Jack_Iv_ has joined #openstack-ansible | 20:45 | |
*** Jack_Iv has quit IRC | 20:46 | |
*** Jack_Iv_ has quit IRC | 20:47 | |
*** Jack_Iv has joined #openstack-ansible | 20:50 | |
*** crushil has quit IRC | 20:50 | |
*** Jack_Iv has quit IRC | 20:52 | |
*** Jack_Iv has joined #openstack-ansible | 20:54 | |
*** sdake has joined #openstack-ansible | 20:54 | |
*** cmart has joined #openstack-ansible | 20:57 | |
*** sdake_ has quit IRC | 20:58 | |
*** lucas_ has quit IRC | 21:00 | |
*** The_Intern has quit IRC | 21:03 | |
*** jamielennox|away is now known as jamielennox | 21:03 | |
*** sacharya_ has quit IRC | 21:05 | |
*** sacharya has joined #openstack-ansible | 21:06 | |
*** lucas_ has joined #openstack-ansible | 21:09 | |
*** Jack_Iv has quit IRC | 21:10 | |
*** Jack_Iv has joined #openstack-ansible | 21:10 | |
*** admin0_ has quit IRC | 21:15 | |
*** askb has joined #openstack-ansible | 21:15 | |
*** lucas_ has quit IRC | 21:16 | |
*** lucas_ has joined #openstack-ansible | 21:16 | |
*** lucas_ has quit IRC | 21:20 | |
*** lucas_ has joined #openstack-ansible | 21:20 | |
Andrew_jedi | xdaxdb: are you around? just wanted to show you the final config? | 21:27 |
xdaxdb | hi | 21:28 |
*** sacharya_ has joined #openstack-ansible | 21:29 | |
Andrew_jedi | xdaxdb: hello, just pasting it for you | 21:29 |
*** adrian_otto has quit IRC | 21:29 | |
*** sacharya has quit IRC | 21:29 | |
Andrew_jedi | xdaxdb: here it is, http://paste.openstack.org/show/598143/ | 21:30 |
*** lucas_ has quit IRC | 21:32 | |
*** lucas_ has joined #openstack-ansible | 21:32 | |
*** smatzek has quit IRC | 21:32 | |
xdaxdb | Andrew_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 IRC | 21:34 | |
*** lucas_ has quit IRC | 21:34 | |
*** Jeffrey4l has joined #openstack-ansible | 21:34 | |
Andrew_jedi | xdaxdb: Could you please point out the line number ? | 21:34 |
xdaxdb | What 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 option | 21:35 |
xdaxdb | 54 | 21:36 |
xdaxdb | and I meant to say putting the IP on the br-vlan interface | 21:36 |
Andrew_jedi | xdaxdb: ahh okay... | 21:36 |
xdaxdb | (which has bridge_ports bond0) | 21:36 |
xdaxdb | do me a favor and try this config out and let me know if it works :) | 21:37 |
Andrew_jedi | xdaxdb: haha, you got it. trying it now ... | 21:37 |
xdaxdb | I ended up changing the network on all my physical boxes, rebooting them, then jumped into the switch and moved the vlans/gateway around | 21:38 |
xdaxdb | otherwise I wouldn't have been able to ssh to the boxes after the reboot | 21:38 |
xdaxdb | I dont think I tried your way, it might work equaly as well | 21:39 |
Andrew_jedi | xdaxdb: fingers crossed, rebooting machines | 21:40 |
*** marst has quit IRC | 21:41 | |
*** lucas_ has joined #openstack-ansible | 21:42 | |
Andrew_jedi | xdaxdb: ok all machines are up | 21:44 |
*** marst has joined #openstack-ansible | 21:45 | |
*** adrian_otto has joined #openstack-ansible | 21:47 | |
*** cloader8_ has joined #openstack-ansible | 21:49 | |
*** cloader89 has quit IRC | 21:52 | |
*** cloader8_ has quit IRC | 21:53 | |
*** thorst_ has quit IRC | 21:53 | |
*** thorst_ has joined #openstack-ansible | 21:53 | |
xdaxdb | awsome | 21:54 |
xdaxdb | Andrew_jedi: did you start the deploy yet? | 21:54 |
*** fguillot has quit IRC | 21:54 | |
Andrew_jedi | xdaxdb: not yet, i spoke too soon, one of the nodes is having issues | 21:55 |
Andrew_jedi | xdaxdb: i don't need to rebuild the contianers right? | 21:55 |
xdaxdb | 1 of how many? might be an IP conflict | 21:55 |
Andrew_jedi | 1 out of 3 | 21:55 |
openstackgerrit | German Eichberger proposed openstack/openstack-ansible-os_neutron master: [WIP] Adds Octavia to Neutron https://review.openstack.org/428979 | 21:56 |
xdaxdb | I'm not sure, I would start fresh just to avoid uncertainty if you run into other bugs later | 21:56 |
Andrew_jedi | yeah, man i miss lxc-destroy script | 21:57 |
Andrew_jedi | sorry, teardown.sh | 21:57 |
xdaxdb | I'm embarassed by my lack of knowledge in containers in general | 21:57 |
*** thorst_ has quit IRC | 21:58 | |
Andrew_jedi | Same goes for me when it comes to networking :/ | 21:58 |
xdaxdb | One of the great things about OSA is how much I am learning about LXC | 21:58 |
xdaxdb | Red Hat has "depricated" LXC in favor of docker | 21:59 |
*** skuda has joined #openstack-ansible | 21:59 | |
xdaxdb | the lxc* commands dont even exist | 21:59 |
Andrew_jedi | i played with juju before and there i got a chance to get my hands dirty with lxc | 21:59 |
Andrew_jedi | lxc/lxd is mainly pushed by Canonical but i find it better than docker | 22:00 |
xdaxdb | it seems pretty straightforward | 22:01 |
*** sdake has quit IRC | 22:02 | |
*** sdake has joined #openstack-ansible | 22:02 | |
*** Jack_Iv has quit IRC | 22:03 | |
*** jmckind has quit IRC | 22:03 | |
*** Jack_Iv has joined #openstack-ansible | 22:03 | |
xdaxdb | I'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_hosts | 22:06 |
*** ngupta has quit IRC | 22:06 | |
*** woodard_ has joined #openstack-ansible | 22:06 | |
*** Jack_Iv has quit IRC | 22:08 | |
*** woodard has quit IRC | 22:09 | |
*** woodard_ has quit IRC | 22:11 | |
*** ssmith has quit IRC | 22:11 | |
Andrew_jedi | xdaxdb: 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-ansible | 22:14 | |
xdaxdb | Andrew_jedi: not sure i left it out of my config completely. I'm going to test it out later | 22:14 |
*** acormier has quit IRC | 22:17 | |
*** gouthamr has joined #openstack-ansible | 22:20 | |
*** Eyumalai has quit IRC | 22: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-ansible | 22:32 | |
*** sdake_ has joined #openstack-ansible | 22:32 | |
*** sdake has quit IRC | 22:36 | |
*** ngupta has quit IRC | 22:36 | |
*** jheroux has quit IRC | 22:36 | |
*** lucas_ has quit IRC | 22:36 | |
*** retreved has quit IRC | 22:39 | |
xdaxdb | strattao_: my best guess is that if it is "AIO" there is no need to bond any physical ports | 22:39 |
*** weezS has quit IRC | 22:46 | |
stevelle | xdaxdb: wrt the rsyslog host I think part of the reasoning stems from isolating that additional load from the primary infra | 22:47 |
*** victorhe has quit IRC | 22:49 | |
*** esberglu_ has quit IRC | 22:56 | |
*** esberglu has joined #openstack-ansible | 22:57 | |
*** esberglu has quit IRC | 23:01 | |
xdaxdb | stevelle: 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 IRC | 23:03 | |
*** chris_hultin is now known as chris_hultin|AWA | 23:03 | |
*** vnogin has quit IRC | 23:05 | |
*** vnogin has joined #openstack-ansible | 23:05 | |
*** ngupta has joined #openstack-ansible | 23:06 | |
*** woodard has joined #openstack-ansible | 23:08 | |
*** esberglu has joined #openstack-ansible | 23:10 | |
*** esberglu_ has joined #openstack-ansible | 23:11 | |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone master: Update upgrade test to use stable/ocata https://review.openstack.org/430958 | 23:11 |
*** esberglu has quit IRC | 23:11 | |
*** john51 has quit IRC | 23:11 | |
*** john51 has joined #openstack-ansible | 23:12 | |
*** esberglu_ has quit IRC | 23:13 | |
*** crushil has joined #openstack-ansible | 23:19 | |
stevelle | xdaxdb: off the top of my head I don't recall, but I believe that sounds right | 23:19 |
*** acormier_ has quit IRC | 23:25 | |
*** john51 has quit IRC | 23:26 | |
*** jrobinson has joined #openstack-ansible | 23:26 | |
*** jrobinson has quit IRC | 23:30 | |
*** jrobinson has joined #openstack-ansible | 23:32 | |
*** schwicht has quit IRC | 23:32 | |
*** galstrom is now known as galstrom_zzz | 23:36 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_keystone master: Benchmark requests during zero-downtime upgrades https://review.openstack.org/431225 | 23:38 |
*** woodard has quit IRC | 23:40 | |
*** john51 has joined #openstack-ansible | 23:40 | |
*** gwall has quit IRC | 23:42 | |
*** DanyC has quit IRC | 23:45 | |
*** DanyC has joined #openstack-ansible | 23:46 | |
*** marst has quit IRC | 23:46 | |
*** phalmos has joined #openstack-ansible | 23:48 | |
*** ngupta has quit IRC | 23:49 | |
*** DanyC has quit IRC | 23:50 | |
*** DimGR has quit IRC | 23:51 | |
*** klamath has quit IRC | 23:52 | |
*** karimb has quit IRC | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!