Wednesday, 2017-03-15

DimGR2you do not need that config for AIO00:01
*** woodard_ has quit IRC00:01
*** woodard has joined #openstack-ansible00:01
DimGR2foutatoro00:01
foutatoroDimGR2: yes I need that for AIO00:02
*** marst has joined #openstack-ansible00:04
*** DimGR2 has quit IRC00:09
*** manheim has quit IRC00:20
*** MasterOfBugs has quit IRC00:26
*** jwitko has joined #openstack-ansible00:32
*** woodard has quit IRC00:37
*** woodard has joined #openstack-ansible00:37
*** hw_wutianwei has joined #openstack-ansible00:39
*** woodard has quit IRC00:42
*** cjloader has joined #openstack-ansible00:46
*** cuongnv has joined #openstack-ansible00:50
*** cjloader has quit IRC00:55
openstackgerritweezer su proposed openstack/openstack-ansible-ops master: Fix the kernel version been deployed on VMs Base on the http://packages.ubuntu.com/trusty/kernel/, the linux-image-generic will install the 3.13.0.112.120 [amd64, i386] kernel. leave it empty will do nothing to the kernel. this is important when you deplo  https://review.openstack.org/44569800:56
*** weezS has quit IRC01:02
*** crushil has joined #openstack-ansible01:06
*** weezS has joined #openstack-ansible01:10
*** weezS has quit IRC01:10
*** agrebennikov has quit IRC01:15
*** rmelero has quit IRC01:21
*** rmelero has joined #openstack-ansible01:22
*** rmelero has quit IRC01:26
*** foutatoro has quit IRC01:33
*** May-meimei has joined #openstack-ansible01:36
*** cathrich_ has joined #openstack-ansible01:43
*** cathrichardson has quit IRC01:43
*** FrankZhang has joined #openstack-ansible02:13
*** FrankZhang_ has joined #openstack-ansible02:17
*** FrankZhang has quit IRC02:17
*** dileepr has quit IRC02:39
*** gouthamr has quit IRC02:39
*** Mahe has quit IRC02:51
*** Mahe has joined #openstack-ansible02:53
*** weezS has joined #openstack-ansible02:56
*** FrankZhang_ has quit IRC03:01
*** markvoelker has quit IRC03:06
*** FrankZhang has joined #openstack-ansible03:14
*** schwicht has quit IRC03:15
*** FrankZhang has quit IRC03:18
*** crushil has quit IRC03:19
*** weezS has quit IRC03:25
*** Jeffrey4l has quit IRC03:28
jwitkohey odyssey4me, you around ?03:31
*** weezS has joined #openstack-ansible03:35
*** Jeffrey4l has joined #openstack-ansible03:41
*** woodard has joined #openstack-ansible03:50
spotzjwitko: he should be asleep03:51
jwitkoyea sorry i misread the timestamp03:54
jwitkoi'm having the damnest issue in ansible with var inheritance03:54
*** woodard has quit IRC03:55
jwitkospotz, any chance you're up for a mystery?  http://cdn.pasteraw.com/8pn16e9xhg1lgfsp617cn6mppazd8ho03:58
jwitkoI am getting that error when doing -vvvv03:58
*** poopcat has quit IRC04:03
*** markvoelker has joined #openstack-ansible04:07
*** markvoelker has quit IRC04:13
*** udesale has joined #openstack-ansible04:18
*** pmannidi_ has joined #openstack-ansible04:25
*** pmannidi has quit IRC04:27
*** hybridpollo has quit IRC04:30
*** rmelero has joined #openstack-ansible04:53
*** fyu has joined #openstack-ansible04:58
*** david-lyle has quit IRC05:04
*** chhavi has joined #openstack-ansible05:17
*** udesale__ has joined #openstack-ansible05:17
*** weezS has quit IRC05:20
*** udesale has quit IRC05:21
*** rmelero has quit IRC05:22
*** faizy has joined #openstack-ansible05:28
*** weezS has joined #openstack-ansible05:29
*** NikhilS has joined #openstack-ansible05:30
*** udesale has joined #openstack-ansible05:35
*** udesale__ has quit IRC05:37
*** udesale__ has joined #openstack-ansible05:44
*** udesale has quit IRC05:46
pradiprwtHi evrardjp05:56
*** Jack_Iv has joined #openstack-ansible05:57
*** MasterOfBugs has joined #openstack-ansible05:58
*** markvoelker has joined #openstack-ansible06:09
*** jrobinson has quit IRC06:13
*** markvoelker has quit IRC06:13
pradiprwtHow to create neutron public network after post-deploymnet using openstack ansible .....????06:25
*** Amit82 has joined #openstack-ansible06:35
Amit82Hi All,06:36
Amit82I have deployed Openstack Newton release using Openstack-Ansible06:36
Amit82I have 1 Compute and 1 Controller Node in my setup. Each physical node is having two nics. eth0 of each machine is connected to a switch for communication b/w compute and controller node. eth1 of each machine is connected to my lab n/w (192.168.255.XXX).06:36
Amit82I want to ping/access my external lab n/w through my VMs but not able to do so.06:36
Amit82For this, I have created external n/w, external subnet, external router etc. using the commands mentioned here: http://paste.openstack.org/show/602193/06:36
Amit82192.168.255.xxx in the above paste represents my lab n/w ip range.06:37
Amit82If you notice in the above paste, I have used "--provider:segmentation_id=255". Here 255 is the VLAN used by the external N/w.06:37
Amit82While configuring Openstack deployment environment using Openstack-Ansible, I have used following for provider n/w configuration.06:37
Amit82http://paste.openstack.org/show/602793/06:37
SamYapleAmit82: you want to access your compute from the instance? do I understand that correctly?06:40
Amit82I have doubt that as per /etc/network/interfaces/ of Controller node, pasted here: http://paste.openstack.org/show/602796/, br-vlan is bound to eth0 but my external lab n/w is reachable via eth106:41
Amit82Is it correct or should I change br-vlan in /etc/network/interface to bind to eth1 interface06:41
Amit82?06:42
Amit82And if I change it, does it have any impact on deployment itself. I mean does Ansible internally uses br-vlan for its communication or br-vlan is just for providing external connectivity to VMs06:43
Amit82?06:43
SamYaplebr-vlan is just for the instances06:43
Amit82SamYaple: No, I want to access my external lab machines through my instances (VMs)06:44
SamYapleyou can use brctl command on br-vlan and switch eth1 with eth0 if you want to test06:44
Amit82SamYaple: thanks, I will try that.06:45
SamYapleso if i understand you correctly, your external lab is on 255 vlan, you have setup provider network on that, you have launched instances on this provider network. you want, from inside the instance, to be able to talk to other computers outside of openstack on vlan 255 and subnet 192.168.255.x/2406:46
SamYapleoh no i see, you have a secondary subnet in neutron called "subnet1" where you are launching your instances06:47
SamYaplestill, should be fine06:47
*** SerenaFeng has joined #openstack-ansible06:47
*** SerenaFeng has quit IRC06:48
SamYaplejust fyi, you can't have a eth1.255 or br-vlan.255 interface on your controller if you want this to work06:48
*** SerenaFeng has joined #openstack-ansible06:48
Amit82For my VMs, I have created a a network which is giving VMs in the IP range 192.168.2.XX06:49
Amit82Yes, that is "subnet1"06:49
SamYapleright, yea that doesn't matter so much. just trying to understand the routing (in this case the instance traffic will exit from the controller which hosts the neutron-l3-agent)06:50
*** hamza has joined #openstack-ansible06:50
Amit82I don't think I have eth1.255 and br-vlan.255 interfaces on my Controller06:51
SamYapleyou might not, i was just letting you know06:51
Amit82My doubt is that how is the GATEWAY_NET can be associated with br-vlan06:52
SamYaplebasically don't expect to be able to access the controller or compute with a vlan from your isntance. thats really what i was trying to get at06:52
SamYapleAmit82: that would be done via /etc/neutron/plugins/ml2/ml2_conf.ini06:52
Amit82conceptually, i am not able to visualize that how Openstack maps this GATEWAY_NET network to br-vlan which is mapped to eth006:52
SamYapleAmit82: there is a mapping in there that says something like eth12:vlan06:53
SamYapleand eth12 in the container is in the br-vlan bridge on the host06:53
SamYaple(eth12 may be wrong, just go with it)06:53
SamYapleso as long as your br-vlan on the host is setup properly, you are good to go06:53
Amit82So, you mean to say it doesn't matter that br-vlan is created on eth0 interface that is not having any external connectivity06:55
Amit82changing it br-vlan to eth1 will not make any impact?06:55
SamYaplechanging the interfaces attached to br-vlan won't break the deployment06:56
SamYaplewell the eth0 eth1 interfaces06:56
SamYapleif you are saying eth1 is the only interface that can access vlan 255, then eth1 should be in br-vlan06:57
*** hamza has quit IRC06:57
Amit82hmm...let me try. For that, do I need to configure neutron again using "openstack-ansible os-neutron-install.yml --tags neutron-config"?06:59
SamYapleno, this is outside of openstack and OSA stuff07:00
SamYaplebr-vlan and its host member interfaces are in your control07:00
Amit82"brctl show" is showing this: http://paste.openstack.org/show/602798/07:00
SamYapleyes?07:06
*** hamza has joined #openstack-ansible07:08
*** Oku_OS-away is now known as Oku_OS07:12
Amit82SamYaple: changing br-vlan to use eth1 in /etc/network/interfaces of compute and controller node will suffice the need?07:13
SamYapleAmit82: yep07:14
SamYapleif you want to test the change first you can just do the change with brctl07:14
Amit82Ok, following commands will suffice the need, right?07:18
Amit82"brctl delif br-vlan eth0" "brctl addif br-vlan eth1"07:18
SamYaplelooks fine to me07:19
*** Jack_Iv has quit IRC07:25
*** sprvn has joined #openstack-ansible07:29
Amit82SamYaple: I made the changes for both Controller and Compute Node07:33
Amit82Things are not working07:33
Amit82On controller node, I am seeing this: http://paste.openstack.org/show/602805/07:34
Amit82I am pinging lab n/w machine 192.168.255.14 from one of my VM07:35
*** Jack_Iv has joined #openstack-ansible07:35
SamYapleAmit82: i can only trbouleshoot your networking so far. this is no longer appears related to openstack networking in any fashion07:35
SamYaplemake sure vlan 255 can communicate between your controller and your other devices?07:36
*** manheim has joined #openstack-ansible07:37
Amit82Ok, one last thing, my openstack_user_config.yml as shown here: http://paste.openstack.org/show/602793/ is showing br-vlan range as "range: "1:1""07:38
Amit82does this range needs to be changed to 1:25507:39
Amit82since my external network is using VLAN 25507:39
SamYapleAmit82: nah --segmentation-id overrides that07:40
SamYaplethats for if you dont provide segmentation id07:40
SamYapleif anything you would want it to read 255:25507:40
Amit82ok, thanks a lot for your support07:40
SamYapleAmit82: it might still be openstack related down and if you find that it is, please let me know07:41
SamYaplebut as it looks the proper frame is making it to your host br-vlan. after that its on you07:41
Amit82hmm...ok07:42
*** woodard has joined #openstack-ansible07:54
*** woodard has quit IRC07:58
*** muxdaemon has quit IRC07:59
*** shardy_afk is now known as shardy08:00
*** muxdaemon has joined #openstack-ansible08:04
*** manheim has quit IRC08:05
*** lwiecek has joined #openstack-ansible08:05
*** pcaruana has joined #openstack-ansible08:05
*** manheim has joined #openstack-ansible08:06
*** muxdaemon has quit IRC08:08
*** markvoelker has joined #openstack-ansible08:10
*** udesale has joined #openstack-ansible08:13
*** markvoelker has quit IRC08:14
*** udesale__ has quit IRC08:14
*** hamza has quit IRC08:16
achebbahi all,08:16
achebbaI have an openstack running environment deployed with openstack-ansible. 3 controllers and 3 computes (services run into LXC containers). I followed the guides to integrate ceph with glance, cinder, nova, and keystone/swift.08:17
achebbaceph-mon in three containers and rgw in one separate container.08:17
achebbaThat works fine except for keystone/swift connexion to the ceph object gateway. When submitting a post request to swift client (swift post swift_container), I get the error :08:17
achebbaContainer PUT failed: http://172.29.236.115:8080/swift_container 403 Forbidden  [first 60 chars of response] <?xml version="1.0" encoding="UTF-8"?><Error><Code>AccessDen08:17
*** hamza has joined #openstack-ansible08:17
achebbaIn fact, i had to set the endpoints of swift to this, without v1 (http://172.29.236.115:8080 instead of http://172.29.236.115:8080/v1):08:17
achebbaopenstack endpoint list |grep swift08:17
achebbaWARNING: openstackclient.common.utils is deprecated and will be removed after Jun 2017. Please use osc_lib.utils08:17
achebba| 06ab07eb626b4307aebf2767df06cdc1 | RegionOne | swift        | object-store    | True    | internal  | http://172.29.236.115:8080                   |08:17
achebba| af8ef5b1503646ed89491b72279acab8 | RegionOne | swift        | object-store    | True    | admin     | http://172.29.236.115:808008:17
achebbabecause when specifying v1 in the endpoint, i get the another error: swift stat08:18
achebbaAccount HEAD failed: http://172.29.236.115:8080/v1 400 Bad Request08:18
achebbacan any one help me with this error?08:18
achebbathe ceph conf is shown here: http://paste.openstack.org/show/602807/08:20
*** SerenaFeng has quit IRC08:22
*** SerenaFeng has joined #openstack-ansible08:24
*** mpranjic has quit IRC08:50
*** pmannidi_ has quit IRC08:51
*** foutatoro has joined #openstack-ansible08:53
*** udesale__ has joined #openstack-ansible09:04
*** karimb has joined #openstack-ansible09:05
*** udesale has quit IRC09:06
*** DimGR has joined #openstack-ansible09:07
*** furlongm has joined #openstack-ansible09:20
*** furlongm has quit IRC09:20
pradiprwtif I want to create some custom network and flavor, how do it while deployment of OSA-AIO..??? can any one please tell me what approach I need to use to achive this ..!!!!09:25
*** fxpester has joined #openstack-ansible09:34
pradiprwtIs it possible using openstack-ansible models to create network or I need to use shell script ...?09:44
*** electrofelix has joined #openstack-ansible09:49
*** electrofelix has quit IRC09:50
*** Jack_Iv has quit IRC09:50
*** electrofelix has joined #openstack-ansible09:53
*** dmellado has quit IRC09:54
odyssey4mepradiprwt you should use the openstack CLI, or you can make use of ansible if you like... that's up to you - but OSA doesn't provide facilities to do that for you because we believe that an openstack administrator should learn how to use openstack, not learn how to use OSA09:54
*** cuongnv has quit IRC09:56
odyssey4meachebba I don't know what guide you followed, but that sounds like a bit of a mess09:56
pjm6good morning all09:59
*** chhavi has quit IRC10:00
*** muxdaemon has joined #openstack-ansible10:02
*** dmellado has joined #openstack-ansible10:02
*** Amit82 has quit IRC10:04
*** SerenaFeng has quit IRC10:07
achebbaodyssey4me I followed the guide http://docs.ceph.com/docs/master/radosgw/keystone/10:10
*** markvoelker has joined #openstack-ansible10:10
*** DimGR has quit IRC10:11
achebbaI adapted the role of ceph in : https://github.com/ceph/ceph-ansible following the first description10:11
*** foutatoro has quit IRC10:12
*** Amit82 has joined #openstack-ansible10:13
achebbahere is the user_ceph.yml http://paste.openstack.org/show/602828/10:14
*** udesale has joined #openstack-ansible10:14
*** markvoelker has quit IRC10:15
*** udesale has quit IRC10:16
*** udesale has joined #openstack-ansible10:16
achebbasorry, here is the whole file: http://paste.openstack.org/show/602829/10:17
*** udesale__ has quit IRC10:17
*** openstackgerrit has quit IRC10:18
*** fabg has joined #openstack-ansible10:23
pradiprwtodyssey4me : Actualy I was thinking, if possible I can write a playbook or some OSA configuration which will run end of the deployment and create some networks and flavors becouse after installation of OSA-AIO there is no flavors or networks ..10:28
*** stuartgr has joined #openstack-ansible10:29
achebba odyssey4me I suspect that the authentication between rgw and keystone is not working because i have the following results10:29
achebbaswift post swift_container10:29
achebbaContainer PUT failed: http://172.29.236.115:8080/swift_container 403 Forbidden  [first 60 chars of response] <?xml version="1.0" encoding="UTF-8"?><Error><Code>AccessDen10:29
odyssey4mepradiprwt the tempest playbook already does that10:29
achebbabut: swift -V 1.0 -A http://172.29.236.115:8080/auth/1.0 -U testuser:swift -K 'yr8FsewjEMNOfynCgVRvBZJ6wOmBej91jeAyVZOf' post swift_container10:30
achebbaworks fine.10:30
odyssey4meachebba yep, most likely - I don't know how the ceph implementation works, but I don't think we have any RGW implementation10:30
*** arslanq has joined #openstack-ansible10:30
arslanqhi guys, can i run all playbooks on one target host only out of all the inventory?10:31
*** Andrew_jedi has joined #openstack-ansible10:31
odyssey4mearslanq yes, just use --limit on the CLI10:32
odyssey4me--limit <host group>10:32
odyssey4meor --limit <host name>10:32
pradiprwtodyssey4me : yes, I have looked into the tempest playbook, but according to my requirement I need to change lots of tempest default variables.10:32
odyssey4mepradiprwt yes, the playbook is for testing10:33
odyssey4meif you want something for production, that's all up to you10:33
arslanqodyssey4me: Thanks, can i provide multiple hosts with --limit flag?10:34
achebbaodyssey4me, yes it's not implemented within the openstack-ansible project so I tried to integrate it. I'll search further about the connexion between rgw and keystone and keep you informed, thank you.10:34
odyssey4mearslanq yes, just comma seperate them10:34
arslanqodyssey4me: Thanks :)10:35
pradiprwtodyssey4me : I have tried to write a playbook for simple flavor creation with refrence of tempest palybook, but it is returning error.. Do you have any refrence to write a playbook to create some openstack resource.10:36
Amit82Hi All,10:36
Amit82I am coming back again to this channel for the problem I specified in the morning10:37
Andrew_jedipradiprwt: you mean nova flavors ?10:38
Amit82I have deployed Openstack Newton using Openstack-Ansible10:39
Amit82Here is my /etc/network/interfaces file from Controller Node: http://paste.openstack.org/show/602836/10:40
*** udesale has quit IRC10:41
pradiprwtAndrew_jedi : yes10:42
*** Jack_Iv has joined #openstack-ansible10:43
pradiprwtAmit82 : Are you able to access VM using floating IP ..?10:43
*** fabg has quit IRC10:44
*** Amit82 has quit IRC10:44
*** fabg has joined #openstack-ansible10:44
Andrew_jedipradiprwt: something like this http://paste.openstack.org/show/602839/10:48
odyssey4mepradiprwt check the ansible website, or google it - there are many10:48
*** karimb has quit IRC10:49
pradiprwtAndrew_jedi :  yes like this only but not by using command line .... can we do the same using some playbook or some user variable ..10:50
Andrew_jedipradiprwt: obviously, you can. You need a playbook to execute these steps.10:51
Andrew_jedipradiprwt: wait, these are api calls, you have to utilize some client10:52
*** furlongm has joined #openstack-ansible10:52
Andrew_jediwhat you can do is to ask ansible to execute this shell script for you10:52
*** Amit82 has joined #openstack-ansible10:52
pradiprwtAndrew_jedi : for command line we need to execute the command from utility conatainer or need to install client to the host ....10:53
pradiprwtHow tempest is creating network and all if we can do like that it will be realy helpfull10:53
Andrew_jedipradiprwt: you can install a client anywhere, all you need is openstack creds10:54
*** fabg has quit IRC10:54
*** DimGR has joined #openstack-ansible10:55
pradiprwtAndrew_jedi : yes or I can execute script to utility container also by using this command "exec 42<test.sh; lxc-attach -n aio1_utility_container-a45353da -- bash /dev/fd/42 </dev/null"10:55
*** fabg has joined #openstack-ansible10:55
*** SerenaFeng has joined #openstack-ansible10:56
pradiprwtI want something like tempest ..10:56
Amit82Hi Again, got disconnected10:57
Amit82Here is my /etc/network/interfaces file from Controller Node: http://paste.openstack.org/show/602836/10:57
Amit82Do you find any problem in here?10:57
Amit82I have 1 Compute and 1 Controller Node in my setup. Each physical node is having two nics. eth0 of each machine is connected to a switch for communication b/w compute and controller node. eth1 of each machine is connected to my lab n/w (192.168.255.XXX).10:57
Amit82I want to ping/access my external lab n/w through my VMs but not able to do so.10:57
Amit82Does eth1 interface in /etc/network/interface file also need to have some br-vlan related configuration10:58
Amit82actually, in my case 172.29.XX.XXX IPs I believe I are internal to communication b/w Infra and Compute nodes etc.10:59
boxrick1Is there any reason id need to use ifenslave-2.6 vs the latest ( ifenslave-2.7 ) on Ubuntu 16.04?10:59
muxdaemonif you want instances on the lab network, yes10:59
boxrick1The Newton guide says to use 2.6 specifically.10:59
Amit82my external n/w (192.168.255.xxx) is accessible through eth1 of both Infra node and Compute node10:59
muxdaemon@Amit82 At least, that's what I'm doing at the moment11:00
muxdaemonIn my set up I have br-mgmt as just an interface, br-vlan as another interface with no IP, br-vxlan and br-storage each have a VLAN off the same 10GbE NIC11:00
Amit82yes, I want to access my lab n/w from instances created in Openstack environment11:01
muxdaemonaccess them from via routing or have them get IPs on that network?11:01
Amit82both11:01
muxdaemonIn Openstack you can have multiple external networks11:01
Amit82first I should be able to access outside n/w through VMs11:02
Amit82and then I will assign floating IPs as well11:02
Amit82so that to have SSH capability11:02
Amit82I am very confused with this now11:03
muxdaemonJoin the club :)11:03
muxdaemonI sounds to me like you want multiple VLANs on the same NIC11:03
Amit82See, I want to access lab n/w from VMs :)11:03
muxdaemonbr-vlan looks to be a convenience for naming and the containers - in installation where I just had everything running on the box I just used the raw NIC11:03
Amit82I have two physical machines with two NICs11:04
muxdaemonThe lab network would need to have no DHCP and a router, I think11:04
muxdaemonthat is, a neutron router, for the cloud-init stuff11:04
Amit82I have attached eth1 of both machines to my lab N/w switch11:04
muxdaemonif I understand, add to to br-vlan11:04
muxdaemonit can be changed later11:05
muxdaemonthe VMs will typically be on an internal network, with access to the lab via a router and NAT and floating IPs11:05
Amit82I have created router etc.11:06
Amit82For this, I have created external n/w, external subnet, external router etc. using the commands mentioned here: http://paste.openstack.org/show/602193/11:06
muxdaemoncan you ping the external router IP?11:06
Amit82192.168.255.85 is the IP which router is getting on external I/F11:07
Amit82VM is able to ping this IP11:07
muxdaemoncan it be pinged from the lab network?11:07
Amit82but my Infra node is even not able to ping it11:07
muxdaemonsounds like it's not connecting to eth111:08
Amit82it was found that br-vlan was attached to eth011:08
muxdaemonif eth0 is on a port with out those tags that'd stop it working11:09
Amit82eth0 is the interface for connection tthese two physical machines (infra1 and compute1)11:09
Amit82then I deleted eth0 from br-vlan and added eth1 on br-vlan11:10
muxdaemonWhat I will say about Openstack networking is that it's a pretty steep learning curve, or at least it was for me11:10
Amit82you installed it using Openstack-Ansible11:10
*** SerenaFeng has quit IRC11:10
Amit82?11:10
muxdaemonif you run tcpdump on eth1 can you see packets from VLAN 255?11:10
muxdaemonI'm about to. Started with Packstack, trying openstack-ansible now11:11
muxdaemonjust setting up the networking11:11
Amit82On controller node, I am seeing this: http://paste.openstack.org/show/602805/11:11
*** manheim has quit IRC11:11
Amit82In these logs, I tried to ping 192.168.255.14 (lab machine) from my VM11:12
odyssey4meboxrick1 I think that's a Trusty holdover - if a later version works, then that's fine - obviously we'd prefer a docs update to inform others11:14
muxdaemonThat looks like the packet is making it to the NIC but not the external network11:14
*** karimb has joined #openstack-ansible11:15
muxdaemonhave a look at ovs-vsctl show11:15
evrardjpmhayden: are you there?11:16
*** smatzek has joined #openstack-ansible11:17
*** Amit82 has quit IRC11:19
boxrick1odyssey4me: Cheers :)11:20
*** chhavi has joined #openstack-ansible11:21
*** openstackgerrit has joined #openstack-ansible11:22
openstackgerritMerged openstack/openstack-ansible stable/ocata: Introduce userspace group_vars and host_vars  https://review.openstack.org/44559111:22
*** karimb has quit IRC11:26
*** manheim has joined #openstack-ansible11:26
*** karimb has joined #openstack-ansible11:29
*** sanfern has quit IRC11:29
*** yolanda has quit IRC11:29
*** sanfern has joined #openstack-ansible11:29
*** gouthamr has joined #openstack-ansible11:30
*** yolanda has joined #openstack-ansible11:34
*** Jack_Iv has quit IRC11:39
*** Jack_Iv has joined #openstack-ansible11:40
*** yolanda has quit IRC11:41
*** Andrew_jedi has quit IRC11:44
*** fabg has quit IRC11:44
*** manheim has quit IRC11:47
*** yolanda has joined #openstack-ansible11:48
*** retreved has joined #openstack-ansible11:50
*** karimb has quit IRC11:55
*** karimb has joined #openstack-ansible11:56
*** faizy has quit IRC11:59
*** yolanda has quit IRC12:05
*** Amit82 has joined #openstack-ansible12:06
Amit82Hi All,12:07
*** SerenaFeng has joined #openstack-ansible12:08
*** smatzek has quit IRC12:08
Amit82I want to create an external n/w but that n/w shouldn't be vlan based12:09
Amit82what options do I have? Considering the Openstack-Ansible deployment12:09
*** smatzek has joined #openstack-ansible12:09
Amit82I have already deployed Openstack Newton using Openstack-Ansible12:09
Amit82basically, what can be the types in "--provider:physical_network="12:11
Amit82is it only flat n/w option which is left?12:11
Amit82Sry, its "--provider:network_type="12:11
*** markvoelker has joined #openstack-ansible12:11
*** MasterOfBugs has quit IRC12:12
*** yolanda has joined #openstack-ansible12:14
*** yolanda has quit IRC12:14
*** yolanda has joined #openstack-ansible12:14
mgariepygood morning everyone !12:16
*** markvoelker has quit IRC12:16
*** SerenaFeng has quit IRC12:19
*** Amit82 has quit IRC12:21
*** Amit82 has joined #openstack-ansible12:22
*** karimb has quit IRC12:24
*** Jack_Iv has quit IRC12:26
*** schwicht has joined #openstack-ansible12:28
*** Jack_Iv has joined #openstack-ansible12:29
*** manheim has joined #openstack-ansible12:33
*** woodard has joined #openstack-ansible12:33
*** askb has quit IRC12:34
*** karimb has joined #openstack-ansible12:34
*** woodard has quit IRC12:35
*** woodard has joined #openstack-ansible12:35
*** cathrich_ has quit IRC12:36
*** schwicht has quit IRC12:36
*** markvoelker has joined #openstack-ansible12:38
*** schwicht has joined #openstack-ansible12:40
muxdaemonI'm having an issue where /etc/resolv.conf it having all entries removed. It seems to be related do dnsmasq. This is on Xenial, stock server installation12:40
openstackgerritMarc Gariépy proposed openstack/openstack-ansible-os_nova master: [WIP] CentOS pkg cleanup  https://review.openstack.org/44591612:40
*** karimb has quit IRC12:43
*** shardy is now known as shardy_lunch12:43
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-repo_build master: Include git clone for packages in requirements  https://review.openstack.org/44592212:43
*** klamath has joined #openstack-ansible12:45
*** klamath has quit IRC12:45
*** karimb has joined #openstack-ansible12:46
*** klamath has joined #openstack-ansible12:46
*** Amit82 has quit IRC12:47
muxdaemonThink is may be unrelated to os-ansible - resolvconf wasn't using the dns-nameservers from the first ip stanza in in the interfaces file12:48
odyssey4memuxdaemon for the containers?12:49
*** SerenaFeng has joined #openstack-ansible12:53
*** SerenaFeng has quit IRC12:54
openstackgerritMarc Gariépy proposed openstack/openstack-ansible-openstack_hosts master: Fix rdo package installation  https://review.openstack.org/44593612:54
*** schwicht has quit IRC12:54
*** gouthamr has quit IRC12:54
*** crushil has joined #openstack-ansible12:55
*** faizy has joined #openstack-ansible12:56
*** foutatoro has joined #openstack-ansible12:57
*** SerenaFeng has joined #openstack-ansible12:57
*** sanfern has quit IRC12:57
*** fabg has joined #openstack-ansible13:00
*** sanfern has joined #openstack-ansible13:00
*** ianychoi has quit IRC13:01
openstackgerritMarc Gariépy proposed openstack/openstack-ansible-os_cinder master: Cleanup pkg installation  https://review.openstack.org/44594013:03
*** SerenaFeng has quit IRC13:04
*** esberglu has joined #openstack-ansible13:04
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_hosts stable/newton: Do not use backports repo if it is deliberately not enabled  https://review.openstack.org/44594413:05
*** SerenaFeng has joined #openstack-ansible13:06
*** manheim_ has joined #openstack-ansible13:08
muxdaemonodyssey4me on the host13:08
muxdaemonmy mistake13:08
odyssey4memuxdaemon yeah, we don't touch the host interfaces13:08
muxdaemonyeah, it's got passed the host setup now, onto infra13:09
*** manheim has quit IRC13:11
*** cathrichardson has joined #openstack-ansible13:11
*** schwicht has joined #openstack-ansible13:12
*** bauruine has quit IRC13:15
openstackgerritKevin Lefevre proposed openstack/openstack-ansible-os_neutron master: Implements internal-dns support  https://review.openstack.org/44595013:16
*** bauruine has joined #openstack-ansible13:16
*** lucasxu has quit IRC13:18
*** bauruine has quit IRC13:20
*** bauruine has joined #openstack-ansible13:21
*** gouthamr has joined #openstack-ansible13:22
hamzydoes anyone know of any rabbit issues with ironic? I am seeing the following http://paste.openstack.org/show/602857/ when trying to boot a bare metal ironic node13:24
*** fabg has quit IRC13:27
*** winggundamth has joined #openstack-ansible13:29
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-repo_build master: Modified repo build for better multi-OS support  https://review.openstack.org/44444513:32
hamzyIand when I attach to the rabbit server all seems well http://paste.openstack.org/show/602861/ at least I think13:33
*** Andrew_jedi has joined #openstack-ansible13:33
*** Amit82 has joined #openstack-ansible13:33
*** smatzek has quit IRC13:35
*** fandi has joined #openstack-ansible13:37
*** fyu has quit IRC13:38
*** fyu1 has joined #openstack-ansible13:38
*** fabg has joined #openstack-ansible13:40
openstackgerritMerged openstack/openstack-ansible-galera_server stable/ocata: Force clean yum metadata when repo config changes  https://review.openstack.org/44556413:40
*** fyu1 is now known as fyu13:40
*** DimGR has quit IRC13:40
*** Andrew_jedi has quit IRC13:44
*** cjloader has joined #openstack-ansible13:47
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-repo_build master: Modified repo build for better multi-OS support  https://review.openstack.org/44444513:47
*** gaudenz has joined #openstack-ansible13:48
*** kylek3h has quit IRC13:49
*** fabg has quit IRC13:52
*** FrankZhang has joined #openstack-ansible13:52
Amit82Hi All,13:53
*** cathrichardson has quit IRC13:53
Amit82I had deployed Openstack Newton using OSA 14.0.813:53
*** markvoelker_ has joined #openstack-ansible13:54
*** Jack_Iv has quit IRC13:54
*** winggundamth has quit IRC13:55
Amit82I deployed it in the following test environment of 2 nodes13:55
*** jmckind has joined #openstack-ansible13:55
*** markvoelker has quit IRC13:55
Amit82Exception to the test environment described above was that flat network was not created13:56
*** SerenaFeng has quit IRC13:56
Amit82actually I was getting error with that13:56
Amit82eth12 interface was not found13:57
odyssey4meI'd appreciate core review for https://review.openstack.org/445922 & https://review.openstack.org/445944 if anyone other than evrardjp has a moment.13:57
Amit82so, someone here suggested me to remove the flat nw requirement from openstack_user_config.yml file and reconfigure neutron13:57
*** smatzek has joined #openstack-ansible13:58
*** udesale has joined #openstack-ansible13:59
Amit82and things were working and I was able to launch instance13:59
*** lwiecek has quit IRC13:59
Amit82but I need flat n/w configuration13:59
Amit82I have again added flat n/w in openstack_user_config.yml13:59
mgariepyodyssey4me, done.14:00
Amit82anybody having any clue that how to fix the issue where eth12 related issue doesn't pops up again14:00
Amit82?14:00
*** Jack_Iv has joined #openstack-ansible14:01
*** SerenaFeng has joined #openstack-ansible14:01
odyssey4methanks mgariepy14:02
odyssey4meAmit82 eth12 is a reference in openstack_user_config for the host bind override... if you have an alternative NIC to attach to then just change the entry, either that or add a veth pair as we do in the example config14:03
openstackgerritMerged openstack/openstack-ansible-lxc_hosts stable/newton: Do not use backports repo if it is deliberately not enabled  https://review.openstack.org/44594414:05
odyssey4meadreznec can you please circulate https://review.openstack.org/444445 for review by everyone at IBM who may be concerned if it gets backported to Newton14:05
*** cathrichardson has joined #openstack-ansible14:05
odyssey4meIt implements OS-specific subfolders in the repo, so it's a pretty big change to backport, but it's necessary to allow Ubuntu Trusty and Ubuntu Xenial to work together in the same environment14:06
odyssey4meNever mind the use-case for Ubuntu/CentOS mixed environments too14:06
Amit82odyssey4me: I am having eth1 which is connected to my lab n/w14:06
Amit82can I use port as eth1 for br-vlan as well in /etc/network/interfaces14:07
Amit82?14:07
odyssey4meAmit82 if you implement a veth peer you can have many, many ports all connected to that NIC14:07
*** shardy_lunch is now known as shardy14:10
adreznecodyssey4me: Will do, thanks for the heads up14:10
Amit82odyssey4me: http://paste.openstack.org/show/602866/, is this what you are suggesting?14:11
Amit82Here I want to use eth1 rather than eth0, so I changed it14:11
odyssey4meAmit82 I'm a bit tied up right now to look in-depth at your proposals. I suggest that you experiment.14:11
*** cjloader has quit IRC14:12
*** lucasxu has joined #openstack-ansible14:12
Amit82odyssey4me: ok, thanks. I will give it a try14:12
*** kylek3h has joined #openstack-ansible14:17
*** kstev__ has joined #openstack-ansible14:20
*** agrebennikov has joined #openstack-ansible14:20
openstackgerritMarc Gariépy proposed openstack/openstack-ansible-os_cinder master: Cleanup pkg installation  https://review.openstack.org/44594014:21
*** acormier has joined #openstack-ansible14:21
openstackgerritMerged openstack/openstack-ansible-repo_build master: Include git clone for packages in requirements  https://review.openstack.org/44592214:22
*** chris_hultin|AWA is now known as chris_hultin14:22
openstackgerritMarc Gariépy proposed openstack/openstack-ansible-os_nova master: [WIP] CentOS pkg cleanup  https://review.openstack.org/44591614:24
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-repo_build stable/ocata: Include git clone for packages in requirements  https://review.openstack.org/44598214:24
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-repo_build stable/newton: Include git clone for packages in requirements  https://review.openstack.org/44598314:25
*** sawblade_ has quit IRC14:29
*** woodard has quit IRC14:29
*** sawblade6 has joined #openstack-ansible14:29
*** woodard has joined #openstack-ansible14:31
*** chris_hultin is now known as chris_hultin|AWA14:32
*** Jack_Iv has quit IRC14:32
*** Jack_Iv has joined #openstack-ansible14:34
*** marst has quit IRC14:36
*** Jack_Iv has quit IRC14:36
*** galstrom_zzz is now known as galstrom14:36
*** chhavi has quit IRC14:38
*** hamza has quit IRC14:41
*** NikhilS has quit IRC14:41
*** marst has joined #openstack-ansible14:42
*** m4rx has joined #openstack-ansible14:43
*** DimGR has joined #openstack-ansible14:44
*** m4rx has quit IRC14:46
mgariepyodyssey4me,  any idea ?  http://logs.openstack.org/40/445940/2/check/gate-openstack-ansible-os_cinder-ansible-func-ubuntu-xenial/e217bfa/logs/openstack/cinder_vol/cinder/cinder-volume.log.txt.gz#_2017-03-15_14_40_21_92714:50
odyssey4memgariepy vgs will come from LVM being installed14:50
mgariepyyes but I don't touch the ubuntu pkg https://review.openstack.org/#/c/445940/14:51
*** cjloader has joined #openstack-ansible14:52
mgariepyi tough it was because i removed libpq-dev but it's not the case.14:52
*** cjloader has quit IRC14:52
*** cjloader has joined #openstack-ansible14:53
odyssey4methat is a bit odd14:53
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Add better support for multi-OS deployments  https://review.openstack.org/44599514:53
*** cathrichardson has quit IRC14:54
mgariepyhttps://bugs.launchpad.net/cinder/+bug/1672577 ?14:54
openstackLaunchpad bug 1672577 in Cinder "create_volume calls get_all_volume_groups is missing argument" [Undecided,In progress] - Assigned to chenhb (chen-haibing1)14:54
*** tonytan4ever has joined #openstack-ansible14:55
*** weezS has quit IRC14:56
*** weezS has joined #openstack-ansible14:56
*** retreved has quit IRC14:57
odyssey4memgariepy it's entirely plausible that the underlying image has change, and we always assumed the package was there14:58
odyssey4methere may be a gap to close14:58
*** cathrichardson has joined #openstack-ansible14:59
odyssey4mecheck whether we install the package in openstack_hosts or one of the other roles14:59
mgariepythe pkg is installed.14:59
mgariepyhttp://logs.openstack.org/40/445940/2/check/gate-openstack-ansible-os_cinder-ansible-func-ubuntu-xenial/e217bfa/console.html#_2017-03-15_14_30_57_43663914:59
mgariepyodyssey4me, i just ran a recheck on : https://review.openstack.org/#/c/443699/ we will see if it's the same error.15:01
*** hamza has joined #openstack-ansible15:02
openstackgerritMerged openstack/openstack-ansible-os_keystone master: Fix CentOS pkg for keystone sasl lib.  https://review.openstack.org/44564215:04
openstackgerritMarc Gariépy proposed openstack/openstack-ansible-os_keystone stable/ocata: Fix CentOS pkg for keystone sasl lib.  https://review.openstack.org/44600015:06
palendaeReviews on https://review.openstack.org/#/c/444532/ would be appreciated15:12
xgermanwonder if I can get some eyes on https://review.openstack.org/#/c/445531/15:13
xgermanodyssey4me?15:13
*** lucasxu has quit IRC15:16
*** rmelero has joined #openstack-ansible15:17
openstackgerritMark Hamzy proposed openstack/openstack-ansible master: Add support to install a molteniron server  https://review.openstack.org/42725515:17
*** fxpester has quit IRC15:25
ArchiFleKsxgerman: andymccr Hi, did you have time test octavia ? I see that some stuff has been added to os_neutron regrading octavia, but what about lxc_container_create ?15:30
*** crushil has quit IRC15:30
xgermancheck out: https://review.openstack.org/#/c/445531/15:30
xgermanthis addresses the container create problem15:30
ArchiFleKsok thanks i'll test it ;)15:32
asettleodyssey4me: yo did we keep the apparmor docs?15:33
asettleOr did we move it into a role15:35
asettleI DONT REMEMBER15:35
odyssey4measettle we don't have any apparmor docs as far as I know15:35
openstackgerritAndrey Grebennikov proposed openstack/openstack-ansible-os_nova master: Fixed error in Galera SSL connection related task  https://review.openstack.org/44449115:35
odyssey4measettle nor have we ever15:36
asettleodyssey4me: we did: https://docs.openstack.org/developer/openstack-ansible/install-guide/overview-security.html#apparmor15:36
asettleWe moved it. Ugh15:36
asettleOr deleted it, I dunno.15:36
asettleWhat we have now: https://docs.openstack.org/project-deploy-guide/openstack-ansible/draft/app-security.html15:37
asettleWe still mention it, but we appear to have... 'lost' it15:37
*** Jeffrey4l has quit IRC15:38
*** SerenaFeng has quit IRC15:39
*** Jeffrey4l has joined #openstack-ansible15:39
*** persia has quit IRC15:42
*** esberglu has left #openstack-ansible15:42
*** persia has joined #openstack-ansible15:45
*** aludwar has quit IRC15:46
*** Amit82 has quit IRC15:48
*** arslanq has quit IRC15:49
*** retreved has joined #openstack-ansible15:50
*** lucasxu has joined #openstack-ansible15:51
muxdaemonI've just installed 15.0.0 on Ubuntu Xenial, but I'm having an issue where image uploads via horizon are attempting to hit the internal/admin address from the client browser, causing a failure15:52
*** retreved_ has joined #openstack-ansible15:54
*** retreved has quit IRC15:55
*** david-lyle has joined #openstack-ansible15:56
jmccrorymuxdaemon : looks like that was fixed in horizon recently https://review.openstack.org/#/c/443090/ , the sha with the included fix is not yet included in openstack-ansible15:57
*** fandi has quit IRC15:57
*** kjw3 has joined #openstack-ansible15:58
*** arslanq has joined #openstack-ansible15:58
muxdaemonis that something that will happen in due course? Doesn't sound something that's worth a bug rep on openstack-ansible15:58
jmccroryyeah, within the next two weeks15:59
muxdaemonok, great. I'll use the cli for now15:59
jmccroryyou could add these to user_variables.yml, re-run repo-build and os-horizon-install to try it now. just remove them prior to your next upgrade of OSA16:00
jmccroryhorizon_git_repo: https://git.openstack.org/openstack/horizon16:00
jmccroryhorizon_git_install_branch: 7670ce095a7da2c762dc269ce886d786b266253216:00
*** sprvn has quit IRC16:00
*** chhavi has joined #openstack-ansible16:00
muxdaemonoh, ok, even better. Thanks16:00
*** fabg has joined #openstack-ansible16:01
odyssey4memuxdaemon jmccrory I think an Ocata SHA bump is scheduled for tomorrow andymccr will need to confirm16:10
andymccrmuxdaemon: jmccrory: indeed! it is!16:10
cloudnullmight someone want to give this a shove through https://review.openstack.org/#/c/444445/ ?16:10
ArchiFleKsxgerman: I think the doc is missing some steps, to install diskimage builder : https://docs.openstack.org/developer/openstack-ansible-os_octavia/configure-octavia.html16:11
odyssey4mejmccrory if you could take a look through https://review.openstack.org/444445 I think that'd be good16:11
odyssey4methe intent is to fix the mixed OS environment16:11
odyssey4methis will help with the newton upgrades16:12
odyssey4melogan- if you have a gap to look to it'd be appreciated16:12
xgermanArchiFleKs : there is a link to the Octavia infromation as well16:12
*** udesale has quit IRC16:12
xgermanbut let me know what I missed and I will add it16:13
cloudnullonce that's in we'll need to move quickly and get https://review.openstack.org/#/c/445995/ through16:13
*** foutatoro has quit IRC16:14
*** karimb has quit IRC16:15
cloudnullandymccr: odyssey4me: looks like we're going to need to tackle cinder in this release16:17
cloudnullhttps://developer.openstack.org/api-ref/block-storage/v2/index.html16:17
cloudnullseems v2 is now deprecated16:17
*** DimGR has quit IRC16:18
andymccrcloudnull: yeah i think there is some work there along with the zero downtime upgrade path for cinder which i believe is pretty good now16:19
*** cathrichardson has quit IRC16:19
cloudnullok16:19
*** cathrichardson has joined #openstack-ansible16:20
*** hamza has quit IRC16:23
*** cathrichardson has quit IRC16:24
*** pradiprwt has quit IRC16:24
*** pradiprwt has joined #openstack-ansible16:25
ArchiFleKsxgerman: I don't know exactly but i'mhavin trouble installing the dependencies on my AIO with all the pip stuff done inside by OSA, may be I should build octavia image on a clean environment16:25
ArchiFleKslike outside the AIO16:26
xgermanit worked on my AIO but that could be the exception16:26
xgermanso try outside the AIO16:26
xgermanI took the same wording as the ironic service ;-)16:26
*** muxdaemo_ has joined #openstack-ansible16:28
*** cathrichardson has joined #openstack-ansible16:29
*** crushil has joined #openstack-ansible16:29
ArchiFleKsxgerman: thanks i'll try16:31
*** LinStatSDR has joined #openstack-ansible16:31
*** LinStatSDR has quit IRC16:31
*** muxdaemon has quit IRC16:31
*** david-lyle_ has joined #openstack-ansible16:34
*** david-lyle has quit IRC16:34
*** faizy has quit IRC16:35
*** LinStatSDR has joined #openstack-ansible16:35
*** LinStatSDR has quit IRC16:36
muxdaemo_well, that resolved the resource being blocked but I'm still getting an error back from Horizon : TypeError: Cannot read property 'data' of undefined .16:37
muxdaemo_seems to be related to https://bugs.launchpad.net/horizon/+bug/163238316:41
openstackLaunchpad bug 1632383 in openstack-ansible "The current Horizon settings indicate no valid image creation methods are available" [Undecided,Confirmed] - Assigned to Praveen N (praveenn)16:41
*** lucasxu has quit IRC16:47
*** lucasxu has joined #openstack-ansible16:48
*** muxdaemo_ has quit IRC16:52
*** muxdaemon has joined #openstack-ansible17:01
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-repo_build master: Modified repo build for better multi-OS support  https://review.openstack.org/44444517:10
cloudnullhad to rebase17:10
cloudnullthanks odyssey4me jmccrory17:10
*** DimGR has joined #openstack-ansible17:12
*** lucasxu has quit IRC17:12
*** lucasxu has joined #openstack-ansible17:13
*** fabg has quit IRC17:21
agrebennikovhey there, anybody is experiencing the issue with os_nova role (ubuntu-fuct) when it cannot connect to the instance via ssh?17:22
*** Jack_Iv has joined #openstack-ansible17:23
muxdaemon On the compute node, neutron and nova have been installed direct on the server, but are still reference the container interfaces. How is the decision to use/not use lxc made?17:27
*** pcaruana has quit IRC17:28
muxdaemonok, I found host_bind_override. Are compute nodes always metal?17:28
*** Jack_Iv has quit IRC17:34
*** Jack_Iv has joined #openstack-ansible17:39
muxdaemonthat fixed it - set host_bind_override to the nic name on the compute node17:40
*** MasterOfBugs has joined #openstack-ansible17:45
evrardjpmgariepy: do you know if the security role configures firewalld?17:47
evrardjpI can grep if you don't know it by heart17:47
*** ianychoi has joined #openstack-ansible17:52
mgariepyevrardjp, I think it was optional17:52
evrardjpyes I just github grepped it17:53
evrardjpwe don't really configure it17:53
*** chhavi has quit IRC17:53
mgariepydefaults/main.yml:security_enable_firewalld: no                                # RHEL-07-04029017:53
evrardjpgithub search is the worst thing ever17:53
mgariepyhaha17:53
mgariepyi'm pretty there are worst things.17:55
mgariepyone of my friend need to work with windows ;p17:55
mgariepyevrardjp, I though that mhayden had added a way to push your firewalld config file somewhere.17:58
*** poopcat has joined #openstack-ansible17:58
*** smatzek_ has joined #openstack-ansible18:00
*** smatzek has quit IRC18:00
agrebennikovmgariepy, any idea why sshing into the instances failing in all tempest tests in os_nova role?18:01
SamYaplecloudnull: wait. cinder support v1 is removed in ocata for nova and v2 is dead now too?18:02
*** aludwar has joined #openstack-ansible18:04
mgariepyagrebennikov, no i don't know.18:04
agrebennikovmgariepy, like this https://review.openstack.org/#/c/445916/18:04
agrebennikovand mine is failing all the time within the last number of days....18:04
*** marst has quit IRC18:05
agrebennikovI thought I'm getting crazy18:05
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-repo_build master: Modified repo build for better multi-OS support  https://review.openstack.org/44444518:05
*** marst has joined #openstack-ansible18:05
mgariepyhehe, you are probably not getting crazy ;)18:05
mgariepyagrebennikov, maybe something changed in nova,cinder,neutron,glance or somewhere else.18:06
agrebennikovhope so... seems something happened after march 1018:06
agrebennikovno, most likely net related18:06
agrebennikovbecause it just cannot ssh into instance18:07
agrebennikoveven though it's been created successfully18:07
agrebennikovand ssh ist times out18:07
agrebennikov*is just18:07
*** lucasxu has quit IRC18:13
*** wklm has quit IRC18:13
*** lucasxu has joined #openstack-ansible18:16
*** pramodrj07 has joined #openstack-ansible18:23
*** MasterOfBugs has quit IRC18:23
*** pramodrj07 has quit IRC18:25
*** MasterOfBugs has joined #openstack-ansible18:25
*** MasterOfBugs has quit IRC18:27
*** smatzek_ has quit IRC18:27
*** MasterOfBugs has joined #openstack-ansible18:27
*** Andrew_jedi has joined #openstack-ansible18:27
*** marst has quit IRC18:28
mgariepyagrebennikov, did you try running the test in a vm ?18:28
*** marst has joined #openstack-ansible18:33
*** karimb has joined #openstack-ansible18:33
*** shardy has quit IRC18:34
*** Jack_Iv has quit IRC18:34
*** Jack_Iv_ has joined #openstack-ansible18:34
*** natarej has quit IRC18:39
*** cathrichardson has quit IRC18:43
*** cathrichardson has joined #openstack-ansible18:44
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/newton: [WIP] Test cutting down lxc_cache packages  https://review.openstack.org/44611918:45
*** hamza has joined #openstack-ansible18:45
*** Jack_Iv_ has quit IRC18:48
*** electrofelix has quit IRC18:48
*** cathrichardson has quit IRC18:49
*** smatzek has joined #openstack-ansible18:51
*** Jack_Iv_ has joined #openstack-ansible18:52
*** karimb has quit IRC18:52
*** marst has quit IRC18:54
*** marst has joined #openstack-ansible18:55
*** Andrew_jedi has quit IRC19:05
openstackgerritMerged openstack/openstack-ansible master: Add vagrantfile for AIO testing  https://review.openstack.org/43825419:06
*** hybridpollo has joined #openstack-ansible19:07
openstackgerritMerged openstack/openstack-ansible-lxc_hosts stable/ocata: CentOS: Ensure that GPG keys are imported  https://review.openstack.org/44551319:08
*** hybridpolio has joined #openstack-ansible19:09
openstackgerritMerged openstack/openstack-ansible-repo_build master: Modified repo build for better multi-OS support  https://review.openstack.org/44444519:10
openstackgerritMerged openstack/openstack-ansible-repo_build stable/newton: Include git clone for packages in requirements  https://review.openstack.org/44598319:11
*** hybridpollo has quit IRC19:12
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Add better support for multi-OS deployments  https://review.openstack.org/44599519:12
*** stuartgr has quit IRC19:13
agrebennikovmgariepy, the one from tempest you mean?19:15
openstackgerritMerged openstack/openstack-ansible-security stable/ocata: Rename vars/common.yml to vars/main.yml  https://review.openstack.org/44539719:15
agrebennikovor just deploy with the change?19:15
*** kstev__ has quit IRC19:15
openstackgerritNolan Brubaker proposed openstack/openstack-ansible-ops master: Add a basic glance API test  https://review.openstack.org/44613119:15
openstackgerritMerged openstack/openstack-ansible-repo_build stable/ocata: Include git clone for packages in requirements  https://review.openstack.org/44598219:16
mgariepyagrebennikov, https://cloudnull.io/2016/08/auto-tests-patches-for-openstack-ansible-with-openstack/19:16
openstackgerritMerged openstack/openstack-ansible-galera_server stable/ocata: Rename vars/common.yml to vars/main.yml  https://review.openstack.org/44557819:19
*** hybridpolio is now known as hybridpollo19:20
*** marst has quit IRC19:22
openstackgerritMerged openstack/openstack-ansible-tests stable/ocata: Make tempest execute by default  https://review.openstack.org/44433219:24
*** cathrichardson has joined #openstack-ansible19:24
openstackgerritMerged openstack/openstack-ansible-os_barbican stable/ocata: Remove git_dest var and extras folder  https://review.openstack.org/44556219:25
*** kstev has joined #openstack-ansible19:26
*** deadnull has joined #openstack-ansible19:27
*** japestinho has quit IRC19:30
*** smatzek has quit IRC19:30
*** kstev_ has joined #openstack-ansible19:32
*** retreved_ has quit IRC19:32
*** retreved has joined #openstack-ansible19:32
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Add better support for multi-OS deployments  https://review.openstack.org/44599519:33
odyssey4mejmccrory can you spot any issues with https://review.openstack.org/445995 ?19:33
*** Andrew_jedi has joined #openstack-ansible19:33
*** kstev has quit IRC19:34
odyssey4meweezS would you mind if I clean up the commit msg in https://review.openstack.org/#/c/445698/ ?19:36
*** foutatoro has joined #openstack-ansible19:36
weezSgo ahead19:37
weezSand tks for doing that.19:37
*** retreved has quit IRC19:37
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-ops master: Fix the kernel version been deployed on VMs  https://review.openstack.org/44569819:38
odyssey4mecloudnull ^19:38
agrebennikovmgariepy, not quite sure I understand what the script does... :/19:39
agrebennikovsorry19:39
*** kylek3h has quit IRC19:42
openstackgerritMerged openstack/openstack-ansible-os_nova stable/ocata: Rename vars/common.yml to vars/main.yml  https://review.openstack.org/44538719:43
*** fandi has joined #openstack-ansible19:43
openstackgerritMerged openstack/openstack-ansible-ops master: Fix the kernel version been deployed on VMs  https://review.openstack.org/44569819:43
*** retreved has joined #openstack-ansible19:45
*** shasha_t- has quit IRC19:45
*** jascott1 has quit IRC19:45
*** nishpatwa007 has quit IRC19:45
*** retreved_ has joined #openstack-ansible19:48
openstackgerritMerged openstack/openstack-ansible-os_neutron stable/ocata: Rename vars/common.yml to vars/main.yml  https://review.openstack.org/44538819:50
*** retreved has quit IRC19:50
openstackgerritMerged openstack/openstack-ansible-os_neutron stable/newton: Rename vars/common.yml to vars/main.yml  https://review.openstack.org/44539619:50
openstackgerritMerged openstack/openstack-ansible-openstack_hosts master: Fix rdo package installation  https://review.openstack.org/44593619:50
*** hybridpollo has quit IRC19:51
*** david-lyle_ is now known as david-lyle19:57
*** rboyapat has joined #openstack-ansible19:58
openstackgerritMerged openstack/openstack-ansible-os_magnum stable/newton: Fix Magnum Cluster TLS assets generation  https://review.openstack.org/44500120:04
openstackgerritMerged openstack/openstack-ansible-os_magnum stable/ocata: Fix Magnum Cluster TLS assets generation  https://review.openstack.org/44500020:04
openstackgerritMerged openstack/openstack-ansible master: Implement fix for Octavia host group name  https://review.openstack.org/44553120:05
*** gus has quit IRC20:07
*** hybridpollo has joined #openstack-ansible20:07
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-openstack_hosts stable/ocata: Fix rdo package installation  https://review.openstack.org/44615720:08
*** gus has joined #openstack-ansible20:09
openstackgerritMerged openstack/openstack-ansible-plugins stable/ocata: Introduce userspace group_vars and host_vars  https://review.openstack.org/44558920:11
openstackgerritMerged openstack/openstack-ansible-plugins stable/newton: Introduce userspace group_vars and host_vars  https://review.openstack.org/44559020:11
openstackgerritMerged openstack/openstack-ansible-rsyslog_server master: Update default rsyslog.conf  https://review.openstack.org/44493220:11
openstackgerritMerged openstack/openstack-ansible-rsyslog_client master: Update default rsyslog.conf  https://review.openstack.org/44470220:12
openstackgerritMerged openstack/openstack-ansible-rsyslog_client master: Fix remote logging template  https://review.openstack.org/44469820:12
*** Jack_Iv_ has quit IRC20:13
*** smatzek has joined #openstack-ansible20:17
*** marst has joined #openstack-ansible20:19
*** marst_ has joined #openstack-ansible20:25
*** smatzek has quit IRC20:25
openstackgerritMerged openstack/openstack-ansible-os_keystone stable/ocata: Fix CentOS pkg for keystone sasl lib.  https://review.openstack.org/44600020:26
*** marst has quit IRC20:28
*** LinStatSDR has joined #openstack-ansible20:31
*** Andrew_jedi has quit IRC20:33
foutatoroHi all, I'm trying to buil OSA but I get an error with the task repo_build http://paste.openstack.org/show/602926/20:34
odyssey4mefoutatoro it looks like you're having a hard time doing the git clones20:35
odyssey4mebad connection?20:35
odyssey4meI expect you can just re-run the playbook20:35
*** retreved_ has quit IRC20:35
*** crushil has quit IRC20:35
openstackgerritNolan Brubaker proposed openstack/openstack-ansible-ops master: Add a basic glance API test  https://review.openstack.org/44613120:35
*** crushil has joined #openstack-ansible20:36
*** marst_ has quit IRC20:36
*** retreved has joined #openstack-ansible20:36
openstackgerritNolan Brubaker proposed openstack/openstack-ansible-ops master: Unify output formatting, add logging  https://review.openstack.org/44453220:37
openstackgerritNolan Brubaker proposed openstack/openstack-ansible-ops master: Add a basic glance API test  https://review.openstack.org/44613120:37
*** LinStatSDR has left #openstack-ansible20:38
*** retreved_ has joined #openstack-ansible20:40
*** stream10 has joined #openstack-ansible20:40
*** gus has quit IRC20:40
foutatoroodyssey4me: I don't have connection issue for cloning git repo but i will re-run the playbook20:41
*** retreved has quit IRC20:41
*** gus has joined #openstack-ansible20:42
*** crushil has quit IRC20:42
openstackgerritJimmy McCrory proposed openstack/openstack-ansible master: [WIP] Test Ansible 2.3.0.0-0.1.rc1  https://review.openstack.org/44617320:47
*** stelouie has joined #openstack-ansible20:52
openstackgerritMerged openstack/openstack-ansible-os_nova stable/ocata: Cleanup nova-placement installation  https://review.openstack.org/44560620:52
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova stable/ocata: Fix default live migration configuration  https://review.openstack.org/44558220:55
*** gouthamr has quit IRC20:55
*** rboyapat has quit IRC20:56
openstackgerritMerged openstack/openstack-ansible-os_nova stable/ocata: Set secontext for /var/lib/nova/  https://review.openstack.org/44560420:59
*** hamza has quit IRC21:00
*** rmelero has quit IRC21:05
*** rmelero has joined #openstack-ansible21:05
*** stream10 has quit IRC21:06
*** kstev_ has quit IRC21:06
*** kstev has joined #openstack-ansible21:07
*** cjloader_ has joined #openstack-ansible21:07
*** rmelero has quit IRC21:10
*** cjloader has quit IRC21:11
*** stelouie has quit IRC21:11
openstackgerritMerged openstack/openstack-ansible stable/newton: Introduce userspace group_vars and host_vars  https://review.openstack.org/44559821:11
*** retreved_ has quit IRC21:11
*** jrobinson has joined #openstack-ansible21:11
*** cjloader_ has quit IRC21:12
*** lucasxu has quit IRC21:12
*** lucasxu has joined #openstack-ansible21:12
*** lucasxu has quit IRC21:12
*** gouthamr has joined #openstack-ansible21:13
*** askb has joined #openstack-ansible21:16
*** FrankZhang has quit IRC21:19
xdfilodyssey4me cloudnull logan- : I've got a ticket open with IBM about the strangeness I am seeing with the storwize cinder driver. While that's bouncing around over there I was wondering if you could think of any reason that the driver would funtion differenlty in an OSA style environment.21:25
xdfilThe main problem with it is that it isn't creating all the hosts on the SAN. It creats one host. Then it tries to map all volumes to that single host instead of the compute node it is suppost to21:26
odyssey4mexdfil that's how the cinder-volume service works21:27
odyssey4methe cinder-volume service will manage all storage, but then the actual mount should happen directly from the compute node to the storage21:28
xdfilI kind of suspect the placement service. like perhaps the driver is looking in a deprecated place for the hostname of the compute node21:28
odyssey4meah, there may be a setting missing or something deprecated... no idea21:28
xdfilbut if I have 5 compute nodes, I should see 5 hosts listed in the SAN21:28
odyssey4mewell, yes - for those that mounted the volumes21:29
xdfilright21:29
odyssey4mebut you should see one *managing* the volumes21:29
xdfilthats not what happens. I see a single host in the SAN and the driver is mapping and removing volumes from the wrong host21:29
*** manheim_ has quit IRC21:31
xdfilI can spin up one instance and it works. If i launch a second instance it will map to the first host even though its not the same compute node. The instance goes into error state and I see " could not log into any iscsi targets" in the logs21:31
xdfilI have it working properly on Newton RDO21:32
xdfilbut its behaving differently on Ocata21:32
xdfilThe newton RDO is not an OSA deployment21:33
odyssey4meheh, clearly21:33
odyssey4mehave you compared config files?21:33
xdfillol right21:33
xdfilyes i've looked at it in depth for about a week21:33
*** tonytan4ever has quit IRC21:34
xdfilHoping IBM comes back with something21:34
*** Jeffrey4l_ has joined #openstack-ansible21:35
*** Jeffrey4l has quit IRC21:35
xdfilBut on a positive note I have OVS working properly, and close to getting the BGP speaker working too.21:36
xdfilI'll have to put an extra veth on my neutron_agents container though21:37
openstackgerritJimmy McCrory proposed openstack/openstack-ansible master: [WIP] Test Ansible 2.3.0.0-0.1.rc1  https://review.openstack.org/44617321:37
xdfilI'm concerned that customizing the container will be broken by the next OSA run though21:37
odyssey4mexdfil it will, very likely - but you should be able to do anything you need through the right application of user space configuration21:38
xdfilit needs an interface on the same subnet as the neutron routers external interface21:39
xdfilmy routers wont add the entries to the routing table because the bgp peer is not in the same subnet as the next hop they are advertizing21:39
odyssey4mexdfil that's unfortunately outside of my wheelhouse21:40
xdfilI had 2 very good network guys try to overcome this and they could not21:40
odyssey4meevrardjp, logan- or cloudnull may be able to help21:40
odyssey4meor maybe jamesdenton when he's around21:40
xdfilI think theres only one way to solve it really21:40
xdfilI need to define a new network in openstack_user_confgi.yml21:41
xdfilsimilar to the vxlan network21:41
xdfilUpdate from IBM!: Our Level 2 is currently waiting for update from Development team on this case.21:42
xdfilyay21:42
openstackgerritAndrey Grebennikov proposed openstack/openstack-ansible-haproxy_server stable/newton: Add http-check options to haproxy service template  https://review.openstack.org/44618621:43
openstackgerritAndrey Grebennikov proposed openstack/openstack-ansible-haproxy_server stable/ocata: Add http-check options to haproxy service template  https://review.openstack.org/44618721:46
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_hosts stable/newton: Cut down default lxc_cache_distro_packages  https://review.openstack.org/44618821:46
*** FrankZhang has joined #openstack-ansible21:46
*** cjloader has joined #openstack-ansible21:47
logan-yep xdfil it does generally sound like some bug with the cinder driver. like either it is passing nova the wrong host to nova to connect to, or adding it wrong in the storwize. at least it seems like its actively being developed https://www.ibm.com/developerworks/community/blogs/8aaf6e95-0915-442b-b03c-fd7f412fe248/entry/IBM_Storage_Drivers_for_OpenStack_Ocata?lang=en21:48
logan-and ++ on adding another bridge for your neutron container21:48
logan-should be pretty straight forward. just prep the bridge on the host beforehand and osa will wire it up based on the config21:49
*** FrankZhang has quit IRC21:51
xdfillogan-: great thanks21:51
*** pmannidi has joined #openstack-ansible21:52
*** jmckind has quit IRC21:54
*** galstrom is now known as galstrom_zzz21:54
*** jamielennox has quit IRC21:55
*** schwicht has quit IRC21:56
openstackgerritMerged openstack/openstack-ansible master: Add better support for multi-OS deployments  https://review.openstack.org/44599521:58
*** esberglu has joined #openstack-ansible22:00
openstackgerritMerged openstack/openstack-ansible-lxc_hosts stable/newton: Cut down default lxc_cache_distro_packages  https://review.openstack.org/44618822:03
*** esberglu has quit IRC22:05
*** cjloader has quit IRC22:05
openstackgerritMerged openstack/openstack-ansible stable/ocata: Use OpenStack-Infra MariaDB mirror in OpenStack-CI  https://review.openstack.org/44488922:05
openstackgerritMerged openstack/openstack-ansible stable/newton: Use OpenStack-Infra MariaDB mirror in OpenStack-CI  https://review.openstack.org/44489022:05
*** acormier has quit IRC22:11
*** acormier has joined #openstack-ansible22:13
*** jamielennox has joined #openstack-ansible22:15
*** acormier has quit IRC22:17
*** esberglu has joined #openstack-ansible22:19
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: [WIP] Test Ansible 2.3.0.0-0.1.rc1  https://review.openstack.org/44617322:23
*** esberglu has quit IRC22:24
*** kjw3 has quit IRC22:25
openstackgerritMerged openstack/openstack-ansible-os_nova stable/ocata: Fix default live migration configuration  https://review.openstack.org/44558222:25
*** rmelero has joined #openstack-ansible22:27
*** Frank has joined #openstack-ansible22:27
*** Frank is now known as LinStatSDR22:27
*** schwicht has joined #openstack-ansible22:31
*** manheim has joined #openstack-ansible22:32
*** vnogin has quit IRC22:41
*** weezS has quit IRC22:44
openstackgerritBjoern Teipel proposed openstack/openstack-ansible-os_nova master: Fix nova-config tag use for kvm hypervisor  https://review.openstack.org/44621422:55
*** LinStatSDR has left #openstack-ansible22:55
*** klamath has quit IRC22:59
*** kjw3 has joined #openstack-ansible23:00
*** schwicht has quit IRC23:00
*** weezS has joined #openstack-ansible23:02
openstackgerritJimmy McCrory proposed openstack/openstack-ansible master: [WIP] Test Ansible 2.3.0.0-0.1.rc1  https://review.openstack.org/44617323:02
openstackgerritAndrey Grebennikov proposed openstack/openstack-ansible-haproxy_server master: Added Haproxy global tunables  https://review.openstack.org/44621923:07
*** muxdaemon has quit IRC23:07
*** MasterOfBugs has quit IRC23:08
*** hybridpollo has quit IRC23:13
*** manheim has quit IRC23:14
*** kstev_ has joined #openstack-ansible23:16
*** kstev has quit IRC23:16
*** acormier has joined #openstack-ansible23:18
*** kstev_ has quit IRC23:21
*** acormier has quit IRC23:22
*** hybridpollo has joined #openstack-ansible23:30
*** agrebennikov has quit IRC23:41
*** mpotdar has joined #openstack-ansible23:49
*** chhavi has joined #openstack-ansible23:49
*** DimGR2 has joined #openstack-ansible23:49
*** DimGR has quit IRC23:51
*** chhavi has quit IRC23:54

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