*** karimb has joined #openstack-ansible | 00:01 | |
openstackgerrit | Darren Chan proposed openstack/openstack-ansible master: [docs] Add content to the troubleshooting chapter https://review.openstack.org/440144 | 00:02 |
---|---|---|
*** crushil has joined #openstack-ansible | 00:02 | |
*** mmalik4 has joined #openstack-ansible | 00:02 | |
*** dileepr has joined #openstack-ansible | 00:07 | |
vnogin | it seems that is my case https://github.com/systemd/systemd/issues/3374 | 00:07 |
*** schwicht has joined #openstack-ansible | 00:08 | |
*** mmalik4 has quit IRC | 00:09 | |
*** ngupta has quit IRC | 00:13 | |
*** ngupta has joined #openstack-ansible | 00:13 | |
*** mpjetta has quit IRC | 00:14 | |
cloudnull | vnogin: if you run that veth wiring script with the provided params does it give you any better output ? | 00:17 |
*** ngupta has quit IRC | 00:17 | |
cloudnull | GustavoChalco: normally that's due to the file /etc/openstack_deploy/openstack_user_config.yml | 00:18 |
cloudnull | not being setup correctly | 00:18 |
*** sdake has joined #openstack-ansible | 00:19 | |
*** thorst has joined #openstack-ansible | 00:20 | |
openstackgerrit | Merged openstack/openstack-ansible-haproxy_server master: Define haproxy_ssl_bind_options variable. https://review.openstack.org/439912 | 00:22 |
*** rmelero has quit IRC | 00:23 | |
*** thorst has quit IRC | 00:25 | |
*** adrian_otto has quit IRC | 00:27 | |
vnogin | cloudnull: http://paste.openstack.org/show/601204/ yep, output looks better now | 00:30 |
*** schwicht has quit IRC | 00:33 | |
*** karimb has quit IRC | 00:34 | |
vnogin | cloudnull: however I don't understand why it doesn't see eth1 as it's up | 00:34 |
*** markvoelker has quit IRC | 00:35 | |
*** ngupta has joined #openstack-ansible | 00:35 | |
*** jmckind has quit IRC | 00:35 | |
*** markvoelker has joined #openstack-ansible | 00:35 | |
*** furlongm has quit IRC | 00:36 | |
openstackgerrit | Merged openstack/openstack-ansible-os_horizon stable/mitaka: Use horizon_ssl_protocol variable https://review.openstack.org/439889 | 00:36 |
cloudnull | vnogin: does br-mgmt exist ? | 00:39 |
cloudnull | eth1 is the address within the container | 00:39 |
cloudnull | 's/address/device/ | 00:40 |
*** DFFlanders has quit IRC | 00:40 | |
cloudnull | which leads me to believe that the container didn't get an interface. | 00:40 |
*** markvoelker has quit IRC | 00:40 | |
vnogin | cloudnull: yep, everything looks correct http://paste.openstack.org/show/601205/ | 00:42 |
*** jamielennox|away is now known as jamielennox | 00:43 | |
cloudnull | in the container config under /var/lib/lxc/729018-comp-disk-254_nova_conductor_container-30f0466/ is there a file for eth1.ini ? | 00:44 |
*** sdake_ has joined #openstack-ansible | 00:47 | |
vnogin | cloudnull: yep | 00:48 |
*** DimGR has joined #openstack-ansible | 00:48 | |
*** sdake has quit IRC | 00:48 | |
*** DimGR has quit IRC | 00:49 | |
vnogin | cloudnull: http://paste.openstack.org/show/601207/ | 00:49 |
cloudnull | can you stop the container | 00:49 |
cloudnull | and then start it | 00:49 |
vnogin | sure | 00:50 |
*** manheim has joined #openstack-ansible | 00:50 | |
cloudnull | well. i guess the next thing to check is that the eth1.ini file is included in the main config | 00:50 |
cloudnull | ## /var/lib/lxc/729018-comp-disk-254_nova_conductor_container-30f0466/config | 00:50 |
vnogin | cloudnull: restarted.. the same.. | 00:51 |
cloudnull | in the main config you should see something like lxc.include = /var/lib/lxc/729018-comp-disk-254_nova_conductor_container-30f0466/eth1.ini | 00:53 |
*** Jack_Iv has joined #openstack-ansible | 00:53 | |
vnogin | http://paste.openstack.org/show/601209/ | 00:53 |
vnogin | cloudnull: yep, it's there | 00:53 |
cloudnull | if you lxc-attach to the container do you see eth1 ? | 00:54 |
vnogin | cloudnull: yep | 00:54 |
cloudnull | does it have an address? | 00:54 |
vnogin | cloudnull: nope | 00:54 |
cloudnull | in the container under /etc/network/interfaces is there an include line ? | 00:55 |
cloudnull | for the interface config in /etc/network/interfaces.d | 00:55 |
vnogin | cloudnull: as far as I see from /etc/network/interfaces.d it should have it | 00:55 |
cloudnull | does [ /etc/network/interfaces ] have "source /etc/network/interfaces.d/*.cfg" | 00:56 |
*** cuongnv has joined #openstack-ansible | 00:56 | |
vnogin | cloudnull: by some reason - nope.... | 00:56 |
cloudnull | interesting . did something fail in the container create process ? | 00:57 |
cloudnull | or maybe the lxc-host playbook ? | 00:57 |
*** Jack_Iv has quit IRC | 00:58 | |
vnogin | nope, it failed on wired script step only. And at the very beginning due to dns issue | 00:58 |
cloudnull | is this master? | 00:59 |
vnogin | should we in near future :) | 00:59 |
vnogin | actually it failed on all controller nodes | 01:00 |
cloudnull | so that gets added into the lxc container cache | 01:01 |
cloudnull | https://github.com/openstack/openstack-ansible-lxc_hosts/blob/master/vars/ubuntu-16.04.yml#L110 | 01:01 |
cloudnull | i suspect that something went wrong when building the cache | 01:01 |
vnogin | cloudnull: http://paste.openstack.org/show/601211/ | 01:01 |
cloudnull | which resulted in that line not being in the default interface file. | 01:01 |
cloudnull | though idk what | 01:01 |
*** vcn[m] has quit IRC | 01:02 | |
*** evrardjp[m] has quit IRC | 01:02 | |
cloudnull | you could try nuking the containers, purging the cache and rerunning lxc-host-setup and lxc-container-create ? | 01:02 |
cloudnull | or just go add that line to all the containers. | 01:03 |
*** csmart has quit IRC | 01:03 | |
vnogin | cloudnull: yep, it seems that it's really good idea. btw how purge the cache? :) | 01:05 |
vnogin | I mean is there any playbook for it? | 01:05 |
cloudnull | ansible -m shell -a 'rm -rf /var/cache/lxc/*' hosts | 01:05 |
vnogin | cloudnull: cool ) tnx ) | 01:06 |
cloudnull | np | 01:06 |
*** ngupta has quit IRC | 01:06 | |
*** ngupta has joined #openstack-ansible | 01:06 | |
vnogin | cloudnull: I think it's better to ask - Did you mean to use lxc-destroy command for containers or something else | 01:09 |
*** ngupta has quit IRC | 01:11 | |
*** vcn[m] has joined #openstack-ansible | 01:11 | |
*** cjloader has joined #openstack-ansible | 01:12 | |
cloudnull | we have a playbook for that | 01:12 |
cloudnull | lxc-container-destroy.yml | 01:12 |
cloudnull | it is suffeciently destructive | 01:12 |
cloudnull | :) | 01:12 |
*** csmart has joined #openstack-ansible | 01:12 | |
*** weezS has quit IRC | 01:12 | |
*** evrardjp[m] has joined #openstack-ansible | 01:15 | |
spotz | hehe | 01:16 |
*** agrebennikov_ has quit IRC | 01:18 | |
vnogin | cloudnull: ))) and again tnx. btw - I've checked cache files and thay looks fine. interfaces file contains relevant line for *.d folder | 01:20 |
*** thorst has joined #openstack-ansible | 01:21 | |
cloudnull | nice! | 01:21 |
cloudnull | was that after or before rebuilding it ? | 01:22 |
vnogin | cloudnull: before | 01:23 |
cloudnull | ah , so maybe something was off with the container create? | 01:23 |
*** acormier has joined #openstack-ansible | 01:23 | |
cloudnull | are there multiple dirs under /var/cache/lxc/ ? | 01:24 |
*** cjloader has quit IRC | 01:24 | |
vnogin | cloudnull: nope.. | 01:24 |
cloudnull | just downloads ? | 01:24 |
vnogin | yep | 01:24 |
vnogin | however let's try again :) | 01:24 |
cloudnull | multiple dirs in downloads ? | 01:25 |
vnogin | maybe this time it will be deployed )) | 01:25 |
*** thorst has quit IRC | 01:25 | |
vnogin | cloudnull: nope, only ubuntu | 01:25 |
cloudnull | ok | 01:25 |
vnogin | cloudnull: I've tried to find the root cause as well.. | 01:26 |
vnogin | even checked tarball | 01:26 |
cloudnull | very odd | 01:27 |
vnogin | yep | 01:28 |
cloudnull | must be gremlins | 01:28 |
cloudnull | :) | 01:28 |
*** jamielennox is now known as jamielennox|away | 01:29 | |
*** sdake has joined #openstack-ansible | 01:32 | |
*** sdake_ has quit IRC | 01:34 | |
vnogin | cloudnull: LOL ))) | 01:34 |
*** jmckind has joined #openstack-ansible | 01:34 | |
cloudnull | alright all, im out. | 01:34 |
cloudnull | have a good one | 01:34 |
*** jmckind has quit IRC | 01:35 | |
*** markvoelker has joined #openstack-ansible | 01:36 | |
*** jamielennox|away is now known as jamielennox | 01:36 | |
*** thorst has joined #openstack-ansible | 01:37 | |
*** mmalik4 has joined #openstack-ansible | 01:39 | |
*** markvoelker has quit IRC | 01:40 | |
*** thorst has quit IRC | 01:41 | |
*** markvoelker has joined #openstack-ansible | 01:43 | |
*** sanfern has quit IRC | 01:50 | |
*** sanfern has joined #openstack-ansible | 01:51 | |
*** Jack_Iv has joined #openstack-ansible | 01:54 | |
*** thorst has joined #openstack-ansible | 01:58 | |
*** Jack_Iv has quit IRC | 01:58 | |
*** thorst has quit IRC | 01:59 | |
*** Mahe has quit IRC | 02:06 | |
*** Mahe has joined #openstack-ansible | 02:09 | |
*** manheim has quit IRC | 02:18 | |
*** thorst has joined #openstack-ansible | 02:23 | |
*** thorst has quit IRC | 02:24 | |
*** vnogin has quit IRC | 02:32 | |
*** woodard has joined #openstack-ansible | 02:33 | |
*** woodard has quit IRC | 02:37 | |
*** crushil has quit IRC | 02:38 | |
*** thorst has joined #openstack-ansible | 02:48 | |
*** thorst has quit IRC | 02:48 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_tempest stable/newton: Fix tempest for os_horizon role https://review.openstack.org/440906 | 02:48 |
*** galstrom_zzz is now known as galstrom | 02:50 | |
*** mmalik4 has quit IRC | 02:50 | |
*** Jack_Iv has joined #openstack-ansible | 02:54 | |
*** Jack_Iv has quit IRC | 02:59 | |
*** lucasxu has joined #openstack-ansible | 03:03 | |
*** lucasxu has quit IRC | 03:10 | |
*** mmalik4 has joined #openstack-ansible | 03:28 | |
*** vnogin has joined #openstack-ansible | 03:32 | |
*** acormier has quit IRC | 03:35 | |
*** vnogin has quit IRC | 03:37 | |
openstackgerrit | Tom Jose Kalapura proposed openstack/openstack-ansible-haproxy_server stable/ocata: Define haproxy_ssl_bind_options variable. https://review.openstack.org/440919 | 03:40 |
*** galstrom is now known as galstrom_zzz | 03:41 | |
*** acormier has joined #openstack-ansible | 03:41 | |
*** crushil has joined #openstack-ansible | 03:53 | |
*** thorst has joined #openstack-ansible | 03:54 | |
*** Jack_Iv has joined #openstack-ansible | 03:55 | |
*** ngupta has joined #openstack-ansible | 03:58 | |
*** furlongm has joined #openstack-ansible | 03:58 | |
*** thorst has quit IRC | 03:59 | |
*** lucasxu has joined #openstack-ansible | 03:59 | |
*** Jack_Iv has quit IRC | 04:00 | |
*** acormier has quit IRC | 04:05 | |
*** adrian_otto has joined #openstack-ansible | 04:06 | |
*** jrobinson is now known as jrobinson-afk | 04:07 | |
dmsimard | According to https://review.openstack.org/#/c/396324/ | 04:07 |
dmsimard | It took ~1 minute to generate http://logs.openstack.org/24/396324/9/check/gate-openstack-ansible-openstack-ansible-aio-centos-7-nv/764557b/logs/ara/index.html | 04:08 |
dmsimard | 35 playbooks, 2.8k tasks, 4.9k results | 04:08 |
dmsimard | I'd say that's pretty reasonable | 04:08 |
*** udesale has joined #openstack-ansible | 04:13 | |
openstackgerrit | Andrey Grebennikov proposed openstack/openstack-ansible-os_cinder master: MySQL SSL connections allowed. https://review.openstack.org/440925 | 04:23 |
openstackgerrit | Andrey Grebennikov proposed openstack/openstack-ansible-os_cinder master: MySQL SSL connections allowed. https://review.openstack.org/440925 | 04:23 |
*** shausy has joined #openstack-ansible | 04:25 | |
openstackgerrit | David Moreau Simard proposed openstack/openstack-ansible master: Implement ARA logging and reporting for openstack-ansible gate jobs https://review.openstack.org/396324 | 04:27 |
*** ngupta has quit IRC | 04:37 | |
*** pmannidi_ has quit IRC | 04:37 | |
*** mmalik4 has quit IRC | 04:40 | |
*** jrobinson-afk is now known as jrobinson | 04:41 | |
*** gouthamr has quit IRC | 04:45 | |
*** sdake_ has joined #openstack-ansible | 04:48 | |
*** sdake has quit IRC | 04:50 | |
*** lucasxu has quit IRC | 04:52 | |
*** sdake has joined #openstack-ansible | 04:53 | |
*** adrian_otto has quit IRC | 04:53 | |
*** adrian_otto has joined #openstack-ansible | 04:54 | |
*** pmannidi_ has joined #openstack-ansible | 04:54 | |
*** thorst has joined #openstack-ansible | 04:55 | |
*** sdake_ has quit IRC | 04:55 | |
*** Jack_Iv has joined #openstack-ansible | 04:56 | |
*** crushil has quit IRC | 04:58 | |
*** thorst has quit IRC | 05:00 | |
*** udesale__ has joined #openstack-ansible | 05:01 | |
*** udesale has quit IRC | 05:04 | |
*** sdake has quit IRC | 05:04 | |
*** sdake has joined #openstack-ansible | 05:05 | |
*** pmannidi_ has quit IRC | 05:05 | |
*** Jack_Iv has quit IRC | 05:06 | |
*** markvoelker has quit IRC | 05:07 | |
*** sdake has quit IRC | 05:09 | |
*** sdake has joined #openstack-ansible | 05:14 | |
*** pmannidi has joined #openstack-ansible | 05:16 | |
*** sdake has quit IRC | 05:24 | |
*** h5t4_ has joined #openstack-ansible | 05:24 | |
*** weezS has joined #openstack-ansible | 05:25 | |
*** sdake has joined #openstack-ansible | 05:27 | |
*** adrian_otto has quit IRC | 05:33 | |
*** udesale__ has quit IRC | 05:33 | |
*** udesale has joined #openstack-ansible | 05:34 | |
*** vnogin has joined #openstack-ansible | 05:34 | |
*** sanfern has quit IRC | 05:37 | |
*** sanfern has joined #openstack-ansible | 05:37 | |
*** vnogin has quit IRC | 05:39 | |
*** adrian_otto has joined #openstack-ansible | 05:40 | |
*** Jeffrey4l has joined #openstack-ansible | 05:51 | |
*** sdake_ has joined #openstack-ansible | 05:51 | |
*** Jeffrey4l has quit IRC | 05:53 | |
*** sdake has quit IRC | 05:53 | |
*** Jeffrey4l has joined #openstack-ansible | 05:53 | |
*** Jack_Iv has joined #openstack-ansible | 05:54 | |
*** h5t4_ has quit IRC | 05:56 | |
*** thorst has joined #openstack-ansible | 05:56 | |
*** thorst has quit IRC | 06:01 | |
*** Jeffrey4l has quit IRC | 06:03 | |
openstackgerrit | Satheesh Kumar Ulaganathan proposed openstack/openstack-ansible-haproxy_server master: Enable timeout for http_request https://review.openstack.org/440935 | 06:04 |
pradiprwt | How to desable "apt-cacher-proxy" ?? | 06:05 |
*** sdake_ has quit IRC | 06:05 | |
*** markvoelker has joined #openstack-ansible | 06:07 | |
*** Jeffrey4l has joined #openstack-ansible | 06:09 | |
*** Jeffrey4l has quit IRC | 06:11 | |
*** markvoelker has quit IRC | 06:12 | |
*** weezS has quit IRC | 06:21 | |
*** weezS has joined #openstack-ansible | 06:23 | |
*** udesale__ has joined #openstack-ansible | 06:36 | |
*** Amit82 has joined #openstack-ansible | 06:38 | |
Amit82 | Hi All, I have deployed Openstack using Openstack-Ansible. I am using Newton release from tag 14.0.8. My test environment is containing only Compute Node and Controller Node (Infra Node). When using Openstack Python SDK, I am getting following error while making connection to external_vib_lp_address (192.168.255.45) binded to port 5000. openstack.exceptions.SDKException: Connection failure that may be retried. Any clue ab | 06:38 |
Amit82 | More detailed traces are at: http://paste.openstack.org/show/601053/ | 06:39 |
*** udesale has quit IRC | 06:39 | |
Amit82 | Python script which I am using for this purpose is at: http://paste.openstack.org/show/601241/ | 06:40 |
Amit82 | I am running this python script on some external machine, I am successfully able to run Horizon UI on the same machine where this python script is run | 06:41 |
*** weezS has quit IRC | 06:48 | |
*** admin0 has joined #openstack-ansible | 06:53 | |
*** h5t4_ has joined #openstack-ansible | 06:54 | |
*** admin0 has quit IRC | 06:55 | |
*** thorst has joined #openstack-ansible | 06:57 | |
*** admin0 has joined #openstack-ansible | 06:58 | |
*** thorst has quit IRC | 07:01 | |
*** Oku_OS-away is now known as Oku_OS | 07:02 | |
*** admin0 has quit IRC | 07:05 | |
*** Amit82 has quit IRC | 07:06 | |
*** adrian_otto has quit IRC | 07:12 | |
*** hachi has joined #openstack-ansible | 07:13 | |
*** sprvn has joined #openstack-ansible | 07:15 | |
*** david-lyle has quit IRC | 07:16 | |
*** jrobinson has quit IRC | 07:16 | |
*** david-lyle has joined #openstack-ansible | 07:16 | |
*** admin0 has joined #openstack-ansible | 07:17 | |
*** hw_wutianwei has quit IRC | 07:26 | |
*** hw_wutianwei has joined #openstack-ansible | 07:27 | |
*** hw_wutianwei has quit IRC | 07:30 | |
*** Amit82 has joined #openstack-ansible | 07:33 | |
*** vnogin has joined #openstack-ansible | 07:36 | |
*** pmannidi has quit IRC | 07:36 | |
*** Jack_Iv has quit IRC | 07:36 | |
*** Jack_Iv has joined #openstack-ansible | 07:37 | |
*** hw_wutianwei has joined #openstack-ansible | 07:38 | |
*** dileepr has quit IRC | 07:39 | |
*** pcaruana has joined #openstack-ansible | 07:41 | |
*** vnogin has quit IRC | 07:41 | |
*** chhavi has joined #openstack-ansible | 07:54 | |
*** thorst has joined #openstack-ansible | 07:58 | |
*** thorst has quit IRC | 08:02 | |
*** Jack_Iv has quit IRC | 08:07 | |
*** markvoelker has joined #openstack-ansible | 08:08 | |
admin0 | TGIF | 08:09 |
*** markvoelker has quit IRC | 08:14 | |
*** fabg has joined #openstack-ansible | 08:14 | |
*** vcn[m] has quit IRC | 08:14 | |
*** evrardjp[m] has quit IRC | 08:14 | |
*** csmart has quit IRC | 08:14 | |
*** evrardjp[m] has joined #openstack-ansible | 08:20 | |
*** Jack_Iv has joined #openstack-ansible | 08:29 | |
*** SerenaFeng has joined #openstack-ansible | 08:29 | |
*** SerenaFeng has quit IRC | 08:29 | |
*** SerenaFeng has joined #openstack-ansible | 08:30 | |
*** Jack_Iv has quit IRC | 08:31 | |
*** udesale__ has quit IRC | 08:32 | |
*** udesale has joined #openstack-ansible | 08:33 | |
*** vnogin has joined #openstack-ansible | 08:35 | |
*** Jack_Iv has joined #openstack-ansible | 08:35 | |
*** Jack_Iv has quit IRC | 08:41 | |
*** Jack_Iv has joined #openstack-ansible | 08:41 | |
pradiprwt | How to disable "apt-cacher-proxy" in openstack ansible AIO?? | 08:46 |
*** shardy has joined #openstack-ansible | 08:51 | |
*** fabg has quit IRC | 08:52 | |
*** manheim has joined #openstack-ansible | 08:55 | |
*** thorst has joined #openstack-ansible | 08:58 | |
*** manheim has quit IRC | 09:00 | |
*** thorst has quit IRC | 09:09 | |
*** david-lyle has quit IRC | 09:13 | |
*** david-lyle has joined #openstack-ansible | 09:13 | |
*** Andrew_jedi has joined #openstack-ansible | 09:22 | |
*** Deys has joined #openstack-ansible | 09:23 | |
Andrew_jedi | Hello folks, OpenStack hosts need no direct L2 connectivity on the management network, in principle all they need is IP connectivity, even if it's routed. Does OSA, however, make any assumption that all nodes are on the same L2 management network? | 09:25 |
*** david-lyle_ has joined #openstack-ansible | 09:30 | |
*** david-lyle has quit IRC | 09:31 | |
evrardjp | Andrew_jedi: IIRC, it depends | 09:46 |
Andrew_jedi | evrardjp: Hello, i wanted to ask you something actually, i once saw you recommending multicast for vxlan networks, i was wondering about the reason behind that :) | 09:47 |
Andrew_jedi | evrardjp: I have another question, does OSA support Neutron BGP, with or without DVR? | 09:48 |
evrardjp | well vxlan was designed with that in mind | 09:48 |
evrardjp | unicast is just a hack IIRC | 09:48 |
evrardjp | far easier to build groups with multicast | 09:48 |
evrardjp | what do you mean by neutron bgp? Neutron bgpvpn ? | 09:48 |
evrardjp | calico? | 09:49 |
*** vcn[m] has joined #openstack-ansible | 09:49 | |
*** csmart has joined #openstack-ansible | 09:49 | |
Andrew_jedi | evrardjp: ok, but both multicast switching and routing is something that always breaks in any data center | 09:49 |
Andrew_jedi | evrardjp: https://docs.openstack.org/developer/openstack-ansible-os_neutron/configure-network-services.html#bgp-dynamic-routing-service-optional | 09:49 |
evrardjp | Andrew_jedi: I think we install all the software for bgp indeed | 09:50 |
evrardjp | I haven't tried in a lab 'though | 09:51 |
evrardjp | but I'm not sure we are close to reference implementation or not | 09:52 |
evrardjp | what are you trying to achieve? | 09:52 |
*** chhavi has quit IRC | 09:54 | |
*** udesale has quit IRC | 09:55 | |
evrardjp | Andrew_jedi: also the configuration of the bgp there may be outdated | 09:55 |
Andrew_jedi | evrardjp: I was just thinking of trying bgp and dvr in my test env. | 09:56 |
Andrew_jedi | Ohhh, thanks for the heads up ! | 09:56 |
evrardjp | you may want to update our/other upstream docs if it's not accurate :) | 09:56 |
*** h5t4_ has quit IRC | 09:58 | |
Andrew_jedi | evrardjp: :) | 10:03 |
odyssey4me | pradiprwt if you don't want to use the apt cacher service, set 'repo_pkg_cache_enabled: no' in your user_variables.yml and re-run the setup-hosts, setup-infrastructure and setup-openstack playbooks | 10:04 |
*** manheim_ has joined #openstack-ansible | 10:06 | |
*** thorst has joined #openstack-ansible | 10:06 | |
*** manheim_ has quit IRC | 10:06 | |
*** Deys has quit IRC | 10:09 | |
*** thorst has quit IRC | 10:10 | |
odyssey4me | Amit82 unfortunately you have not provided enough information to go on, although looking at your python code I think you might not have given enough info - that said it seems that your client is getting a connection failure... I'd suggest troubleshooting with curl or the CLI from the utility container to verify that you have a working system and use the CLI debug flag in order to see the interactions | 10:10 |
*** Andrew_jedi has quit IRC | 10:10 | |
*** markvoelker has joined #openstack-ansible | 10:10 | |
*** vnogin has quit IRC | 10:10 | |
*** Deys has joined #openstack-ansible | 10:10 | |
odyssey4me | Amit82 if your goal is to do development with the SDK I would recommend using the AIO instead of a multi-node system as it's a closed box with a well known configuration that makes troubleshooting easier | 10:11 |
*** electrofelix has joined #openstack-ansible | 10:11 | |
odyssey4me | once you have a working application you can then try it on a multi-node system | 10:11 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_aodh stable/ocata: Cap the number of worker processes https://review.openstack.org/441033 | 10:12 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ironic stable/ocata: Cap the number of worker processes https://review.openstack.org/441034 | 10:12 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_gnocchi stable/ocata: Cap the number of worker processes https://review.openstack.org/441035 | 10:12 |
*** cuongnv has quit IRC | 10:14 | |
*** markvoelker has quit IRC | 10:15 | |
*** manheim_ has joined #openstack-ansible | 10:17 | |
pradiprwt | Thanks odyssey4me | 10:22 |
odyssey4me | pradiprwt I'm curious though, why would you want to remove an optimisation like that? | 10:22 |
pradiprwt | Where I can get these all user variable options ... | 10:23 |
*** fabg has joined #openstack-ansible | 10:23 | |
pradiprwt | odyssey4me : I am buildiag a OSA image and using that image if I am creating a new VM there facing issue becouse of proxy ... | 10:24 |
pradiprwt | There is one more problem I am facing which is related to lxc networking | 10:25 |
odyssey4me | pradiprwt each role's defaults act as documentation of custom settings that can be applied in user_variables to change the default behaviour | 10:25 |
*** fabg has quit IRC | 10:25 | |
odyssey4me | pradiprwt it's pretty standard with any ansible to look at group_vars and defaults to see what settings are available to tweak should you want to | 10:25 |
*** admin0 has quit IRC | 10:26 | |
pradiprwt | odyssey4me : I want only openstack core services with plain http horizon access .. | 10:27 |
*** admin0 has joined #openstack-ansible | 10:27 | |
pradiprwt | can you suggest me some user_variable which can help me to achive this | 10:28 |
odyssey4me | pradiprwt I take it that you want all public endpoints to be http? | 10:28 |
pradiprwt | odyssey4me : yes | 10:28 |
odyssey4me | set 'openstack_service_publicuri_proto: http' | 10:29 |
odyssey4me | I'm not sure if that's all that needs doing. | 10:29 |
odyssey4me | Note that it'll only work if you set that before you first implement. | 10:29 |
pradiprwt | odyssey4me: sure I am installing with fresh VM, | 10:30 |
*** admin0 has quit IRC | 10:31 | |
Amit82 | odyssey4me: From utility container, command line client using "openstack ..." are working | 10:31 |
pradiprwt | odyssey4me: what this variable is doing ... "horizon_external_ssl: True" | 10:32 |
Amit82 | I tried the python script: http://paste.openstack.org/show/601268/ from utility container but it is giving me 400 | 10:33 |
odyssey4me | pradiprwt it enables the ability to understand a reverse proxy doing SSL for horizon - I think it can be left alone | 10:33 |
odyssey4me | Amit82 then you're going to have to dig into it through keystone logs - enable debug logging and use debugging to figure it out | 10:34 |
Amit82 | These are detailed error logs: http://paste.openstack.org/show/601271/ | 10:36 |
Amit82 | odyssey4me: how to enable more detailed logging in keystone | 10:36 |
Amit82 | I am looking into keystone container /var/log/keystone | 10:36 |
Amit82 | Does these errors mean that some "domain" is expected while making connection | 10:38 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova master: Added MySQL connection SSL support https://review.openstack.org/438095 | 10:38 |
*** hw_wutianwei has quit IRC | 10:39 | |
*** askb has quit IRC | 10:40 | |
*** admin0 has joined #openstack-ansible | 10:43 | |
Amit82 | odyssey4me: This request is failing with 400. http://paste.openstack.org/show/601273/. It is generated by python script | 10:44 |
Amit82 | This request is successful. http://paste.openstack.org/show/601275/. It is generated by openstack command line | 10:45 |
*** hachi has quit IRC | 10:45 | |
Amit82 | You can observe the difference is related to "domain". These are excerpts from wireshark. | 10:45 |
*** qiliang27 has quit IRC | 10:45 | |
Amit82 | Seems domain is expected in the request | 10:46 |
odyssey4me | Amit82 Yes, with the keystone v3 API the domain must be set. I would recommend that you read through the API documentation properly to understand what's going on there. | 10:46 |
odyssey4me | You'll need to adjust your query based on whether you're looking for a scoped or unscoped token. Each token type gives you different abilities. | 10:46 |
odyssey4me | It's probably best to try and field these questions in the SDK channel, if there is one. | 10:47 |
*** admin0 has quit IRC | 10:48 | |
*** h5t4 has joined #openstack-ansible | 10:48 | |
Amit82 | odyssey4me: yea, thanks for your help | 10:49 |
*** sprvn has quit IRC | 10:50 | |
*** hachi has joined #openstack-ansible | 10:50 | |
*** vnogin has joined #openstack-ansible | 10:52 | |
*** chhavi has joined #openstack-ansible | 10:54 | |
*** SerenaFeng has quit IRC | 10:55 | |
*** vnogin has quit IRC | 10:56 | |
*** Jack_Iv_ has joined #openstack-ansible | 10:57 | |
*** Jack_Iv has quit IRC | 10:59 | |
*** admin0 has joined #openstack-ansible | 10:59 | |
*** vnogin has joined #openstack-ansible | 11:00 | |
andymccr | hamzy: ping when you're about - i'd be happy to help get the molteniron repo setup and imported. i think all i need is your base repo and i can import that as the "start" point for the role | 11:01 |
evrardjp | odyssey4me: nea1 | 11:01 |
evrardjp | --keep-env | 11:02 |
evrardjp | Keep the current environment for attached programs. This is the current default behaviour (as of version 0.9), but is is likely to change in the future, since this may leak undesirable information into the container. If you rely on the environment being available for the attached program, please use this option to be future-proof. In ad‐ | 11:02 |
evrardjp | dition to current environment variables, container=lxc will be set. | 11:02 |
evrardjp | so question | 11:02 |
evrardjp | which version of lxc do we have in gates/on your machine | 11:02 |
*** fabg has joined #openstack-ansible | 11:02 | |
evrardjp | if we have to change our lxc module, it would be good to know | 11:03 |
odyssey4me | andymccr here it is: https://review.openstack.org/#/c/427255/11/ansible-role-requirements.yml | 11:03 |
odyssey4me | cc hamzy | 11:03 |
andymccr | ahh sweet | 11:03 |
andymccr | easy | 11:03 |
andymccr | i'll put a request in today then | 11:03 |
odyssey4me | yep, once it's imported we can help get the tests passing | 11:03 |
nea1 | evrardjp: # apt policy lxc | 11:03 |
nea1 | lxc: | 11:03 |
nea1 | Installed: 2.0.7-0ubuntu1~16.04.1 | 11:03 |
andymccr | excellente | 11:04 |
odyssey4me | evrardjp we use lxc 2 | 11:04 |
evrardjp | Installed: 2.0.7-0ubuntu1~16.04.1 | 11:04 |
evrardjp | same version | 11:04 |
evrardjp | exact same version, no leakage | 11:04 |
evrardjp | "works for me" | 11:04 |
*** Jack_Iv_ has quit IRC | 11:08 | |
vnogin | hi osa :) | 11:10 |
andymccr | hey vnogin | 11:10 |
evrardjp | hey vnogin | 11:11 |
odyssey4me | andymccr FYI it took almost no time to produce the ARA report... so I think we can get this one in: https://review.openstack.org/396324 | 11:11 |
odyssey4me | hughsaunders FYI ^ | 11:12 |
andymccr | ahh yeah i saw that | 11:12 |
vnogin | guys, someone faced issue when after container it doesn't load network configuration. If I attach it and restart networking - everything is ok. It faced it when started to use jumbo frames | 11:12 |
hughsaunders | odyssey4me: thanks | 11:12 |
andymccr | or at least i saw the log showing the build time | 11:12 |
vnogin | andymccr: evrardjp hi guys :) nice to see you :) | 11:12 |
*** Jack_Iv has joined #openstack-ansible | 11:12 | |
odyssey4me | andymccr http://logs.openstack.org/24/396324/10/check/gate-openstack-ansible-openstack-ansible-aio-ubuntu-xenial/222db89/console.html#_2017-03-03_06_00_59_288628 | 11:13 |
odyssey4me | ~2m:17s | 11:13 |
odyssey4me | that's a perfectly acceptable time in my mind | 11:13 |
evrardjp | we'll see in the future too | 11:14 |
evrardjp | it looks buggy, or is it me? | 11:15 |
evrardjp | also the 2m is just the generation of the static files, you still lose time at execution | 11:15 |
*** Amit82 has quit IRC | 11:21 | |
*** fabg has quit IRC | 11:21 | |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible stable/ocata: SHA bump to include nova upgrade fixes https://review.openstack.org/441069 | 11:23 |
andymccr | vnogin: perhaps cloudnull would be able to comment on that - he wont be in for a while, but he's operated a large OSA cloud - so perhaps he will have seen something similar or have a better idea | 11:26 |
pjm6 | morning guys | 11:26 |
vnogin | andymccr: ok, tnx Andy :) | 11:26 |
vnogin | pjm6: o/ | 11:27 |
vnogin | cloudnull: ping | 11:27 |
pjm6 | vnogin: the issue that you're handling with containers, are infra containers? | 11:27 |
odyssey4me | vnogin check /etc/network/interfaces - does it source /etc/network/interfaces.d/* | 11:27 |
openstackgerrit | Ravi Gummadi proposed openstack/openstack-ansible-os_sahara master: Cap the number of worker threads https://review.openstack.org/440716 | 11:28 |
nea1 | evrardjp: https://linuxcontainers.org/lxc/manpages/man1/lxc-attach.1.html - "Keep the current environment for attached programs. This is the current default behaviour (as of version 0.9)" | 11:29 |
nea1 | If this is correct then the behavior on my system is correct, but may be wrong on yours(?) | 11:29 |
evrardjp | we are at version 2. I pasted it :p | 11:29 |
nea1 | this doesn't make any sense at all | 11:30 |
evrardjp | the only way I see the problem, is that I have it manually set somewhere in my env | 11:31 |
nea1 | and sry, i missed that part xD | 11:31 |
*** manheim_ has quit IRC | 11:31 | |
evrardjp | it's from your host | 11:31 |
*** SerenaFeng has joined #openstack-ansible | 11:31 | |
evrardjp | there is something in your machine that has set that | 11:31 |
evrardjp | your bash profile, whatever | 11:32 |
evrardjp | I don't really know | 11:32 |
evrardjp | but it's something that was explicitly set | 11:32 |
evrardjp | we don't have the same issues in our gates, or in my dev sessions, so it's pretty much not standard :p | 11:33 |
*** manheim_ has joined #openstack-ansible | 11:33 | |
pjm6 | by default storage_hosts (cinder-volume) is deployed in a container or bare metal? | 11:33 |
evrardjp | at least not standard to a minimal ubuntu 16 install | 11:33 |
evrardjp | baremetal pjm6 | 11:33 |
pjm6 | evrardjp: it's possible to make it in containers? because i will be using a storage backend | 11:34 |
pjm6 | and only need to use the API | 11:34 |
pjm6 | properties: is_metal: false ? | 11:34 |
pjm6 | I see that exists a file in env.d | 11:35 |
pjm6 | https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/env.d/cinder-volume.yml.container.example | 11:35 |
nea1 | evrardjp: could we compare the env of the host? http://termbin.com/218a | 11:36 |
pjm6 | if I rename the file, it will be deployed in container? | 11:36 |
nea1 | evrardjp: well it is the minimal ubuntu 16.04 what my hoster is installing with pxe | 11:36 |
pjm6 | well thinking better, i will use Dell EQXL which uses iSCSI protocol | 11:37 |
nea1 | and as far as i understand that should only change stuff with the network | 11:37 |
pjm6 | so with this note, it's better to be in baremetal, right? | 11:37 |
*** Jack_Iv has quit IRC | 11:38 | |
*** Jack_Iv has joined #openstack-ansible | 11:39 | |
openstackgerrit | Merged openstack/openstack-ansible-os_tempest stable/newton: Fix tempest for os_horizon role https://review.openstack.org/440906 | 11:41 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_cinder master: Update paste, policy and rootwrap configurations 2017-03-03 https://review.openstack.org/441074 | 11:41 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_magnum master: Update paste, policy and rootwrap configurations 2017-03-03 https://review.openstack.org/441075 | 11:42 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_trove master: Update paste, policy and rootwrap configurations 2017-03-03 https://review.openstack.org/441076 | 11:42 |
vnogin | pjm6: yep | 11:43 |
vnogin | odyssey4me: yes. We fixed it this night :) | 11:44 |
pjm6 | vnogin: thanks. will have installed that in controller node | 11:44 |
vnogin | odyssey4me: it seems that it can be related to jumbo frames as I said | 11:45 |
*** SerenaFeng has quit IRC | 11:46 | |
odyssey4me | vnogin yeah, unfortunately I suck at network things so I'm not much help | 11:46 |
pjm6 | vnogin: the problem is that containers don't get IP address? | 11:46 |
odyssey4me | vnogin are you implementing jumbo frames in the containers, or only on the hosts? | 11:46 |
vnogin | odyssey4me: both | 11:47 |
vnogin | pjm6: yep, and you need to restart network | 11:47 |
pjm6 | vnogin: the only problem I had was that dnsmasq was not being started for some reason | 11:47 |
pjm6 | but in my case, this applies to all containers | 11:47 |
*** DimGR has joined #openstack-ansible | 11:48 | |
vnogin | pjm6: if I execute this playbook - network starts to work http://paste.openstack.org/show/601297/ | 11:49 |
pjm6 | vnogin: are you in a dev env? | 11:49 |
vnogin | pjm6: yep | 11:50 |
pjm6 | could you try reboot your controller node | 11:50 |
pjm6 | start | 11:50 |
pjm6 | and then execute this | 11:50 |
pjm6 | oh awit | 11:50 |
pjm6 | wait | 11:50 |
evrardjp | nea1: I don't have HOSTNAME= in my env | 11:50 |
pjm6 | you to access containers with this playbook, means that you | 11:50 |
evrardjp | on the host | 11:50 |
*** admin0 has quit IRC | 11:50 | |
pjm6 | have LXC IP, right? | 11:51 |
pjm6 | 10.0.0.X | 11:51 |
vnogin | pjm6: as far as I remember it attaching containers | 11:51 |
evrardjp | maybe look in your profile and all that jazz | 11:51 |
pjm6 | that's a different problem than mine then | 11:51 |
evrardjp | that's definitely injected by your hoster | 11:51 |
pjm6 | my problem is that all containers don't get any ip address | 11:52 |
pjm6 | because seems to be a problem with post-up execution of dnsmasq | 11:52 |
vnogin | pjm6: maybe the same from my side | 11:52 |
pjm6 | but it seems that you have internal IP from LXC | 11:53 |
vnogin | pjm6: nope, I don't have it as well | 11:53 |
vnogin | so it seems it can be related to dnsmasq | 11:53 |
pjm6 | so how can you execute the playbook ? :o | 11:54 |
pjm6 | yes it's seem that's the same problem | 11:54 |
vnogin | pjm6: which one? | 11:54 |
pjm6 | http://paste.openstack.org/show/601297/ | 11:54 |
pjm6 | well what I do is executing this | 11:54 |
pjm6 | after a restart | 11:54 |
pjm6 | https://github.com/openstack/openstack-ansible-lxc_hosts/blob/f5ae22d4a05553d7cde026bcf248ba881175a683/templates/lxc-net-bridge.cfg.j2#L15-L16\ | 11:55 |
pjm6 | removing post-up | 11:55 |
pjm6 | " /usr/local/bin/lxc-system-manage iptables-create && /usr/local/bin/lxc-system-manage dnsmasq-start || true " | 11:56 |
pjm6 | and all containers get IP address without a problem | 11:56 |
pjm6 | but I can't figure out then, how that playbook solves your problem | 11:56 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible master: Update all SHAs for Pike 2017-03-03 https://review.openstack.org/441079 | 11:56 |
pjm6 | as you don't have any ip attached to container | 11:56 |
*** stuartgr has joined #openstack-ansible | 11:56 | |
vnogin | pjm6: yep, you aer right.... | 11:58 |
*** Jack_Iv_ has joined #openstack-ansible | 11:59 | |
vnogin | pjm6: odyssey4me: it seems that it's a bug... because I have to do it during osa install after each container restart | 11:59 |
*** Oku_OS is now known as Oku_OS-away | 12:01 | |
pjm6 | vnogin: I only had to do it after a infra restart | 12:01 |
pjm6 | and only happens | 12:02 |
*** shausy has quit IRC | 12:02 | |
pjm6 | in two of my infra hosts | 12:02 |
pjm6 | the other one works without a problem | 12:02 |
*** Jack_Iv has quit IRC | 12:02 | |
pjm6 | (all were installed with the same time and same updates) | 12:02 |
vnogin | pjm6: systemd on xenial, right? | 12:02 |
*** Jack_Iv_ has quit IRC | 12:03 | |
pjm6 | pjm6: yes | 12:03 |
vnogin | pjm6: hate it )))) | 12:04 |
*** thorst has joined #openstack-ansible | 12:07 | |
*** smatzek_ has joined #openstack-ansible | 12:08 | |
nea1 | evrardjp: ok, that is a point, I'll test it without that (but if I remember correctly I had reset that once to test it) | 12:08 |
*** chhavi has quit IRC | 12:08 | |
*** admin0 has joined #openstack-ansible | 12:09 | |
nea1 | but besides that I think it would be good to use --clear-env by default to ensure that we don't use any env variables in the containers which shouldn't be there | 12:09 |
*** smatzek_ has quit IRC | 12:10 | |
evrardjp | well I think the experience taught us to ignore the HOSTNAME var. | 12:10 |
evrardjp | that's an ansible bug | 12:11 |
evrardjp | well I think | 12:11 |
*** markvoelker has joined #openstack-ansible | 12:11 | |
*** thorst has quit IRC | 12:11 | |
evrardjp | yes it is | 12:12 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible master: Update all SHAs for Pike 2017-03-03 https://review.openstack.org/441079 | 12:13 |
evrardjp | nea1: https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/cloud/lxc/lxc_container.py#L540-L545 | 12:14 |
nea1 | evrardjp: ok, by removing it permanently (not only unset) it works | 12:14 |
evrardjp | yeah | 12:15 |
evrardjp | the code is there | 12:15 |
evrardjp | :p | 12:15 |
evrardjp | we have to unset HOSTNAME there | 12:15 |
evrardjp | cloudnull: we've got a bug in ansible lxc_container module ! | 12:15 |
evrardjp | I'll do a PR, and you pull the strings? | 12:15 |
evrardjp | :p | 12:15 |
*** markvoelker has quit IRC | 12:16 | |
nea1 | well now with your link there that doesn't make any sense ... the hostname was set in the zshenv | 12:16 |
nea1 | does that run inside the container or on the host? | 12:18 |
pjm6 | vnogin: hey, for somethings it's seems easier but gets lot of problems :/ | 12:18 |
vnogin | pjm6: agree | 12:19 |
vnogin | ifco | 12:19 |
*** Jack_Iv has joined #openstack-ansible | 12:20 | |
*** schwicht has joined #openstack-ansible | 12:20 | |
pjm6 | vnogin: and I still don't understand why one of my controllers work without a problem, without having to run dnsmasq manually | 12:21 |
vnogin | pjm6: btw, do you use jumbo frames? | 12:22 |
pjm6 | vnogin: not yet | 12:22 |
pjm6 | but when go to production I will use storage with jumbo frames | 12:22 |
*** manheim_ has quit IRC | 12:22 | |
pjm6 | well forget it vnogin, yes i'm using | 12:23 |
pjm6 | i see in my config file and have container_mtu: 9000 | 12:24 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_magnum stable/newton: Update paste, policy and rootwrap configurations 2017-03-03 https://review.openstack.org/441091 | 12:24 |
*** askb has joined #openstack-ansible | 12:25 | |
vnogin | pjm6: yep :) I think our problem related to them somehow... could you please share with me your network config for controller host? | 12:25 |
odyssey4me | andymccr oh, that's cute - we appear to be deploying designate by default in the AIO: https://github.com/openstack/openstack-ansible/blob/master/tests/bootstrap-aio.yml#L31 | 12:25 |
*** shardy is now known as shardy_lunch | 12:25 | |
*** sanfern has quit IRC | 12:25 | |
pjm6 | vnogin: you're talking about operating system config networking | 12:25 |
pjm6 | or ansible config? | 12:26 |
pjm6 | besides i'm using mtu in config playbook, i didn't set it in the interface | 12:26 |
vnogin | pjm6: the first one | 12:26 |
odyssey4me | it looks like mcarden sneaked it in while I wasn't looking :) https://github.com/openstack/openstack-ansible/commit/09887025f0622033ba34907c592c5ead51012ccb | 12:26 |
*** sanfern has joined #openstack-ansible | 12:26 | |
andymccr | mcarden is quite sneaky | 12:27 |
*** cathrichardson has quit IRC | 12:27 | |
*** manheim_ has joined #openstack-ansible | 12:27 | |
pjm6 | vnogin: sure, give me 1min | 12:27 |
odyssey4me | andymccr so the question is whether we want it there | 12:27 |
*** retreved has joined #openstack-ansible | 12:27 | |
andymccr | i guess its a gate timing question | 12:28 |
odyssey4me | I was kinda thinking that maybe we slim down the integrated gate tests to just compute kit, and swift-keystone in two scenario's | 12:28 |
andymccr | or strategy - we could reduce our build gate to the compute kit and then ahve the scenarios/periodicals for others like we're doing now | 12:28 |
andymccr | haha | 12:28 |
andymccr | yeah | 12:28 |
odyssey4me | then we do *everything* in periodics | 12:28 |
*** cathrichardson has joined #openstack-ansible | 12:28 | |
odyssey4me | speaking of which - your thoughts on https://review.openstack.org/440631 ? | 12:29 |
odyssey4me | I'd like ot port that back to ocata and newton so that we can do pugrade tests for newton->ocata and ocata->master | 12:29 |
pjm6 | vnogin: pastebin.com/VZMiRDxq | 12:29 |
odyssey4me | *upgrade | 12:29 |
vnogin | pjm6: tnx) | 12:30 |
pjm6 | no problem, you help me see that I have to put mtu config in the bridge too xD | 12:31 |
pjm6 | because probably that will not working in LXC, if the host mtu is the default (1500( | 12:31 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible stable/newton: Update all SHAs for 14.1.1 https://review.openstack.org/441095 | 12:32 |
evrardjp | nea1: in the meantime, it's probably worth keeping your fix :) | 12:32 |
evrardjp | or we should document it | 12:33 |
evrardjp | document the bug | 12:33 |
nea1 | evrardjp: should I leave the bug open? | 12:34 |
*** fabg has joined #openstack-ansible | 12:34 | |
evrardjp | yes, it's not solved yet | 12:35 |
evrardjp | I'll comment on it | 12:35 |
nea1 | ok | 12:35 |
*** admin0 has quit IRC | 12:38 | |
odyssey4me | pradiprwt I have confirmed that an AIO uilds and works successfully with only 'openstack_service_publicuri_proto: http' set in user_variables.yml | 12:42 |
odyssey4me | I didn't test horizon, but I tested the CLI and everything seems to work as expected. | 12:42 |
andymccr | ok gonna get some lunch! bbiab | 12:42 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible stable/mitaka: Update all SHAs for 13.3.16 https://review.openstack.org/441100 | 12:42 |
*** thorst has joined #openstack-ansible | 12:44 | |
openstackgerrit | Ravi Gummadi proposed openstack/openstack-ansible-os_swift master: Cap the number of worker threads https://review.openstack.org/441102 | 12:44 |
DimGR | Lxc container create : wait for ssh to be available , and stops there . What can I check for this error please | 12:46 |
*** askb has quit IRC | 12:47 | |
*** chhavi has joined #openstack-ansible | 12:51 | |
openstackgerrit | Merged openstack/openstack-ansible master: Implement ARA logging and reporting for openstack-ansible gate jobs https://review.openstack.org/396324 | 12:55 |
*** fabg has quit IRC | 12:57 | |
mgariepy | hwoarang, for your question on the mysql command stuff. https://github.com/openstack/openstack-ansible-galera_server/blob/master/tasks/galera_install_yum.yml#L97-L99 | 12:59 |
*** schwicht has quit IRC | 12:59 | |
mgariepy | good morning everyone | 13:00 |
hwoarang | mgariepy: Hi. yeah i have seen that. i wanted to discuss what happens the first time you run it. | 13:05 |
*** Mr_Smurf_ has left #openstack-ansible | 13:05 | |
openstackgerrit | Merged openstack/openstack-ansible-os_horizon stable/newton: ensure OPENSTACK_KEYSTONE_URL is always configured https://review.openstack.org/437985 | 13:05 |
*** sawblade6 has quit IRC | 13:07 | |
*** sdake has joined #openstack-ansible | 13:07 | |
hamzy | andymccr, and odyssey4me thanks for that! | 13:07 |
*** sawblade6 has joined #openstack-ansible | 13:08 | |
mgariepy | can i have 1 more review on this one ? https://review.openstack.org/#/c/440556/ | 13:08 |
mgariepy | please :D | 13:08 |
vnogin | pjm6: yep, as far as I see in stable/newton you will not be able even deploy osa if your bridge config is incorrect | 13:09 |
hwoarang | mgariepy: so basically i was saying yesterday, the mysqladmin command will set the root password to {{ galera_root_password }} but the line below that will set it to $rootpass and $rootpass could be empty or something else | 13:09 |
vnogin | pjm6: you are on mitaka now? | 13:10 |
vnogin | pjm6: and you upgraded from mitaka to newton, so we have new bug in osa upgrades:))) | 13:12 |
*** fabg has joined #openstack-ansible | 13:12 | |
mgariepy | the password is set to something else. | 13:12 |
vnogin | s/and you/and if yon performed/ | 13:12 |
*** rgogunskiy has joined #openstack-ansible | 13:15 | |
odyssey4me | mgariepy reviewed - small tweak needed | 13:16 |
mgariepy | maybe we could run mysql_secure_installation script tho. | 13:17 |
*** admin0 has joined #openstack-ansible | 13:19 | |
openstackgerrit | Marc Gariépy proposed openstack/openstack-ansible-ceph_client master: Make sure libvirtd is started. https://review.openstack.org/440556 | 13:20 |
mgariepy | odyssey4me, thanks, fixed :) | 13:20 |
*** Andrew_jedi has joined #openstack-ansible | 13:20 | |
*** sawblade6 has quit IRC | 13:22 | |
*** schwicht has joined #openstack-ansible | 13:23 | |
*** markvoelker has joined #openstack-ansible | 13:23 | |
*** sawblade6 has joined #openstack-ansible | 13:23 | |
*** smatzek has joined #openstack-ansible | 13:23 | |
mgariepy | is there ara configured for some gate check ? | 13:24 |
odyssey4me | mgariepy for the role tests that have the 'func' name in it, yes | 13:24 |
odyssey4me | ie the functional tox env | 13:25 |
hwoarang | mgariepy: I see but the default {{ galera_root_user }} being 'root' confuses things a bit. Because in the end we end up with 'root' using $rootpass instead of {{ galera_root_password }} in the default case | 13:26 |
smatzek | odyssey4me, on the Swift thread cap. I haven't tried checking the is_metal value in play, but I think it would be best to only cap the Swift proxy service and then only if is_metal: False. That should allow the bare-metal dedicated proxy case to consume all CPU. | 13:26 |
*** kylek3h has quit IRC | 13:26 | |
*** sawblade6 has quit IRC | 13:27 | |
*** heroux has joined #openstack-ansible | 13:29 | |
nea1 | if you keep the glance_nfs_client: option from the prod example - the nfs server has to be install manually or? | 13:30 |
*** warthog42 has joined #openstack-ansible | 13:30 | |
mgariepy | hwoarang, http://paste.openstack.org/show/601319/ | 13:31 |
mgariepy | which i guess point to the galera_root_password | 13:32 |
*** fabg has quit IRC | 13:32 | |
*** schwicht has quit IRC | 13:33 | |
odyssey4me | smatzek yeah, if there's a way to determine that it'd be best | 13:34 |
mgariepy | hwoarang, the idea was only to apply the mysql_secure_installation script on centos. maybe cloudnull can comment on it as he is the one who did it | 13:36 |
*** schwicht has joined #openstack-ansible | 13:36 | |
hwoarang | hmm i see. i will investigate a bit more then | 13:37 |
mgariepy | and the user root in my DB use the galera_root_password var. | 13:38 |
*** shardy_lunch is now known as shardy | 13:39 | |
*** dankolbrs has quit IRC | 13:40 | |
*** dankolbrs has joined #openstack-ansible | 13:41 | |
hwoarang | ok must be missing something then... will dig deeper! | 13:42 |
mgariepy | maybe you have a way to run the mysql_secure_installation stuff on suse that doesn't need the mysql commands there is for centos. | 13:43 |
*** fguillot has joined #openstack-ansible | 13:43 | |
*** schwicht_at_work has joined #openstack-ansible | 13:46 | |
*** schwicht has quit IRC | 13:47 | |
*** mhayden has quit IRC | 13:48 | |
*** mhayden has joined #openstack-ansible | 13:50 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/ocata: Implement ARA logging and reporting for openstack-ansible gate jobs https://review.openstack.org/441134 | 13:51 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/newton: Implement ARA logging and reporting for openstack-ansible gate jobs https://review.openstack.org/441135 | 13:51 |
odyssey4me | hughsaunders mattt ^ | 13:51 |
hughsaunders | odyssey4me: cool, will look at the output when thats run | 13:52 |
odyssey4me | hughsaunders you can see the results in the master patch merge if you like | 13:54 |
pjm6 | vnogin: I had previosly mitaka | 13:55 |
pjm6 | vnogin: I did an upgrade of operating system and had several problems (ubuntu 14.04 to ubuntu 16.04) | 13:56 |
vnogin | pjm6: related to systemd? ) | 13:56 |
pjm6 | vnogin: I did an clean install and had problems (i had some time to figure out that problem of dnsmasq) | 13:56 |
pjm6 | vnogin: not sure, its the same problem we're facing now | 13:57 |
*** gouthamr has joined #openstack-ansible | 13:57 | |
pjm6 | offtopic: do you need to have interface br-storage configured to MTU 9000, right? in order to use in the LXC? | 13:57 |
mattt | hughsaunders: http://logs.openstack.org/24/396324/10/check/gate-openstack-ansible-openstack-ansible-aio-ubuntu-xenial/222db89/logs/ara/ | 13:58 |
vnogin | pjm6: have you deployed openstack from scratch after? | 13:58 |
*** rgogunskiy has quit IRC | 13:58 | |
pjm6 | yes, after I formated yes | 13:58 |
mattt | odyssey4me: that looks quite handy | 13:59 |
hughsaunders | hmm, tyring to click on page 2 and it gives me a download | 13:59 |
logan- | hughsaunders: yeah i noticed that too. the patchset from the other day didn't have the broken images and paging like that | 13:59 |
hughsaunders | there was an ara ui refactor recently | 14:00 |
odyssey4me | dmsimard ^ | 14:00 |
*** sdake_ has joined #openstack-ansible | 14:01 | |
admin0 | is all i need is to declare magnum-infra_hosts: and give the infra hosts to enable containers ? | 14:01 |
*** The_Intern has joined #openstack-ansible | 14:01 | |
admin0 | sounds too nice .. painless .. awesome .. confusing .. | 14:01 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-repo_build master: Add non *.whl files to MANIFEST.in https://review.openstack.org/439659 | 14:01 |
*** schwicht_at_work has quit IRC | 14:02 | |
dmsimard | logan- odyssey4me: broken images will be fixed by https://review.openstack.org/#/c/435566/ | 14:02 |
dmsimard | hughsaunders: where are you getting a download ? | 14:03 |
logan- | ahh cool | 14:03 |
*** sdake has quit IRC | 14:03 | |
logan- | the 1,2,3 page links at the bottom of http://logs.openstack.org/24/396324/10/check/gate-openstack-ansible-openstack-ansible-aio-ubuntu-xenial/222db89/logs/ara/reports/index.html | 14:03 |
cloudnull | evrardjp: is there a pr for the lxc_container module up? | 14:03 |
odyssey4me | admin0 yes, that's to get the service running - from there there's a bunch of stuff like uploading images, etc still to do on your own... but we get the service up for you :) | 14:03 |
hughsaunders | dmsimard: http://logs.openstack.org/24/396324/10/check/gate-openstack-ansible-openstack-ansible-aio-ubuntu-xenial/222db89/logs/ara/reports/2 | 14:04 |
dmsimard | hughsaunders: ah crap I see it now | 14:04 |
Andrew_jedi | folks, Can you please recommend any good graphical client for Swift? (which can also run on OS X) | 14:04 |
dmsimard | That's anothet gzip mimetype issue | 14:04 |
evrardjp | cloudnull: not yet | 14:04 |
admin0 | Andrew_jedi: cyberduck ? | 14:04 |
dmsimard | hughsaunders: thanks, going to do a dot release today to adress that | 14:04 |
evrardjp | I'll do that now, this way I don't forget | 14:04 |
admin0 | odyssey4me: thanks :) | 14:05 |
logan- | mhayden: https://people.redhat.com/duffy/selinux/selinux-coloring-book_A4-Stapled.pdf | 14:05 |
* admin0 will look for other such easter eggs :) | 14:05 | |
hughsaunders | Andrew_jedi: cyberduck? | 14:05 |
cloudnull | vnogin: did you set https://github.com/openstack/openstack-ansible-lxc_container_create/blob/master/defaults/main.yml#L77 ? | 14:05 |
Andrew_jedi | admin0: Yeah, the problem is that it is not working for me :/ | 14:05 |
odyssey4me | Andrew_jedi it's no graphical, but our very own cloudnull made turbolift which is a sensible swift CLI client | 14:06 |
Andrew_jedi | admin0: Are you deploying magnum ? | 14:06 |
hughsaunders | admin0: oops | 14:06 |
cloudnull | vnogin: and add this line to the openstack_user_config for all of the networks you want to run jumbo frames on https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/openstack_user_config.yml.example#L259 | 14:06 |
cloudnull | doc'd here https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/openstack_user_config.yml.example#L164-L165 | 14:06 |
pjm6 | anyone here are doing monitoring in OS? if yes what tools use, nagios, sensu or other? | 14:06 |
admin0 | Andrew_jedi: i deployed a working Ocata (with everything verified OK ) from the latest playbooks .. now looking to see how to deploy more on it | 14:06 |
*** acormier has joined #openstack-ansible | 14:06 | |
admin0 | does someone have a all-in-one-but-multi-node-everything-that-can-be-deployed user_config that I can run :D | 14:07 |
Andrew_jedi | odyssey4me: very cool,, cloudnull rocks! :) | 14:07 |
cloudnull | o/ | 14:07 |
admin0 | pjm6: i use check_mk and snmp+observium | 14:07 |
odyssey4me | admin0 just copy all conf.d/*.aio files to conf.d/ and rename them | 14:07 |
pjm6 | cloudnull: o/ | 14:07 |
cloudnull | Andrew_jedi: https://pypi.python.org/pypi/turbolift | 14:08 |
Andrew_jedi | admin0: Do you have K8 working ? With default settings i only had swarm working | 14:08 |
* cloudnull shameless plug | 14:08 | |
admin0 | Andrew_jedi: i am just starting out | 14:08 |
odyssey4me | admin0 we'll be bringing scenario tests online soon which will do something similar | 14:08 |
pjm6 | thanks admin0 | 14:08 |
Andrew_jedi | cloudnull: Thanks a lot, reading the doc now :) | 14:08 |
admin0 | odyssey4me: since the openstack_user_config.yml.prod.example mentions only those, we ( deployers) incorrectly asume that is the limit | 14:09 |
*** fabg has joined #openstack-ansible | 14:09 | |
vnogin | cloudnull: the second part was added... and what about first one? should it be 9000? | 14:09 |
*** kylek3h has joined #openstack-ansible | 14:09 | |
admin0 | so for all those who made all the other thigns possible, i would like to see or contribute to a a openstack_user_config.yml.MAX.example .. which would try to deploy a lot of other thigns that can be deployed | 14:10 |
cloudnull | vnogin: yes. | 14:10 |
*** acormier has quit IRC | 14:10 | |
cloudnull | on all network sections you want running w/ an mtu of 9000 | 14:10 |
vnogin | cloudnull: and should I configure network interfaces on compute to use mtu 9000 as well? | 14:10 |
cloudnull | yes. | 14:11 |
evrardjp | an large mtu is over 9000! | 14:11 |
evrardjp | Ok I'm out. | 14:11 |
dmsimard | hughsaunders: fix for page download: https://review.openstack.org/441143 | 14:11 |
cloudnull | we have mtu 9000 in the osic | 14:11 |
cloudnull | it works great | 14:11 |
andymccr | evrardjp: hahaha | 14:11 |
vnogin | cloudnull: evrardjp do you have an example of interfaces file for it? :) | 14:11 |
*** sawblade6 has joined #openstack-ansible | 14:11 | |
cloudnull | but a little bit of a hastle to get going. | 14:12 |
cloudnull | sure. one sec | 14:12 |
vnogin | cause it seems that I'm doing something wrong | 14:12 |
dmsimard | odyssey4me: and I also confirm that the logs.o.o fix I submitted works for broken images (on logs-dev.o.o, got to submit a patch to fix the production logs.o.o) -> http://logs-dev.openstack.org/24/396324/10/check/gate-openstack-ansible-openstack-ansible-aio-ubuntu-xenial/222db89/logs/ara/index.html | 14:12 |
vnogin | cloudnull: awesome! thx a lot | 14:12 |
*** jamesden_ has joined #openstack-ansible | 14:12 | |
hughsaunders | dmsimard: Do links to the changed route need updating? Or is the link target determined by the route? | 14:14 |
dmsimard | hughsaunders: we use url_for() everywhere, the links are automated automatically | 14:14 |
hughsaunders | dmsimard: \o/ | 14:14 |
*** schwicht has joined #openstack-ansible | 14:14 | |
dmsimard | that doesn't fix the reports that have already been generated but oh well | 14:14 |
*** cathrichardson has quit IRC | 14:15 | |
*** cathrichardson has joined #openstack-ansible | 14:15 | |
cloudnull | vnogin: this is an example config w/ mtu 9000 for all the things | 14:15 |
cloudnull | https://gist.github.com/cloudnull/08c06b6ab20d37c3e514 | 14:15 |
*** kstev has joined #openstack-ansible | 14:15 | |
cloudnull | thing to remember is that a brige will use the lowest mtu for any connected device | 14:16 |
cloudnull | so when converting you have to do something like this https://gist.github.com/cloudnull/05d60237fda2bdb177b0 | 14:16 |
odyssey4me | we have some ocata backports in the queue - would appreciate some love for them: https://review.openstack.org/#/q/project:%255Eopenstack/openstack-ansible.*+status:open+branch:stable/ocata | 14:17 |
pjm6 | cloudnull: but if the bridge has mtu defined in the operating system, it will not be a rpoblem, right? | 14:17 |
odyssey4me | similarly for newton: https://review.openstack.org/#/q/project:%255Eopenstack/openstack-ansible.*+status:open+branch:stable/newton | 14:18 |
mgariepy | mhayden, are you around ? | 14:19 |
vnogin | cloudnull: awesome! thanks a lot! | 14:19 |
admin0 | https://gist.github.com/a1git/520c731d2c5962b0afd9abd8a23e9675 — os-magnim playbook runs but i do not see it doing anything .. pasting the output in -vvvv and the config .. what might I be doing wrong/missing ? | 14:19 |
mgariepy | mhayden, we need to fix selinux stuff http://paste.openstack.org/show/601326/ | 14:19 |
*** cathrichardson has quit IRC | 14:19 | |
openstackgerrit | Merged openstack/openstack-ansible-haproxy_server stable/ocata: Define haproxy_ssl_bind_options variable. https://review.openstack.org/440919 | 14:19 |
admin0 | oh .. i need to redo the repo stuff i think | 14:20 |
admin0 | recall something like that when things are added back, running the relevant playbook is not enough | 14:20 |
admin0 | *are added later | 14:20 |
*** ngupta has joined #openstack-ansible | 14:20 | |
*** Hosam has joined #openstack-ansible | 14:20 | |
*** ngupta has quit IRC | 14:20 | |
*** ngupta has joined #openstack-ansible | 14:21 | |
admin0 | everyone here @ Reading, i am in Reading as well :) but going back on sunday .. the first thing i did when i came here was drove to the magic aroundabout in swingdom and did some loops in there (like a confused foreigner ) :) always wanted to do that | 14:24 |
*** pcaruana has quit IRC | 14:24 | |
admin0 | *Swindon | 14:24 |
Andrew_jedi | admin0: Have you added "magnum-infra_hosts:" in openstack_user_config.yaml | 14:25 |
nea1 | evrardjp: can you confirm this, as my system seams to be strange ^^ the libvirt_group should be libvirtd not libvirt on ubuntu 16.04 | 14:26 |
admin0 | oh .. forgot to push the git | 14:27 |
evrardjp | what should I confirm? | 14:27 |
odyssey4me | admin0 yes, for newton onwards the repo build is selective in order to speed it up - so if you add host groups for new services you'll need to rebuild the repo | 14:28 |
admin0 | got it | 14:28 |
nea1 | evrardjp: https://github.com/openstack/openstack-ansible-os_nova/blob/master/vars/ubuntu-16.04.yml#L19 <> `grep libvirt /etc/group` | 14:28 |
andymccr | nea1: if you're using UCA (which you should be on master) it'll deploy a version of libvirt that has the group changed | 14:30 |
Andrew_jedi | nea1: Were you able to figure out the rabbitmq issue ? | 14:30 |
evrardjp | andymccr: what's the recent groupname for libvirt ? | 14:30 |
andymccr | but if you're still using the older version - you can set that var manually to be libvirtd | 14:30 |
andymccr | evrardjp: libvirt is the new one | 14:30 |
nea1 | Andrew_jedi: yes, there was a HOSTNAME set in the env of the host, and lxc-attach has default --keep-env ;) | 14:30 |
evrardjp | well yes and no | 14:30 |
nea1 | evrardjp: well libvirt was installed by ansible, so I'd guess it should be correct(?) | 14:31 |
evrardjp | Andrew_jedi: https://github.com/ansible/ansible/pull/22246 | 14:31 |
admin0 | I added the magnum-infra_hosts, but this is the offiical doc if i am correct: https://docs.openstack.org/developer/openstack-ansible-os_magnum/ - says nothing about the phg = user_config[cphg][container_host] . which I believe is i need to declrate container_host in the config as well | 14:31 |
evrardjp | the yes and no was for hostname :) | 14:31 |
odyssey4me | admin0 it appears you're speaking a foreign language ;) | 14:32 |
evrardjp | haha | 14:32 |
admin0 | :) sorry for that | 14:32 |
admin0 | engrish has not been my primary language | 14:32 |
*** crushil has joined #openstack-ansible | 14:33 | |
Andrew_jedi | evrardjp nea1 : Wow, kudos to both of you for figuring that out. | 14:33 |
admin0 | ok .. i added magnum-infra_hosts, but when i try to run the playbook, it throws out a error that ends with the line “ phg = user_config[cphg][container_host]” .. i believe i need to add container_host in the user_config as well ? same as compute ? | 14:33 |
*** chhavi has quit IRC | 14:33 | |
odyssey4me | admin0 hmm, will have to look but that sounds like a bug | 14:34 |
spotz | No picking on admin0!:) | 14:34 |
admin0 | i have to run .. someone wants me to give ma tour of costaco in reading :D | 14:34 |
nea1 | rerunning setup-openstack.yml doesn't work ^^ failed: [hetzner1_glance_container-f97d4038] (item={u'path': u'/var/lib/glance/images/'}) => {"failed": true, "gid": 0, "group": "root", "item": {"path": "/var/lib/glance/images/"}, "mode": "0755", "msg": "chown failed", "owner": "root", "path": "/var/lib/glance/images/", "size": 4096, "state": "directory", "uid": 0} | 14:34 |
admin0 | some kind of a big warehouse with cheap prices to impress the nerds | 14:34 |
Andrew_jedi | admin0: Can you paste your " /etc/openstack_deploy/openstack_user_config.yml" ? | 14:34 |
odyssey4me | nope, this looks like an inventory issue: https://github.com/openstack/openstack-ansible/blob/59aaac0cb5cf935d5d5e9ee899ecfd25b67923a1/lib/generate.py#L638 | 14:34 |
admin0 | sure | 14:34 |
*** smatzek has quit IRC | 14:34 | |
odyssey4me | admin0 it's likely a misconfiguration somewhere - you may have hit some edge case that palendae is not aware of :) | 14:35 |
Andrew_jedi | admin0: In AMS ? | 14:35 |
admin0 | reading :D | 14:35 |
admin0 | i am in reading somewhere | 14:36 |
*** galstrom_zzz is now known as galstrom | 14:36 | |
*** arturb has quit IRC | 14:36 | |
admin0 | reading.UK | 14:36 |
admin0 | https://gist.github.com/a1git/8da8cb401c38fa6cf77f88b42bc677fb | 14:37 |
Andrew_jedi | nea1: "chown" failed | 14:37 |
nea1 | Andrew_jedi: i know, that dir is mounted via nfs | 14:39 |
nea1 | because i copied the default config ^^ and couldn't change it after | 14:40 |
Andrew_jedi | admin0: Umm, can you show me output of "lxc-ls -f " please ? | 14:40 |
admin0 | Andrew_jedi: from which server ? | 14:41 |
Andrew_jedi | admin0: c11 or c12 or c13 | 14:41 |
admin0 | Andrew_jedi: https://gist.github.com/a1git/8e134a0e0bd226b445ac3facd7c24eb4 | 14:42 |
*** faizy has joined #openstack-ansible | 14:42 | |
Andrew_jedi | admin0: Looks like probably you need to first create magnum container first | 14:43 |
Andrew_jedi | s/first// | 14:43 |
*** sdake_ has quit IRC | 14:44 | |
*** sdake has joined #openstack-ansible | 14:44 | |
Andrew_jedi | nea1: You mean change as in user_variables.yaml or overriding the ".conf" file | 14:45 |
odyssey4me | Andrew_jedi admin0 well, yes - to deploy magnum (as with any service after initial install) you add the conf.d file with the host allocation, then go through setup-hosts, setup-infrastructure, setup-openstack | 14:46 |
*** fabg has quit IRC | 14:46 | |
admin0 | is there a way to limit to just the services ? | 14:47 |
admin0 | setup-hosts —limit=*magnum* ? | 14:47 |
*** fabg has joined #openstack-ansible | 14:47 | |
odyssey4me | admin0 yeah, just 'magnum_all' should do it | 14:47 |
admin0 | ok | 14:47 |
admin0 | if i do setup-everything with magnum_all, does it take care of repo process as well ? | 14:47 |
odyssey4me | although that won't work for the repo build part | 14:47 |
odyssey4me | so I guess it'd be | 14:48 |
Andrew_jedi | admin0: yep, after creating container, repo-build.yaml playbook needs to be run | 14:48 |
odyssey4me | setup-hosts.yml --limit magnum_all; setup-infrastructure.yml --limit repo_all; setup-openstack.yml --limit magnum_all | 14:48 |
*** retreved has quit IRC | 14:48 | |
*** retreved_ has joined #openstack-ansible | 14:49 | |
openstackgerrit | Merged openstack/openstack-ansible-ceph_client master: Make sure libvirtd is started. https://review.openstack.org/440556 | 14:49 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-ceph_client stable/ocata: Make sure libvirtd is started. https://review.openstack.org/441157 | 14:50 |
Andrew_jedi | admin0: btw, just want to give you a heads up, a magnum VM expects that it should be able to connect with both internet and keystone service. | 14:50 |
odyssey4me | cloudnull care for review https://review.openstack.org/439762 when you have a moment? | 14:50 |
*** The_Intern has quit IRC | 14:50 | |
*** The_Intern has joined #openstack-ansible | 14:51 | |
cloudnull | odyssey4me: did we backport the change to the integrated repo too ? | 14:51 |
admin0 | Andrew_jedi: thanks .will make a note | 14:51 |
odyssey4me | cloudnull yep | 14:51 |
cloudnull | ok | 14:51 |
admin0 | i am out for a while now .. commands running in background :) | 14:51 |
odyssey4me | https://review.openstack.org/#/q/Ic7130368c5a2bb231c35bb459a2bebaa28a5a968,n,z | 14:51 |
admin0 | thanks guys | 14:51 |
*** retreved_ has quit IRC | 14:51 | |
admin0 | and spotz :) | 14:52 |
odyssey4me | cloudnull I wouldn't mind seeing that go back to newton if you and logan- have the stomach for it :) | 14:52 |
odyssey4me | well, that set of changes | 14:52 |
spotz | :) | 14:52 |
odyssey4me | it would speed up the newton deployment somewhat | 14:52 |
*** admin0 has quit IRC | 14:52 | |
*** retreved has joined #openstack-ansible | 14:52 | |
odyssey4me | but don't propose yet, let's get that one merged first and bump the role sha for ocata to use it | 14:53 |
dmsimard | hughsaunders: 0.12.1 tagged with page download fix | 14:54 |
dmsimard | coming to a pypi mirror near you | 14:54 |
hughsaunders | dmsimard: thanks :) #spdy | 14:55 |
dmsimard | hey, gotta make sure it works ;p | 14:55 |
logan- | odyssey4me cloudnull: yeah, iffy on pulling that to newton due to the lack of testing | 14:56 |
odyssey4me | logan- any chance that you can test it? | 14:56 |
*** retreved has quit IRC | 14:56 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible stable/newton: Move ceph client role to playbooks for faster run time https://review.openstack.org/441162 | 14:57 |
logan- | yes | 14:57 |
cloudnull | boom! | 14:57 |
cloudnull | but we can abandon if its a no go | 14:57 |
logan- | i can, it just might be couple days until i can vote :P | 14:57 |
odyssey4me | cloudnull argh, now the ocata role patch won't merge :/ | 14:57 |
odyssey4me | due to the depends-on :/ | 14:58 |
odyssey4me | well, we can always edit the commit message to get it in | 14:58 |
cloudnull | i can change the change-id | 14:58 |
odyssey4me | happy with that idea? | 14:58 |
odyssey4me | cloudnull once you've pulled the master back then there's no going back | 14:58 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible stable/newton: Move ceph client role to playbooks for faster run time https://review.openstack.org/441165 | 14:59 |
*** cjloader has joined #openstack-ansible | 14:59 | |
cloudnull | ah... bummer | 14:59 |
cloudnull | ok, one sec | 14:59 |
openstackgerrit | Marc Gariépy proposed openstack/openstack-ansible-lxc_hosts master: Moving selinux bits into lxc_selinux https://review.openstack.org/441167 | 15:00 |
*** weezS has joined #openstack-ansible | 15:00 | |
odyssey4me | cloudnull changing the change id in the newton patch won't work | 15:00 |
odyssey4me | gerrit knows what you did | 15:00 |
odyssey4me | the only way out is to pull the depends-on from the ceph client patch | 15:01 |
*** smatzek has joined #openstack-ansible | 15:01 | |
cloudnull | yup. stupid gerrit | 15:02 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-ceph_client stable/ocata: Tag clean up https://review.openstack.org/439762 | 15:02 |
odyssey4me | cloudnull logan- ^ small tweak to the commit message, please revote | 15:02 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-ceph_client stable/ocata: Tag clean up https://review.openstack.org/439762 | 15:02 |
cloudnull | opps | 15:02 |
cloudnull | i think we stepped on one another. | 15:02 |
cloudnull | my bad | 15:02 |
odyssey4me | lol, or that | 15:02 |
logan- | lol | 15:02 |
openstackgerrit | Merged openstack/openstack-ansible-repo_build master: Add non *.whl files to MANIFEST.in https://review.openstack.org/439659 | 15:03 |
odyssey4me | I'd prefer to keep the reference, lemme put that back | 15:03 |
logan- | ok | 15:03 |
spotz | heheh | 15:03 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-ceph_client stable/ocata: Tag clean up https://review.openstack.org/439762 | 15:03 |
cloudnull | ok | 15:03 |
odyssey4me | ok, done now | 15:03 |
cloudnull | done | 15:04 |
odyssey4me | sweet | 15:04 |
*** Andrew_jedi has quit IRC | 15:05 | |
*** sanfern has quit IRC | 15:05 | |
odyssey4me | I cleaned up the other patch - so we're all good | 15:05 |
odyssey4me | logan- I'll bump the ocata role SHA to include the ceph_client fix once it's merged | 15:05 |
odyssey4me | that'll go through a gate test | 15:06 |
openstackgerrit | Marc Gariépy proposed openstack/openstack-ansible-os_nova master: Add missing selinux rule for libvirt https://review.openstack.org/441172 | 15:06 |
mgariepy | mhayden, ^^ | 15:06 |
mgariepy | odyssey4me, i think that after 441172 merge centos gate check will be passing :D | 15:08 |
openstackgerrit | David Moreau Simard proposed openstack/openstack-ansible-tests master: Do not merge: Troubleshooting in-gate ARA jobs https://review.openstack.org/441173 | 15:08 |
*** fabg has quit IRC | 15:08 | |
*** retreved has joined #openstack-ansible | 15:08 | |
odyssey4me | cloudnull https://review.openstack.org/438723 doesn't port back cleanly unfortunately | 15:08 |
*** fabg has joined #openstack-ansible | 15:08 | |
cloudnull | yea that's going to be a lift and shift i think | 15:09 |
openstackgerrit | Merged openstack/openstack-ansible-os_trove master: Update paste, policy and rootwrap configurations 2017-03-03 https://review.openstack.org/441076 | 15:09 |
cloudnull | we may not be able to do that one. | 15:09 |
cloudnull | in the ceph roles | 15:09 |
cloudnull | but the playbook changes could get in to limit the runtime | 15:09 |
warthog42 | hello folks, I'm using stable/netwon versions of galera_server and galera_client, and I'm having issues getting galera_apt_repo_url and galera_client_apt_repo_url to set the repo to our internal mirror of the rackspace mariadb repo. | 15:10 |
warthog42 | my other galera_* vars are being set right from the same vars file, but these ones just won't set for me. | 15:11 |
warthog42 | looking at defaults/main.yml for both roles, I don't see the repo urls there, while all the other vars I'm setting are in the file and work. | 15:12 |
xgerman | mhayden, alextricity25 I am wondering if you can have a look at https://review.openstack.org/#/c/428979/8 — this should be good to go and is only 3 files ;-) | 15:13 |
alextricity25 | xgerman: I acutally reviewed that one yesterday! I just forgot to +1 it. Sorry about that. | 15:14 |
xgerman | no worries, thanks | 15:14 |
*** lucasxu has joined #openstack-ansible | 15:17 | |
*** Jack_Iv has quit IRC | 15:17 | |
openstackgerrit | Merged openstack/openstack-ansible-os_sahara master: Cap the number of worker threads https://review.openstack.org/440716 | 15:17 |
*** Jack_Iv has joined #openstack-ansible | 15:18 | |
*** Andrew_jedi has joined #openstack-ansible | 15:19 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-repo_build stable/ocata: Add non *.whl files to MANIFEST.in https://review.openstack.org/441180 | 15:20 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-repo_build stable/newton: Add non *.whl files to MANIFEST.in https://review.openstack.org/441181 | 15:20 |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder master: Update paste, policy and rootwrap configurations 2017-03-03 https://review.openstack.org/441074 | 15:22 |
openstackgerrit | Merged openstack/openstack-ansible-ceph_client stable/ocata: Tag clean up https://review.openstack.org/439762 | 15:24 |
openstackgerrit | David Moreau Simard proposed openstack/openstack-ansible-tests master: Do not merge: Troubleshooting in-gate ARA jobs https://review.openstack.org/441173 | 15:28 |
*** vnogin has quit IRC | 15:29 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_sahara stable/ocata: Cap the number of worker threads https://review.openstack.org/441188 | 15:30 |
*** whiteveil has joined #openstack-ansible | 15:31 | |
odyssey4me | any cores around to review https://review.openstack.org/440631 | 15:32 |
odyssey4me | before the periodic job goes into infra, that needs to be merged and backported | 15:32 |
*** whiteveil has quit IRC | 15:34 | |
*** whiteveil has joined #openstack-ansible | 15:35 | |
mhayden | mgariepy: finally back | 15:35 |
mgariepy | mhayden, hehe :) cool. | 15:35 |
mgariepy | mhayden, https://review.openstack.org/#/c/441172/ | 15:36 |
mhayden | mgariepy: looking at 441167 now | 15:36 |
mgariepy | while this works there should be a better way to do it. | 15:36 |
mhayden | looking | 15:37 |
mhayden | hah, gertty puts a '?' in there for those hard tabs in the te file :P | 15:37 |
*** marst has quit IRC | 15:38 | |
mhayden | mgariepy: left a question in there | 15:38 |
mhayden | i was wondering if we could label the files/dirs instead of writing policy for access to unlabeled things | 15:39 |
mhayden | or use an equivalence | 15:39 |
mgariepy | yeah probably | 15:39 |
mgariepy | i'm not a selinux expert at all. | 15:39 |
mhayden | allowing libvirt to talk to unlabeled stuff makes me a little concerned | 15:39 |
mhayden | so the correct policy is system_u:system_r:virtlogd_t ? | 15:39 |
mhayden | or label, i mean | 15:39 |
mhayden | that's what the files *should*be ? | 15:39 |
*** whiteveil has quit IRC | 15:40 | |
openstackgerrit | Merged openstack/openstack-ansible-ceph_client stable/ocata: Make sure libvirtd is started. https://review.openstack.org/441157 | 15:40 |
pjm6 | in nova service list I have nova-console-container down in two controllers. I had restarted the service spicehtml5proxy and consoleauth, but they still be down | 15:40 |
mhayden | weird, i don't have a virtlog_t https://gist.github.com/major/1ac1b0d3f750cbdc5d617b05553da67c | 15:40 |
pjm6 | any tip in how debug or check why nova reports as down ? | 15:41 |
odyssey4me | logan- answered your question | 15:41 |
mhayden | mgariepy: so is the problem happening when libvirt tries to read the console log? | 15:42 |
mhayden | i assume that's from nova trying to look at the console log | 15:42 |
*** cathrichardson has joined #openstack-ansible | 15:43 | |
mgariepy | when it trys to spawn the vm | 15:43 |
pjm6 | forget, the service was nova-consoleauth was stopped | 15:44 |
pjm6 | but thats strange because didn't appear me in systemctl list-units, maybe needs a reload in order to appear there? | 15:44 |
openstackgerrit | Miguel Alex Cantu (alextricity25) proposed openstack/openstack-ansible master: Remove Ceilometer API Service https://review.openstack.org/438740 | 15:44 |
*** manheim_ has quit IRC | 15:44 | |
openstackgerrit | Merged openstack/openstack-ansible-os_magnum stable/newton: Update paste, policy and rootwrap configurations 2017-03-03 https://review.openstack.org/441091 | 15:44 |
mgariepy | mhayden, openstack console log show seems to work | 15:45 |
openstackgerrit | Merged openstack/openstack-ansible-os_magnum master: Update paste, policy and rootwrap configurations 2017-03-03 https://review.openstack.org/441075 | 15:45 |
mhayden | mgariepy: yeah, i see that too | 15:45 |
*** cathrich_ has joined #openstack-ansible | 15:45 | |
mgariepy | but after i applied the stuff ;) | 15:45 |
mgariepy | so what equivalence should we set /var/lib/nova to ? | 15:45 |
mhayden | mgariepy: have you tried a restorecon? | 15:47 |
mhayden | i'm showing something different | 15:47 |
*** cathrichardson has quit IRC | 15:47 | |
mhayden | https://gist.github.com/major/27b6e1946a51a60cc3a24d98ee1c1562 mgariepy | 15:47 |
mhayden | and i'm not getting AVC's | 15:48 |
*** marst has joined #openstack-ansible | 15:48 | |
mhayden | brb | 15:49 |
mgariepy | mhayden, is your /var/lib/nova a mountpoint ? | 15:49 |
andymccr | jamesdenton: i ran an upgrade after the nova fixes and it worked fine - i have confirmed the galera multi node bug so that still needs a fix. but i think everything else is good to go. | 15:49 |
*** mpjetta has joined #openstack-ansible | 15:50 | |
* mgariepy is a little confused by this selinux stuff hehe.. | 15:51 | |
*** fabg has quit IRC | 15:53 | |
*** chris_hultin|AWA is now known as chris_hultin | 15:53 | |
spotz | mgariepy: selinux=disabled?:) | 15:53 |
mgariepy | spotz, ok let's do team work, got talk to mhayden about it :P | 15:55 |
mgariepy | s/got/go/ | 15:55 |
spotz | mgariepy: hehehe, I don't think we can talk Mr. Security into it! | 15:55 |
*** Andrew_jedi has quit IRC | 15:57 | |
*** tailDASHeF has quit IRC | 15:59 | |
*** whiteveil has joined #openstack-ansible | 15:59 | |
mgariepy | mhayden, updating my patch. need a few second. | 15:59 |
*** agrebennikov_ has joined #openstack-ansible | 15:59 | |
openstackgerrit | Merged openstack/openstack-ansible master: Update all SHAs for Pike 2017-03-03 https://review.openstack.org/441079 | 16:01 |
*** adrian_otto has joined #openstack-ansible | 16:01 | |
*** lucasxu has quit IRC | 16:01 | |
*** retreved has quit IRC | 16:02 | |
*** manheim_ has joined #openstack-ansible | 16:02 | |
*** retreved has joined #openstack-ansible | 16:06 | |
*** The_Intern has quit IRC | 16:09 | |
*** lucasxu has joined #openstack-ansible | 16:11 | |
odyssey4me | logan- you around to talk through the upgrade tes? | 16:12 |
odyssey4me | *tes | 16:12 |
logan- | yeah | 16:12 |
odyssey4me | *test | 16:12 |
odyssey4me | ok, so the periodics - as I understand them - work by targeting a branch for the initial checkout... the branch being the source, not the destination | 16:13 |
*** The_Intern has joined #openstack-ansible | 16:13 | |
odyssey4me | I'm not yet sure of it though, it's been a bit hard to get good advice on how it all works | 16:13 |
nea1 | is there somewhere a doc which explains how to create a NATed network as uplink for the VMs? (on a not AIO) | 16:14 |
odyssey4me | for an on-commit test we'd want to do what you suggest, but I don't think it'll work for periodics | 16:14 |
*** cjloader has quit IRC | 16:15 | |
logan- | so it is an infra limitation? what wouldn't work though? checking out the previous branch? | 16:15 |
openstackgerrit | Marc Gariépy proposed openstack/openstack-ansible-os_nova master: Set secontext for /var/lib/nova/ https://review.openstack.org/441172 | 16:16 |
logan- | if you can check out master I guess I don't understand why you can't check out a prior branch in there and use that as the initial deploy | 16:16 |
*** weezS has quit IRC | 16:16 | |
odyssey4me | logan- ok, maybe we can re-work this... because I'd like it to work like that | 16:16 |
odyssey4me | so in https://review.openstack.org/#/c/419517/13/jenkins/jobs/openstack-ansible-jobs.yaml | 16:17 |
odyssey4me | that's the job - it preps the host with the appropriate branch | 16:17 |
odyssey4me | the branch is used of the upper constraints, etc | 16:17 |
odyssey4me | but it also checks out that branch | 16:17 |
odyssey4me | the model I was asked to follow is in https://github.com/openstack-infra/project-config/blob/254904ce1af55c3595cffe9722d3129227b927db/jenkins/jobs/python-bitrot-jobs.yaml | 16:18 |
odyssey4me | but those aren't upgrade jobs | 16:18 |
logan- | https://github.com/openstack-infra/project-config/blob/254904ce1af55c3595cffe9722d3129227b927db/jenkins/jobs/python-bitrot-jobs.yaml#L11 | 16:18 |
odyssey4me | here's an upgrade job: https://github.com/openstack-infra/project-config/blob/788bb1e5229312b1cd91ee0c35ec9eaa2a2a81de/jenkins/jobs/nova.yaml#L111 | 16:19 |
*** h5t4 has quit IRC | 16:20 | |
odyssey4me | and here's what the zuul prep thing does: https://github.com/openstack-infra/project-config/blob/3e50f77f4bc9b22d2e196f58e11b295bd0c613d8/jenkins/jobs/macros.yaml#L90 | 16:20 |
logan- | ah ok | 16:21 |
logan- | i was just going to ask what consumes zuul-git-branch-prep-upper-constraints | 16:21 |
openstackgerrit | Tom Jose Kalapura proposed openstack/openstack-ansible-haproxy_server stable/newton: Define haproxy_ssl_bind_options variable. https://review.openstack.org/441213 | 16:24 |
logan- | i don't see what needs to change in the job configs | 16:25 |
logan- | it seems like we just need to change where we do our hard coded checkout in the OSA side | 16:25 |
logan- | right now we hard code the N+1 branch | 16:25 |
logan- | just hard code N-1 in a different part of the file and then check out the original zuul branch for the upgrade portion | 16:26 |
odyssey4me | yeah, I'd like to confirm what actually gets checked out - and what tells it to do so | 16:26 |
odyssey4me | I'm not yet seeing that part | 16:26 |
openstackgerrit | German Eichberger proposed openstack/openstack-ansible master: Additions to install OpenStack Octavia https://review.openstack.org/422062 | 16:26 |
odyssey4me | so the confusion for me is that branch is checked out as the starting point | 16:26 |
logan- | ah | 16:27 |
odyssey4me | it looks like we may need to set OVERRIDE_ZUUL_BRANCH to tell zuul which branch to checkout | 16:27 |
odyssey4me | if that is the case, then we can set our start and end point | 16:27 |
openstackgerrit | Merged openstack/openstack-ansible stable/ocata: SHA bump to include nova upgrade fixes https://review.openstack.org/441069 | 16:27 |
openstackgerrit | Merged openstack/openstack-ansible-os_horizon stable/newton: Use horizon_ssl_protocol variable https://review.openstack.org/439888 | 16:27 |
openstackgerrit | Merged openstack/openstack-ansible-os_horizon stable/newton: Make long-running tasks use async https://review.openstack.org/439249 | 16:28 |
odyssey4me | and yes - going from n-1 to n would be preferable | 16:28 |
logan- | if you don't override it, won't it just checkout the branch passed in to the job like this? https://github.com/openstack-infra/project-config/blob/254904ce1af55c3595cffe9722d3129227b927db/jenkins/jobs/python-bitrot-jobs.yaml#L56 | 16:28 |
*** mmalik4_ has joined #openstack-ansible | 16:28 | |
odyssey4me | logan- sure, but then that's the starting point | 16:28 |
logan- | so on master it will check out master, and then in the OSA gate check script you can check out N-1 if it is an upgrade job, then later re-checkout the original sha | 16:28 |
odyssey4me | ok, let me re-look at this on that assumption | 16:29 |
odyssey4me | so the branch name in the job will be the 'target' | 16:30 |
logan- | yep | 16:30 |
odyssey4me | ie what we are upgrading *to* | 16:30 |
odyssey4me | I'll rework all the bits for that. | 16:30 |
odyssey4me | lemme make some tea first | 16:30 |
*** cjloader has joined #openstack-ansible | 16:32 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-security master: Disable file perm/ownership reset https://review.openstack.org/441217 | 16:32 |
*** fguillot has quit IRC | 16:32 | |
*** ngupta has quit IRC | 16:32 | |
mgariepy | mhayden, https://review.openstack.org/#/c/441172/ finished testing this one and it seems to work correcly with the secontext stuff. | 16:33 |
openstackgerrit | German Eichberger proposed openstack/openstack-ansible-os_neutron master: Adds Octavia to Neutron https://review.openstack.org/428979 | 16:33 |
mhayden | mgariepy: ah, i was just looking at that stuff | 16:33 |
mhayden | mgariepy: i'll trade you for a look at 441217 :) | 16:34 |
*** The_Intern has quit IRC | 16:34 | |
* mgariepy looking | 16:35 | |
*** The_Intern has joined #openstack-ansible | 16:35 | |
*** ngupta has joined #openstack-ansible | 16:36 | |
*** The_Intern has quit IRC | 16:38 | |
*** adrian_otto has quit IRC | 16:39 | |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-galera_server master: [WIP] Fix upgrades for multinode galera https://review.openstack.org/441220 | 16:41 |
andymccr | jamesdenton: for the mysql issue I've got a WIP PR up - gonna test it a bit but if you're keen give it a go ^ | 16:41 |
*** adrian_otto has joined #openstack-ansible | 16:44 | |
*** weezS has joined #openstack-ansible | 16:47 | |
*** cathrich_ is now known as cathrichardson | 16:48 | |
*** cjloader has quit IRC | 16:51 | |
*** cjloader has joined #openstack-ansible | 16:52 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Adjust gate-check-commit for deploy/upgrade testing https://review.openstack.org/440631 | 16:54 |
odyssey4me | logan- jmccrory ^ | 16:55 |
*** crushil has quit IRC | 16:55 | |
*** crushil has joined #openstack-ansible | 16:56 | |
openstackgerrit | Andrey Grebennikov proposed openstack/openstack-ansible-os_nova master: Added MySQL connection SSL support https://review.openstack.org/438095 | 16:57 |
*** kjw3 has quit IRC | 16:58 | |
logan- | thanks odyssey4me | 16:59 |
openstackgerrit | Merged openstack/openstack-ansible stable/newton: Implement ARA logging and reporting for openstack-ansible gate jobs https://review.openstack.org/441135 | 16:59 |
agrebennikov_ | hi odyssey4me, mind commenting in https://review.openstack.org/#/c/425997/ please? (if necessary) | 17:00 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-galera_server master: [WIP] Fix upgrades for multinode galera https://review.openstack.org/441220 | 17:00 |
GustavoChalco | Hello, can someone gimme a hint? http://paste.openstack.org/show/601361/ | 17:01 |
agrebennikov_ | maybe from your perspective it requires toggle switch for turning server encryption on as well | 17:01 |
GustavoChalco | I already disable SELINUX | 17:01 |
*** warthog42 has quit IRC | 17:02 | |
*** The_Intern has joined #openstack-ansible | 17:02 | |
jmccrory | odyssey4me: do you have to edit the project-config change too? newton won't be able to upgrade from mitaka in gate because of xenial | 17:03 |
openstackgerrit | Marc Gariépy proposed openstack/openstack-ansible-security master: Fix selinux check when disabled https://review.openstack.org/441233 | 17:04 |
agrebennikov_ | GustavoChalco, it is probably the question for mhayden | 17:05 |
mgariepy | GustavoChalco, https://review.openstack.org/441233 | 17:05 |
mgariepy | GustavoChalco, we do not test often without selinux enabled | 17:05 |
mgariepy | disabled*** | 17:05 |
mgariepy | arf | 17:05 |
mgariepy | lol. | 17:05 |
agrebennikov_ | nice :) | 17:06 |
mgariepy | we only test with selinux enabled so we might miss stuff a bit. | 17:06 |
openstackgerrit | Merged openstack/openstack-ansible-haproxy_server stable/newton: Define haproxy_ssl_bind_options variable. https://review.openstack.org/441213 | 17:06 |
agrebennikov_ | mgariepy, but it is complaining about the type of the var :/ | 17:07 |
odyssey4me | jmccrory yeah - trying to get advise on how this work | 17:07 |
odyssey4me | logan- jmccrory unless you guys can help fathom it out? | 17:07 |
odyssey4me | use the review to comment on suggestions | 17:07 |
GustavoChalco | mgariepy Interesting... B-) | 17:07 |
odyssey4me | my question is posed in https://review.openstack.org/#/c/419517/13/jenkins/jobs/openstack-ansible-jobs.yaml | 17:08 |
mgariepy | agrebennikov_, when selinux is not enabled ansible_selinux.status doesn't exist. | 17:08 |
agrebennikov_ | ah | 17:08 |
openstackgerrit | Merged openstack/openstack-ansible-pip_install stable/newton: Optimize pip_install https://review.openstack.org/439244 | 17:10 |
odyssey4me | jmccrory logan- it looks to me like the job will always check out master, unless we specify OVERRIDE_ZUUL_BRANCH to change that | 17:11 |
odyssey4me | see https://github.com/openstack-infra/project-config/blob/81b1e0e808bde114867a3ebf9e539797e162d3f1/jenkins/jobs/devstack-gate.yaml#L1321 | 17:11 |
odyssey4me | so maybe the easiest for now is to skip the newton->ocata bits and go for ocata->master for now | 17:11 |
odyssey4me | or, alternatively, add another parameter in the job name | 17:12 |
odyssey4me | hmm... yeah, lemme try that | 17:12 |
mgariepy | GustavoChalco, instead of disabling it might be better to set it to permissive mode instead. | 17:13 |
*** faizy has quit IRC | 17:13 | |
*** gouthamr has quit IRC | 17:15 | |
openstackgerrit | Tom Jose Kalapura proposed openstack/openstack-ansible stable/mitaka: Define haproxy_ssl_bind_options variable. https://review.openstack.org/441238 | 17:16 |
mgariepy | GustavoChalco, once you've tested https://review.openstack.org/441233 you can leave a review if you want :) | 17:16 |
logan- | yeah, not sure on the infra bits odyssey4me | 17:18 |
*** woodard has joined #openstack-ansible | 17:19 | |
*** kjw3 has joined #openstack-ansible | 17:20 | |
*** rabel_b1 has quit IRC | 17:23 | |
openstackgerrit | Merged openstack/openstack-ansible-os_gnocchi stable/ocata: Cap the number of worker processes https://review.openstack.org/441035 | 17:24 |
*** woodard has quit IRC | 17:24 | |
*** gouthamr has joined #openstack-ansible | 17:26 | |
*** The_Intern has quit IRC | 17:29 | |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-galera_server master: [WIP] Fix upgrades for multinode galera https://review.openstack.org/441220 | 17:29 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/ocata: Implement ARA logging and reporting for openstack-ansible gate jobs https://review.openstack.org/441134 | 17:33 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-security master: Replace always_run with check_mode https://review.openstack.org/420441 | 17:34 |
odyssey4me | andymccr I think this might be the first xenial pass I've seen in the gate for newton: https://review.openstack.org/#/c/441162/ | 17:36 |
*** worstadmin_ has joined #openstack-ansible | 17:36 | |
odyssey4me | but that patch is all up to logan- to approve | 17:36 |
*** darrenc_ has joined #openstack-ansible | 17:36 | |
logan- | haha 1h28m, just in the nick of time | 17:37 |
logan- | i'll test when possible. wrapping up keystone fix atm | 17:37 |
*** matt6434 has joined #openstack-ansible | 17:38 | |
*** neillc_ has joined #openstack-ansible | 17:38 | |
*** mich9455 has joined #openstack-ansible | 17:39 | |
*** Trident has joined #openstack-ansible | 17:40 | |
*** jhesketh_ has joined #openstack-ansible | 17:41 | |
*** mudpuppy_zzz has joined #openstack-ansible | 17:41 | |
*** spotz_ has joined #openstack-ansible | 17:42 | |
*** pwnall138 has joined #openstack-ansible | 17:42 | |
*** jmccrory_ has joined #openstack-ansible | 17:42 | |
*** bgmccollum_ has joined #openstack-ansible | 17:42 | |
*** mgagne_ has joined #openstack-ansible | 17:42 | |
*** Guest27612 has joined #openstack-ansible | 17:42 | |
*** hamzy_ has joined #openstack-ansible | 17:42 | |
*** strattao- has joined #openstack-ansible | 17:42 | |
*** greghayn1 has joined #openstack-ansible | 17:42 | |
*** squid has joined #openstack-ansible | 17:43 | |
*** fedruantine_ has joined #openstack-ansible | 17:43 | |
*** zz_pwnall1337 has quit IRC | 17:43 | |
*** chris_hultin has quit IRC | 17:43 | |
*** bgmccollum has quit IRC | 17:43 | |
*** dstanek has quit IRC | 17:43 | |
*** palendae has quit IRC | 17:43 | |
*** darrenc has quit IRC | 17:43 | |
*** mudpuppy has quit IRC | 17:43 | |
*** jmccrory has quit IRC | 17:43 | |
*** spotz has quit IRC | 17:43 | |
*** fedruantine has quit IRC | 17:43 | |
*** mgagne has quit IRC | 17:43 | |
*** strattao has quit IRC | 17:43 | |
*** worstadmin has quit IRC | 17:43 | |
*** cloudnull has quit IRC | 17:43 | |
*** hamzy has quit IRC | 17:43 | |
*** Tridde has quit IRC | 17:43 | |
*** gfa has quit IRC | 17:43 | |
*** neillc has quit IRC | 17:43 | |
*** mattoliverau has quit IRC | 17:43 | |
*** jhesketh has quit IRC | 17:43 | |
*** mcarden has quit IRC | 17:43 | |
*** calebb has quit IRC | 17:43 | |
*** greghaynes has quit IRC | 17:43 | |
*** chris__hultin has joined #openstack-ansible | 17:43 | |
*** strattao- is now known as strattao | 17:43 | |
*** chris__hultin is now known as chris_hultin | 17:43 | |
odyssey4me | logan- jmccrory_ just as I thought, see Andreas' reply in https://review.openstack.org/#/c/419517/13/jenkins/jobs/openstack-ansible-jobs.yaml | 17:43 |
*** cloudnull has joined #openstack-ansible | 17:43 | |
*** dstanek has joined #openstack-ansible | 17:43 | |
*** Guest27612 is now known as palendae | 17:43 | |
*** gfa has joined #openstack-ansible | 17:44 | |
*** jmccrory_ is now known as jmccrory | 17:44 | |
odyssey4me | that said, the host prep for our test doesn't matter all that much - we reinstall most things that infra installs from a python standpoint | 17:44 |
*** shardy has quit IRC | 17:44 | |
odyssey4me | I'll adjust the project-config stuff tomorrow. I'm tired now and in great need of a drink. | 17:45 |
*** worstadmin_ is now known as worstadmin | 17:46 | |
*** spotz_ is now known as spotz_zzz | 17:48 | |
evrardjp | haha | 17:48 |
evrardjp | enjoy the weekend odyssey4me! | 17:49 |
*** cjloader has quit IRC | 17:49 | |
*** adrian_otto has quit IRC | 17:55 | |
agrebennikov_ | odyssey4me, before you go please - are you with merging my ssl stuff if centos-related tests fail? | 17:56 |
agrebennikov_ | *are you ok | 17:56 |
openstackgerrit | Satheesh Kumar Ulaganathan proposed openstack/openstack-ansible-haproxy_server master: Enable timeout for http_request https://review.openstack.org/440935 | 17:57 |
*** schwicht has quit IRC | 17:58 | |
openstackgerrit | Miguel Alex Cantu (alextricity25) proposed openstack/openstack-ansible-os_ceilometer master: Change ceilometer central container name https://review.openstack.org/441262 | 17:59 |
openstackgerrit | Merged openstack/openstack-ansible-os_ironic stable/ocata: Cap the number of worker processes https://review.openstack.org/441034 | 18:01 |
*** schwicht has joined #openstack-ansible | 18:02 | |
openstackgerrit | Miguel Alex Cantu (alextricity25) proposed openstack/openstack-ansible master: Remove Ceilometer API Service https://review.openstack.org/438740 | 18:06 |
*** manheim_ has quit IRC | 18:07 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_keystone master: Rebuild credential-key repo during keystone[0] rebuild https://review.openstack.org/441264 | 18:07 |
*** TxGirlGeek has joined #openstack-ansible | 18:08 | |
*** jwitko has joined #openstack-ansible | 18:10 | |
GustavoChalco | mgariepy, I use that patch, but now I'm getting this error http://paste.openstack.org/show/601363/ | 18:12 |
openstackgerrit | Ravi Kumar Boyapati proposed openstack/openstack-ansible master: Move glance container bind mount dirs to group_vars https://review.openstack.org/441267 | 18:14 |
*** jamesden_ has quit IRC | 18:15 | |
*** crushil has quit IRC | 18:15 | |
*** matt6434 is now known as mattoliverau | 18:16 | |
*** crushil has joined #openstack-ansible | 18:16 | |
agrebennikov_ | GustavoChalco, this is nothing about the previous one... which release? | 18:18 |
*** lucasxu has quit IRC | 18:19 | |
agrebennikov_ | and which play it is about? | 18:19 |
*** jmckind has joined #openstack-ansible | 18:20 | |
GustavoChalco | agrebennikov_, how can I know the release? ( sorry I'm pretty new with OpenStack ) | 18:21 |
agrebennikov_ | which release are you installing? master? ocata? newton? mitaka? | 18:22 |
GustavoChalco | agrebennikov_, I been following these guide https://docs.openstack.org/project-deploy-guide/openstack-ansible/ocata/run-playbooks.html | 18:22 |
agrebennikov_ | so ocata | 18:22 |
*** jmckind has quit IRC | 18:23 | |
*** kstev has quit IRC | 18:23 | |
agrebennikov_ | and which playbook gives you this error? | 18:23 |
GustavoChalco | when I run these command openstack-ansible setup-hosts.yml | 18:23 |
agrebennikov_ | there are 4 parts in that play | 18:24 |
agrebennikov_ | (if you take a look at the playbook | 18:24 |
agrebennikov_ | ) | 18:24 |
*** jlmcknight has joined #openstack-ansible | 18:24 | |
agrebennikov_ | it is most likely the task from lxc-hosts-setup | 18:24 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_keystone master: Rebuild credential-key repo during keystone[0] rebuild https://review.openstack.org/441264 | 18:24 |
*** adrian_otto has joined #openstack-ansible | 18:25 | |
*** lucasxu has joined #openstack-ansible | 18:25 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_keystone master: Rebuild credential-key repo during keystone[0] rebuild https://review.openstack.org/441264 | 18:25 |
mgariepy | GustavoChalco, which version are you using ? | 18:26 |
GustavoChalco | mgariepy, Ocata | 18:26 |
mgariepy | whcih tag ? | 18:26 |
agrebennikov_ | GustavoChalco, can you please tell which task it successfully executed right before the failed one? | 18:27 |
GustavoChalco | TASK [lxc_hosts : Create base directories] < that's the previous task | 18:28 |
mgariepy | GustavoChalco, we switched to COPR repo | 18:29 |
mgariepy | GustavoChalco, can you try with origin/stable/ocata instead of the tag ? | 18:30 |
mgariepy | https://github.com/openstack/openstack-ansible-lxc_hosts/blob/stable/ocata/tasks/lxc_install_yum.yml#L16 | 18:30 |
agrebennikov_ | mgariepy, why https://github.com/openstack/openstack-ansible/blob/master/playbooks/inventory/group_vars/all.yml#L17? | 18:31 |
agrebennikov_ | it is master by default :/ | 18:31 |
mgariepy | it's the master branch | 18:31 |
agrebennikov_ | ah, sec | 18:32 |
agrebennikov_ | oh, my bad... sorry | 18:32 |
mgariepy | you can switch branch in the drop down on top of the file ;p | 18:32 |
agrebennikov_ | I jsut thought I'm getting crazy | 18:32 |
GustavoChalco | mgariepy, Ok, I'll try | 18:32 |
*** acormier has joined #openstack-ansible | 18:33 | |
evrardjp | ok guys I'm off for today, see you next week! | 18:34 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-security master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441281 | 18:34 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_keystone master: Rebuild credential-key repo during keystone[0] rebuild https://review.openstack.org/441264 | 18:34 |
agrebennikov_ | jmccrory, thanks a lot for ^^ my commit just failed 10 minutes ago because of that | 18:35 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_keystone master: Rebuild credential-key repo during keystone[0] rebuild https://review.openstack.org/441264 | 18:35 |
jmccrory | agrebennikov_ : yeah, have a feeling a lot of failures across repos are are going to be because of that | 18:35 |
agrebennikov_ | even though is it about -security? | 18:36 |
agrebennikov_ | because mine failed in the role | 18:36 |
agrebennikov_ | is this commit supposed to fix all of them? | 18:36 |
jmccrory | each role has its own bindep.txt | 18:36 |
agrebennikov_ | soooo..... | 18:36 |
agrebennikov_ | all them needs to be fixed right now? | 18:36 |
jmccrory | yep | 18:36 |
agrebennikov_ | are you going to do it or I can help? | 18:36 |
jmccrory | sure, you can help | 18:37 |
agrebennikov_ | ERROR: These requested packages were not installed: | 18:37 |
agrebennikov_ | 2017-03-03 17:08:00.177408 | | 18:37 |
agrebennikov_ | 2017-03-03 17:08:00.177431 | pyOpenSSL | 18:37 |
agrebennikov_ | is this about the same error? | 18:37 |
agrebennikov_ | in centos | 18:37 |
*** h5t4_ has joined #openstack-ansible | 18:37 | |
jmccrory | yeah, python2-pyOpenSSL is the new package name | 18:38 |
*** acormier has quit IRC | 18:38 | |
agrebennikov_ | but it is saying | 18:38 |
agrebennikov_ | Package pyOpenSSL-0.15.1-1.el7.noarch is obsoleted by python2-pyOpenSSL-16.2.0-3.el7.noarch which is already installed | 18:38 |
DimGR | Hello does anyone here has servers hosted with hetzner.de ? | 18:38 |
*** acormier has joined #openstack-ansible | 18:38 | |
jmccrory | right, but bindep apparently still wants the specific package named, pyOpenSSL, to be installed. it never will be | 18:39 |
*** spotz_zzz is now known as spotz | 18:39 | |
agrebennikov_ | ah, so it is not required anymore... I think I get it | 18:39 |
agrebennikov_ | ok, let me port it to some of the roles in a sec | 18:39 |
openstackgerrit | Andrey Grebennikov proposed openstack/openstack-ansible-os_nova master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441288 | 18:41 |
openstackgerrit | Andrey Grebennikov proposed openstack/openstack-ansible-os_cinder master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441290 | 18:42 |
*** adrian_otto has quit IRC | 18:44 | |
openstackgerrit | Andrey Grebennikov proposed openstack/openstack-ansible-os_glance master: nstall python2-pyOpenSSL package on CentOS https://review.openstack.org/441291 | 18:44 |
agrebennikov_ | so jmccrory really all them? | 18:45 |
openstackgerrit | Merged openstack/openstack-ansible-security master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441281 | 18:45 |
jmccrory | agrebennikov_ : looks like it | 18:46 |
jmccrory | think i'll just script through the rest | 18:46 |
agrebennikov_ | let me finish heat real quick | 18:47 |
openstackgerrit | Andrey Grebennikov proposed openstack/openstack-ansible-os_heat master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441294 | 18:47 |
*** sdake has quit IRC | 18:47 | |
*** mmalik4_ has quit IRC | 18:47 | |
agrebennikov_ | why you didn't say you have automated thing to go through all roles? ;) | 18:48 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-apt_package_pinning master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441295 | 18:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-ceph_client master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441297 | 18:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-galera_client master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441298 | 18:49 |
*** adrian_otto has joined #openstack-ansible | 18:49 | |
*** spotz is now known as spotz_zzz | 18:49 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible-galera_server master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441299 | 18:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-haproxy_server master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441300 | 18:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-lxc_container_create master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441301 | 18:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-lxc_hosts master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441302 | 18:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-memcached_server master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441305 | 18:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-security master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441306 | 18:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-openstack_hosts master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441307 | 18:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-openstack_openrc master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441308 | 18:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_aodh master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441309 | 18:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_barbican master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441310 | 18:49 |
jmccrory | oh thanks logan- ! | 18:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_ceilometer master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441311 | 18:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_designate master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441312 | 18:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_gnocchi master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441313 | 18:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_horizon master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441314 | 18:49 |
logan- | sorry i just saw you were doing that as i started pushing them :P | 18:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_ironic master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441315 | 18:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_keystone master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441316 | 18:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_magnum master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441317 | 18:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_neutron master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441319 | 18:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_rally master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441320 | 18:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_sahara master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441321 | 18:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_swift master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441322 | 18:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_tempest master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441323 | 18:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_trove master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441324 | 18:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-pip_install master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441325 | 18:50 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-plugins master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441326 | 18:50 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-rabbitmq_server master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441327 | 18:50 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-repo_build master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441328 | 18:50 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-repo_server master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441329 | 18:50 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-rsyslog_client master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441330 | 18:50 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-rsyslog_server master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441331 | 18:50 |
agrebennikov_ | is that all :D | 18:50 |
jmccrory | agrebennikov_ was just going to write a loop with sed | 18:50 |
logan- | no there are a few that aren't in the integrated repo yet | 18:50 |
*** electrofelix has quit IRC | 18:50 | |
agrebennikov_ | yeah | 18:51 |
GustavoChalco | mgariepy, Hi, I try as you suggest and now get these... http://paste.openstack.org/show/601365/ | 18:51 |
GustavoChalco | which is wear cause I already install epel-release | 18:51 |
GustavoChalco | :/ | 18:51 |
agrebennikov_ | it seems to jsut be a syntax error in the task somewhere | 18:52 |
agrebennikov_ | jmccrory, don't miss my glance role commit please ;) | 18:52 |
*** sdake has joined #openstack-ansible | 18:53 | |
*** crushil has quit IRC | 18:54 | |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441290 | 18:54 |
*** Jack_Iv has quit IRC | 18:54 | |
*** crushil has joined #openstack-ansible | 18:54 | |
*** adrian_otto has quit IRC | 18:55 | |
*** Jack_Iv has joined #openstack-ansible | 18:55 | |
mgariepy | GustavoChalco, did you re-ran the bootstrap-ansible script ? | 18:59 |
*** Jack_Iv has quit IRC | 18:59 | |
*** TxGirlGeek has quit IRC | 19:00 | |
*** TxGirlGeek has joined #openstack-ansible | 19:00 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_glance master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441291 | 19:03 |
jamesdenton | andymccr thanks! | 19:04 |
DimGR | Hello does anyone here has servers hosted with hetzner.de ? | 19:04 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-security stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441340 | 19:05 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_cinder stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441341 | 19:05 |
openstackgerrit | Marc Gariépy proposed openstack/openstack-ansible stable/newton: [DOC] fix tag for newton https://review.openstack.org/441343 | 19:05 |
*** poopcat has joined #openstack-ansible | 19:06 | |
*** kjw3 has quit IRC | 19:07 | |
*** kjw3 has joined #openstack-ansible | 19:07 | |
agrebennikov_ | so jmccrory same look through ocata now? | 19:11 |
agrebennikov_ | *loop | 19:11 |
jmccrory | need cherry-picks to ocata and newton | 19:11 |
*** Andrew_jedi has joined #openstack-ansible | 19:12 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-tests master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441348 | 19:12 |
logan- | yeah i can pick all of the ones I did, one sec | 19:13 |
logan- | was debating waiting till they merge or not | 19:13 |
Andrew_jedi | mgariepy: AFAIR mhayden did disabled selinux on some patch and gave it +2 | 19:13 |
jmccrory | logan- yeah, was waiting on merge. don't know if it'll really make a difference or not though | 19:14 |
*** poopcat has quit IRC | 19:14 | |
openstackgerrit | Marc Gariépy proposed openstack/openstack-ansible-security master: Fix selinux check when disabled https://review.openstack.org/441233 | 19:15 |
openstackgerrit | Marc Gariépy proposed openstack/openstack-ansible-lxc_hosts master: Moving selinux bits into lxc_selinux https://review.openstack.org/441167 | 19:17 |
mgariepy | Andrew_jedi, ? | 19:17 |
agrebennikov_ | seems gerrit is a bit busy with all these simultaneous changes | 19:17 |
openstackgerrit | Merged openstack/openstack-ansible-security master: Replace always_run with check_mode https://review.openstack.org/420441 | 19:19 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_octavia master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441354 | 19:20 |
*** ngupta has quit IRC | 19:23 | |
mgariepy | evrardjp, are you around ? | 19:23 |
logan- | i guess i will stage the newton/ocata backports jmccrory | 19:23 |
jmccrory | ok thanks | 19:24 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-apt_package_pinning stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441355 | 19:24 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-ceph_client stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441356 | 19:24 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-galera_client stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441357 | 19:24 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-galera_server stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441358 | 19:24 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-haproxy_server stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441359 | 19:24 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-lxc_container_create stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441360 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-lxc_hosts stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441361 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-memcached_server stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441362 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-security stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441363 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-openstack_hosts stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441364 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-openstack_openrc stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441365 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_aodh stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441366 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_barbican stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441367 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_ceilometer stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441368 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_designate stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441369 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_gnocchi stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441370 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_horizon stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441371 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_ironic stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441372 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_keystone stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441373 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_magnum stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441374 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_neutron stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441375 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_rally stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441376 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_sahara stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441377 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_swift stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441378 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_tempest stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441379 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_trove stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441380 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-pip_install stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441381 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-plugins stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441382 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-rabbitmq_server stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441383 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-repo_build stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441384 | 19:25 |
Andrew_jedi | mgariepy: https://bugs.launchpad.net/openstack-ansible/+bug/1657517 | 19:25 |
openstack | Launchpad bug 1657517 in openstack-ansible "Hosts role should set SELinux into permissive mode" [Undecided,Fix released] - Assigned to Major Hayden (rackerhacker) | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-repo_server stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441385 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-rsyslog_client stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441386 | 19:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-rsyslog_server stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441387 | 19:25 |
*** poopcat has joined #openstack-ansible | 19:26 | |
agrebennikov_ | logan-, seems you didn't include major openstack roles | 19:27 |
evrardjp[m] | Not really there, but shoot. If i can i will do it today, no promises :) | 19:27 |
agrebennikov_ | or that's because they were manually done? | 19:27 |
logan- | agrebennikov_: still working on it, but yeah, a few of the first ones were proposed by you so they aren't in my mass update :P | 19:28 |
agrebennikov_ | are you doing it? or I can just finish with them since I started already | 19:29 |
*** ngupta has joined #openstack-ansible | 19:31 | |
evrardjp | mgariepy: ^ | 19:31 |
mgariepy | evrardjp, the nova stuff on centos is failing again :D | 19:31 |
mgariepy | haha | 19:31 |
evrardjp | which reason? | 19:32 |
jlmcknight | hello, I've got a question regarding https://review.openstack.org/#/c/314817/ (change that added centos7 support to galera_server) | 19:32 |
mgariepy | qemu verison not recent enough | 19:32 |
evrardjp | I didn't got the chance to look at it | 19:32 |
evrardjp | but rdo is included ?? | 19:32 |
evrardjp | that's weird | 19:32 |
mgariepy | yep, was working yesterday haha. | 19:32 |
jlmcknight | in that change, the apt related galera_ variables were moved from default/main.yml to vars/<os>.yml, which makes things like galera_apt_repo_url rather difficult to override | 19:33 |
evrardjp | oh man, repl pins above rdo? | 19:33 |
jlmcknight | is that by design? effectivly I am only able to use --extra-vars to set those at this point. | 19:33 |
evrardjp | or rdo is just super instable? | 19:33 |
*** greghayn1 is now known as greghaynes | 19:33 | |
mgariepy | rdo is for ocata not pike. | 19:33 |
evrardjp | jlmcknight: If you have to override something in vars, we are doing it wrong | 19:33 |
openstackgerrit | Merged openstack/openstack-ansible-os_glance master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441291 | 19:34 |
openstackgerrit | Merged openstack/openstack-ansible-os_nova master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441288 | 19:34 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-apt_package_pinning stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441391 | 19:34 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-ceph_client stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441392 | 19:34 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-galera_client stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441393 | 19:34 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-galera_server stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441394 | 19:34 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-haproxy_server stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441395 | 19:34 |
evrardjp | jlmcknight: probably worth listing as a bug, and then we'll move the variable away | 19:34 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-lxc_container_create stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441396 | 19:34 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-lxc_hosts stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441397 | 19:34 |
evrardjp | back to defaults | 19:34 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-memcached_server stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441398 | 19:34 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-security stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441399 | 19:34 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-openstack_hosts stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441400 | 19:34 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-openstack_openrc stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441401 | 19:34 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_aodh stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441402 | 19:34 |
openstackgerrit | Merged openstack/openstack-ansible-os_heat master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441294 | 19:34 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_ceilometer stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441403 | 19:34 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_gnocchi stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441404 | 19:34 |
evrardjp | jlmcknight: but yes, in general we tend to use user_variables quite liberally | 19:34 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_horizon stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441405 | 19:34 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_ironic stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441406 | 19:34 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_keystone stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441407 | 19:34 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_magnum stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441408 | 19:34 |
mgariepy | logan centos stuff for newton ? | 19:34 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_neutron stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441409 | 19:34 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_rally stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441410 | 19:34 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_sahara stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441411 | 19:35 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_swift stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441412 | 19:35 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_tempest stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441413 | 19:35 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-pip_install stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441414 | 19:35 |
jlmcknight | evrardjp: ok, thanks I'll look into filing a bug for it. thanks! | 19:35 |
evrardjp | mgariepy: yes but for master we are supposed to use rdo testing, right? | 19:35 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-plugins stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441415 | 19:35 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-rabbitmq_server stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441416 | 19:35 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-repo_build stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441417 | 19:35 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-repo_server stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441418 | 19:35 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-rsyslog_client stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441419 | 19:35 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-rsyslog_server stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441420 | 19:35 |
logan- | mgariepy: should only be on roles that contain it in bindep | 19:35 |
evrardjp | jlmcknight: we could technically close it if we find it's a good idea though :) | 19:35 |
evrardjp | if it's not* | 19:35 |
mgariepy | ok | 19:35 |
*** TxGirlGeek has quit IRC | 19:35 | |
mgariepy | Andrew_jedi, disabled and permissive is 2 different modes. | 19:36 |
*** TxGirlGeek has joined #openstack-ansible | 19:36 | |
jlmcknight | evrardjp: understood, hopefully setting repo info is deemed worthy to move :) | 19:36 |
evrardjp | mgariepy: it's for gates and ansible basically | 19:36 |
Andrew_jedi | mgariepy: Yep, i was wrong ... | 19:37 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_heat stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441421 | 19:38 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_heat stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441422 | 19:38 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_nova stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441423 | 19:38 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_nova stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441424 | 19:38 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_glance stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441425 | 19:38 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_glance stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441426 | 19:38 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-tests stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441427 | 19:38 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-tests stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441428 | 19:38 |
evrardjp | logan-: could you adapt also the pip install role afterwards too? | 19:38 |
evrardjp | :D | 19:39 |
evrardjp | https://github.com/openstack/openstack-ansible-pip_install/blob/master/vars/redhat-7.yml#L24 | 19:39 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_cinder stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441430 | 19:39 |
evrardjp | I'm supposed to be out now! | 19:39 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-security stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441340 | 19:39 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-security stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441432 | 19:39 |
*** spotz_zzz is now known as spotz | 19:40 | |
logan- | evrardjp sure | 19:40 |
evrardjp | well I can quickly patch it | 19:40 |
evrardjp | you'll vote this way :) | 19:40 |
*** stream10 has joined #openstack-ansible | 19:41 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-pip_install master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441434 | 19:43 |
evrardjp | thanks for the topic change, that was fast! | 19:44 |
logan- | i drank a lot of coffee today | 19:44 |
evrardjp | haha :) | 19:45 |
evrardjp | mgariepy: would that be fine: https://buildlogs.centos.org/centos/7/cloud/x86_64/rdo-trunk-master-tested/ ? | 19:46 |
evrardjp | dmsimard: are you there? | 19:46 |
openstackgerrit | Ravi Kumar Boyapati proposed openstack/openstack-ansible master: Add ceph container bind mounts to group_vars https://review.openstack.org/441436 | 19:46 |
dmsimard | evrardjp: o/ | 19:47 |
mgariepy | evrardjp, dmsimard i think this part is more on the rdo-qemu-ev one. | 19:48 |
mgariepy | maybe for centos/pike it might be better | 19:49 |
*** TxGirlGeek has quit IRC | 19:49 | |
dmsimard | what's the problem ? | 19:49 |
*** spotz is now known as spotz_zzz | 19:49 | |
mgariepy | https://review.openstack.org/#/c/441172/ | 19:50 |
mgariepy | qemu sudently not recent enough for nova. | 19:50 |
evrardjp | "THE" problem :) | 19:50 |
evrardjp | that would be nice if we only had one :) | 19:50 |
*** bgmccollum_ is now known as bgmccollum | 19:50 | |
mgariepy | lol | 19:50 |
mgariepy | whouldn't it be too easy evrardjp ? | 19:51 |
evrardjp | life would be so boring | 19:51 |
dmsimard | Do you recover a "rpm -qa" somewhere ? | 19:51 |
dmsimard | "rpm -qa" and "yum repolist -v" are good things to recover if you can | 19:51 |
evrardjp | maybe worth exporting somewhere in the gates indeed | 19:52 |
dmsimard | Hard to compare package version things otherwise | 19:52 |
*** TxGirlGeek has joined #openstack-ansible | 19:52 | |
evrardjp | ok will add this to centos gates | 19:52 |
dmsimard | like, I see that: http://logs.openstack.org/72/441172/3/check/gate-openstack-ansible-os_nova-ansible-func-centos-7-nv/ae0dd9e/logs/host/nova/nova-compute.log.txt.gz#_2017-03-03_17_18_13_327 | 19:53 |
dmsimard | But that doesn't make sense to me, the qemu-ev repo (that's not managed by RDO by the way) ships >=2.6 | 19:53 |
dmsimard | So either it wasn't installed or somehow you got the one from the base operating system | 19:54 |
*** chris_hultin is now known as chris_hultin|AWA | 19:55 | |
mgariepy | grr | 19:55 |
mgariepy | epel crap. | 19:55 |
mgariepy | qemu.x86_64 2:2.0.0-1.el7.6 @epel | 19:55 |
*** TxGirlGeek has quit IRC | 19:55 | |
evrardjp | grr | 19:55 |
evrardjp | that's what I was afraid of :( | 19:56 |
dmsimard | I probably told you at least once that EPEL is evil | 19:56 |
mgariepy | well lol probably more than once. :) | 19:56 |
*** stuartgr has left #openstack-ansible | 19:56 | |
dmsimard | Do you install yum-plugin-priorities ? | 19:56 |
openstackgerrit | Merged openstack/openstack-ansible master: Adjust gate-check-commit for deploy/upgrade testing https://review.openstack.org/440631 | 19:56 |
evrardjp | well we should track this and kill epel | 19:56 |
evrardjp | maybe there is less need for it now | 19:56 |
mgariepy | dmsimard, how to I list all pakcage verison for let's say qemu ? | 19:57 |
dmsimard | If you install yum-plugin-priorities, you can probably be less prone to that kind of problems if you set priorities on the repos you're most interested in | 19:57 |
mgariepy | to see what version are avalaible > | 19:57 |
dmsimard | yum info ? | 19:57 |
dmsimard | yum info <pkg> should list all available packages/sources I think | 19:57 |
mgariepy | only the one installed. | 19:57 |
dmsimard | I'm not sure, I usually google that kind of stuff :p | 19:59 |
mgariepy | lol | 19:59 |
*** galstrom is now known as galstrom_zzz | 19:59 | |
*** pwnall138 is now known as zz_pwnall138 | 20:00 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-tests master: Improve rpm/repos logging https://review.openstack.org/441446 | 20:01 |
evrardjp | maybe I should use a centos to really test this | 20:01 |
evrardjp | oh man yum repolist -v can be really slow | 20:04 |
*** mmalik4_ has joined #openstack-ansible | 20:05 | |
*** hachi has quit IRC | 20:05 | |
evrardjp | mgariepy: in any case we need to know what to use for rdo master | 20:06 |
mgariepy | we need to remove epel is possible. | 20:06 |
mgariepy | i'll check this next week | 20:06 |
evrardjp | yes | 20:07 |
evrardjp | that's gonna help us a lot | 20:07 |
mgariepy | or use priority stuff. | 20:07 |
evrardjp | let's do BDD | 20:07 |
evrardjp | break driven development. | 20:07 |
evrardjp | we break things by removing epel, and see how we converge to make it pass. | 20:07 |
mgariepy | haha | 20:08 |
mgariepy | http://paste.openstack.org/show/601370/ | 20:09 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-tests master: Improve rpm/repos logging https://review.openstack.org/441446 | 20:09 |
mgariepy | but yeah we can do that, i'll setup a brand new vm on monday morning and test that. | 20:09 |
mgariepy | have a nive weekend. | 20:11 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-tests master: Improve rpm/repos logging https://review.openstack.org/441446 | 20:11 |
evrardjp | have a nice week-end ! | 20:11 |
*** Andrew_jedi has quit IRC | 20:12 | |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-galera_server master: Fix upgrades for multinode galera https://review.openstack.org/441220 | 20:12 |
logan- | you too evrardjp | 20:13 |
andymccr | ok ^ that now works | 20:13 |
andymccr | would be cool to get some reviews - there may well be a better way to approach this :) but it does fix the linked bug | 20:13 |
openstackgerrit | Merged openstack/openstack-ansible stable/ocata: Implement ARA logging and reporting for openstack-ansible gate jobs https://review.openstack.org/441134 | 20:16 |
*** galstrom_zzz is now known as galstrom | 20:19 | |
*** mmalik4_ has quit IRC | 20:20 | |
*** mmalik4_ has joined #openstack-ansible | 20:21 | |
openstackgerrit | Merged openstack/openstack-ansible-pip_install master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441325 | 20:23 |
openstackgerrit | Merged openstack/openstack-ansible-pip_install stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441414 | 20:26 |
openstackgerrit | Merged openstack/openstack-ansible-tests master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441348 | 20:27 |
openstackgerrit | Merged openstack/openstack-ansible-repo_server master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441329 | 20:28 |
*** jamesdenton has quit IRC | 20:29 | |
openstackgerrit | Merged openstack/openstack-ansible-os_octavia master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441354 | 20:29 |
openstackgerrit | Merged openstack/openstack-ansible-rabbitmq_server master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441327 | 20:29 |
*** TxGirlGeek has joined #openstack-ansible | 20:29 | |
openstackgerrit | Merged openstack/openstack-ansible-rsyslog_client master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441330 | 20:29 |
openstackgerrit | Merged openstack/openstack-ansible-os_sahara master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441321 | 20:30 |
openstackgerrit | Merged openstack/openstack-ansible-os_trove master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441324 | 20:30 |
openstackgerrit | Merged openstack/openstack-ansible-repo_build master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441328 | 20:30 |
openstackgerrit | Merged openstack/openstack-ansible-os_swift master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441322 | 20:30 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-pip_install master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441434 | 20:30 |
openstackgerrit | Merged openstack/openstack-ansible-memcached_server master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441305 | 20:31 |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441319 | 20:31 |
openstackgerrit | Merged openstack/openstack-ansible-os_tempest master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441323 | 20:31 |
openstackgerrit | Merged openstack/openstack-ansible-plugins master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441326 | 20:31 |
openstackgerrit | Merged openstack/openstack-ansible-rsyslog_server master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441331 | 20:31 |
openstackgerrit | Merged openstack/openstack-ansible-apt_package_pinning master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441295 | 20:31 |
openstackgerrit | Merged openstack/openstack-ansible-ceph_client master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441297 | 20:31 |
openstackgerrit | Merged openstack/openstack-ansible-galera_client master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441298 | 20:32 |
openstackgerrit | Merged openstack/openstack-ansible-haproxy_server master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441300 | 20:32 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_container_create master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441301 | 20:32 |
openstackgerrit | Merged openstack/openstack-ansible-os_horizon master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441314 | 20:32 |
openstackgerrit | Merged openstack/openstack-ansible-os_ironic master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441315 | 20:32 |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441316 | 20:32 |
openstackgerrit | Merged openstack/openstack-ansible-os_magnum master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441317 | 20:32 |
openstackgerrit | Merged openstack/openstack-ansible-os_rally master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441320 | 20:33 |
openstackgerrit | Merged openstack/openstack-ansible-galera_server master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441299 | 20:33 |
openstackgerrit | Merged openstack/openstack-ansible-os_designate master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441312 | 20:33 |
openstackgerrit | Merged openstack/openstack-ansible-openstack_hosts master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441307 | 20:33 |
openstackgerrit | Merged openstack/openstack-ansible-openstack_openrc master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441308 | 20:34 |
openstackgerrit | Merged openstack/openstack-ansible-os_barbican master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441310 | 20:35 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_hosts master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441302 | 20:35 |
agrebennikov_ | folks, can somebody please take a look into https://review.openstack.org/#/c/438095 | 20:35 |
openstackgerrit | Merged openstack/openstack-ansible-os_aodh master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441309 | 20:36 |
openstackgerrit | Merged openstack/openstack-ansible-os_gnocchi master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441313 | 20:36 |
openstackgerrit | Merged openstack/openstack-ansible-os_ceilometer master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441311 | 20:36 |
openstackgerrit | Merged openstack/openstack-ansible-os_heat stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441421 | 20:37 |
openstackgerrit | Merged openstack/openstack-ansible-os_nova stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441423 | 20:37 |
openstackgerrit | Merged openstack/openstack-ansible-pip_install stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441381 | 20:37 |
*** spotz_zzz is now known as spotz | 20:37 | |
openstackgerrit | Merged openstack/openstack-ansible-tests stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441427 | 20:37 |
openstackgerrit | Merged openstack/openstack-ansible-os_glance stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441425 | 20:37 |
openstackgerrit | Merged openstack/openstack-ansible-pip_install master: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441434 | 20:41 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-pip_install stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441464 | 20:43 |
*** spotz is now known as spotz_zzz | 20:47 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_keystone master: Rebuild credential-key repo during keystone[0] rebuild https://review.openstack.org/441264 | 21:01 |
*** Erming has joined #openstack-ansible | 21:03 | |
*** crushil has quit IRC | 21:05 | |
*** crushil has joined #openstack-ansible | 21:06 | |
Erming | Hi, after tried out quite a few methods, I am trying out openstack ansible which is said neat and convenient to deploy/maintain a cloud. However, I've got an error at the very beginning step: | 21:07 |
Erming | error message can be found here: https://paste.fedoraproject.org/paste/UdBpkEdEZByT4GP4KboFdl5M1UNdIGYhyRLivL9gydE= | 21:07 |
Erming | The command I was running is: openstack-ansible setup-hosts.yml | 21:08 |
*** GustavoChalco has quit IRC | 21:08 | |
logan- | Erming: which branch/tag are you deploying? | 21:09 |
Erming | 14.0.8 newton | 21:09 |
Erming | AIO went well with this branch/tag | 21:09 |
openstackgerrit | Merged openstack/openstack-ansible-os_glance stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441426 | 21:09 |
Erming | logan-: see above. thanks | 21:10 |
agrebennikov_ | Erming, I saw this happening when it failed somewhere else during the installation and now it jsut cannot proceed | 21:10 |
*** heroux has quit IRC | 21:10 | |
openstackgerrit | Merged openstack/openstack-ansible-security stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441340 | 21:11 |
agrebennikov_ | jsut destroy the containers, create them once again and re-run the playbooks | 21:11 |
Erming | agrebennikov_: why i am so 'lucky' | 21:11 |
openstackgerrit | Merged openstack/openstack-ansible-os_nova stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441424 | 21:11 |
agrebennikov_ | Erming, I'm re-deploying the containers 20-30 times every time | 21:11 |
Erming | agrebennikov_: it's the very first step no containers running yet. | 21:11 |
agrebennikov_ | Erming, it is installing pip where? | 21:12 |
openstackgerrit | Merged openstack/openstack-ansible-tests stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441428 | 21:12 |
openstackgerrit | Merged openstack/openstack-ansible-plugins stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441382 | 21:12 |
agrebennikov_ | baremetals? | 21:12 |
Erming | agrebennikov_: I have 3 ctrls 1 logsrv 1storage server, | 21:12 |
evrardjp | I was overly enthusiastic in my keyboard shortcuts :/ | 21:12 |
Erming | agrebennikov_: no, on VMs on inside a cloud | 21:12 |
Erming | agrebennikov_: it's a testing deployment | 21:13 |
agrebennikov_ | Erming, it seems there is some pip already installed on those vms | 21:13 |
*** sdake_ has joined #openstack-ansible | 21:13 | |
openstackgerrit | Merged openstack/openstack-ansible-rsyslog_client stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441386 | 21:13 |
openstackgerrit | Merged openstack/openstack-ansible-os_heat stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441422 | 21:13 |
agrebennikov_ | and the playbook gets confusd | 21:13 |
openstackgerrit | Merged openstack/openstack-ansible-repo_server stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441385 | 21:13 |
openstackgerrit | Merged openstack/openstack-ansible-rsyslog_server stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441387 | 21:14 |
openstackgerrit | Satheesh Kumar Ulaganathan proposed openstack/openstack-ansible-haproxy_server master: Enable timeout for http_request https://review.openstack.org/440935 | 21:14 |
Erming | agrebennikov_: Do you mean I shoud remove all the PIPs from the servers | 21:15 |
openstackgerrit | Merged openstack/openstack-ansible-os_tempest stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441379 | 21:15 |
agrebennikov_ | python /opt/get-pip.py --isolated | 21:15 |
Erming | agrebennikov_: or thos packages such as appdirs. | 21:15 |
agrebennikov_ | is what it is doing | 21:15 |
*** chris_hultin|AWA is now known as chris_hultin | 21:15 | |
agrebennikov_ | try running it manually | 21:15 |
Erming | agrebennikov_: on each VM? | 21:16 |
agrebennikov_ | python /opt/get-pip.py --isolated pip==9.0.1 setuptools==34.1.0 wheel==0.29.0 | 21:16 |
agrebennikov_ | it is doing it on each host, yeah | 21:16 |
agrebennikov_ | I mean, you try on one | 21:16 |
agrebennikov_ | because it fails similarly everywhere | 21:16 |
Erming | agrebennikov_: is it because of the latest apt-get dist-upgarde | 21:16 |
*** sdake has quit IRC | 21:16 | |
agrebennikov_ | ideally should not be the case :/ | 21:17 |
agrebennikov_ | we install to latest OS as well | 21:17 |
Erming | agrebennikov_: error as following | 21:17 |
agrebennikov_ | but well, maybe very recent changes somehow | 21:17 |
Erming | agrebennikov_: https://paste.fedoraproject.org/paste/kXHPJY8DQolVrDBvGV6JAF5M1UNdIGYhyRLivL9gydE= | 21:17 |
Erming | agrebennikov_: I suspect the packages such as 'appdirs' issue? | 21:18 |
*** kjw3 has quit IRC | 21:19 | |
agrebennikov_ | seems so... as I say - I had this kind of issues before but within the containers. So I jsut re-created the containers and forgot about it :) But I had that when something was failing during the pip packages installation | 21:19 |
Erming | agrebennikov_: what's the best from your estimation I could try | 21:19 |
agrebennikov_ | so yeah, you probably manually try to purge appdirs completely | 21:20 |
*** stream10 has quit IRC | 21:20 | |
Erming | agrebennikov_: just pip uninstall appdirs? | 21:20 |
agrebennikov_ | also probably delete the cache | 21:21 |
agrebennikov_ | http://stackoverflow.com/questions/9510474/removing-pips-cache | 21:21 |
Erming | agrebennikov_: Thanks. Trying... | 21:25 |
*** jamielennox is now known as jamielennox|away | 21:29 | |
*** smatzek has quit IRC | 21:33 | |
*** chris_hultin is now known as chris_hultin|AWA | 21:34 | |
*** kjw3 has joined #openstack-ansible | 21:40 | |
*** schwicht_at_work has joined #openstack-ansible | 21:41 | |
*** jlmcknight has quit IRC | 21:41 | |
*** schwicht has quit IRC | 21:42 | |
DimGR | Guys , quick question. Is it possible to deploy open stack as a cloud in a setup with 1 Nic card and no vlan support? I found out today that the datacenter where I have everything hosted does not support vlan tagging etc | 21:44 |
*** retreved has quit IRC | 21:44 | |
*** jwitko has quit IRC | 21:45 | |
agrebennikov_ | DimGR, sure, you jsut create bridges with separate phys nics | 21:46 |
agrebennikov_ | OSA doesn't care about the interfaces pretty much | 21:46 |
DimGR | agrebennikov_, there is only 1 Nic available , eth0 and thats it | 21:47 |
agrebennikov_ | ah, just saw it... | 21:47 |
agrebennikov_ | and no vlan? | 21:47 |
*** thorst has quit IRC | 21:48 | |
DimGR | agrebennikov_, I requested this : 4 unique vlans that are trunked to each of the ports for all 6 of my servers and their rely was we do not offer that. I then asked for an alternative solution and they offered me a 8port switch which does not support vlan | 21:49 |
*** thorst has joined #openstack-ansible | 21:50 | |
openstackgerrit | Ravi Kumar Boyapati proposed openstack/openstack-ansible-os_monasca-ui master: Add tasks to install monasca ui https://review.openstack.org/436731 | 21:51 |
*** thorst has quit IRC | 21:55 | |
*** lucasxu has quit IRC | 22:00 | |
*** gouthamr has quit IRC | 22:01 | |
DimGR | agrebennikov_, I can ask for a second Nic if thats makes things easier . If it does I will have eth0 with public networking , eth1 private and still no vlans . Can OSA still deploy a cloud with this set up or vlans are mandatory no matter what | 22:03 |
*** acormier_ has joined #openstack-ansible | 22:03 | |
*** acormier has quit IRC | 22:07 | |
*** sdake_ has quit IRC | 22:09 | |
openstackgerrit | Merged openstack/openstack-ansible-ceph_client stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441356 | 22:10 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_hosts stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441361 | 22:10 |
openstackgerrit | Merged openstack/openstack-ansible-openstack_hosts stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441364 | 22:10 |
*** h5t4_ has quit IRC | 22:10 | |
openstackgerrit | Merged openstack/openstack-ansible-os_aodh stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441366 | 22:10 |
openstackgerrit | Merged openstack/openstack-ansible-os_ceilometer stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441368 | 22:10 |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441341 | 22:10 |
openstackgerrit | Merged openstack/openstack-ansible-memcached_server stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441362 | 22:11 |
Erming | TASK [lxc_container_create : Wait for ssh to be available] ********************* | 22:11 |
Erming | agrebennikov_: It passed the issue. Thanks. Now it's hanging here: TASK [lxc_container_create : Wait for ssh to be available] | 22:11 |
Erming | agrebennikov_: Do I have anything network configuration wrong? | 22:12 |
openstackgerrit | Merged openstack/openstack-ansible-apt_package_pinning stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441355 | 22:13 |
openstackgerrit | Merged openstack/openstack-ansible-os_gnocchi stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441370 | 22:13 |
openstackgerrit | Merged openstack/openstack-ansible-os_horizon stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441371 | 22:14 |
openstackgerrit | Merged openstack/openstack-ansible-os_ironic stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441372 | 22:14 |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441373 | 22:14 |
openstackgerrit | Merged openstack/openstack-ansible-os_magnum stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441374 | 22:14 |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441375 | 22:14 |
openstackgerrit | Merged openstack/openstack-ansible-os_rally stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441376 | 22:14 |
openstackgerrit | Merged openstack/openstack-ansible-os_sahara stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441377 | 22:14 |
openstackgerrit | Merged openstack/openstack-ansible-os_swift stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441378 | 22:15 |
openstackgerrit | Merged openstack/openstack-ansible-galera_client stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441357 | 22:15 |
openstackgerrit | Merged openstack/openstack-ansible-galera_server stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441358 | 22:15 |
openstackgerrit | Merged openstack/openstack-ansible-haproxy_server stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441359 | 22:15 |
Erming | agrebennikov_: looks all containers are running. | 22:15 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_container_create stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441360 | 22:15 |
openstackgerrit | Merged openstack/openstack-ansible-openstack_openrc stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441365 | 22:15 |
openstackgerrit | Merged openstack/openstack-ansible-os_barbican stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441367 | 22:15 |
openstackgerrit | Merged openstack/openstack-ansible-os_designate stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441369 | 22:15 |
*** adrian_otto has joined #openstack-ansible | 22:15 | |
openstackgerrit | Merged openstack/openstack-ansible-os_trove stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441380 | 22:15 |
openstackgerrit | Merged openstack/openstack-ansible-pip_install stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441464 | 22:15 |
openstackgerrit | Merged openstack/openstack-ansible-rabbitmq_server stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441383 | 22:15 |
openstackgerrit | Merged openstack/openstack-ansible-rabbitmq_server stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441416 | 22:16 |
openstackgerrit | Merged openstack/openstack-ansible-repo_build stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441384 | 22:16 |
openstackgerrit | Merged openstack/openstack-ansible-repo_server stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441418 | 22:16 |
openstackgerrit | Merged openstack/openstack-ansible-rsyslog_client stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441419 | 22:16 |
openstackgerrit | Merged openstack/openstack-ansible-rsyslog_server stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441420 | 22:16 |
openstackgerrit | Merged openstack/openstack-ansible-security stable/ocata: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441363 | 22:16 |
agrebennikov_ | Erming, potentially... but first go to the controller and get into the container and make sure they got IPs | 22:16 |
agrebennikov_ | I saw that issue recently | 22:16 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_hosts stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441397 | 22:16 |
agrebennikov_ | when dnsmasq was not running on the node | 22:16 |
openstackgerrit | Merged openstack/openstack-ansible-os_aodh stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441402 | 22:16 |
*** galstrom is now known as galstrom_zzz | 22:17 | |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441430 | 22:17 |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441407 | 22:17 |
openstackgerrit | Merged openstack/openstack-ansible-os_magnum stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441408 | 22:17 |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441409 | 22:17 |
Erming | agrebennikov_: Yes. I am check the containers and saw IPs. But cannot ping the gateway, e.g. 172.29.236.1 | 22:17 |
openstackgerrit | Merged openstack/openstack-ansible-os_swift stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441412 | 22:17 |
openstackgerrit | Merged openstack/openstack-ansible-plugins stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441415 | 22:17 |
openstackgerrit | Merged openstack/openstack-ansible-repo_build stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441417 | 22:17 |
openstackgerrit | Merged openstack/openstack-ansible-security stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441399 | 22:18 |
agrebennikov_ | technically all nodes should be sitting in the same subnet... | 22:18 |
agrebennikov_ | well, then check the configs of the bridges :) | 22:18 |
agrebennikov_ | btw | 22:18 |
agrebennikov_ | are they instances within another openstack? | 22:18 |
Erming | agrebennikov_: yes | 22:19 |
agrebennikov_ | heh :) | 22:19 |
agrebennikov_ | then you'll have a hard time | 22:19 |
agrebennikov_ | with dealing with anti-spoofing | 22:19 |
agrebennikov_ | in neutron | 22:19 |
openstackgerrit | Merged openstack/openstack-ansible-os_sahara stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441411 | 22:19 |
*** h5t4 has joined #openstack-ansible | 22:19 | |
agrebennikov_ | when the port is created on the compute, it is only allowed the traffic from the particular IP and mac to go through | 22:20 |
Erming | agrebennikov_: I am trying out osad in a openstack cloud. Each host (VM) has been attached 5 vNICs from one physical NIC. | 22:20 |
openstackgerrit | Merged openstack/openstack-ansible-apt_package_pinning stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441391 | 22:20 |
agrebennikov_ | Erming, this is what I'm saying | 22:20 |
DimGR | agrebennikov_, I can ask for a second Nic if thats makes things easier . If it does I will have eth0 with public networking , eth1 private and still no vlans . Can OSA still deploy a cloud with this set up or vlans are mandatory no matter what | 22:20 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/ocata: Adjust gate-check-commit for deploy/upgrade testing https://review.openstack.org/441494 | 22:20 |
openstackgerrit | Merged openstack/openstack-ansible-galera_client stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441393 | 22:20 |
Erming | agrebennikov_: Sounds a trouble. Do you have a good advice for this? | 22:21 |
openstackgerrit | Merged openstack/openstack-ansible-galera_server stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441394 | 22:21 |
agrebennikov_ | DimGR, OSA doesn't need vlans, jsut bridges | 22:21 |
openstackgerrit | Merged openstack/openstack-ansible-haproxy_server stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441395 | 22:21 |
openstackgerrit | Merged openstack/openstack-ansible-ceph_client stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441392 | 22:21 |
openstackgerrit | Merged openstack/openstack-ansible-memcached_server stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441398 | 22:21 |
DimGR | agrebennikov_, no vlan tags at all ? | 22:21 |
openstackgerrit | Merged openstack/openstack-ansible-haproxy_server master: Enable timeout for http_request https://review.openstack.org/440935 | 22:22 |
Erming | agrebennikov_: This is the error message and configurations: https://paste.fedoraproject.org/paste/v1QcQzehThxMrrkIRFON7V5M1UNdIGYhyRLivL9gydE= | 22:22 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_container_create stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441396 | 22:22 |
agrebennikov_ | Erming, each port of the vms has port_security_enabled set to true | 22:22 |
openstackgerrit | Merged openstack/openstack-ansible-openstack_hosts stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441400 | 22:22 |
openstackgerrit | Merged openstack/openstack-ansible-openstack_openrc stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441401 | 22:22 |
agrebennikov_ | you have to disable it | 22:22 |
agrebennikov_ | for all ports | 22:22 |
openstackgerrit | Merged openstack/openstack-ansible-os_ceilometer stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441403 | 22:22 |
Erming | agrebennikov_: where to disable port_security_enabled ? | 22:22 |
agrebennikov_ | of the instances where you run containers | 22:22 |
openstackgerrit | Merged openstack/openstack-ansible-os_gnocchi stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441404 | 22:22 |
openstackgerrit | Merged openstack/openstack-ansible-os_horizon stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441405 | 22:22 |
agrebennikov_ | neutron port-update | 22:22 |
openstackgerrit | Merged openstack/openstack-ansible-os_rally stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441410 | 22:22 |
openstackgerrit | Merged openstack/openstack-ansible-os_tempest stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441413 | 22:22 |
Erming | agrebennikov_: let me check. Wow | 22:23 |
agrebennikov_ | and then it is also going to complaint about the sec groups - you have to set it to none | 22:23 |
agrebennikov_ | (if I remember correctly) | 22:23 |
Erming | agrebennikov_: can you show me the commands to be more clear? | 22:23 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-repo_build stable/ocata: Add non *.whl files to MANIFEST.in https://review.openstack.org/441180 | 22:24 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-repo_build stable/newton: Add non *.whl files to MANIFEST.in https://review.openstack.org/441181 | 22:24 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/ocata: Update thread/worker settings for optimal memory usage https://review.openstack.org/438673 | 22:24 |
agrebennikov_ | DimGR, in the openstack_user_config you should only mention bridges for each provider network | 22:24 |
agrebennikov_ | and it is up to you how you manage them | 22:24 |
agrebennikov_ | and also container network may be the same as your real network | 22:25 |
DimGR | agrebennikov_, I am looking for a working example | 22:25 |
agrebennikov_ | DimGR, | 22:25 |
agrebennikov_ | cidr_networks: | 22:25 |
agrebennikov_ | container: 10.146.200.0/24 # host IP addresses | 22:25 |
agrebennikov_ | which is the same as the real network on the nodes | 22:26 |
agrebennikov_ | DimGR, then you define br-mgmt in provider_network section on eth0 | 22:27 |
agrebennikov_ | br-mgmt on the nodes will have that ip in the baremetal nodes | 22:27 |
openstackgerrit | Merged openstack/openstack-ansible-os_ironic stable/newton: Install python2-pyOpenSSL package on CentOS https://review.openstack.org/441406 | 22:27 |
agrebennikov_ | and br-vlan-based network on your eth1 | 22:28 |
agrebennikov_ | which will be used for projects networks | 22:28 |
agrebennikov_ | that's it | 22:28 |
DimGR | Hm ok thanks I will look into this scenario | 22:29 |
*** vnogin has joined #openstack-ansible | 22:30 | |
openstackgerrit | Satheesh Kumar Ulaganathan proposed openstack/openstack-ansible-haproxy_server stable/ocata: Enable timeout for http_request https://review.openstack.org/441498 | 22:31 |
Erming | agrebennikov_: I checked but not very clear about which one I should do. I have basic network 192.168.1.0 and mgmt: 172.29.236.0, vlan, vxlan and storage networks. | 22:33 |
Erming | agrebennikov_: which network related ports I should modify? | 22:33 |
agrebennikov_ | EmilienM, whichever is your container network | 22:33 |
agrebennikov_ | you specify the bridge in the config for containers | 22:34 |
Erming | agrebennikov_: I guess you mean the mgmt network, 172.29.236 | 22:34 |
agrebennikov_ | ok | 22:34 |
agrebennikov_ | it has the interface attached to it | 22:34 |
openstackgerrit | Merged openstack/openstack-ansible stable/newton: [DOC] fix tag for newton https://review.openstack.org/441343 | 22:34 |
agrebennikov_ | instance port in that network you have to modify | 22:34 |
*** vnogin has quit IRC | 22:35 | |
*** sdake has joined #openstack-ansible | 22:35 | |
Erming | agrebennikov_: yes. I checked with "neturon port-show ...". Only find security_groups ID there, no port_security_enabled field. So you mean I still need disable it? | 22:38 |
agrebennikov_ | it will be there, but you should be the admin most likely (in the tenant) | 22:39 |
*** Andrew_jedi has joined #openstack-ansible | 22:40 | |
*** crushil has quit IRC | 22:41 | |
Erming | agrebennikov_: I am the admin of this tenant. I did this way: 1) checked the IP, such as 172.29.236.11, and then neutron port-list|grep 172.29.236.x, and the neutron port-show | 22:41 |
agrebennikov_ | interesting... so from inside the container then are you able to ping the host and the neighbour hosts? | 22:42 |
Erming | agrebennikov_: let me try | 22:43 |
Erming | agrebennikov_: can ping, but ssh failed since publickey issue. I guess I am using the wrong user: root | 22:44 |
Erming | agrebennikov_: ping 172.29.236.118 64 bytes from 172.29.236.118: icmp_seq=1 ttl=64 time=0.187 ms | 22:44 |
Erming | agrebennikov_: maybe should disable sec_groups? | 22:45 |
Erming | agrebennikov_: please let me know how to verify the ssh issue "Wait for ssh to be available (3 retries left)." | 22:46 |
Erming | agrebennikov_: Heh. From a hypervisor, I can ping/ssh, but not from the deployment node | 22:47 |
*** Andrew_jedi has quit IRC | 22:50 | |
Erming | agrebennikov_: Ah, cannot ping containers on other hosts. | 22:50 |
Erming | agrebennikov_: only on the same host and the host itself. | 22:50 |
Erming | agrebennikov_: I didn't give a gateway of this container network on any node as when setting up br-mgmt, it had a problem in networking service. | 22:52 |
*** esberglu has quit IRC | 23:00 | |
*** esberglu has joined #openstack-ansible | 23:01 | |
EmilienM | agrebennikov_: sup? | 23:01 |
*** esberglu_ has joined #openstack-ansible | 23:02 | |
*** jamesdenton has joined #openstack-ansible | 23:02 | |
*** Hosam has quit IRC | 23:03 | |
agrebennikov_ | EmilienM, sorry, I picked the wrong username :) sorry for bugging you | 23:03 |
EmilienM | agrebennikov_: no worries | 23:04 |
*** esberglu has quit IRC | 23:05 | |
*** jamesden_ has joined #openstack-ansible | 23:06 | |
*** esberglu_ has quit IRC | 23:06 | |
*** jamesdenton has quit IRC | 23:07 | |
DimGR | agrebennikov_, so , the interfaces file will only have one br0 and thats it ? | 23:07 |
agrebennikov_ | 2 bridges and 2 phys interfaces | 23:07 |
*** sdake has quit IRC | 23:11 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible stable/newton: [WIP] Test Ansible 2.1.5.0-0.2.rc2 https://review.openstack.org/437003 | 23:16 |
*** acormier_ has quit IRC | 23:17 | |
*** ErmingPei has joined #openstack-ansible | 23:17 | |
*** admin0 has joined #openstack-ansible | 23:19 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_keystone master: Rebuild credential-key repo during keystone[0] rebuild https://review.openstack.org/441264 | 23:19 |
DimGR | And 2 Nic cards one on public one on private are enough for a successful deployment ? | 23:20 |
openstackgerrit | Merged openstack/openstack-ansible stable/mitaka: Define haproxy_ssl_bind_options variable. https://review.openstack.org/441238 | 23:21 |
DimGR | agrebennikov_, I am reading this https://github.com/openstack/openstack-ansible/blob/master/etc/network/interfaces.d/openstack_interface.cfg.prod.example and I see for example " bond0.10 " shouldn't the switch behind this network know about the .10 tag ? | 23:22 |
*** jamesdenton has joined #openstack-ansible | 23:25 | |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron stable/newton: Install packages in one step https://review.openstack.org/439255 | 23:27 |
*** david-lyle_ is now known as david-lyle | 23:29 | |
admin0 | i accidently put wrong hosts/ip on magnum-infra_hosts .. how do I corect it | 23:29 |
admin0 | do i manually remove from the inventory.json mapping ? | 23:29 |
agrebennikov_ | DimGR, you see bridges definitions? that is all you have to care about | 23:30 |
admin0 | i did a ./scripts/inventory-manage.py -r and removed the magnum stuff that is listed ( containers ) but i still see the wrong mapping in the inventory.json file | 23:30 |
DimGR | Ok thank you so I will get the second Nic | 23:31 |
DimGR | I guess I can bridge a private and public network together | 23:31 |
*** agrebennikov_ has quit IRC | 23:35 | |
*** marst has quit IRC | 23:44 | |
*** david-lyle has quit IRC | 23:47 | |
*** dimtheo_ has joined #openstack-ansible | 23:50 | |
*** DimGR has quit IRC | 23:51 | |
*** h5t4 has quit IRC | 23:52 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!