kolla-slack | <henro001> Oh nice. I also redeploy the pods (with cleanup) after recreating the configmaps. Is there an easier way to apply them if they change? | 00:12 |
---|---|---|
*** emccormick has joined #openstack-kolla | 00:13 | |
*** emccormick has quit IRC | 00:14 | |
*** emccormick has joined #openstack-kolla | 00:14 | |
*** yangyapeng has joined #openstack-kolla | 00:25 | |
*** yangyapeng has quit IRC | 00:30 | |
kolla-slack | <henro001> i guess this does it: kubectl get pod PODNAME -n NAMESPACE -o yaml | kubectl replace --force -f - | 00:33 |
kolla-slack | <henro001> so when I change the wsgi port: ()[root@cinder-api-5656b67c5c-22s56 /]# ss -tunap Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port tcp LISTEN 0 128 *:8776 *:* tcp LISTEN 0 128 | 00:37 |
kolla-slack | *:* | 00:37 |
kolla-slack | <henro001> ()[root@cinder-api-5656b67c5c-22s56 /]# grep 8776 /etc/* -r /etc/haproxy/haproxy.cfg: bind 0.0.0.0:8776 | 00:37 |
*** dave-mccowan has joined #openstack-kolla | 00:42 | |
kolla-slack | <henro001> this is from cinder-api-haproxy config map | 00:47 |
kolla-slack | <henro001> listen api bind 0.0.0.0:8776 server local-api 127.0.0.1:8080 check inter 2000 rise 2 fall 5 | 00:47 |
kolla-slack | <henro001> does it make sense? | 00:48 |
kolla-slack | <henro001> 8080 is not even listening in the container | 00:48 |
hogepodge | If I've redeployed an OpenStack installation, how do I clear out old ceph drives? | 01:15 |
hogepodge | My ceph_osd_x containers are failing | 01:15 |
*** caowei has joined #openstack-kolla | 01:16 | |
*** pengdake has joined #openstack-kolla | 01:16 | |
*** zshi has joined #openstack-kolla | 01:17 | |
*** yangyapeng has joined #openstack-kolla | 01:22 | |
*** zhubingbing_ has joined #openstack-kolla | 01:26 | |
*** caoyuan has joined #openstack-kolla | 01:28 | |
*** caoyuan_ has quit IRC | 01:28 | |
*** zhubingbing has quit IRC | 01:28 | |
*** zhaochao has joined #openstack-kolla | 01:31 | |
kolla-slack | <henro001> @inc0 i changed the the wsgi listen port to 8080 (which makes sense from the haproxy configuration) and also had to set up permission on cinder-wsgi.log | 01:34 |
kolla-slack | <henro001> [kuber@li03-01 kolla-bringup]$ kubectl -n kolla get pod | grep cinder cinder-api-5656b67c5c-mx9dx 3/3 Running 0 14m cinder-scheduler-0 1/1 Running 0 2h | 01:35 |
kolla-slack | <inc0> Hodgepodge if you want to re deploy on fresh drives, just add bootstrap flag again | 01:36 |
kolla-slack | <inc0> hogepodge ^ | 01:36 |
hogepodge | ah, ok | 01:36 |
hogepodge | inc0: turns out that's not the real problem I'm seeing. For some reason openstack image create is hanging | 01:37 |
hogepodge | no information in the glance api or registry logs | 01:37 |
hogepodge | :-/ | 01:37 |
kolla-slack | <inc0> Well if ceph is unhealthy you might see that | 01:38 |
kolla-slack | <inc0> Check ceph -s in container | 01:39 |
kolla-slack | <inc0> Maybe you just need to adjust placement groups | 01:39 |
hogepodge | inc0: that's the issue. even though I configured glance to use file it defaults to ceph | 01:40 |
hogepodge | how do I reset the bootstrap flag? | 01:41 |
kolla-slack | <inc0> Just add bootstrap label again | 01:41 |
kolla-slack | <inc0> But if that's pg/pgp issue, you can edit it with single Conan | 01:42 |
kolla-slack | <inc0> Command | 01:42 |
kolla-slack | <inc0> No need to redeploy | 01:43 |
*** dardelean has joined #openstack-kolla | 01:44 | |
*** salv-orlando has joined #openstack-kolla | 01:45 | |
*** dardelean has quit IRC | 01:48 | |
*** hongbin has joined #openstack-kolla | 01:49 | |
*** unicell has joined #openstack-kolla | 01:50 | |
*** unicell has quit IRC | 01:50 | |
*** zhangfei has joined #openstack-kolla | 01:51 | |
*** unicell has joined #openstack-kolla | 01:51 | |
*** unicell has quit IRC | 01:51 | |
*** zhangfei has quit IRC | 01:53 | |
*** zhangfei has joined #openstack-kolla | 01:53 | |
*** kevzha01 has joined #openstack-kolla | 01:57 | |
*** kevzha01 is now known as kevinz | 01:58 | |
zhubingbing_ | Hi guys | 01:58 |
*** zhangfei has quit IRC | 02:04 | |
*** itlinux has joined #openstack-kolla | 02:13 | |
*** zhangfei has joined #openstack-kolla | 02:18 | |
*** harlowja has quit IRC | 02:18 | |
*** salv-orlando has quit IRC | 02:33 | |
*** salv-orlando has joined #openstack-kolla | 02:33 | |
emccormick | Hey inc0 One more kolla-build issue. When it's building containers: I seem to get some pushed into the local registry, but most fail with this | 02:37 |
emccormick | File "/usr/lib/python2.7/site-packages/docker/api/image.py", line 451, in push | 02:37 |
emccormick | header = auth.get_config_header(self, registry) | 02:37 |
*** salv-orlando has quit IRC | 02:38 | |
emccormick | the ever popular unknown error | 02:38 |
*** masahisa has quit IRC | 02:40 | |
*** itlinux has quit IRC | 02:43 | |
*** chmarkus has quit IRC | 02:45 | |
*** chmarkus has joined #openstack-kolla | 02:46 | |
*** dave-mccowan has quit IRC | 02:48 | |
*** dave-mccowan has joined #openstack-kolla | 03:08 | |
*** caoyuan_ has joined #openstack-kolla | 03:22 | |
*** skramaja has joined #openstack-kolla | 03:23 | |
*** dave-mccowan has quit IRC | 03:33 | |
*** masahisa has joined #openstack-kolla | 03:35 | |
*** unicell has joined #openstack-kolla | 03:38 | |
*** pengdake has quit IRC | 03:38 | |
*** pengdake_ has joined #openstack-kolla | 03:38 | |
*** coolsvap has joined #openstack-kolla | 03:45 | |
*** unicell has quit IRC | 03:46 | |
*** pengdake_ has quit IRC | 03:46 | |
*** ArminderSingh has quit IRC | 03:49 | |
*** hongbin has quit IRC | 03:55 | |
*** caoyuan_ has quit IRC | 03:55 | |
SamYaple | emccormick: full stacktrace? | 03:57 |
*** ArminderSingh has joined #openstack-kolla | 04:01 | |
*** rajivk has joined #openstack-kolla | 04:07 | |
*** rajivk has left #openstack-kolla | 04:07 | |
*** caoyuan_ has joined #openstack-kolla | 04:10 | |
*** caowei has quit IRC | 04:11 | |
*** caowei has joined #openstack-kolla | 04:13 | |
*** goldyfruit has quit IRC | 04:15 | |
*** devananda has quit IRC | 04:22 | |
*** lpetrut has joined #openstack-kolla | 04:41 | |
*** rajivk has joined #openstack-kolla | 04:45 | |
*** harlowja has joined #openstack-kolla | 04:46 | |
*** zhangfei has quit IRC | 04:46 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible master: Update install ntp to enable chrony container https://review.openstack.org/530039 | 04:52 |
*** rajivk has left #openstack-kolla | 04:56 | |
*** pengdake_ has joined #openstack-kolla | 04:57 | |
*** pengdake_ has quit IRC | 05:03 | |
*** zhangfei has joined #openstack-kolla | 05:03 | |
*** zhurong has quit IRC | 05:07 | |
*** lpetrut has quit IRC | 05:08 | |
*** harlowja has quit IRC | 05:11 | |
*** janki has joined #openstack-kolla | 05:15 | |
*** lpetrut has joined #openstack-kolla | 05:16 | |
*** itlinux has joined #openstack-kolla | 05:17 | |
*** gkadam has joined #openstack-kolla | 05:25 | |
*** daidv has quit IRC | 05:26 | |
sdake_ | hogepodge the other thing that is needed is the /etc/fstab mountpoint for ceph should be removed. | 05:30 |
*** sdake_ is now known as sdake | 05:30 | |
*** lpetrut has quit IRC | 05:32 | |
*** mdnadeem has joined #openstack-kolla | 05:44 | |
*** zhangfei has quit IRC | 05:54 | |
*** itlinux has quit IRC | 05:55 | |
*** hw_wutianwei has quit IRC | 05:59 | |
*** hw_wutianwei has joined #openstack-kolla | 05:59 | |
*** pengdake_ has joined #openstack-kolla | 06:01 | |
*** jchhatbar has joined #openstack-kolla | 06:06 | |
*** janki has quit IRC | 06:06 | |
*** zhangfei has joined #openstack-kolla | 06:07 | |
*** lpetrut has joined #openstack-kolla | 06:11 | |
*** rajivk has joined #openstack-kolla | 06:17 | |
*** lpetrut has quit IRC | 06:18 | |
*** rajivk has quit IRC | 06:22 | |
*** rajivk has joined #openstack-kolla | 06:29 | |
*** rajivk_ has joined #openstack-kolla | 06:30 | |
*** rajivk has quit IRC | 06:30 | |
*** rajivk_ has quit IRC | 06:32 | |
*** threestrands has quit IRC | 06:40 | |
*** unicell has joined #openstack-kolla | 06:50 | |
*** cah_link has joined #openstack-kolla | 06:57 | |
*** rwsu has joined #openstack-kolla | 07:01 | |
*** AJaeger has left #openstack-kolla | 07:02 | |
*** olivierbourdon38 has quit IRC | 07:06 | |
*** caoyuan_ has quit IRC | 07:09 | |
*** ipsecguy_ has joined #openstack-kolla | 07:09 | |
*** zhurong has joined #openstack-kolla | 07:09 | |
*** egonzalez has joined #openstack-kolla | 07:10 | |
*** ipsecguy has quit IRC | 07:13 | |
*** jchhatba_ has joined #openstack-kolla | 07:20 | |
*** b_bezak has joined #openstack-kolla | 07:21 | |
*** jchhatbar has quit IRC | 07:23 | |
*** lpetrut has joined #openstack-kolla | 07:24 | |
*** b_bezak has quit IRC | 07:25 | |
*** xytis_ has joined #openstack-kolla | 07:33 | |
*** rajivk has joined #openstack-kolla | 07:34 | |
openstackgerrit | wangwei proposed openstack/kolla-ansible master: Fix ipc_mode comparison in the latest docker https://review.openstack.org/541160 | 07:35 |
*** rajivk has quit IRC | 07:39 | |
*** lvdombrkr has joined #openstack-kolla | 07:39 | |
*** olivierbourdon38 has joined #openstack-kolla | 07:43 | |
*** unicell has quit IRC | 07:55 | |
*** b_bezak has joined #openstack-kolla | 08:11 | |
*** jchhatba_ has quit IRC | 08:12 | |
*** jchhatba_ has joined #openstack-kolla | 08:12 | |
*** pcaruana has joined #openstack-kolla | 08:14 | |
*** caoyuan_ has joined #openstack-kolla | 08:22 | |
openstackgerrit | Tone Zhang proposed openstack/kolla-ansible master: Fix Ceph and Swift precheck error https://review.openstack.org/541180 | 08:32 |
*** lvdombrkr89 has joined #openstack-kolla | 08:36 | |
*** lvdombrkr has quit IRC | 08:37 | |
*** zhurong has quit IRC | 08:38 | |
*** dardelean has joined #openstack-kolla | 08:45 | |
*** dardelean has quit IRC | 08:47 | |
*** dardelean has joined #openstack-kolla | 08:47 | |
*** frti has joined #openstack-kolla | 08:48 | |
*** rajivk has joined #openstack-kolla | 08:49 | |
*** ktibi has joined #openstack-kolla | 08:51 | |
*** mgoddard_ has joined #openstack-kolla | 08:54 | |
*** zhurong has joined #openstack-kolla | 09:03 | |
*** gfidente has joined #openstack-kolla | 09:04 | |
*** gfidente has quit IRC | 09:04 | |
*** gfidente has joined #openstack-kolla | 09:04 | |
*** xytis_ has quit IRC | 09:04 | |
*** xytis_ has joined #openstack-kolla | 09:05 | |
*** threestrands has joined #openstack-kolla | 09:06 | |
*** jaosorior has quit IRC | 09:06 | |
*** xytis_ has quit IRC | 09:06 | |
*** xytis_ has joined #openstack-kolla | 09:06 | |
openstackgerrit | Saravanan KR proposed openstack/kolla master: Add DPDK support for centos and rhel family in ovsdpdk container https://review.openstack.org/512247 | 09:11 |
*** rajivk has left #openstack-kolla | 09:13 | |
egonzalez | ktibi, does this change also fix the etcd issue https://review.openstack.org/#/c/540881/4/ansible/roles/skydive/templates/skydive-analyzer.conf.j2 ? | 09:13 |
*** masahisa_ has joined #openstack-kolla | 09:15 | |
*** masahisa has quit IRC | 09:16 | |
*** xytis_ has quit IRC | 09:18 | |
*** threestrands has quit IRC | 09:21 | |
*** frti_ has joined #openstack-kolla | 09:21 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible master: Fix the warning when reload the docker https://review.openstack.org/540644 | 09:22 |
*** xytis_ has joined #openstack-kolla | 09:24 | |
*** frti_ has quit IRC | 09:25 | |
*** frti has quit IRC | 09:25 | |
kolla-slack | <chnmyron> Hi | 09:27 |
*** masahisa has joined #openstack-kolla | 09:28 | |
*** jaosorior has joined #openstack-kolla | 09:29 | |
*** xytis_ has quit IRC | 09:29 | |
*** masahisa_ has quit IRC | 09:30 | |
*** xytis_ has joined #openstack-kolla | 09:31 | |
caoyuan_ | :) | 09:33 |
*** xytis_ has quit IRC | 09:36 | |
*** xytis_ has joined #openstack-kolla | 09:37 | |
*** xytis_ has quit IRC | 09:41 | |
*** xytis_ has joined #openstack-kolla | 09:43 | |
*** zhangfei has quit IRC | 09:44 | |
openstackgerrit | Kevin Tibi proposed openstack/kolla-ansible master: Fix cluster mode for skydive https://review.openstack.org/540881 | 09:44 |
*** xytis_ has quit IRC | 09:47 | |
*** xytis_ has joined #openstack-kolla | 09:49 | |
openstackgerrit | Tone Zhang proposed openstack/kolla-ansible master: Fix Ceph and Swift precheck error https://review.openstack.org/541180 | 09:52 |
*** xytis_ has quit IRC | 09:54 | |
dtk | Hi everyone | 09:54 |
dtk | Could somebody please spare a bit of time to review a backport to stable please? | 09:55 |
dtk | https://review.openstack.org/#/c/540940/ | 09:55 |
dtk | Thanks! | 09:55 |
*** zhangfei has joined #openstack-kolla | 09:56 | |
*** rmart04 has joined #openstack-kolla | 09:58 | |
*** root__ has joined #openstack-kolla | 09:58 | |
*** lvdombrkr89 has quit IRC | 09:58 | |
*** caoyuan__ has joined #openstack-kolla | 10:06 | |
*** janki has joined #openstack-kolla | 10:06 | |
*** caoyuan__ has quit IRC | 10:06 | |
*** jchhatba_ has quit IRC | 10:07 | |
*** caoyuan has quit IRC | 10:09 | |
*** caoyuan_ has quit IRC | 10:09 | |
*** zshi has quit IRC | 10:15 | |
*** pengdake_ has quit IRC | 10:16 | |
*** caoyuan has joined #openstack-kolla | 10:17 | |
*** caoyuan has quit IRC | 10:22 | |
*** caoyuan has joined #openstack-kolla | 10:26 | |
*** zshi has joined #openstack-kolla | 10:27 | |
-openstackstatus- NOTICE: Our Zuul infrastructure is currently experiencing some problems and processing jobs very slowly, we're investigating. Please do not approve or recheck changes for now. | 10:30 | |
*** caowei has quit IRC | 10:30 | |
*** caoyuan has quit IRC | 10:31 | |
*** n0isyn0ise has joined #openstack-kolla | 10:33 | |
*** tvignaud_ has joined #openstack-kolla | 10:34 | |
*** jmccarthy has joined #openstack-kolla | 10:34 | |
*** tvignaud has quit IRC | 10:36 | |
*** xytis_ has joined #openstack-kolla | 10:43 | |
*** sambetts|afk is now known as sambetts | 10:54 | |
*** gfidente has quit IRC | 11:02 | |
*** gfidente has joined #openstack-kolla | 11:05 | |
*** gfidente has quit IRC | 11:05 | |
*** gfidente has joined #openstack-kolla | 11:05 | |
*** root__ is now known as lvdombrkr | 11:20 | |
*** zhangfei has quit IRC | 11:22 | |
jmccarthy | With kolla-ansible upgrade, what determines the order the upgrade runs ? | 11:26 |
*** gkadam is now known as gkadam-brb | 11:27 | |
*** xytis_ has quit IRC | 11:27 | |
*** mnasiadka has joined #openstack-kolla | 11:27 | |
*** xytis_ has joined #openstack-kolla | 11:27 | |
jmccarthy | Is it the order as listed in the inventory file ? | 11:31 |
egonzalez | jmccarthy, https://github.com/openstack/kolla-ansible/blob/master/ansible/site.yml | 11:35 |
jmccarthy | egonzalez: Of course .. Thanks ! My head Zzz can't think straight at the moment =] | 11:36 |
*** zhangfei has joined #openstack-kolla | 11:38 | |
*** kevzha01_ has joined #openstack-kolla | 11:41 | |
*** tone_z has joined #openstack-kolla | 11:42 | |
*** kevzha01__ has joined #openstack-kolla | 11:42 | |
*** kevinz has quit IRC | 11:45 | |
*** tone_zrt has quit IRC | 11:45 | |
*** kevzha01_ has quit IRC | 11:46 | |
jmccarthy | In general, for upgrades, users should upgrade existing services/containers first, and *then deal with upgrading kolla-ansible itself, configuring new services etc, correct ? I didn't see anything about this in the guide (or I missed it) | 11:47 |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla stable/pike: Remove the unsupported 'insecure_registry' for >=docker 3.0.0 https://review.openstack.org/541248 | 11:48 |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla stable/ocata: Remove the unsupported 'insecure_registry' for >=docker 3.0.0 https://review.openstack.org/541249 | 11:48 |
*** gkadam-brb is now known as gkadam | 11:49 | |
egonzalez | jmccarthy, upgrade kolla, build new images, upgrade kolla-ansible, pull new images, upgrade services | 11:51 |
jmccarthy | egonzalez: Yea that's what I thought, generally, upgrade kolla-ansible post kolla, and then deal with new services, kk cool | 11:53 |
egonzalez | jmccarthy, yeah, add new services is not part of upgrade, should be done afterwards in a deploy | 11:54 |
*** xytis_ has quit IRC | 11:55 | |
*** masahisa has quit IRC | 12:04 | |
*** olivierbourdon38 has quit IRC | 12:11 | |
*** absubram has joined #openstack-kolla | 12:25 | |
*** xytis_ has joined #openstack-kolla | 12:25 | |
*** b_bezak has quit IRC | 12:30 | |
*** xytis_ has quit IRC | 12:30 | |
*** xytis_ has joined #openstack-kolla | 12:31 | |
*** xytis_ has quit IRC | 12:36 | |
jmccarthy | egonzalez: Oh hang on I have something backwards | 12:40 |
*** yangyapeng has quit IRC | 12:52 | |
*** rhallisey has joined #openstack-kolla | 12:53 | |
*** yangyapeng has joined #openstack-kolla | 12:53 | |
*** yangyapeng has quit IRC | 12:53 | |
*** coolsvap has quit IRC | 12:54 | |
*** yangyapeng has joined #openstack-kolla | 12:54 | |
*** goldyfruit has joined #openstack-kolla | 12:56 | |
*** goldyfruit has quit IRC | 12:56 | |
*** takamatsu has joined #openstack-kolla | 12:56 | |
*** xytis_ has joined #openstack-kolla | 12:58 | |
*** rhallisey has quit IRC | 12:59 | |
*** rhallisey has joined #openstack-kolla | 12:59 | |
jmccarthy | egonzalez: When going from pike --> queens(master) , don't need to upgrade the ansible (kolla-ansible) parts *before upgrading kolla (the containers) ? | 13:00 |
jmccarthy | *don't I need | 13:00 |
*** zhurong_ has joined #openstack-kolla | 13:01 | |
*** yangyapeng has quit IRC | 13:02 | |
*** zhurong has quit IRC | 13:08 | |
*** jbadiapa has joined #openstack-kolla | 13:09 | |
*** jbadiapa has quit IRC | 13:14 | |
dtk | Well, in theory | 13:14 |
dtk | the old version does not now how to upgrade to a newer version | 13:14 |
dtk | so yes] | 13:14 |
dtk | most probably you'd need to install queens first | 13:15 |
openstackgerrit | Kevin Tibi proposed openstack/kolla-ansible master: Fix cluster mode for skydive https://review.openstack.org/540881 | 13:15 |
*** holo_ has joined #openstack-kolla | 13:20 | |
holo_ | Hello. Im cameing back againw with same problem: https://serverfault.com/questions/894998/openstack-kolla-installation-association-of-floating-ip-not-working | 13:21 |
holo_ | I reconfigure my servers and used hardware interfaces instead of vlans | 13:22 |
*** mrunge_ has joined #openstack-kolla | 13:22 | |
holo_ | yesterday i reinstall all of them with ubuntu instead of centos and install everything according to kolla docs again from scratch | 13:22 |
holo_ | and on ubuntu same problem appear | 13:23 |
holo_ | everything looks is working expect that i can not assigne fixed ip to instance | 13:23 |
*** jaosorior has quit IRC | 13:23 | |
*** mrunge has quit IRC | 13:24 | |
holo_ | what is strange router public ip is assigned without problem | 13:24 |
holo_ | what can i do more? | 13:24 |
holo_ | manuall installation instead of kolla? Did anyone had same problem like me? | 13:24 |
holo_ | where can i find some help for kolla installation? | 13:25 |
egonzalez | holo_, do your control/network nodes have connectivity to the public network range? | 13:27 |
egonzalez | looks like no interface is able to know where to find the instance *routes | 13:27 |
holo_ | yes i can ping router public ip which is in same network | 13:27 |
egonzalez | holo_, whats the network configuration? how are created, interfaces attached on which vlans, etc | 13:28 |
holo_ | from the instnace i can ping "outside world" and other instances in same private subnet | 13:28 |
holo_ | right now im using just hw interfaces.. one sec will paste all configs in paste bin again | 13:29 |
*** dave-mccowan has joined #openstack-kolla | 13:29 | |
holo_ | https://pastebin.com/4yE5Nfv2 | 13:29 |
holo_ | here is what is not working and how im trying to accheve it | 13:29 |
*** yangyapeng has joined #openstack-kolla | 13:30 | |
holo_ | my actuall interfaces on compute and controller instance:Lhttps://pastebin.com/tjAEy4A6 | 13:30 |
holo_ | https://pastebin.com/tjAEy4A6 | 13:31 |
holo_ | my global file: | 13:31 |
holo_ | https://pastebin.com/QfMuvkN8 | 13:31 |
*** xytis_ has quit IRC | 13:31 | |
holo_ | https://pastebin.com/MPNerCfi | 13:35 |
holo_ | router public ip like we can see here is pingable | 13:35 |
*** dave-mccowan has quit IRC | 13:35 | |
holo_ | engonzalez: what more checks configs can be usefull to find out problem? | 13:36 |
*** dave-mcc_ has joined #openstack-kolla | 13:37 | |
holo_ | https://pastebin.com/2dfFAGFg | 13:37 |
*** xytis_ has joined #openstack-kolla | 13:38 | |
*** yangyapeng has quit IRC | 13:38 | |
holo_ | ping from qrouter netns on compute node is going to instance ip | 13:38 |
holo_ | (not working from controller | 13:38 |
holo_ | can it be issue? | 13:38 |
holo_ | maybe i missed some setting in global config? | 13:41 |
*** xytis_ has quit IRC | 13:42 | |
*** pengdake_ has joined #openstack-kolla | 13:43 | |
*** caoyuan has joined #openstack-kolla | 13:43 | |
*** pengdake_ has quit IRC | 13:43 | |
*** xytis_ has joined #openstack-kolla | 13:44 | |
*** janki has quit IRC | 13:44 | |
holo_ | https://pastebin.com/GTB1wtCH | 13:44 |
holo_ | here only uncommented lines from global | 13:44 |
*** yangyapeng has joined #openstack-kolla | 13:44 | |
holo_ | i tried linuxbridge instead of openvswitch - did not help | 13:45 |
*** celo_r has joined #openstack-kolla | 13:48 | |
holo_ | i just login to instance via horizon and pings are working so underlaying networking i think is ok | 13:49 |
*** xytis_ has quit IRC | 13:49 | |
*** yangyapeng has quit IRC | 13:50 | |
*** masahisa has joined #openstack-kolla | 13:50 | |
*** xytis_ has joined #openstack-kolla | 13:50 | |
holo_ | what else i can say.. when i cretae instance connected directly to public network it working to and i can ssh to it | 13:50 |
holo_ | i can use it as router but it is not a isse solve but only workaround | 13:51 |
holo_ | anyone? | 13:51 |
*** zhurong_ has quit IRC | 13:52 | |
holo_ | should i report a bug? | 13:52 |
*** masahisa_ has joined #openstack-kolla | 13:54 | |
*** masahisa has quit IRC | 13:55 | |
*** xytis_ has quit IRC | 13:55 | |
*** xytis_ has joined #openstack-kolla | 13:58 | |
*** masahisa_ has quit IRC | 13:59 | |
*** hrw has quit IRC | 13:59 | |
*** goldyfruit has joined #openstack-kolla | 14:00 | |
jmccarthy | If using pip (vs repo) to install pike, should this work ? 'pip install kolla-ansible==5' | 14:01 |
*** hrw has joined #openstack-kolla | 14:01 | |
*** skramaja has quit IRC | 14:02 | |
*** caoyuan_ has joined #openstack-kolla | 14:03 | |
*** xytis_ has quit IRC | 14:03 | |
*** jaosorior has joined #openstack-kolla | 14:04 | |
*** xytis_ has joined #openstack-kolla | 14:04 | |
holo_ | Did anyone looks at my configs? They are looking ok? | 14:05 |
*** celo_r has quit IRC | 14:05 | |
*** caoyuan_ has quit IRC | 14:07 | |
pbourke | jmccarthy: I think it should | 14:07 |
jmccarthy | pbourke: Will find out shortly =] | 14:09 |
*** jrist has quit IRC | 14:11 | |
holo_ | should fixed ip be pingable in qurouter namespace from controler node when using DVR? | 14:11 |
*** yangyapeng has joined #openstack-kolla | 14:11 | |
*** jrist has joined #openstack-kolla | 14:12 | |
*** bmace_ has quit IRC | 14:16 | |
*** b_bezak has joined #openstack-kolla | 14:25 | |
egonzalez | holo_, share docker exec openvswitch_db ovs-vsctl show from net and compute hosts | 14:25 |
holo_ | here it is: https://pastebin.com/fDgCWe38 | 14:29 |
holo_ | egonzalez: * | 14:29 |
holo_ | egonzalez: network host is same server with controller | 14:31 |
holo_ | egonzalez: https://pastebin.com/UPnF6h4Q <--- multinode inventory file | 14:32 |
*** david-lyle has quit IRC | 14:34 | |
egonzalez | holo_, eno1 interfaces are down | 14:37 |
egonzalez | should be up without IP address | 14:37 |
holo_ | oo yes i bring it up manually after i paste it | 14:37 |
holo_ | but still that same (you can see i can ping router public ip i couldn't do that wihtout bring it up) | 14:38 |
holo_ | and i do not have any ip on it | 14:39 |
*** zhangfei has quit IRC | 14:39 | |
holo_ | https://pastebin.com/XwCCHHbj <-- here You can see | 14:40 |
egonzalez | holo_, neutron (net-subnet) show of each network output | 14:41 |
*** gkadam has quit IRC | 14:44 | |
holo_ | root@ctrl00:~# neutron net-subnet show | 14:44 |
holo_ | neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. | 14:44 |
holo_ | Unknown command [u'net-subnet', u'show'] | 14:44 |
holo_ | root@ctrl00:~# | 14:44 |
holo_ | ok i have openstack command | 14:45 |
holo_ | https://pastebin.com/2XSLZSrq | 14:46 |
holo_ | here it is. I created it with init-runonce script (some time ago i tried to do this manually but result was same everything is working but FIP not) | 14:47 |
holo_ | floating ip i created such way: openstack floating ip create public1 | 14:48 |
egonzalez | holo_, init-runonce script should be customized with your network ranges | 14:48 |
holo_ | it is | 14:48 |
holo_ | root@ctrl00:~# cat /usr/local/share/kolla-ansible/init-runonce |grep NET | 14:49 |
holo_ | EXT_NET_CIDR='192.168.11.0/24' | 14:49 |
holo_ | EXT_NET_RANGE='start=192.168.11.10,end=192.168.11.200' | 14:49 |
holo_ | EXT_NET_GATEWAY='192.168.11.1' | 14:49 |
holo_ | --allocation-pool ${EXT_NET_RANGE} --network public1 \ | 14:49 |
holo_ | --subnet-range ${EXT_NET_CIDR} --gateway ${EXT_NET_GATEWAY} public1-subnet | 14:49 |
holo_ | DEMO_NET_ID=$(openstack network list | awk '/ demo-net / {print $2}') | 14:49 |
holo_ | --nic net-id=${DEMO_NET_ID} \\ | 14:49 |
holo_ | root@ctrl00:~# | 14:49 |
holo_ | same like public network and router public ip which is pingable | 14:49 |
holo_ | egonzalez, * | 14:51 |
*** mdnadeem has quit IRC | 14:52 | |
*** zhangfei has joined #openstack-kolla | 14:53 | |
*** lpetrut has quit IRC | 14:53 | |
*** derekjhyang has quit IRC | 14:55 | |
*** derekjhyang has joined #openstack-kolla | 14:56 | |
*** kiennt26 has joined #openstack-kolla | 14:57 | |
holo_ | egonzalez: https://pastebin.com/sFugQBwG <-- my docker services, maybe here is something missing? | 15:02 |
egonzalez | holo_, bootstrap_heat containers shouldnt be there if deployment succeed | 15:03 |
holo_ | hmm.. i can run it again (but i did not have any errors). Starting it | 15:04 |
*** zhangfei has quit IRC | 15:04 | |
egonzalez | holo_, first destroy | 15:05 |
holo_ | ok | 15:05 |
egonzalez | keep the environment clean before deploy | 15:05 |
egonzalez | ensure prechecks pass | 15:05 |
*** zhubingbing has joined #openstack-kolla | 15:07 | |
*** zshi has quit IRC | 15:07 | |
*** lvdombrkr has quit IRC | 15:08 | |
zhubingbing | hi guys | 15:10 |
*** lvdombrkr has joined #openstack-kolla | 15:10 | |
holo_ | in prechecks i turned of docker version check ( i have installed newest one docker-ce like it was in docs but this not going trough docker version check) | 15:11 |
holo_ | root@ctrl00:~# docker -v | 15:11 |
holo_ | Docker version 18.01.0-ce, build 03596f5 | 15:11 |
holo_ | root@ctrl00:~# | 15:11 |
*** mnasiadka has quit IRC | 15:11 | |
holo_ | rest of prechecks are without any problem | 15:11 |
zhubingbing | @helo_ you can skip prechecks | 15:12 |
chandankumar | mandre: Anything more to add in this? https://review.openstack.org/537807 thanks :-) | 15:13 |
holo_ | prechecks: PLAY RECAP ******************************************************************************************************************************************************************************************************************************************************************************************************************************************** | 15:13 |
holo_ | compute00 : ok=14 changed=0 unreachable=0 failed=0 | 15:13 |
holo_ | ctrl00 : ok=75 changed=0 unreachable=0 failed=0 | 15:13 |
holo_ | localhost : ok=1 changed=0 unreachable=0 failed=0 | 15:13 |
holo_ | with turned off docker version | 15:13 |
holo_ | starting deploy | 15:13 |
*** mgkwill has quit IRC | 15:14 | |
zhubingbing | @mandre done | 15:14 |
*** mgkwill has joined #openstack-kolla | 15:15 | |
zhubingbing | @holo_ What error did you deployed ? | 15:16 |
zhubingbing | kolla-ansible prechecks it look so good | 15:17 |
holo_ | zhubingbing, i have problem with floating IPs everything is working except that they are not associateing with instances | 15:18 |
zhubingbing | ok | 15:18 |
*** xytis_ has quit IRC | 15:18 | |
zhubingbing | First, you need two network interface | 15:19 |
zhubingbing | for exemple eth0 and eth1 | 15:19 |
holo_ | long story short: router public ip is pingable, i can ping outside world from instance and any other instance in private network, but when i want assigne FIP im getting just: "added" but its not | 15:19 |
holo_ | i tried lot of configurations, first with vlans yesterday i reinstall everything, even centos to ubuntu and use just phisical interfaces just like in documentation | 15:20 |
holo_ | and still that same | 15:20 |
holo_ | https://ask.openstack.org/en/question/112234/can-not-assigne-floating-ip-to-instance-with-dvr-router/ | 15:20 |
zhubingbing | can u put the global.yaml files | 15:20 |
*** zshi has joined #openstack-kolla | 15:20 | |
holo_ | one sec | 15:20 |
holo_ | https://pastebin.com/QfMuvkN8 <-- here it is | 15:21 |
holo_ | zhubingbing, * | 15:21 |
zhubingbing | look so good | 15:22 |
zhubingbing | ifconfig eno1 | 15:22 |
*** mnasiadka has joined #openstack-kolla | 15:22 | |
holo_ | https://pastebin.com/tjAEy4A6 | 15:23 |
zhubingbing | eno1 cannot set up the IP | 15:23 |
holo_ | actually set enp1 up | 15:23 |
holo_ | i do not have it | 15:23 |
holo_ | wow i reached limit on pastebin :) | 15:24 |
*** dasTor has quit IRC | 15:25 | |
*** kolla-slack has quit IRC | 15:25 | |
zhubingbing | eno1 you set to neutron_extern use it,but floating ip can not be assigned to instance ? | 15:27 |
holo_ | in my post i added all links to global file and others at bottom | 15:27 |
*** mnasiadka has quit IRC | 15:27 | |
*** kolla-slack has joined #openstack-kolla | 15:27 | |
holo_ | yes | 15:27 |
holo_ | floating ip is createing but not associateing | 15:27 |
holo_ | in same network range my ip is assigneing to router and is pingable | 15:28 |
holo_ | same if i create instance in public network i can normally ssh to it | 15:28 |
holo_ | just assigneing not working | 15:28 |
zhubingbing | 。。 | 15:28 |
zhubingbing | i thinks floating-ip should set in public network | 15:29 |
*** kolla-slack has quit IRC | 15:29 | |
holo_ | oo and when i use horizon console i can ping ouside world normally and other instances in same prvate network | 15:29 |
*** kolla-slack has joined #openstack-kolla | 15:30 | |
holo_ | https://pastebin.com/4yE5Nfv2 | 15:30 |
holo_ | here are my commands how im trying to do it | 15:31 |
holo_ | ip was created with "openstack floating ip create public1" | 15:31 |
*** kolla-slack has quit IRC | 15:31 | |
*** kolla-slack has joined #openstack-kolla | 15:31 | |
*** kiennt26 has quit IRC | 15:31 | |
holo_ | oo what i did not tell before, i created on hw switch 2 untaged vlans for external and api network | 15:32 |
holo_ | but do not thik it can be issue | 15:32 |
zhubingbing | Can you set the switches the en哦 | 15:32 |
zhubingbing | eno1 in public network | 15:33 |
zhubingbing | yeah | 15:33 |
zhubingbing | First you have to switch to define on the network api network (eno2) and external network(eno1) | 15:34 |
holo_ | you want me to set eno1 as "api" network and eno2 as public? | 15:34 |
holo_ | (just to swap them?) | 15:34 |
*** lpetrut has joined #openstack-kolla | 15:34 | |
zhubingbing | # followed for other types of interfaces. | 15:35 |
zhubingbing | network_interface: "eno2" | 15:35 |
zhubingbing | 15:35 | |
zhubingbing | # These can be adjusted for even more customization. The default is the same as | 15:35 |
zhubingbing | # the 'network_interface'. These interfaces must contain an IPv4 address. | 15:35 |
zhubingbing | #kolla_external_vip_interface: "{{ network_interface }}" | 15:35 |
zhubingbing | #api_interface: "{{ network_interface }}" | 15:35 |
zhubingbing | #storage_interface: "{{ network_interface }}" | 15:35 |
zhubingbing | #cluster_interface: "{{ network_interface }}" | 15:35 |
zhubingbing | #tunnel_interface: "{{ network_interface }}" | 15:35 |
zhubingbing | #dns_interface: "{{ network_interface }}" | 15:35 |
zhubingbing | 15:35 | |
zhubingbing | # This is the raw interface given to neutron as its external network port. Even | 15:35 |
zhubingbing | # though an IP address can exist on this interface, it will be unusable in most | 15:35 |
zhubingbing | # configurations. It is recommended this interface not be configured with any IP | 15:35 |
zhubingbing | # addresses for that reason. | 15:35 |
zhubingbing | neutron_external_interface: "eno1" | 15:35 |
zhubingbing | this is your globa.yml file | 15:35 |
holo_ | yes | 15:35 |
holo_ | on eno1 i do not have any ip assigned | 15:36 |
zhubingbing | eno1 external network. | 15:36 |
holo_ | yes | 15:36 |
zhubingbing | 192.168.11.1/24 you should setting in switch | 15:37 |
*** mnasiadka has joined #openstack-kolla | 15:37 | |
zhubingbing | let 192.168.11.1/24 network can ping www.google.com | 15:37 |
holo_ | i have it (like i wrote when im on horizon console on instance i can ping outside world) | 15:38 |
holo_ | networking on private instances is working, just after all when i try to assigne created FIP it is not happening | 15:38 |
zhubingbing | don;t assinge floating ip it can ping outside world | 15:39 |
holo_ | yes, via router | 15:40 |
holo_ | one sec i will push somewher screen from horizon console and instance | 15:40 |
zhubingbing | I think you setting network have some problem | 15:41 |
*** lvdombrkr89 has joined #openstack-kolla | 15:41 | |
zhubingbing | eno2 should it private network | 15:41 |
zhubingbing | eno1 is public network | 15:41 |
holo_ | https://i.imgur.com/8bJxu5N.png | 15:41 |
holo_ | yes it is like that | 15:41 |
*** mnasiadka has quit IRC | 15:41 | |
*** lvdombrkr has quit IRC | 15:42 | |
holo_ | on screenshot you can see instance can reach one of google ip | 15:42 |
*** karlamrhein has quit IRC | 15:42 | |
holo_ | so networking looks ok (i tried on both DVR router and normal one) | 15:42 |
*** karlamrhein has joined #openstack-kolla | 15:42 | |
holo_ | but when i want to make private instance public by adding fixed ip to it, im experiencing this: https://pastebin.com/4yE5Nfv2 | 15:43 |
zhubingbing | can i ssh to your machine? | 15:44 |
holo_ | yes give me 5min | 15:44 |
holo_ | need to make port redirection | 15:44 |
zhubingbing | ok | 15:45 |
*** vhosakot has joined #openstack-kolla | 15:45 | |
holo_ | there is redeploy right now so You will have fresh install of it | 15:45 |
zhubingbing | https://pastebin.com/LKBCT8Tr | 15:47 |
zhubingbing | give me your network setting information of the machine | 15:48 |
*** caoyuan_ has joined #openstack-kolla | 15:48 | |
*** david-lyle has joined #openstack-kolla | 15:51 | |
*** pcaruana has quit IRC | 15:51 | |
*** caoyuan has quit IRC | 15:52 | |
*** mnasiadka has joined #openstack-kolla | 15:52 | |
holo_ | zhubingbing: i sent you login details on private chat | 15:53 |
*** lvdombrkr89 has quit IRC | 15:53 | |
*** randyl has quit IRC | 15:54 | |
*** randyl has joined #openstack-kolla | 15:55 | |
*** martinst has quit IRC | 15:57 | |
*** mnasiadka has quit IRC | 15:57 | |
*** martinst has joined #openstack-kolla | 15:57 | |
*** salv-orlando has joined #openstack-kolla | 15:57 | |
*** egonzalez has quit IRC | 16:01 | |
*** b_bezak has quit IRC | 16:01 | |
*** salv-orlando has quit IRC | 16:03 | |
*** salv-orlando has joined #openstack-kolla | 16:03 | |
*** caoyuan_ has quit IRC | 16:04 | |
*** v1k0d3n has quit IRC | 16:04 | |
*** v1k0d3n has joined #openstack-kolla | 16:05 | |
*** caoyuan has joined #openstack-kolla | 16:05 | |
*** zioproto has quit IRC | 16:06 | |
*** zioproto has joined #openstack-kolla | 16:06 | |
*** jaosorior has quit IRC | 16:06 | |
*** mnasiadka has joined #openstack-kolla | 16:07 | |
openstackgerrit | Kevin Tibi proposed openstack/kolla-ansible master: Fix cluster mode for skydive https://review.openstack.org/540881 | 16:10 |
*** mnasiadka has quit IRC | 16:12 | |
*** caoyuan has quit IRC | 16:13 | |
*** wlmbasson has quit IRC | 16:15 | |
*** mnasiadka has joined #openstack-kolla | 16:17 | |
emccormick | Hey guys. Asked this last night, but any answer got scrolled out of my history ;) | 16:20 |
emccormick | trying to build pike containers, getting a stack trace pushing to local registry | 16:20 |
*** retr0h has quit IRC | 16:20 | |
*** retr0h has joined #openstack-kolla | 16:20 | |
emccormick | Traceback (most recent call last): | 16:20 |
emccormick | File "/usr/lib/python2.7/site-packages/kolla/image/build.py", line 217, in run | 16:20 |
emccormick | self.push_image(image) | 16:20 |
emccormick | File "/usr/lib/python2.7/site-packages/kolla/image/build.py", line 237, in push_image | 16:20 |
emccormick | insecure_registry=True): | 16:20 |
emccormick | File "/usr/lib/python2.7/site-packages/docker/api/image.py", line 451, in push | 16:20 |
emccormick | header = auth.get_config_header(self, registry) | 16:20 |
emccormick | AttributeError: 'module' object has no attribute 'get_config_header' | 16:20 |
emccormick | if anyone has a clue what might cause that, would love suggestions :) | 16:20 |
kolla-slack | <egonzalez> emccomick, a fix was merged in master, in review queue for stable branchs | 16:23 |
zhubingbing | @emccormick pip install docker | 16:23 |
emccormick | I did that already. down to 2.7.0 | 16:24 |
emccormick | that fixed not being able to run kolla-build at all | 16:24 |
zhubingbing | emccormick you can test pike/stable | 16:24 |
zhubingbing | egonzalez h | 16:24 |
zhubingbing | hi | 16:24 |
emccormick | docker==2.7.0 | 16:24 |
emccormick | docker-py==1.10.6 | 16:24 |
emccormick | docker-pycreds==0.2.1 | 16:24 |
kolla-slack | <egonzalez> Docker-py and docker are not compatible | 16:25 |
emccormick | zhubingbing Not sure what you mean. This is using pike stable | 16:25 |
kolla-slack | <egonzalez> Use only docker | 16:26 |
emccormick | so rm docker-py? | 16:26 |
*** zhaochao has quit IRC | 16:26 | |
kolla-slack | <egonzalez> Yes, remove docker-py and reinstall docker | 16:26 |
zhubingbing | pip uninstall docker-py pip uninstall dokcer pip install docker | 16:26 |
emccormick | ok thanks. done and trying again. | 16:27 |
*** mnasiadka has quit IRC | 16:29 | |
*** gmann has quit IRC | 16:33 | |
*** gmann has joined #openstack-kolla | 16:33 | |
inc0 | good morning | 16:34 |
*** itlinux has joined #openstack-kolla | 16:34 | |
emccormick | ok looks like it's kicking along nicely. Thanks guys. | 16:34 |
emccormick | o/ inc0 | 16:34 |
inc0 | emccormick: one thing - when you reinstall docker, make sure it's 2.7 | 16:35 |
emccormick | yep did it ;) | 16:35 |
inc0 | cool cool | 16:35 |
inc0 | btw that should show you glimpse of world we live in - you need to install docker, not docker-py and in correct version | 16:35 |
emccormick | Any other gotchas for Ocata->Pike upgrade you know of? | 16:35 |
inc0 | because they break things | 16:35 |
emccormick | going to try and run this tonight. | 16:36 |
inc0 | if there are gotchas we generally try to either automate it or put it in release notes | 16:36 |
inc0 | I'd suggest reading those | 16:36 |
emccormick | I have a nice ansible playbook to bootstrap everything. I'll just add that as a step. | 16:36 |
*** bmace_ has joined #openstack-kolla | 16:36 | |
inc0 | but other than that, I can't think of anything tricky between these two | 16:36 |
emccormick | I did read them | 16:36 |
inc0 | O->P was fairly straightforward as far as I remember | 16:37 |
*** mnasiadka has joined #openstack-kolla | 16:37 | |
emccormick | spiffy | 16:37 |
emccormick | I'm gonna be current for a day or two. Hurray! | 16:38 |
inc0 | haha | 16:38 |
inc0 | more than that, like 2 weeks | 16:38 |
*** caoyuan has joined #openstack-kolla | 16:40 | |
emccormick | Oh, one thing I was a tad confused about: I'm running standard OVS right now. Not planning to switch to dpdk. Do I need hosts in the new openvswitch inventory group? | 16:41 |
inc0 | yes | 16:41 |
emccormick | and if so, all computes / network nodes need to be there? | 16:41 |
inc0 | yes | 16:41 |
inc0 | reason is we splitted ovs to separate role | 16:41 |
inc0 | besides dpdk there were people who wanted to install their own ovs | 16:42 |
emccormick | yep that's what it looked like to me. Just wanted to confirm. Thanks :) | 16:42 |
emccormick | ah | 16:42 |
*** mnasiadka has quit IRC | 16:42 | |
inc0 | or configure ovs their own way to be precise:) | 16:42 |
*** brad[] has quit IRC | 16:45 | |
*** caoyuan has quit IRC | 16:48 | |
*** mnasiadka has joined #openstack-kolla | 16:52 | |
*** salv-orlando has quit IRC | 16:54 | |
*** gfidente has quit IRC | 16:55 | |
*** salv-orlando has joined #openstack-kolla | 16:55 | |
*** mnasiadka has quit IRC | 16:57 | |
*** salv-orlando has quit IRC | 16:59 | |
*** gfidente has joined #openstack-kolla | 17:00 | |
*** gfidente has quit IRC | 17:00 | |
*** gfidente has joined #openstack-kolla | 17:00 | |
*** dtk has quit IRC | 17:02 | |
*** dtk has joined #openstack-kolla | 17:02 | |
*** pbourke has quit IRC | 17:02 | |
*** pbourke has joined #openstack-kolla | 17:04 | |
*** salv-orlando has joined #openstack-kolla | 17:04 | |
*** derekjhyang has quit IRC | 17:05 | |
*** mnasiadka has joined #openstack-kolla | 17:07 | |
*** dardelean has quit IRC | 17:07 | |
*** dardelean has joined #openstack-kolla | 17:08 | |
*** mnasiadka has quit IRC | 17:11 | |
*** dardelean has quit IRC | 17:12 | |
*** bmace_ has quit IRC | 17:15 | |
*** bmace_ has joined #openstack-kolla | 17:15 | |
*** caoyuan has joined #openstack-kolla | 17:16 | |
*** cah_link has quit IRC | 17:16 | |
*** rwsu has quit IRC | 17:19 | |
*** zhubingbing has quit IRC | 17:20 | |
*** rwsu has joined #openstack-kolla | 17:20 | |
holo_ | With help of zhubinbing we figure out that openstackclient is buggy and command from officail doc is not working, we used other to to assigne ip to port and it associated my ip to instance finally. But do not think such things should be in stable client relase :( | 17:20 |
*** mnasiadka has joined #openstack-kolla | 17:22 | |
*** caoyuan has quit IRC | 17:23 | |
*** mnasiadka has quit IRC | 17:26 | |
jmccarthy | pip install kolla-ansible==5 doesn't deploy .. do we still need the 'pip install --upgrade docker==2.*' 'fix' ? | 17:29 |
inc0 | yes | 17:29 |
jmccarthy | What is the issue there, I mean can that be corrected or does it mean this table needs updating or ? https://docs.openstack.org/project-deploy-guide/kolla-ansible/pike/quickstart.html#install-dependencies | 17:30 |
inc0 | yes jmccarthy | 17:33 |
inc0 | we should update it | 17:33 |
inc0 | or rather | 17:33 |
inc0 | when we release, it'll still be ok | 17:33 |
inc0 | it's just this limbo now when docker 3.0 is fixed upstream, just not released yet | 17:34 |
jmccarthy | Oh ah ok | 17:34 |
inc0 | we release this week so well | 17:34 |
jmccarthy | ok cool | 17:35 |
*** mnasiadka has joined #openstack-kolla | 17:37 | |
*** jbadiapa has joined #openstack-kolla | 17:38 | |
*** gfidente is now known as gfidente|afk | 17:38 | |
*** rmart04 has quit IRC | 17:39 | |
*** mnasiadka has quit IRC | 17:42 | |
*** jbadiapa has quit IRC | 17:45 | |
*** caoyuan has joined #openstack-kolla | 17:50 | |
*** mnasiadka has joined #openstack-kolla | 17:52 | |
*** holo__ has joined #openstack-kolla | 17:54 | |
*** dardelean has joined #openstack-kolla | 17:55 | |
*** mnasiadka has quit IRC | 17:56 | |
*** holo_ has quit IRC | 17:56 | |
*** caoyuan has quit IRC | 17:57 | |
*** dardelean has quit IRC | 17:59 | |
*** keper7 has joined #openstack-kolla | 18:00 | |
*** sambetts is now known as sambetts|afk | 18:01 | |
*** absubram has quit IRC | 18:03 | |
*** jmccarthy has left #openstack-kolla | 18:03 | |
*** salv-orlando has quit IRC | 18:07 | |
*** mnasiadka has joined #openstack-kolla | 18:07 | |
*** salv-orlando has joined #openstack-kolla | 18:07 | |
*** charliekang has joined #openstack-kolla | 18:07 | |
*** holo__ has quit IRC | 18:09 | |
*** yangzb09 has joined #openstack-kolla | 18:11 | |
*** salv-orlando has quit IRC | 18:12 | |
*** devananda has joined #openstack-kolla | 18:13 | |
mgoddard_ | hi all. kolla-ansible mariadb has recently started failing for me. Is this a known issue? | 18:14 |
mgoddard_ | TASK [mariadb : Running MariaDB bootstrap container] ******************************************************************************************************************************************************* | 18:15 |
mgoddard_ | fatal: [controller0]: FAILED! => {"changed": true, "failed": true, "msg": "Container exited with non-zero return code"} | 18:15 |
*** caoyuan has joined #openstack-kolla | 18:16 | |
mgoddard_ | actually, I have docker==3.0.1 in my virtualenv. I'll try downgrading | 18:16 |
*** keper7 has quit IRC | 18:17 | |
charliekang | mgoddard: This just got merged into master https://review.openstack.org/#/c/539988/ | 18:18 |
mgoddard_ | charliekang: yep, that looks like it should fix it. Thanks | 18:19 |
*** david-lyle has quit IRC | 18:20 | |
*** caoyuan has quit IRC | 18:20 | |
*** brad[] has joined #openstack-kolla | 18:21 | |
*** caoyuan has joined #openstack-kolla | 18:25 | |
*** lpetrut has quit IRC | 18:25 | |
*** lpetrut has joined #openstack-kolla | 18:33 | |
*** caoyuan has quit IRC | 18:33 | |
*** brad[] has quit IRC | 18:34 | |
*** harlowja has joined #openstack-kolla | 18:35 | |
*** olivierbourdon38 has joined #openstack-kolla | 18:36 | |
*** gmann has quit IRC | 18:43 | |
*** brad[] has joined #openstack-kolla | 18:46 | |
*** bmace_ has quit IRC | 18:48 | |
*** bmace_ has joined #openstack-kolla | 18:51 | |
*** unicell has joined #openstack-kolla | 18:55 | |
*** mnasiadka has quit IRC | 18:57 | |
*** caoyuan has joined #openstack-kolla | 19:01 | |
*** david-lyle has joined #openstack-kolla | 19:08 | |
*** caoyuan has quit IRC | 19:08 | |
*** david-lyle has quit IRC | 19:08 | |
*** david-lyle has joined #openstack-kolla | 19:09 | |
hrw | https://marcin.juszkiewicz.com.pl/2018/02/06/graphical-console-in-openstack-aarch64/ - thanks to kolla it was quite simple to test | 19:18 |
*** bmace_ has quit IRC | 19:19 | |
*** vhosakot_ has joined #openstack-kolla | 19:20 | |
*** vhosakot has quit IRC | 19:23 | |
*** bmace_ has joined #openstack-kolla | 19:23 | |
*** goldyfruit has quit IRC | 19:26 | |
sdake | hrw - heroic effort on making openstack work and work well on aarch64 | 19:28 |
*** goldyfruit has joined #openstack-kolla | 19:28 | |
hrw | sdake: ;) | 19:28 |
*** salv-orlando has joined #openstack-kolla | 19:28 | |
sdake | hrw when you first came to me asking if it was possible - I was thinking "if your a massochist" :) | 19:29 |
hrw | sdake: we made aarch64 servers boring as they should be. now it is time to get same with openstack | 19:29 |
hrw | sdake: please add that comment on blog ;) | 19:29 |
hrw | it is lovely ;) | 19:29 |
*** salv-orlando has quit IRC | 19:30 | |
*** caoyuan has joined #openstack-kolla | 19:30 | |
sdake | added - cheers ;) | 19:32 |
*** caoyuan has quit IRC | 19:39 | |
*** mgoddard_ has quit IRC | 19:47 | |
*** lpetrut has quit IRC | 19:48 | |
*** yangzb09 has quit IRC | 20:01 | |
*** absubram has joined #openstack-kolla | 20:01 | |
*** owalsh has quit IRC | 20:02 | |
*** owalsh has joined #openstack-kolla | 20:02 | |
*** caoyuan has joined #openstack-kolla | 20:04 | |
*** caoyuan_ has joined #openstack-kolla | 20:06 | |
*** caoyuan has quit IRC | 20:08 | |
*** rmart04 has joined #openstack-kolla | 20:09 | |
*** rmart04 has quit IRC | 20:10 | |
*** caoyuan_ has quit IRC | 20:14 | |
*** mgoddard_ has joined #openstack-kolla | 20:25 | |
*** hw_wutianwei1 has joined #openstack-kolla | 20:32 | |
*** hw_wutianwei has quit IRC | 20:34 | |
*** hw_wutianwei1 is now known as hw_wutianwei | 20:34 | |
*** mgoddard_ has quit IRC | 20:38 | |
*** caoyuan has joined #openstack-kolla | 20:40 | |
*** caoyuan has quit IRC | 20:49 | |
*** olivierbourdon38 has quit IRC | 20:50 | |
*** gfidente|afk has quit IRC | 20:51 | |
*** takamatsu has quit IRC | 21:01 | |
*** rhallisey has quit IRC | 21:01 | |
dtk | hi guys | 21:06 |
inc0 | YAY | 21:06 |
* inc0 happy | 21:06 | |
dtk | is there anything that would provide the ability to add some sort of http hooks or something when creating vm's ATM ? | 21:07 |
dtk | any openstack component ? | 21:07 |
dtk | I am aware of the notifications | 21:07 |
inc0 | dtk: nova notifications | 21:07 |
inc0 | ah..well | 21:07 |
inc0 | that | 21:07 |
dtk | but let's say when creating an instance | 21:07 |
dtk | I want a callback made somewhere | 21:08 |
inc0 | ceilometer can hit hooks based on notifs | 21:08 |
dtk | with the machine's hostname | 21:08 |
inc0 | you can use ceilometer for that | 21:08 |
dtk | ip address and so on | 21:08 |
inc0 | look at ceilometer autoscaling with heat | 21:08 |
dtk | hmmm, I'll take a look at that | 21:08 |
inc0 | what happens is ceilometer, when hit certain treshold, makes http call to heat to scale up | 21:08 |
dtk | I was thinking about something that'd be easily configurable from horizon | 21:10 |
inc0 | not sure about that - I don't think I ever used ceilometer horizon plugin | 21:11 |
*** caoyuan has joined #openstack-kolla | 21:16 | |
*** caoyuan has quit IRC | 21:25 | |
*** salv-orlando has joined #openstack-kolla | 21:30 | |
openstackgerrit | Merged openstack/kolla-ansible stable/pike: Improve mariadb_recovery https://review.openstack.org/540940 | 21:30 |
*** threestrands has joined #openstack-kolla | 21:32 | |
*** threestrands has quit IRC | 21:32 | |
*** threestrands has joined #openstack-kolla | 21:32 | |
*** salv-orlando has quit IRC | 21:33 | |
*** jbadiapa has joined #openstack-kolla | 21:36 | |
*** jbadiapa has quit IRC | 21:40 | |
*** dave-mcc_ has quit IRC | 21:41 | |
*** itlinux has quit IRC | 21:50 | |
*** caoyuan has joined #openstack-kolla | 21:51 | |
*** itlinux has joined #openstack-kolla | 21:54 | |
*** caoyuan has quit IRC | 21:59 | |
*** vhosakot has joined #openstack-kolla | 22:03 | |
*** salv-orlando has joined #openstack-kolla | 22:05 | |
*** vhosakot_ has quit IRC | 22:07 | |
*** vhosakot has quit IRC | 22:09 | |
*** openstackgerrit has quit IRC | 22:16 | |
*** salv-orlando has quit IRC | 22:17 | |
*** caoyuan has joined #openstack-kolla | 22:26 | |
*** caoyuan has quit IRC | 22:34 | |
*** salv-orlando has joined #openstack-kolla | 22:47 | |
*** ktibi has quit IRC | 22:50 | |
*** itlinux has quit IRC | 22:53 | |
*** caoyuan has joined #openstack-kolla | 23:01 | |
*** caoyuan has quit IRC | 23:09 | |
*** M4g1c5t0rM has joined #openstack-kolla | 23:26 | |
*** brad[] has quit IRC | 23:29 | |
*** M4g1c5t0rM has quit IRC | 23:31 | |
*** caoyuan has joined #openstack-kolla | 23:36 | |
*** absubram has quit IRC | 23:38 | |
*** masahisa has joined #openstack-kolla | 23:41 | |
*** masahisa has quit IRC | 23:44 | |
*** caoyuan has quit IRC | 23:45 | |
*** absubram has joined #openstack-kolla | 23:51 | |
*** absubram has quit IRC | 23:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!