*** daneyon_ has joined #openstack-ansible | 00:07 | |
*** daneyon has quit IRC | 00:10 | |
*** daneyon_ has quit IRC | 00:16 | |
*** daneyon has joined #openstack-ansible | 00:20 | |
*** britthouser has quit IRC | 00:23 | |
*** britthouser has joined #openstack-ansible | 00:25 | |
*** daneyon has quit IRC | 00:33 | |
*** britthouser has quit IRC | 00:53 | |
*** appprod0 has joined #openstack-ansible | 00:56 | |
*** sacharya has joined #openstack-ansible | 02:05 | |
*** sacharya has quit IRC | 02:16 | |
*** javeriak has quit IRC | 02:23 | |
*** sacharya has joined #openstack-ansible | 02:48 | |
*** appprod0 has quit IRC | 02:54 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 04:22 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 04:41 | |
*** markvoelker has joined #openstack-ansible | 04:58 | |
*** javeriak has joined #openstack-ansible | 05:10 | |
*** markvoelker has quit IRC | 05:13 | |
*** markvoelker has joined #openstack-ansible | 05:13 | |
*** markvoelker has quit IRC | 05:18 | |
*** sacharya has quit IRC | 06:00 | |
*** markvoelker has joined #openstack-ansible | 06:14 | |
*** markvoelker has quit IRC | 06:19 | |
*** radek_ has joined #openstack-ansible | 07:00 | |
*** radek_ has quit IRC | 07:02 | |
*** radek_ has joined #openstack-ansible | 07:03 | |
*** javeriak has quit IRC | 07:10 | |
*** jwagner is now known as jwagner_away | 07:26 | |
*** radek_ has quit IRC | 07:36 | |
*** pynonoir has quit IRC | 07:52 | |
*** javeriak has joined #openstack-ansible | 07:57 | |
*** markvoelker has joined #openstack-ansible | 07:58 | |
*** markvoelker has quit IRC | 08:04 | |
*** markvoelker has joined #openstack-ansible | 08:59 | |
*** markvoelker has quit IRC | 09:03 | |
*** javeriak has quit IRC | 09:53 | |
*** markvoelker has joined #openstack-ansible | 10:00 | |
*** markvoelker has quit IRC | 10:05 | |
openstackgerrit | Serge van Ginderachter proposed stackforge/os-ansible-deployment: run-upgrade: add missing redirect https://review.openstack.org/184455 | 10:40 |
---|---|---|
*** markvoelker has joined #openstack-ansible | 11:01 | |
*** markvoelker has quit IRC | 11:05 | |
*** markvoelker has joined #openstack-ansible | 12:01 | |
*** markvoelker has quit IRC | 12:06 | |
*** alejandrito has joined #openstack-ansible | 12:47 | |
*** markvoelker has joined #openstack-ansible | 12:59 | |
*** markvoelker has quit IRC | 12:59 | |
*** markvoelker has joined #openstack-ansible | 12:59 | |
*** markvoelker has quit IRC | 13:03 | |
*** radek__ has joined #openstack-ansible | 13:45 | |
*** Mudpuppy has joined #openstack-ansible | 14:05 | |
*** Mudpuppy has quit IRC | 14:32 | |
*** Mudpuppy has joined #openstack-ansible | 14:33 | |
*** radek__ has quit IRC | 14:52 | |
*** rromans has quit IRC | 15:18 | |
*** jwagner_away is now known as jwagner | 15:18 | |
*** vincent_vdk has joined #openstack-ansible | 15:21 | |
*** sacharya has joined #openstack-ansible | 15:42 | |
*** britthouser has joined #openstack-ansible | 15:58 | |
*** britthou_ has joined #openstack-ansible | 15:59 | |
*** appprod0 has joined #openstack-ansible | 16:03 | |
*** britthouser has quit IRC | 16:03 | |
*** appprod0 has quit IRC | 16:08 | |
*** britthou_ has quit IRC | 16:52 | |
*** metral_zzz is now known as metral | 17:23 | |
*** britthouser has joined #openstack-ansible | 17:27 | |
svg | trying to do a kilo deploy for the first time, I get stuck at the first 'install pip packages' task | 17:43 |
svg | Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(111, 'Connection refused'))': /os-releases/11.0.1/ | 17:43 |
svg | Starting new HTTP connection (6): 10.16.8.11 | 17:43 |
svg | Could not fetch URL http://10.16.8.11:8181/os-releases/11.0.1/: connection error: HTTPConnectionPool(host='10.16.8.11', port=8181): Max retries exceeded with url: /os-releases/11.0.1/ (Caused by ProtocolError('Connection aborted.', error(111, 'Connection refused'))) - skipping | 17:43 |
svg | not sure if that is it, but I noticed the kilo deploy has stuff for a local repo - whicg I did not configure as I presumed that was optional | 17:44 |
svg | 10.16.8.11 is the internal lb vip | 17:44 |
svg | is that the problem? do I need to configure repo hosts? | 17:44 |
svg | in the .example it is mentioned as optional, but looking at the code, I see openstack_repo_url: "http://{{ internal_lb_vip_address }}:{{ repo_server_port }}" with no other possible options | 17:57 |
*** javeriak has joined #openstack-ansible | 18:02 | |
Apsu | We are assuming your LB will handle the connection, yes. And there are plays for the local repo, which is our preferred and expected mechanism (for now) | 18:04 |
Apsu | I assume you've got an LB going, or are using our haproxy play | 18:04 |
svg | got an f5 | 18:11 |
svg | I needed to pick the script from juno to make the config | 18:11 |
svg | so the code assumes local repo's: how is that compatible with the repo_hosts being marked optional in the openstack_user_config.yml? | 18:12 |
*** javeriak_ has joined #openstack-ansible | 18:16 | |
*** javeriak has quit IRC | 18:16 | |
Apsu | Maybe an oversight, not super familiar with that bit. Can look into it | 18:17 |
*** sigmavirus24_awa is now known as sigmavirus24 | 18:34 | |
palendae | I think that's a bug | 18:38 |
palendae | repo_hosts are definitely required in Kil | 18:38 |
palendae | Kilo | 18:38 |
palendae | svg, The LB needs to know about the repo hosts. If you would like to use a single host, without going through the LB, you can set openstack_repo_url | 18:39 |
palendae | Also, the f5 config script from Juno will not create a valid Kilo config - the Juno script doesn't know about the repo servers | 18:40 |
palendae | (sorry for delayed response, at OpenStack summit and only checking IRC occaisionally) | 18:40 |
svg | np | 18:40 |
svg | I added the repo stuff to the script myelf | 18:40 |
svg | deploy is humming along fine so far | 18:41 |
Apsu | nice | 18:41 |
prometheanfire | nice | 18:41 |
*** britthouser has quit IRC | 18:42 | |
svg | that f5 script should have remained in the repo imho, as it is usefull for people using f5, like ,me :) | 18:42 |
palendae | svg, Yeah, I've been badgering people about that here | 18:43 |
palendae | Some people think it's fine to leave the LB out of band | 18:44 |
palendae | It *is* still around | 18:44 |
svg | I might be tempted to update it a bit and make some names more configureable | 18:44 |
palendae | https://github.com/nrb/rpc-extras/commit/c8d3a303d3ba71b26548eac1781b86eb680906b3 | 18:44 |
*** sigmavirus24 is now known as sigmavirus24_awa | 18:44 | |
palendae | I just made a commit to our RPC project that consumes os-a-d | 18:44 |
*** sigmavirus24_awa is now known as sigmavirus24 | 18:51 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 18:52 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 18:54 | |
palendae | sigmavirus24, stop | 18:55 |
palendae | Turn off your wifi! | 18:55 |
sigmavirus24 | palendae: no | 18:55 |
openstackgerrit | Serge van Ginderachter proposed stackforge/os-ansible-deployment: repo hosts are not optional https://review.openstack.org/184588 | 18:56 |
javeriak_ | hey guys, so i was asking yesterday if anyone can tell me what the 'neutron-agent' service is for, juno branch, it isnt tied to anything | 18:59 |
*** britthouser has joined #openstack-ansible | 19:00 | |
Apsu | javeriak_: Where are you seeing this? | 19:06 |
*** britthouser has quit IRC | 19:06 | |
*** metral is now known as metral_zzz | 19:09 | |
*** britthouser has joined #openstack-ansible | 19:11 | |
*** britthouser has quit IRC | 19:20 | |
javeriak_ | Apsu: juno branch, rpc_deployment/inventory/group_vars/neutron_all.yml , under service_names | 19:23 |
Apsu | ok | 19:27 |
*** britthouser has joined #openstack-ansible | 19:27 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 19:31 | |
*** britthouser has quit IRC | 19:47 | |
*** alextricity has quit IRC | 20:05 | |
*** javeriak_ has quit IRC | 20:45 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 20:47 | |
*** britthouser has joined #openstack-ansible | 20:51 | |
*** Mudpuppy has quit IRC | 20:59 | |
*** sacharya has quit IRC | 21:02 | |
*** rromans has joined #openstack-ansible | 21:16 | |
*** metral_zzz is now known as metral | 21:40 | |
*** britthouser has quit IRC | 21:43 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 21:43 | |
*** metral is now known as metral_zzz | 21:44 | |
*** dkehn_ has joined #openstack-ansible | 21:51 | |
*** dkehn_ is now known as dkehnx | 21:53 | |
*** stevemar has joined #openstack-ansible | 21:55 | |
*** stevemar has quit IRC | 21:57 | |
*** javeriak has joined #openstack-ansible | 22:08 | |
*** daneyon has joined #openstack-ansible | 22:11 | |
*** daneyon has quit IRC | 22:14 | |
*** britthouser has joined #openstack-ansible | 22:16 | |
*** daneyon has joined #openstack-ansible | 22:45 | |
*** darrenc is now known as darrenc_afk | 22:48 | |
*** daneyon has quit IRC | 22:52 | |
*** britthouser has quit IRC | 23:01 | |
*** daneyon has joined #openstack-ansible | 23:03 | |
*** darrenc_afk is now known as darrenc | 23:06 | |
*** daneyon has quit IRC | 23:11 | |
*** sacharya has joined #openstack-ansible | 23:13 | |
*** sacharya has quit IRC | 23:15 | |
*** sacharya has joined #openstack-ansible | 23:17 | |
*** Mudpuppy has joined #openstack-ansible | 23:29 | |
*** britthouser has joined #openstack-ansible | 23:34 | |
*** sacharya has quit IRC | 23:35 | |
*** sacharya has joined #openstack-ansible | 23:40 | |
*** fangfenghua_ has joined #openstack-ansible | 23:45 | |
*** Mudpuppy has quit IRC | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!