*** ktibi_ has quit IRC | 00:02 | |
*** tone_z is now known as tone_zrt | 00:03 | |
tone_zrt | Jeffrey4l: I'm sorry for my absent. Now I'm investigating the gate test failure when enable ceph bluestore OSD. | 00:07 |
---|---|---|
tone_zrt | Jeffrey4l: the change is https://review.openstack.org/#/c/566801 | 00:09 |
*** hw_wutianwei_ has quit IRC | 00:15 | |
*** jtriley has quit IRC | 00:16 | |
*** gkadam has quit IRC | 00:23 | |
*** limao has joined #openstack-kolla | 00:52 | |
*** hw_wutianwei_ has joined #openstack-kolla | 01:05 | |
*** dardelean_ has joined #openstack-kolla | 01:06 | |
*** dardelean_ has quit IRC | 01:10 | |
*** liuzz has joined #openstack-kolla | 01:11 | |
*** mdnadeem has joined #openstack-kolla | 01:14 | |
*** jtriley has joined #openstack-kolla | 01:22 | |
openstackgerrit | zhongshengping proposed openstack/kolla-ansible master: Remove ceilometer collector for cloudkitty-processor https://review.openstack.org/570289 | 01:37 |
*** jtriley has quit IRC | 01:42 | |
*** limao has quit IRC | 01:44 | |
*** limao has joined #openstack-kolla | 01:45 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: test setup ceph disks https://review.openstack.org/575295 | 01:49 |
Jeffrey4l | tone_zrt, okay, i am also debugging this issue now. | 01:50 |
tone_zrt | Jeffrey4l: Thanks! | 01:50 |
tone_zrt | Jeffrey4l: I have located the root cause. it is because the loop device operation issue. | 01:51 |
tone_zrt | Jeffrey4l: we cannot create new partition in loop device | 01:51 |
Jeffrey4l | ah, | 01:51 |
Jeffrey4l | you may need " rmmod loop" and "modprob loop max_part=64" | 01:52 |
Jeffrey4l | make loop module support partitions | 01:52 |
*** zhubingbing__ has quit IRC | 01:52 | |
*** caoyuan has joined #openstack-kolla | 01:52 | |
*** pvc has joined #openstack-kolla | 01:52 | |
pvc | hi | 01:53 |
pvc | anyone | 01:53 |
pvc | ? | 01:53 |
Jeffrey4l | tone_zrt, i am curiosty that why current jobs green in master branch | 01:53 |
Jeffrey4l | pvc, there are 158 person in this channle :) | 01:54 |
tone_zrt | Jeffrey4l: Thanks. I will have a try. | 01:54 |
pvc | Hi Sir Jeffrey may i know where container my Designate Record Set conf will be saved? | 01:54 |
pvc | Jeffrey4l | 01:55 |
tone_zrt | Jeffrey4l: I saw the gate tests failed in ceph part. In filestore, two loop devices are created, that avoid the trick issue. | 01:56 |
Jeffrey4l | pvc, maybe in its backends ( bind? ) . sorry i am not familiar with designate | 01:57 |
Jeffrey4l | ah, i see. | 01:57 |
Jeffrey4l | then i think you could try " rmmod loop" and "modprob loop max_part=64", which should work | 01:57 |
pvc | Noted i'll check wait | 01:58 |
tone_zrt | Jeffrey4l: Thanks. I will have a try. | 01:58 |
*** hongbin has joined #openstack-kolla | 02:01 | |
pvc | Jeffrey4l | 02:07 |
pvc | export CONTROLLER_IP | 02:07 |
pvc | for trove is the VIP address? | 02:07 |
*** jtriley has joined #openstack-kolla | 02:08 | |
*** unicell has quit IRC | 02:10 | |
*** jtriley has quit IRC | 02:13 | |
*** jtriley has joined #openstack-kolla | 02:15 | |
pvc | Question | 02:17 |
pvc | for now im not using Ceph | 02:17 |
*** zhubingbing has joined #openstack-kolla | 02:17 | |
pvc | is there a chance that may data will be loss if ever i reconfigure to use ceph as my backend storage? | 02:18 |
pvc | Jeffrey4l | 02:18 |
tone_zrt | Jeffrey4l: I tried in my test bed. Because the loop module is "builtin" in my OS, the command failed. :) | 02:21 |
tone_zrt | Jeffrey4l: there is another issue that the partition name within LOOP device likes "p1", not same as legacy block device. The partition number will confuse some commands, such as "sgdisk" and "mkfs". | 02:22 |
tone_zrt | Jeffrey4l: It means in some command, the 1st partition is "1", in others we should use "p1". | 02:24 |
*** pengdake has joined #openstack-kolla | 02:26 | |
tone_zrt | Jeffrey4l: I have found out a way to resolve the LOOP issue. | 02:26 |
tone_zrt | Jeffrey4l: some change is needed. | 02:27 |
*** limao has quit IRC | 02:30 | |
*** jtriley has quit IRC | 02:30 | |
Jeffrey4l | pvc, re controller_ip yes | 02:35 |
Jeffrey4l | pvc, re move from non-ceph to ceph? you need care about the nova instance, it may be disappeared. | 02:36 |
*** itlinux has joined #openstack-kolla | 02:36 | |
pvc | yes from non-ceph to ceph | 02:37 |
Jeffrey4l | tone_zrt, i think we should not depends on legacy block device. and when using sgdisk, we could use "partnum", when using mkfs, we could depens on partition uuid or labels. | 02:39 |
Jeffrey4l | tone_zrt, and befor you remove the module from OS, you need ensure that the module is unused. you may need a detach or stop some service (docker?) | 02:40 |
pvc | Jeffrey4l TROVE_DIR = is trove source code in github? | 02:42 |
pvc | https://github.com/openstack/trove | 02:42 |
Jeffrey4l | pvc, where is the variable? TROVE_DIR? | 02:42 |
tone_zrt | Jeffrey4l: I think we still use LOOP device for gate test, but avoid create partition on top of it. That mean I can update code to support bluestore OSD with 4 partitions (now it is 3 partitions.) | 02:42 |
pvc | Here Jeffrey4l https://github.com/kumulustech/kolla-bash/blob/master/build-trove-image.sh | 02:43 |
Jeffrey4l | echo " TROVE_DIR = Directory where copy of Trove source code exists" | 02:43 |
Jeffrey4l | tone_zrt, ok. work for me;D | 02:44 |
tone_zrt | Jeffrey4l: thanks a lot! I will push change ASAP. :) | 02:44 |
pvc | yes is that the trove github? | 02:44 |
Jeffrey4l | tone_zrt, thanks. | 02:45 |
Jeffrey4l | pvc, i think so. | 02:45 |
pvc | build-trove-image.sh Trove directory Kolla-VIP mysql | 02:45 |
pvc | thank you | 02:46 |
pvc | is there a change to implement qinling in kolla? | 02:46 |
pvc | chance* | 02:46 |
Jeffrey4l | pvc, sure. but need voluteer to take this ;) | 02:46 |
*** pbourke has quit IRC | 02:47 | |
pvc | if ever do you know any alternative for lambda? | 02:47 |
*** pbourke has joined #openstack-kolla | 02:47 | |
Jeffrey4l | pvc, sorry no idea for this ;( | 02:48 |
pvc | Noted Sir Jeffrey4l thank you for your time | 02:48 |
Jeffrey4l | np ;) | 02:49 |
*** liuzz_ has joined #openstack-kolla | 02:51 | |
*** liuzz has quit IRC | 02:53 | |
pvc | is there a way to optimize the speed of my server snapshot | 02:55 |
*** jtriley has joined #openstack-kolla | 02:56 | |
*** radeks has joined #openstack-kolla | 02:56 | |
*** pvc has quit IRC | 02:59 | |
*** jtriley has quit IRC | 03:02 | |
*** jtriley has joined #openstack-kolla | 03:07 | |
*** sgrasley has joined #openstack-kolla | 03:23 | |
*** liuzz has joined #openstack-kolla | 03:26 | |
*** liuzz_ has quit IRC | 03:27 | |
*** jtriley has quit IRC | 03:28 | |
*** pengdake has quit IRC | 03:37 | |
*** pvc_ has joined #openstack-kolla | 03:41 | |
*** skramaja has joined #openstack-kolla | 03:43 | |
pvc_ | anyone | 03:45 |
pvc_ | [root@controller01 ~]# openstack container list Bad Request (HTTP 400) (Request-ID: tx4d678a5b5e4d45468da57-005b21e4b8) | 03:45 |
*** dave-mccowan has quit IRC | 03:45 | |
*** pengdake has joined #openstack-kolla | 03:47 | |
*** liuzz_ has joined #openstack-kolla | 03:52 | |
*** liuzz has quit IRC | 03:53 | |
*** jtriley has joined #openstack-kolla | 03:53 | |
*** jtriley has quit IRC | 03:59 | |
*** jtriley has joined #openstack-kolla | 04:05 | |
*** caoyuan has quit IRC | 04:07 | |
*** pengdake has quit IRC | 04:07 | |
*** caoyuan has joined #openstack-kolla | 04:08 | |
*** caoyuan has quit IRC | 04:09 | |
*** caoyuan has joined #openstack-kolla | 04:10 | |
*** hongbin has quit IRC | 04:21 | |
*** jtriley has quit IRC | 04:26 | |
openstackgerrit | Surya Prakash (spsurya) proposed openstack/kolla-ansible master: [WIP] Enable tempest test in gate https://review.openstack.org/402122 | 04:30 |
*** threestrands has quit IRC | 04:47 | |
*** radeks has quit IRC | 04:51 | |
*** jtriley has joined #openstack-kolla | 04:52 | |
*** jtriley has quit IRC | 04:57 | |
*** janki has joined #openstack-kolla | 04:57 | |
pvc_ | guys? | 04:58 |
pvc_ | anyone | 04:58 |
*** jtriley has joined #openstack-kolla | 05:02 | |
*** liuzz has joined #openstack-kolla | 05:05 | |
*** liuzz_ has quit IRC | 05:05 | |
*** pcaruana has quit IRC | 05:09 | |
*** unicell has joined #openstack-kolla | 05:23 | |
*** jtriley has quit IRC | 05:24 | |
*** unicell has quit IRC | 05:26 | |
*** unicell has joined #openstack-kolla | 05:26 | |
pvc_ | anyone | 05:27 |
pvc_ | 107.105.135.163:5000 | 05:27 |
pvc_ | {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}} | 05:28 |
*** radeks has joined #openstack-kolla | 05:32 | |
*** unicell has quit IRC | 05:36 | |
*** pvc_ has quit IRC | 05:37 | |
*** unicell has joined #openstack-kolla | 05:37 | |
*** mdnadeem has quit IRC | 05:37 | |
*** mdnadeem has joined #openstack-kolla | 05:37 | |
*** mdnadeem has quit IRC | 05:40 | |
*** jaosorior has quit IRC | 05:41 | |
*** cah_link has joined #openstack-kolla | 05:44 | |
*** vpc has joined #openstack-kolla | 05:47 | |
vpc | hi | 05:47 |
vpc | Bad Request (HTTP 400) (Request-ID: tx45d07a249aef42cea2277-005b220160) | 05:47 |
vpc | Jeffrey4l can help? | 05:48 |
*** jtriley has joined #openstack-kolla | 05:50 | |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack/kolla-ansible master: Add ability to have RabbitMQ do its own SSL https://review.openstack.org/571825 | 05:51 |
*** pengdake has joined #openstack-kolla | 05:52 | |
*** jtriley has quit IRC | 05:56 | |
*** T-Bone has joined #openstack-kolla | 06:00 | |
*** T-Bone has left #openstack-kolla | 06:00 | |
openstackgerrit | Merged openstack/kolla-ansible stable/pike: Add test for credentials set https://review.openstack.org/573751 | 06:00 |
*** jgu has quit IRC | 06:02 | |
*** jtriley has joined #openstack-kolla | 06:03 | |
*** Shadowphax has joined #openstack-kolla | 06:04 | |
*** hjensas has quit IRC | 06:05 | |
*** Shadowphax has quit IRC | 06:12 | |
openstackgerrit | zhulingjie proposed openstack/kolla-ansible master: Remove the check.yml for baremetal https://review.openstack.org/575333 | 06:15 |
*** itlinux has quit IRC | 06:17 | |
*** pcaruana has joined #openstack-kolla | 06:17 | |
openstackgerrit | Surya Prakash (spsurya) proposed openstack/kolla-ansible master: [WIP] Enable tempest test in gate https://review.openstack.org/402122 | 06:21 |
*** liuzz_ has joined #openstack-kolla | 06:22 | |
*** liuzz has quit IRC | 06:24 | |
*** jtriley has quit IRC | 06:26 | |
openstackgerrit | Merged openstack/kolla-ansible master: Set up the kolla-cli and inventory for the vagrant dev environment https://review.openstack.org/573788 | 06:26 |
*** threestrands has joined #openstack-kolla | 06:27 | |
bmace | thanks for the +2 on that review Jeffrey | 06:30 |
*** egonzalez has joined #openstack-kolla | 06:38 | |
*** shardy has joined #openstack-kolla | 06:38 | |
*** jtriley has joined #openstack-kolla | 06:50 | |
*** cah_link has quit IRC | 06:53 | |
*** jtriley has quit IRC | 06:56 | |
*** dardelean_ has joined #openstack-kolla | 06:56 | |
*** jtriley has joined #openstack-kolla | 06:57 | |
*** mago_ has joined #openstack-kolla | 07:08 | |
*** dtk has quit IRC | 07:10 | |
*** dtk has joined #openstack-kolla | 07:10 | |
*** amoralej|off is now known as amoralej | 07:12 | |
vpc | egonzalez why my swift | 07:13 |
vpc | Bad Request (HTTP 400) (Request-ID: tx56831b8adf4c4d1cb205e-005b221583) | 07:13 |
vpc | it become 400 | 07:13 |
vpc | Error: Unable to get the Swift container listing. | 07:13 |
*** unicell has quit IRC | 07:16 | |
*** mago_ has quit IRC | 07:16 | |
*** jtriley has quit IRC | 07:17 | |
vpc | guys? | 07:17 |
*** mtsv_ has joined #openstack-kolla | 07:18 | |
*** unicell has joined #openstack-kolla | 07:21 | |
*** unicell has quit IRC | 07:21 | |
egonzalez | vpc, no idea with no logs | 07:21 |
vpc | [Thu Jun 14 03:13:46.340949 2018] [:error] [pid 81] RESP STATUS: 400 Header Line Too Long [Thu Jun 14 03:13:46.341095 2018] [:error] [pid 81] RESP HEADERS: {u'Date': u'Thu, 14 Jun 2018 07:13:46 GMT', u'Content-Length': u'0', u'Content-Type': u'text/html; charset=UTF-8', u'X-Openstack-Request-Id': u'tx8c30dce977724fb9a898d-005b2215aa', u'X-Trans-Id': u'tx8c30dce977724fb9a898d-005b2215aa'}+ | 07:21 |
vpc | egonzalez http://paste.openstack.org/show/723438/ | 07:21 |
openstackgerrit | zhulingjie proposed openstack/kolla-ansible master: Add the missing group for kolla-cli https://review.openstack.org/575344 | 07:22 |
*** gkadam has joined #openstack-kolla | 07:22 | |
*** mtsv has quit IRC | 07:23 | |
*** cah_link has joined #openstack-kolla | 07:24 | |
openstackgerrit | Tone Zhang proposed openstack/kolla master: Allow Kolla Ceph to deploy bluestore OSD with 4 partitions https://review.openstack.org/575346 | 07:25 |
*** rmart04 has joined #openstack-kolla | 07:26 | |
*** cah_link has quit IRC | 07:28 | |
*** gfidente has joined #openstack-kolla | 07:29 | |
*** gfidente has quit IRC | 07:29 | |
*** gfidente has joined #openstack-kolla | 07:29 | |
egonzalez | vpc, create a file in /etc/kolla/config/swift.conf with the following content http://paste.openstack.org/show/723439/ | 07:29 |
egonzalez | vpc, then do kolla-ansible reconfigure -i INVENTORY --tags swift | 07:29 |
vpc | noted sir wait | 07:30 |
*** nguyenhai has quit IRC | 07:37 | |
*** nguyenhai has joined #openstack-kolla | 07:37 | |
vpc | .same error sir egonzalez | 07:40 |
vpc | Bad Request (HTTP 400) (Request-ID: txf203f3411d9b4d4f97d49-005b221be1) | 07:40 |
egonzalez | vpc, in the logs is the same header limit? | 07:40 |
vpc | wait | 07:40 |
vpc | yes sir egonzalez | 07:41 |
vpc | http://paste.openstack.org/show/723440/ | 07:41 |
vpc | time is indicated | 07:41 |
*** jtriley has joined #openstack-kolla | 07:42 | |
egonzalez | vpc, can you try from CLI instead of horizon? | 07:42 |
egonzalez | vpc, to verify if is an error in swift side or horizon | 07:43 |
vpc | egonzalez http://paste.openstack.org/show/723442/ | 07:44 |
openstackgerrit | Tone Zhang proposed openstack/kolla-ansible master: Allow Kolla Ceph to deploy bluestore OSDs in Kolla-ansible https://review.openstack.org/566801 | 07:44 |
egonzalez | vpc, the created swift.conf file is in controller host or in deployment? | 07:45 |
egonzalez | vpc, needs to be in deployment so ansible can copy over other hosts | 07:45 |
vpc | deployment sir | 07:45 |
vpc | ansible is on my controllre01 | 07:46 |
vpc | i think i need | 07:46 |
vpc | swift folder/ | 07:46 |
egonzalez | vpc, can you cat /etc/kolla/swift-proxy/swift.conf ? | 07:46 |
vpc | i think i need to add swift folder in /etc/kolla/config/swift.conf | 07:47 |
vpc | to /etc/kolla/config/swift/swift.conf? | 07:47 |
*** jtriley has quit IRC | 07:47 | |
vpc | [root@controller01 kolla]# cat /etc/kolla/swift-proxy-server/swift.conf [swift-hash] swift_hash_path_suffix = q2hEgx1LMlQQIVBujvyoQRzpjUtMqIIb8mgAG7sR swift_hash_path_prefix = DGd8eTHGXeFixdAF3DFtgqv8qQU6NeMOxoppDqfq [swift-constraints] max_header_size = 32768 | 07:47 |
vpc | http://paste.openstack.org/show/723443/ | 07:47 |
vpc | http://paste.openstack.org/show/723444/ | 07:48 |
*** jtriley has joined #openstack-kolla | 07:49 | |
*** sgrasley has quit IRC | 07:50 | |
*** mago_ has joined #openstack-kolla | 07:52 | |
egonzalez | vpc, did the swift containers restarted during reconfigure? | 07:52 |
openstackgerrit | Merged openstack/kolla master: Add collectd-snmp-agent to collectd Docker https://review.openstack.org/572039 | 07:52 |
*** janki has quit IRC | 07:52 | |
*** vpc has quit IRC | 07:52 | |
*** vpc has joined #openstack-kolla | 07:53 | |
vpc | im back @egonzalez | 07:53 |
vpc | http://paste.openstack.org/show/723444/ | 07:53 |
egonzalez | vpc can you share swift logs in /var/lib/docker/volumes/kolla_logs/_data/swift ? | 07:53 |
vpc | on storage node sir or on controller? | 07:54 |
vpc | controller01 egonzalez http://paste.openstack.org/show/723445/ | 07:55 |
vpc | controller02 | 07:56 |
vpc | http://paste.openstack.org/show/723446/ | 07:56 |
egonzalez | vpc, whole log please on swift proxy in controller | 07:57 |
vpc | storage | 07:57 |
vpc | http://paste.openstack.org/show/723447/ | 07:57 |
vpc | Sorry i cant add all the logs due to our security i cant paste a long logs on the paste.openstack | 08:01 |
vpc | i can add per 30 | 08:01 |
vpc | 50 | 08:02 |
vpc | egonzalez | 08:02 |
vpc | http://paste.openstack.org/show/723448/ | 08:02 |
*** athomas has joined #openstack-kolla | 08:02 | |
egonzalez | vpc, just wanted to see if swift startup picks the new value | 08:03 |
egonzalez | vpc, restart swift proxy containers and try again | 08:03 |
egonzalez | add a--debug in the command | 08:03 |
*** caoyuan has quit IRC | 08:04 | |
vpc | docker restart swift_proxy_server --debug | 08:04 |
*** caoyuan has joined #openstack-kolla | 08:04 | |
*** cah_link has joined #openstack-kolla | 08:04 | |
vpc | reconfigure | 08:04 |
egonzalez | vpc, debug in the swift list command | 08:05 |
*** caoyuan has quit IRC | 08:07 | |
*** caoyuan has joined #openstack-kolla | 08:07 | |
*** janki has joined #openstack-kolla | 08:09 | |
*** dougsz has joined #openstack-kolla | 08:11 | |
vpc | http://paste.openstack.org/show/723449/ | 08:11 |
vpc | 1st file egonzalez | 08:11 |
vpc | 2nd | 08:11 |
vpc | http://paste.openstack.org/show/723450/ | 08:11 |
*** jtriley has quit IRC | 08:14 | |
egonzalez | seems the swift list worked, gives an empty 200 | 08:14 |
egonzalez | restart other swift containers | 08:14 |
vpc | Account GET failed: http://107.105.135.163:8080/v1/AUTH_04eabf5e839a4476a4d312e7941a1e4f?format=json 400 Header Line Too Long | 08:15 |
vpc | ClientException: Account GET failed: http://107.105.135.163:8080/v1/AUTH_04eabf5e839a4476a4d312e7941a1e4f?format=json 400 Header Line Too Long | 08:15 |
*** dardelean_ has quit IRC | 08:16 | |
*** dardelean_ has joined #openstack-kolla | 08:16 | |
*** hamzy_ has joined #openstack-kolla | 08:18 | |
*** vpc has quit IRC | 08:19 | |
*** hamzy has quit IRC | 08:20 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible master: WIP: Run gate jobs when service files changes https://review.openstack.org/575026 | 08:20 |
*** dardelean_ has quit IRC | 08:21 | |
*** vpc has joined #openstack-kolla | 08:21 | |
vpc | egonzalez | 08:21 |
vpc | hi | 08:21 |
vpc | egonzalez ERROR:swiftclient.service:Account GET failed: http://107.105.135.163:8080/v1/AUTH_04eabf5e839a4476a4d312e7941a1e4f?format=json 400 Header Line Too Long | 08:26 |
*** dardelean_ has joined #openstack-kolla | 08:26 | |
*** dardelean_ has quit IRC | 08:29 | |
*** dardelean_ has joined #openstack-kolla | 08:29 | |
*** dardelean_ has quit IRC | 08:34 | |
*** mtsv_ is now known as mtsv | 08:39 | |
*** jtriley has joined #openstack-kolla | 08:39 | |
*** jtriley has quit IRC | 08:45 | |
*** jtriley has joined #openstack-kolla | 08:47 | |
vpc | i can create a container but i cant list it | 08:55 |
vpc | egonazalez | 08:55 |
*** sgrasley has joined #openstack-kolla | 08:59 | |
*** caoyuan has quit IRC | 09:01 | |
*** caoyuan has joined #openstack-kolla | 09:01 | |
*** radeks has quit IRC | 09:05 | |
*** jtriley has quit IRC | 09:08 | |
*** sgrasley has quit IRC | 09:10 | |
*** caoyuan has quit IRC | 09:13 | |
*** jaosorior has joined #openstack-kolla | 09:15 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible master: WIP: Run gate jobs when service files changes https://review.openstack.org/575026 | 09:21 |
*** caoyuan has joined #openstack-kolla | 09:22 | |
*** zhangfei has joined #openstack-kolla | 09:23 | |
*** caoyuan has quit IRC | 09:27 | |
*** caoyuan has joined #openstack-kolla | 09:28 | |
openstackgerrit | Merged openstack/kolla stable/queens: Move ansible to virtualenv in kolla_toolbox https://review.openstack.org/574778 | 09:29 |
*** gkadam_ has joined #openstack-kolla | 09:30 | |
vpc | egonzalez ;( | 09:31 |
*** caoyuan has quit IRC | 09:33 | |
*** gkadam__ has joined #openstack-kolla | 09:33 | |
*** caoyuan has joined #openstack-kolla | 09:34 | |
*** gkadam has quit IRC | 09:34 | |
*** jtriley has joined #openstack-kolla | 09:35 | |
*** gkadam_ has quit IRC | 09:36 | |
*** mago_ has quit IRC | 09:38 | |
*** jtriley has quit IRC | 09:40 | |
*** caoyuan has quit IRC | 09:42 | |
*** caoyuan has joined #openstack-kolla | 09:43 | |
*** shadowphax has joined #openstack-kolla | 09:44 | |
shadowphax | Do most people here build their containers with CentOS or Ubuntu ? | 09:45 |
*** jtriley has joined #openstack-kolla | 09:46 | |
*** caoyuan has quit IRC | 09:48 | |
hrw | shadowphax: Debian? | 09:48 |
shadowphax | hrw: Trying to find out which distribution is the most supported and works... | 09:49 |
shadowphax | been having with problems building queens containers on ubuntu which is the reason for my question | 09:50 |
hrw | hard to tell | 09:50 |
shadowphax | for example stable/queens has a number of containers which do not build, ceph-nfs, neutron-server. | 09:51 |
shadowphax | ceph-nfs was due to the signing issue of the repositories on download.ceph.com | 09:51 |
shadowphax | seems that problem has been around for a while and in the master branch is changed to pull from canonical instead. | 09:52 |
*** threestrands has quit IRC | 09:54 | |
*** sgrasley has joined #openstack-kolla | 09:54 | |
hrw | shadowphax: I just ignore ubuntu and concentrate on debian | 09:56 |
*** caoyuan has joined #openstack-kolla | 09:58 | |
shadowphax | @hrw thanks | 09:59 |
*** pengdake has quit IRC | 10:08 | |
egonzalez | shadowphax, i use centos | 10:10 |
egonzalez | shadowphax, i think is the most tested, since is used by kolla-ansible and tripleo | 10:10 |
*** skramaja_ has joined #openstack-kolla | 10:11 | |
shadowphax | @egonzalez. Are there any CI tests available online anywhere to see that these containers are built successfully ? | 10:11 |
*** skramaja has quit IRC | 10:12 | |
egonzalez | shadowphax, https://review.openstack.org/#/c/574778/ | 10:12 |
egonzalez | see any kolla-build-* job is green | 10:12 |
egonzalez | shadowphax, if click in a job can see results | 10:13 |
shadowphax | @egonzalez, will have a look .. | 10:13 |
*** caoyuan has quit IRC | 10:18 | |
*** serlex has joined #openstack-kolla | 10:19 | |
openstackgerrit | Merged openstack/kolla-ansible master: Add the missing group for kolla-cli https://review.openstack.org/575344 | 10:23 |
*** hjensas has joined #openstack-kolla | 10:24 | |
*** radeks has joined #openstack-kolla | 10:26 | |
vpc | egonzalez may i know what can i do :( same error sir | 10:28 |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible master: WIP: Run gate jobs when service files changes https://review.openstack.org/575026 | 10:31 |
vpc | nevermind i'll check on this | 10:31 |
*** nicolasbock has joined #openstack-kolla | 10:37 | |
*** lordxenu has joined #openstack-kolla | 10:40 | |
lordxenu | Hello all. Does anyone have any experience with netapp and kolla? I've made a custom cinder.conf to enable netapp as a back-end but I cannot install cinder without also enabling a back end. So if I enable nfs back-end .. It ends up generating the NFS back end in addition to my netapp nfs back end. | 10:41 |
pbourke | lordxenu: I haven't used that backend but it sounds like you should be able to deploy without needing to enable an existing backend | 10:48 |
pbourke | lordxenu: at which point does it fail if you don't have one enabled? | 10:48 |
*** vpc has quit IRC | 10:50 | |
lordxenu | when i run a deploy, it will fail saying cinder enabled but no back end is enabled. | 10:51 |
lordxenu | if you like, I can try a deploy and paste the output but that's essentially what it says | 10:51 |
lordxenu | if i leave out the enable_cinder_backend_nfs: yes ... it will just complain that I've enabled cinder but not a back-end | 10:52 |
egonzalez | lordxenu, add something like http://paste.openstack.org/show/723463/ in your globals | 10:56 |
openstackgerrit | wangwei proposed openstack/kolla master: Deploy bluestore using partuuid https://review.openstack.org/575400 | 10:57 |
egonzalez | lordxenu, use your custom configs to create netapp configuration | 10:58 |
lordxenu | egonzalez: thanks. im using custom config for netapp and that gets copied across | 10:58 |
lordxenu | but kolla also creates the NFS-1 back-end when enabling enable_cinder_backend_nfs: yes... but thanks for the link I will check this out | 10:58 |
egonzalez | lordxenu, basically need to add your driver into the driver list and disable others, so they dont get created | 10:59 |
egonzalez | not need to enable backend nfs | 10:59 |
lordxenu | right i understand | 10:59 |
lordxenu | thank you very much | 10:59 |
egonzalez | lordxenu, haven't tried it, but should mostly work, maybe missing a few tweaks around | 11:00 |
egonzalez | lordxenu, btw, whats the precheck task is failing? | 11:01 |
lordxenu | running it now actually | 11:02 |
*** mduggan has quit IRC | 11:02 | |
lordxenu | will let you know | 11:02 |
*** mduggan has joined #openstack-kolla | 11:02 | |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/kolla-ansible master: config proxy settings inside glance_api container https://review.openstack.org/573667 | 11:03 |
shadowphax | @egonzale, i've specified the template-override as per the CI and it seems that has resolved my build issues. Thanks | 11:05 |
shadowphax | @egonzale, however, is that what people are generally doing to obtain consistent builds though ? | 11:05 |
openstackgerrit | Murali Annamneni proposed openstack/kolla-ansible master: Include default_docker_volume_type for magnum.conf https://review.openstack.org/574790 | 11:06 |
openstackgerrit | Murali Annamneni proposed openstack/kolla-ansible master: Include default_docker_volume_type for magnum.conf https://review.openstack.org/574790 | 11:07 |
egonzalez | shadowphax, what template override? | 11:09 |
shadowphax | http://logs.openstack.org/78/574778/1/check/kolla-build-ubuntu-source/0b1bedb/logs/kolla_configs/kolla/template_overrides.j2.txt.gz | 11:10 |
*** rmart04 has quit IRC | 11:12 | |
openstackgerrit | Tone Zhang proposed openstack/kolla master: Allow Kolla Ceph to deploy bluestore OSD with 4 partitions https://review.openstack.org/575346 | 11:12 |
shadowphax | i included that in my template-override during kolla-build and it built my containers 100% | 11:12 |
egonzalez | shadowphax, i dont think people is using the override, is for CI only, except the allow unauthenticathed repositories | 11:12 |
*** rmart04 has joined #openstack-kolla | 11:12 | |
*** shadowphax has quit IRC | 11:13 | |
*** shadowphax has joined #openstack-kolla | 11:14 | |
egonzalez | lordxenu, probably need to add a variable for custom backends so the precheck does not fail | 11:15 |
shadowphax | @egonzalez, apologies, I got disconnected. | 11:19 |
lordxenu | @egonzalez yeah thanks. I'm doing a deploy now, but am going to take a look at doing that too. What would be cool though, would be something like enable_cinder_custom_backend: yes in globals. I'm not sure if that's the "right" way to do it. But if you are managing the config yourself then it would be a cool feature. | 11:20 |
lordxenu | but you also replied to my bug on launchpad so I'll take your suggestions and try to work something out. | 11:21 |
lordxenu | btw | 11:22 |
lordxenu | you didn't happen to be on a BA flight to london after vancouver did you | 11:22 |
lordxenu | if you were, i think i may have sat next to you ;) | 11:22 |
openstackgerrit | Murali Annamneni proposed openstack/kolla-ansible master: Include default_docker_volume_type for magnum.conf https://review.openstack.org/574790 | 11:22 |
egonzalez | lordxenu, nope, i didnt went to vancouver summit | 11:22 |
lordxenu | ah ok, thought it was you :D heh | 11:23 |
openstackgerrit | Steve Noyes proposed openstack/kolla-ansible master: [WIP] Use kolla-cli in gate jobs https://review.openstack.org/575172 | 11:29 |
openstackgerrit | Merged openstack/kolla master: Remove the unused kolla_kubernetes script from keystone https://review.openstack.org/573767 | 11:32 |
openstackgerrit | wangwei proposed openstack/kolla-ansible master: Deploy bluestore using partuuid in kolla-ansible https://review.openstack.org/575408 | 11:32 |
*** nicolasbock has quit IRC | 11:42 | |
*** caoyuan has joined #openstack-kolla | 11:43 | |
*** caoyuan has quit IRC | 11:44 | |
*** rhallisey has joined #openstack-kolla | 11:46 | |
openstackgerrit | wangwei proposed openstack/kolla master: Deploy bluestore using partuuid https://review.openstack.org/575400 | 11:48 |
*** gfidente has quit IRC | 11:53 | |
*** gfidente has joined #openstack-kolla | 11:56 | |
shadowphax | @egonzalex, seems like those template_overrides work. | 12:03 |
*** amoralej is now known as amoralej|lunch | 12:03 | |
*** caoyuan has joined #openstack-kolla | 12:05 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible master: WIP: Run gate jobs when service files changes https://review.openstack.org/575026 | 12:06 |
*** nicolasbock has joined #openstack-kolla | 12:11 | |
*** shadowphax has quit IRC | 12:24 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible master: WIP: Run gate jobs when service files changes https://review.openstack.org/575026 | 12:24 |
*** jtriley has quit IRC | 12:34 | |
*** goldyfruit has joined #openstack-kolla | 12:45 | |
*** gfidente has quit IRC | 12:49 | |
*** gfidente has joined #openstack-kolla | 12:51 | |
*** gfidente has quit IRC | 12:51 | |
*** gfidente has joined #openstack-kolla | 12:51 | |
openstackgerrit | Steve Noyes proposed openstack/kolla-ansible master: [WIP] Use kolla-cli in gate jobs https://review.openstack.org/575172 | 13:02 |
*** dave-mccowan has joined #openstack-kolla | 13:10 | |
openstackgerrit | Steve Noyes proposed openstack/kolla-ansible master: [WIP] Use kolla-cli in gate jobs https://review.openstack.org/575172 | 13:11 |
*** amoralej|lunch is now known as amoralej | 13:29 | |
*** dardelean_ has joined #openstack-kolla | 13:31 | |
*** mtsv has quit IRC | 13:32 | |
*** jtriley has joined #openstack-kolla | 13:34 | |
*** jmccarthy has joined #openstack-kolla | 13:40 | |
openstackgerrit | Merged openstack/kolla stable/queens: Ceilometer notification container start failed https://review.openstack.org/575178 | 13:48 |
openstackgerrit | Steve Noyes proposed openstack/kolla-ansible master: [WIP] Use kolla-cli in gate jobs https://review.openstack.org/575172 | 13:50 |
openstackgerrit | Murali Annamneni proposed openstack/kolla-ansible master: Include default_docker_volume_type for magnum.conf https://review.openstack.org/574790 | 13:51 |
*** dave-mccowan has quit IRC | 13:52 | |
*** dardelean_ has quit IRC | 13:54 | |
*** cah_link has quit IRC | 13:59 | |
*** shardy has quit IRC | 14:01 | |
*** caoyuan has quit IRC | 14:02 | |
*** caoyuan has joined #openstack-kolla | 14:05 | |
*** mtsv has joined #openstack-kolla | 14:06 | |
*** skramaja_ has quit IRC | 14:10 | |
*** mchlumsky has joined #openstack-kolla | 14:21 | |
*** dave-mccowan has joined #openstack-kolla | 14:25 | |
*** zhangfei has quit IRC | 14:35 | |
*** hamzy_ is now known as hamzy | 14:44 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-cli master: Fix py3 raw_imput usage https://review.openstack.org/575451 | 14:47 |
*** zhubingbing has quit IRC | 14:52 | |
*** egonzalez has quit IRC | 14:59 | |
*** lordxenu has quit IRC | 15:00 | |
*** rmart04 has quit IRC | 15:04 | |
*** radeks_ has joined #openstack-kolla | 15:14 | |
*** radeks has quit IRC | 15:14 | |
*** cah_link has joined #openstack-kolla | 15:16 | |
*** pcaruana has quit IRC | 15:24 | |
*** krtaylor has quit IRC | 15:25 | |
openstackgerrit | Steve Noyes proposed openstack/kolla-cli master: Sort the children in the output of service list https://review.openstack.org/575468 | 15:26 |
*** banshee1221_ has joined #openstack-kolla | 15:37 | |
*** cah_link has quit IRC | 15:38 | |
banshee1221_ | hey all, having issues with stable/queens. The image build works fine when using a template override to ignore the unsigned repo for ceph-ganesha and the deploy goes fine as well but once in I see a lot of issues with the web interface and 503 responses. Not seeing anything obvious in the logs. It seems to happen when navigating to Network Topology and when creating a floating IP from a project. Any ideas? | 15:40 |
*** krtaylor has joined #openstack-kolla | 15:40 | |
*** krtaylor has quit IRC | 15:42 | |
*** zshi_ is now known as zshi | 15:43 | |
pbourke | banshee1221_: nothing in the horizon logs? | 15:44 |
*** krtaylor has joined #openstack-kolla | 15:45 | |
banshee1221_ | pbourke ah crap, was so convinced that it was | 15:45 |
banshee1221_ | pbourke: oops, sorry. was convinced it was keystone. Didn't check those | 15:45 |
pbourke | no prob | 15:46 |
banshee1221_ | seems there are some issues here https://www.irccloud.com/pastebin/10PBF98Z/horizon%20log | 15:47 |
openstackgerrit | Steve Noyes proposed openstack/kolla-ansible master: [WIP] Use kolla-cli in gate jobs https://review.openstack.org/575172 | 15:47 |
banshee1221_ | didn't spot it because it's not in kibana | 15:48 |
*** caoyuan has quit IRC | 15:48 | |
*** krtaylor has quit IRC | 15:49 | |
*** caoyuan has joined #openstack-kolla | 15:50 | |
*** dardelean_ has joined #openstack-kolla | 15:55 | |
*** dardelean_ has quit IRC | 15:59 | |
*** krtaylor has joined #openstack-kolla | 16:03 | |
*** krtaylor has quit IRC | 16:06 | |
*** krtaylor has joined #openstack-kolla | 16:23 | |
*** jmccarthy has left #openstack-kolla | 16:23 | |
*** krtaylor has quit IRC | 16:24 | |
*** pbourke has quit IRC | 16:28 | |
*** gardenshed has joined #openstack-kolla | 16:37 | |
*** gardenshed has left #openstack-kolla | 16:38 | |
*** zzzeek has quit IRC | 16:38 | |
*** krtaylor has joined #openstack-kolla | 16:42 | |
*** mchlumsky_ has joined #openstack-kolla | 16:42 | |
*** mchlumsky has quit IRC | 16:42 | |
*** sgrasley has quit IRC | 16:42 | |
*** sgrasley has joined #openstack-kolla | 16:42 | |
*** gardensh_ has joined #openstack-kolla | 16:43 | |
gardensh_ | . | 16:43 |
*** zzzeek has joined #openstack-kolla | 16:44 | |
*** krtaylor has quit IRC | 16:46 | |
*** gardensh_ has quit IRC | 16:47 | |
*** gardensh_ has joined #openstack-kolla | 16:47 | |
*** gardensh_ has quit IRC | 16:52 | |
*** dougsz has quit IRC | 16:55 | |
*** caoyuan has quit IRC | 16:57 | |
*** krtaylor has joined #openstack-kolla | 16:59 | |
*** krtaylor has quit IRC | 17:03 | |
*** gkadam__ is now known as gkadam | 17:10 | |
*** amoralej is now known as amoralej|off | 17:16 | |
*** krtaylor has joined #openstack-kolla | 17:19 | |
*** krtaylor has quit IRC | 17:21 | |
*** cah_link has joined #openstack-kolla | 17:24 | |
*** serlex has quit IRC | 17:28 | |
*** spiette has quit IRC | 17:30 | |
*** dave-mccowan has quit IRC | 17:30 | |
*** janki has quit IRC | 17:31 | |
*** spiette has joined #openstack-kolla | 17:32 | |
*** spiette has quit IRC | 17:40 | |
openstackgerrit | Merged openstack/kolla-cli master: Fix py3 raw_imput usage https://review.openstack.org/575451 | 17:41 |
*** cah_link has quit IRC | 17:41 | |
*** pcaruana has joined #openstack-kolla | 17:43 | |
*** radeks_ has quit IRC | 17:49 | |
*** cah_link has joined #openstack-kolla | 17:50 | |
*** pcaruana has quit IRC | 18:01 | |
*** banshee1221_ has quit IRC | 18:04 | |
*** krtaylor has joined #openstack-kolla | 18:04 | |
*** krtaylor has quit IRC | 18:06 | |
openstackgerrit | Merged openstack/kolla-cli master: Sort the children in the output of service list https://review.openstack.org/575468 | 18:06 |
*** pcaruana has joined #openstack-kolla | 18:06 | |
*** krtaylor has joined #openstack-kolla | 18:07 | |
*** krtaylor has quit IRC | 18:11 | |
*** spiette has joined #openstack-kolla | 18:20 | |
*** jgu has joined #openstack-kolla | 18:28 | |
*** jgu_ has joined #openstack-kolla | 18:28 | |
*** jgu has quit IRC | 18:28 | |
openstackgerrit | Steve Noyes proposed openstack/kolla-cli master: Fix input import to work with py2 and py3 https://review.openstack.org/575524 | 18:40 |
*** hachi has joined #openstack-kolla | 18:45 | |
*** hachi has quit IRC | 18:48 | |
openstackgerrit | Steve Noyes proposed openstack/kolla-cli master: Fix input import to work with py2 and py3 https://review.openstack.org/575524 | 18:48 |
*** cah_link has quit IRC | 18:52 | |
*** dave-mccowan has joined #openstack-kolla | 18:52 | |
*** gfidente is now known as gfidente|afk | 19:00 | |
*** sai_p has joined #openstack-kolla | 19:07 | |
*** jtriley has quit IRC | 19:30 | |
*** salv-orlando has joined #openstack-kolla | 19:40 | |
*** salv-orlando has quit IRC | 19:44 | |
*** gkadam has quit IRC | 19:48 | |
*** jtriley has joined #openstack-kolla | 20:00 | |
*** gardensh_ has joined #openstack-kolla | 20:11 | |
*** gardensh_ has left #openstack-kolla | 20:12 | |
*** gardenshed_ has joined #openstack-kolla | 20:13 | |
*** gardenshed_ has left #openstack-kolla | 20:16 | |
*** tch has quit IRC | 20:19 | |
*** tch has joined #openstack-kolla | 20:20 | |
*** gardensh_ has joined #openstack-kolla | 20:20 | |
gardensh_ | . | 20:21 |
*** gardensh_ is now known as gardenshed_ | 20:22 | |
*** Talion has joined #openstack-kolla | 20:33 | |
*** gardenshed_ has quit IRC | 20:38 | |
*** salv-orlando has joined #openstack-kolla | 20:40 | |
*** bmace has quit IRC | 20:43 | |
*** bmace has joined #openstack-kolla | 20:43 | |
*** salv-orlando has quit IRC | 20:45 | |
*** jtriley has quit IRC | 20:47 | |
*** mgiles has quit IRC | 20:49 | |
*** gardenshed_ has joined #openstack-kolla | 20:50 | |
*** gardenshed_ has quit IRC | 20:55 | |
*** gfidente|afk has quit IRC | 21:07 | |
*** rhallisey has quit IRC | 21:21 | |
*** salv-orlando has joined #openstack-kolla | 21:41 | |
*** dave-mccowan has quit IRC | 21:45 | |
*** salv-orlando has quit IRC | 21:46 | |
*** dardelean_ has joined #openstack-kolla | 21:47 | |
*** jbadiapa_ has joined #openstack-kolla | 22:03 | |
*** jbadiapa has quit IRC | 22:06 | |
*** limao has joined #openstack-kolla | 22:10 | |
*** limao_ has joined #openstack-kolla | 22:13 | |
*** limao has quit IRC | 22:14 | |
*** mchlumsky_ has quit IRC | 22:16 | |
*** jtriley has joined #openstack-kolla | 22:18 | |
*** goldyfruit has quit IRC | 22:25 | |
*** jtriley has quit IRC | 22:28 | |
*** nicolasbock has quit IRC | 22:34 | |
*** dardelean_ has quit IRC | 22:36 | |
*** jtriley has joined #openstack-kolla | 22:37 | |
*** dardelean_ has joined #openstack-kolla | 22:37 | |
openstackgerrit | Steve Noyes proposed openstack/kolla-ansible master: [WIP] Use kolla-cli in gate jobs https://review.openstack.org/575172 | 22:38 |
*** dardelean_ has quit IRC | 22:41 | |
*** salv-orlando has joined #openstack-kolla | 22:42 | |
*** salv-orlando has quit IRC | 22:46 | |
*** jbadiapa_ has quit IRC | 22:46 | |
*** sanjay__u has joined #openstack-kolla | 22:48 | |
*** threestrands has joined #openstack-kolla | 22:56 | |
*** threestrands has quit IRC | 22:56 | |
*** threestrands has joined #openstack-kolla | 22:56 | |
*** threestrands has quit IRC | 22:57 | |
*** threestrands has joined #openstack-kolla | 22:57 | |
*** threestrands has quit IRC | 22:57 | |
*** threestrands has joined #openstack-kolla | 22:57 | |
*** jbadiapa_ has joined #openstack-kolla | 23:02 | |
*** limao_ has quit IRC | 23:17 | |
*** itlinux has joined #openstack-kolla | 23:30 | |
*** aagate has quit IRC | 23:32 | |
*** jtriley has quit IRC | 23:34 | |
openstackgerrit | Matt Riedemann proposed openstack/kolla-ansible master: Run "nova-status upgrade check" during upgrade https://review.openstack.org/575567 | 23:39 |
*** dardelean_ has joined #openstack-kolla | 23:41 | |
*** salv-orlando has joined #openstack-kolla | 23:43 | |
*** salv-orlando has quit IRC | 23:47 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!