*** tomoe_ has quit IRC | 00:00 | |
*** tomoe_ has joined #openstack-ansible | 00:02 | |
*** galstrom_ is now known as galstrom_zzz | 00:04 | |
*** tomoe_ has quit IRC | 00:06 | |
*** admin0 has quit IRC | 00:12 | |
*** javeriak has quit IRC | 00:14 | |
*** tomoe_ has joined #openstack-ansible | 00:18 | |
*** tomoe_ has quit IRC | 00:22 | |
*** tomoe_ has joined #openstack-ansible | 00:24 | |
*** tomoe_ has quit IRC | 00:28 | |
*** tomoe_ has joined #openstack-ansible | 00:30 | |
*** woodard has quit IRC | 00:33 | |
*** tomoe_ has quit IRC | 00:34 | |
*** woodard has joined #openstack-ansible | 00:34 | |
*** alextricity25 has quit IRC | 00:37 | |
*** alextricity25 has joined #openstack-ansible | 00:39 | |
*** tomoe_ has joined #openstack-ansible | 00:41 | |
*** markvoelker has joined #openstack-ansible | 00:42 | |
*** woodard has quit IRC | 00:45 | |
*** tomoe_ has quit IRC | 00:46 | |
*** tomoe_ has joined #openstack-ansible | 00:47 | |
cloudnull | evenings | 00:52 |
---|---|---|
*** tomoe_ has quit IRC | 00:52 | |
*** busterswt has joined #openstack-ansible | 00:52 | |
*** tomoe_ has joined #openstack-ansible | 00:53 | |
*** Mudpuppy has quit IRC | 00:54 | |
*** Mudpuppy has joined #openstack-ansible | 00:54 | |
cloudnull | Nepoc: is this the git mirror on the repo servers? | 00:56 |
cloudnull | also did you figure out what the issues were? | 00:56 |
cloudnull | I've seen things like that in the past when the perms on a specific clone were jacked. | 00:56 |
*** busterswt has quit IRC | 00:57 | |
*** tomoe_ has quit IRC | 00:57 | |
Nepoc | Actually figured out my git issue just a little while ago... apparently working late doesn't work well :) I cloned but didn't do --mirror when I was recreating the repos. Not sure how they even worked yesterday. | 00:57 |
cloudnull | also to echo RE: dealing with cached facts. they're valid in cache for 24 hours by default. https://github.com/openstack/openstack-ansible/blob/master/playbooks/ansible.cfg#L12 | 00:58 |
Nepoc | Good to know | 00:58 |
cloudnull | anytime I feel like cached facts are messing with me I just nuke them all from /etc/openstack_deploy/ansible_facts | 00:58 |
Nepoc | Also this is a mirror for my offline install, not the clone on the repo servers. | 00:58 |
cloudnull | ah . | 00:58 |
cloudnull | cool | 00:58 |
*** tomoe_ has joined #openstack-ansible | 00:58 | |
Nepoc | The whole offline install is nearly complete... working through a few issues related to pip | 00:59 |
cloudnull | once you have that sorted it'd be awesome to document the process -- if you're up to sharing all of what you've done. | 01:00 |
cloudnull | I'd love to know what was needed and how to make it better | 01:00 |
cloudnull | from youre perspective that is. | 01:00 |
Nepoc | Well I'm going to need to rewrite the portion for creating the pypi partial mirror | 01:00 |
Nepoc | It gets about 95% of what I need and the rest had to be dumped in manually. | 01:01 |
Nepoc | I would like to eventually create a partial ubuntu apt mirror as well... 120gigs is a little much. | 01:02 |
cloudnull | for the pypi mirror, did you use something like bandersnatch or pep381client ? | 01:03 |
*** tomoe_ has quit IRC | 01:03 | |
cloudnull | Nepoc: I've played with the idea of using apt-cacher and doing an AIO install then taking the entire package-set and using that as a local mirror for offline installs however i've done little to formalize my ramblings . | 01:06 |
Nepoc | cloudnull: I used https://github.com/openstack-infra/pypi-mirror | 01:08 |
Nepoc | bandersnatch only does a full mirror 500gb | 01:08 |
Nepoc | pep381client doesn't work anymore | 01:09 |
Nepoc | or for me or because I gave up | 01:09 |
cloudnull | how'd pypi-mirror work ? | 01:09 |
*** tomoe_ has joined #openstack-ansible | 01:09 | |
Nepoc | Works fairly well, just had to make a few changes since some flags are deprecated | 01:10 |
cloudnull | good to know | 01:10 |
Nepoc | However it craps out on a few packages for unknown reasons | 01:10 |
Nepoc | Also I had to create my own requirements file to feed it. | 01:10 |
cloudnull | if you ever need a requirements file (as it pertains to OpenStack installs for a given release you can use something like http://rpc-repo.rackspace.com/os-releases/master/requirements_absolute_requirements.txt | 01:13 |
cloudnull | IDK if that works for you, its something we build into the repo servers | 01:14 |
Nepoc | You would think it would work... it doesn't | 01:14 |
cloudnull | :( | 01:14 |
Nepoc | I'm just very lucky :P | 01:14 |
cloudnull | maybe because of the package versions which may require a constraint file like so http://rpc-repo.rackspace.com/os-releases/master/requirements_constraints.txt | 01:15 |
cloudnull | because the egg name is tied to the git repo | 01:15 |
cloudnull | IDK, | 01:15 |
* cloudnull is spitballing | 01:15 | |
Nepoc | Yes all the constraints are needed and you can't have any duplicate lines or pypi-mirror complains | 01:17 |
*** iceyao has joined #openstack-ansible | 01:17 | |
Nepoc | One thing that would be great to improve, only build requirements wheels that need to be built. | 01:19 |
Nepoc | nm | 01:20 |
Nepoc | let me rephrase that... do a "quick" check and provide of list of wheels that need to be built | 01:20 |
cloudnull | we're using the --find-links flag in pip but it would be awesome to improve the process to simply link to and or copy if a constraint is already met. | 01:21 |
cloudnull | w/ --find-links it does a strict copy which is IO that could otherwise be avoided. | 01:21 |
Nepoc | I'm hoping to get my install to be less than 30 minutes. | 01:22 |
*** tomoe_ has quit IRC | 01:23 | |
Nepoc | Though it does depend on the hardware. | 01:23 |
Nepoc | funny... add the galera (percona) repo and don't use it. galera_package_url! | 01:28 |
prometheanfire | cloudnull: no worky worky | 01:37 |
Nepoc | Everyone work all the time | 01:38 |
cloudnull | Nepoc: so can we remove the percona repo from our galera_(server|client) roles? | 01:42 |
cloudnull | https://github.com/openstack/openstack-ansible-galera_server/blob/master/defaults/main.yml#L77 | 01:42 |
Nepoc | No but you could probably remove downloading the deb package? | 01:44 |
cloudnull | ah, we added the deb because the xtrabackup package from the repos was unstable often times. | 01:45 |
Nepoc | Ah I see | 01:45 |
cloudnull | it seems they update it often and is more or less testing all the time | 01:46 |
cloudnull | i have to run | 01:46 |
cloudnull | bbl | 01:46 |
*** sanjay__u has quit IRC | 01:48 | |
Nepoc | Okay I'm heading home, have a good weekend! | 01:49 |
*** thorst has joined #openstack-ansible | 01:55 | |
*** thorst has quit IRC | 01:55 | |
*** tomoe_ has joined #openstack-ansible | 02:09 | |
*** tomoe_ has quit IRC | 02:13 | |
*** tomoe_ has joined #openstack-ansible | 02:31 | |
*** tomoe_ has quit IRC | 02:35 | |
*** cemason has joined #openstack-ansible | 03:18 | |
*** cemason has quit IRC | 03:28 | |
*** cemason has joined #openstack-ansible | 03:28 | |
*** weezS has joined #openstack-ansible | 04:13 | |
*** hybridpollo has quit IRC | 04:24 | |
*** marst has joined #openstack-ansible | 05:01 | |
*** iceyao has quit IRC | 05:21 | |
*** tomoe_ has joined #openstack-ansible | 06:23 | |
*** tomoe_ has quit IRC | 06:28 | |
*** dalees` has quit IRC | 06:45 | |
*** dalees` has joined #openstack-ansible | 06:56 | |
openstackgerrit | Merged openstack/openstack-ansible-os_aodh: Basic functional test of the aodh role https://review.openstack.org/293773 | 07:02 |
openstackgerrit | Merged openstack/openstack-ansible-os_ceilometer: Basic functional test of the ceilometer role https://review.openstack.org/293784 | 07:02 |
openstackgerrit | Merged openstack/openstack-ansible-repo_build: Implement human readable logging for functional tests https://review.openstack.org/292395 | 07:11 |
*** jhyang has quit IRC | 07:41 | |
*** gparaskevas has joined #openstack-ansible | 07:41 | |
*** weezS has quit IRC | 07:42 | |
*** tomoe_ has joined #openstack-ansible | 07:47 | |
*** tomoe_ has quit IRC | 07:52 | |
*** admin0 has joined #openstack-ansible | 08:08 | |
*** tomoe_ has joined #openstack-ansible | 08:14 | |
*** tomoe_ has quit IRC | 08:15 | |
*** cfarquhar has quit IRC | 08:21 | |
*** cfarquhar has joined #openstack-ansible | 08:24 | |
*** cfarquhar has quit IRC | 08:24 | |
*** cfarquhar has joined #openstack-ansible | 08:24 | |
*** admin0 has quit IRC | 08:56 | |
*** admin0 has joined #openstack-ansible | 09:14 | |
*** admin0 has quit IRC | 09:31 | |
*** admin0 has joined #openstack-ansible | 09:32 | |
*** tomoe_ has joined #openstack-ansible | 09:44 | |
*** tomoe_ has quit IRC | 09:52 | |
*** tomoe_ has joined #openstack-ansible | 09:52 | |
*** tomoe_ has quit IRC | 09:52 | |
*** tomoe_ has joined #openstack-ansible | 09:52 | |
*** saneax_AFK is now known as saneax | 09:56 | |
*** tomoe_ has quit IRC | 09:58 | |
*** tomoe_ has joined #openstack-ansible | 09:58 | |
*** saneax is now known as saneax_AFK | 10:24 | |
*** admin0 has quit IRC | 10:47 | |
*** phiche has joined #openstack-ansible | 10:56 | |
*** tomoe_ has joined #openstack-ansible | 11:09 | |
*** tomoe_ has quit IRC | 11:13 | |
*** tomoe_ has joined #openstack-ansible | 11:13 | |
*** saneax_AFK is now known as saneax | 11:24 | |
*** tomoe_ has quit IRC | 11:30 | |
*** phiche has quit IRC | 12:13 | |
*** tomoe_ has joined #openstack-ansible | 12:16 | |
*** phiche has joined #openstack-ansible | 12:31 | |
*** phiche has quit IRC | 12:31 | |
*** phiche1 has joined #openstack-ansible | 12:31 | |
*** saneax is now known as saneax_AFK | 12:47 | |
*** phiche1 has quit IRC | 12:48 | |
*** admin0 has joined #openstack-ansible | 12:55 | |
*** markvoelker has quit IRC | 13:00 | |
*** cemason has quit IRC | 13:04 | |
*** tomoe_ has quit IRC | 13:05 | |
*** tomoe_ has joined #openstack-ansible | 13:06 | |
*** admin0 has quit IRC | 13:21 | |
*** kexp8 has joined #openstack-ansible | 13:45 | |
*** kexp8 has quit IRC | 13:46 | |
*** iceyao has joined #openstack-ansible | 13:49 | |
*** thorst has joined #openstack-ansible | 13:58 | |
*** kjs32mew has joined #openstack-ansible | 14:01 | |
*** galstrom_zzz is now known as galstrom | 14:05 | |
*** kjs32mew has quit IRC | 14:07 | |
*** thorst has quit IRC | 14:12 | |
*** thorst has joined #openstack-ansible | 14:14 | |
*** thorst has quit IRC | 14:19 | |
*** galstrom is now known as galstrom_zzz | 14:24 | |
*** neilus has joined #openstack-ansible | 14:25 | |
*** galstrom_zzz is now known as galstrom | 14:27 | |
*** admin0 has joined #openstack-ansible | 14:28 | |
*** javeriak has joined #openstack-ansible | 14:35 | |
*** neilus has quit IRC | 14:36 | |
*** JBenson has quit IRC | 14:55 | |
*** thorst has joined #openstack-ansible | 14:57 | |
*** markvoelker has joined #openstack-ansible | 15:00 | |
*** thorst has quit IRC | 15:04 | |
*** markvoelker has quit IRC | 15:05 | |
*** galstrom is now known as galstrom_zzz | 15:13 | |
*** networkninja has joined #openstack-ansible | 15:23 | |
*** admin0 has quit IRC | 15:32 | |
*** admin0 has joined #openstack-ansible | 15:33 | |
*** networkninja has quit IRC | 15:55 | |
*** thorst has joined #openstack-ansible | 16:02 | |
*** thorst has quit IRC | 16:06 | |
*** thorst has joined #openstack-ansible | 16:06 | |
*** tomoe_ has quit IRC | 16:15 | |
*** pcaruana has quit IRC | 16:15 | |
*** iceyao has quit IRC | 16:16 | |
*** networkninja has joined #openstack-ansible | 16:17 | |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible-os_swift: Remove broken package "pywbem" https://review.openstack.org/294932 | 16:21 |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible-os_cinder: Remove broken package "pywbem" https://review.openstack.org/294933 | 16:21 |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Remove broken package "pywbem" https://review.openstack.org/294934 | 16:21 |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Remove broken package "pywbem" https://review.openstack.org/294935 | 16:22 |
cloudnull | if any cores are around today -- we need to get this reviewed https://review.openstack.org/#/q/+topic:broken_gate+project:%255Eopenstack/openstack-ansible.*+status:open,n,z | 16:23 |
cloudnull | 's/this/those/g' | 16:24 |
cloudnull | these too could use some review https://review.openstack.org/#/q/+topic:liberty_upgrade+project:%255Eopenstack/openstack-ansible.*+status:open,n,z | 16:27 |
*** pcaruana has joined #openstack-ansible | 16:28 | |
*** karimb has joined #openstack-ansible | 16:30 | |
andymccr | good job cloudnull, was just figuring that one out now too :) lgtm | 16:37 |
cloudnull | nice! -- idk why we're carrying that pkg so i dont see any reason to keep it. | 16:38 |
logan- | Tyvm | 16:44 |
andymccr | yeh i figured that bit out - the other fix would be to install M2Crypt but yeah i couldnt figure out why we were installing that pkg when they arent in the requirements for those services | 16:45 |
*** markvoelker has joined #openstack-ansible | 17:02 | |
*** markvoelker has quit IRC | 17:06 | |
*** networkninja has quit IRC | 17:12 | |
*** karimb has quit IRC | 17:41 | |
*** networkninja has joined #openstack-ansible | 17:48 | |
openstackgerrit | Remo Mattei proposed openstack/openstack-ansible: Adding legacy ethx steps to convert enox, enpx etc https://review.openstack.org/294942 | 17:59 |
*** pcaruana has quit IRC | 18:18 | |
openstackgerrit | Merged openstack/openstack-ansible-os_swift: Remove broken package "pywbem" https://review.openstack.org/294932 | 18:31 |
*** pcaruana has joined #openstack-ansible | 18:32 | |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder: Remove broken package "pywbem" https://review.openstack.org/294933 | 18:33 |
*** jmccrory has quit IRC | 18:37 | |
*** jmccrory has joined #openstack-ansible | 18:37 | |
*** markvoelker has joined #openstack-ansible | 19:02 | |
*** markvoelker has quit IRC | 19:09 | |
*** Trident has quit IRC | 19:41 | |
*** Trident has joined #openstack-ansible | 19:42 | |
*** networkninja has quit IRC | 19:42 | |
*** networkninja has joined #openstack-ansible | 19:44 | |
*** networkninja has quit IRC | 20:05 | |
*** networkninja has joined #openstack-ansible | 20:06 | |
*** admin0 has quit IRC | 20:06 | |
*** markvoelker has joined #openstack-ansible | 20:13 | |
*** spotz_zzz is now known as spotz | 20:14 | |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron: Use internal endpoint for Nova notifications https://review.openstack.org/294783 | 20:24 |
*** jwitko has quit IRC | 20:25 | |
*** karimb has joined #openstack-ansible | 20:43 | |
*** sdake has joined #openstack-ansible | 20:52 | |
*** admin0 has joined #openstack-ansible | 20:54 | |
*** karimb has quit IRC | 20:55 | |
*** weezS has joined #openstack-ansible | 20:56 | |
*** karimb has joined #openstack-ansible | 20:56 | |
*** weezS has quit IRC | 20:56 | |
openstackgerrit | Merged openstack/openstack-ansible: [RENO] Neutron: Use internal endpoint for Nova notifications https://review.openstack.org/294786 | 20:59 |
*** thorst has quit IRC | 21:09 | |
*** thorst has joined #openstack-ansible | 21:09 | |
*** admin0 has quit IRC | 21:13 | |
*** sdake has quit IRC | 21:15 | |
*** thorst has quit IRC | 21:18 | |
*** admin0 has joined #openstack-ansible | 21:25 | |
*** thorst has joined #openstack-ansible | 21:29 | |
*** networkninja has quit IRC | 21:38 | |
*** javeriak has quit IRC | 21:47 | |
*** weezS has joined #openstack-ansible | 21:49 | |
*** klamath has joined #openstack-ansible | 21:58 | |
*** thorst has quit IRC | 22:00 | |
*** thorst has joined #openstack-ansible | 22:01 | |
*** weezS has quit IRC | 22:02 | |
*** phiche has joined #openstack-ansible | 22:06 | |
*** thorst has quit IRC | 22:10 | |
-openstackstatus- NOTICE: Gerrit is restarting to increase performance issues | 22:23 | |
*** weezS has joined #openstack-ansible | 22:23 | |
*** phiche has quit IRC | 22:49 | |
*** sdake has joined #openstack-ansible | 22:53 | |
*** saneax_AFK is now known as saneax | 23:01 | |
*** thorst has joined #openstack-ansible | 23:07 | |
*** karimb has quit IRC | 23:08 | |
*** tomoe_ has joined #openstack-ansible | 23:09 | |
*** sdake has quit IRC | 23:14 | |
*** thorst has quit IRC | 23:14 | |
*** tomoe_ has quit IRC | 23:18 | |
*** sdake has joined #openstack-ansible | 23:28 | |
*** yaya has joined #openstack-ansible | 23:30 | |
*** sdake has quit IRC | 23:32 | |
*** sdake has joined #openstack-ansible | 23:35 | |
*** yaya_ has joined #openstack-ansible | 23:37 | |
*** networkninja has joined #openstack-ansible | 23:39 | |
*** yaya has quit IRC | 23:40 | |
*** yaya_ is now known as yaya | 23:40 | |
*** gparaskevas has quit IRC | 23:46 | |
*** tomoe_ has joined #openstack-ansible | 23:47 | |
*** tomoe_ has quit IRC | 23:49 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!