*** jwcroppe has joined #openstack-zun | 00:02 | |
*** jwcroppe has quit IRC | 00:07 | |
hongbin | it looks the image in our wiki page is popular, there is news using it: http://www.zdnet.com/article/new-openstack-ocata-stabilizes-popular-open-source-cloud/ :) | 00:09 |
---|---|---|
openstackgerrit | Hongbin Lu proposed openstack/zun master: [WIP] Add wsgi script file and sample config https://review.openstack.org/437190 | 00:29 |
*** hongbin has quit IRC | 00:29 | |
openstackgerrit | feng.shengqin proposed openstack/python-zunclient master: Update in OSC needs _remove_null_params https://review.openstack.org/436807 | 00:52 |
*** kevinz has joined #openstack-zun | 01:08 | |
*** yanyanhu has joined #openstack-zun | 01:25 | |
openstackgerrit | miaohb proposed openstack/python-zunclient master: Revise the functional env in tox.ini https://review.openstack.org/436275 | 01:30 |
*** yuanying has quit IRC | 02:27 | |
openstackgerrit | Merged openstack/python-zunclient master: _remove_null_params in OSC needs be synchronized https://review.openstack.org/436799 | 02:49 |
*** zhurong has joined #openstack-zun | 02:51 | |
*** jwcroppe has joined #openstack-zun | 02:54 | |
*** hongbin has joined #openstack-zun | 02:57 | |
openstackgerrit | Eli Qiao proposed openstack/python-zunclient master: Improve error message parsing https://review.openstack.org/437225 | 02:59 |
*** zhurong has quit IRC | 03:00 | |
*** pksingh has joined #openstack-zun | 03:15 | |
*** sudipto has joined #openstack-zun | 03:18 | |
*** sudipto_ has joined #openstack-zun | 03:18 | |
pksingh | sudipto_: hello, good morning | 03:26 |
sudipto | pksingh, good morning. | 03:26 |
pksingh | sudipto: i was going through the patch, could you please suggest why get_available_resources is part of container driver, i think in previous patch i missed it | 03:28 |
pksingh | sudipto_: ^^ | 03:29 |
sudipto | pksingh, ideally I have followed the nova way of doing things where a hypervisor driver determines what resources are there on a given host platform. | 03:30 |
sudipto | Ideally we should have had operating system specific drivers, which is what i am trying to do in the os_capabilities package. | 03:30 |
*** catintheroof has joined #openstack-zun | 03:31 | |
pksingh | sudipto: ok, thnx for now its OK for me | 03:31 |
sudipto | Eventually we will hook the node tracker up with the manager module | 03:32 |
sudipto | where the service initialisation for sun-compute would happen | 03:32 |
openstackgerrit | Merged openstack/python-zunclient master: Revise the functional env in tox.ini https://review.openstack.org/436275 | 03:34 |
*** yuanying has joined #openstack-zun | 03:36 | |
openstackgerrit | Merged openstack/zun master: devstack: restore xtrace in zun nova lib https://review.openstack.org/436818 | 03:40 |
openstackgerrit | Merged openstack/python-zunclient master: Update in OSC needs _remove_null_params https://review.openstack.org/436807 | 03:43 |
*** sudipto_ has quit IRC | 03:43 | |
*** sudipto has quit IRC | 03:43 | |
*** catintheroof has quit IRC | 03:43 | |
*** hongbin has quit IRC | 04:19 | |
openstackgerrit | Merged openstack/zun master: Support the command "zun top" https://review.openstack.org/432198 | 04:22 |
*** sudipto has joined #openstack-zun | 04:44 | |
*** sudipto_ has joined #openstack-zun | 04:44 | |
sudipto_ | pksingh, hi are you here? | 04:49 |
pksingh | sudipto_: yes | 04:49 |
sudipto_ | https://review.openstack.org/#/c/436714/3/zun/db/sqlalchemy/alembic/versions/9b515012587d_add_compute_node_table.py -- in this code, the numa_topology field is marked as a "text" field. | 04:50 |
sudipto_ | however in this: https://review.openstack.org/#/c/436714/3/zun/db/sqlalchemy/models.py | 04:50 |
sudipto_ | it's a string. | 04:50 |
sudipto_ | do you think it would create any issue pksingh | 04:50 |
pksingh | sudipto_: let me check | 04:50 |
pksingh | sudipto_: numa_topology is some object, right? | 04:54 |
sudipto_ | pksingh, yeah | 04:54 |
pksingh | sudipto_: are we going to serialize it before storing there | 04:54 |
sudipto_ | pksingh, that call is ours. Whether we want to do that or not. There's a to_list method in https://github.com/openstack/zun/blob/master/zun/objects/numa.py | 04:55 |
*** jwcroppe has quit IRC | 04:55 | |
*** jwcroppe has joined #openstack-zun | 04:56 | |
pksingh | sudipto_: if that is object then i think it should be blob i.e. text type not string | 04:56 |
pksingh | sudipto_: let me comment on the PS | 04:56 |
sudipto_ | pksingh, then we should define the same in models as well | 04:56 |
pksingh | sudipto_: correct | 04:56 |
pksingh | sudipto_: go ahead and put your comments | 04:57 |
sudipto_ | pksingh, i did, you could may be take a look. | 04:57 |
*** diga has joined #openstack-zun | 04:57 | |
pksingh | sudipto_: i missed it, great catch :) | 04:57 |
sudipto_ | pksingh, should the models representation have the same name as the object representation of the object? | 04:59 |
*** jwcroppe has quit IRC | 05:00 | |
pksingh | sudipto_: yes | 05:01 |
pksingh | sudipto_: i mean name of the fields | 05:01 |
sudipto_ | pksingh, how about the class name? | 05:01 |
pksingh | sudipto_: i dont think that should be same, because name is handled in api methods something like https://github.com/openstack/zun/blob/master/zun/db/sqlalchemy/api.py#L169 | 05:02 |
sudipto_ | ah i see | 05:02 |
sudipto_ | pksingh, where exactly do we say X class in models represents the Y object representation? | 05:04 |
sudipto_ | (I am probably not able to see the magic behind the curtains) | 05:04 |
pksingh | sudipto_: i think in methods which are defined in API, they are responsible for accessing the correct table in DB | 05:05 |
sudipto_ | pksingh, Ah got it. | 05:05 |
sudipto_ | So unless we explicitly call the "create" method, the entry won't be created in the DB. | 05:05 |
pksingh | sudipto_: yes | 05:05 |
sudipto_ | pksingh, got it :) | 05:05 |
*** trinaths has joined #openstack-zun | 05:33 | |
*** janki has joined #openstack-zun | 05:54 | |
*** yuanying has quit IRC | 06:52 | |
openstackgerrit | Kevin Zhao proposed openstack/python-zunclient master: Add support for interactive mode for "run" command https://review.openstack.org/434704 | 06:58 |
*** yuanying has joined #openstack-zun | 07:41 | |
*** adisky_ has joined #openstack-zun | 07:43 | |
openstackgerrit | bhavani proposed openstack/zun master: updated http to https https://review.openstack.org/437292 | 08:38 |
openstackgerrit | bhavani proposed openstack/python-zunclient master: added tox_install file https://review.openstack.org/437303 | 09:32 |
openstackgerrit | bhavani proposed openstack/zun master: updated http to https https://review.openstack.org/437292 | 09:44 |
*** adisky_ has quit IRC | 09:49 | |
*** jwcroppe has joined #openstack-zun | 09:57 | |
*** jwcroppe has quit IRC | 10:02 | |
openstackgerrit | bhavani proposed openstack/zun master: removed coding utf8 https://review.openstack.org/437314 | 10:10 |
*** kevinz has quit IRC | 10:22 | |
*** yanyanhu has quit IRC | 10:55 | |
*** trinaths has quit IRC | 11:03 | |
*** pksingh has quit IRC | 11:21 | |
*** prameswar has joined #openstack-zun | 11:25 | |
*** sudipto has quit IRC | 11:28 | |
*** sudipto_ has quit IRC | 11:28 | |
*** jwcroppe has joined #openstack-zun | 11:59 | |
*** jwcroppe has quit IRC | 12:04 | |
openstackgerrit | miaohb proposed openstack/python-zunclient master: Fix gate failure about container delete in functional test https://review.openstack.org/437348 | 12:08 |
*** catintheroof has joined #openstack-zun | 12:18 | |
*** kevinz has joined #openstack-zun | 12:22 | |
*** prameswar has quit IRC | 12:23 | |
*** prameswar has joined #openstack-zun | 12:39 | |
*** sudipto has joined #openstack-zun | 12:54 | |
*** sudipto_ has joined #openstack-zun | 12:54 | |
openstackgerrit | bhavani proposed openstack/zun master: removed coding utf8 https://review.openstack.org/437314 | 13:04 |
-openstackstatus- NOTICE: Mirror update failures are causing some Ubuntu-based jobs to fail on invalid qemu package dependencies; the problem mirror is in the process of updating now, so this condition should clear shortly. | 13:05 | |
*** ChanServ changes topic to "Mirror update failures are causing some Ubuntu-based jobs to fail on invalid qemu package dependencies; the problem mirror is in the process of updating now, so this condition should clear shortly." | 13:05 | |
*** janki has quit IRC | 13:11 | |
openstackgerrit | prameswar proposed openstack/zun master: image_pull policy implemented for image https://review.openstack.org/431370 | 13:17 |
*** kevinz has quit IRC | 13:21 | |
*** kevinz has joined #openstack-zun | 13:21 | |
*** jwcroppe has joined #openstack-zun | 13:28 | |
*** jwcroppe has quit IRC | 13:39 | |
*** jwcroppe has joined #openstack-zun | 13:39 | |
*** ChanServ changes topic to "Container management service for OpenStack" | 13:41 | |
-openstackstatus- NOTICE: The mirror update process has completed and resulting issue confirmed solved; any changes whose jobs failed on invalid qemu package dependencies can now be safely rechecked to obtain new results. | 13:41 | |
*** jwcroppe has quit IRC | 13:44 | |
*** jwcroppe has joined #openstack-zun | 14:03 | |
*** diga has quit IRC | 14:36 | |
*** kevinz has quit IRC | 14:44 | |
*** kevinz has joined #openstack-zun | 15:15 | |
*** kevinz has quit IRC | 15:20 | |
*** kevinz has joined #openstack-zun | 15:21 | |
*** hongbin has joined #openstack-zun | 15:32 | |
*** jwcroppe has quit IRC | 15:33 | |
*** jwcroppe has joined #openstack-zun | 15:33 | |
*** jwcroppe has quit IRC | 15:38 | |
*** jwcroppe has joined #openstack-zun | 15:42 | |
hongbin | sudipto_: there? | 15:43 |
*** kevinz has quit IRC | 15:45 | |
hongbin | sudipto_: will try to address the numa serialization/deserialization issue pointed out by you | 15:51 |
hongbin | sudipto_: possibly, i will touch a few objects files | 15:51 |
sudipto_ | hongbin, hello, sparsely here. Cooking as well :) | 16:05 |
sudipto_ | hongbin, sure...NodeInfo was inspired by K8s :) | 16:05 |
sudipto_ | But if you want me to convert it to ComputeNode - i am fine too... | 16:05 |
hongbin | sudipto_: ok | 16:05 |
hongbin | sudipto_: i might need to submit another patch for numa & compute_node objects | 16:06 |
sudipto_ | hongbin, ok - sure... | 16:06 |
sudipto_ | hongbin, then i guess i will wait it out, you probably can do that change? | 16:06 |
hongbin | sudipto_: yes, will try to do that | 16:07 |
hongbin | sudipto_: this will allow me to add unit tests to verify the numa serialization | 16:07 |
sudipto_ | hongbin, sure. | 16:07 |
hongbin | yes, after that, you can get started by using the object interface | 16:08 |
hongbin | will try to do that asap | 16:08 |
sudipto_ | hongbin, sure. | 16:10 |
*** prameswar has quit IRC | 16:10 | |
*** irenab has quit IRC | 16:21 | |
*** irenab has joined #openstack-zun | 16:22 | |
*** prameswar has joined #openstack-zun | 16:23 | |
*** prameswar has quit IRC | 16:29 | |
*** sudipto has quit IRC | 16:38 | |
*** sudipto_ has quit IRC | 16:38 | |
*** sudipto has joined #openstack-zun | 16:38 | |
*** sudipto_ has joined #openstack-zun | 16:38 | |
*** jwcroppe has quit IRC | 17:29 | |
*** pcastets has quit IRC | 17:31 | |
*** sudipto has quit IRC | 18:12 | |
*** sudipto_ has quit IRC | 18:12 | |
*** jwcroppe has joined #openstack-zun | 18:32 | |
*** harlowja has joined #openstack-zun | 18:33 | |
openstackgerrit | Merged openstack/python-zunclient master: Add support for interactive mode for "run" command https://review.openstack.org/434704 | 19:49 |
openstackgerrit | Hongbin Lu proposed openstack/python-zunclient master: Improve error message parsing https://review.openstack.org/437225 | 20:06 |
*** jwcroppe has quit IRC | 20:07 | |
*** jwcroppe has joined #openstack-zun | 20:29 | |
*** jwcroppe has quit IRC | 20:41 | |
*** jwcroppe has joined #openstack-zun | 21:01 | |
openstackgerrit | Hongbin Lu proposed openstack/zun master: Add wsgi script file and sample config https://review.openstack.org/437190 | 21:04 |
*** jwcroppe has quit IRC | 21:45 | |
*** jwcroppe has joined #openstack-zun | 22:06 | |
*** jwcroppe_ has joined #openstack-zun | 22:07 | |
*** jwcroppe has quit IRC | 22:12 | |
openstackgerrit | Hongbin Lu proposed openstack/zun master: [WIP] Add compute node table to DB https://review.openstack.org/436714 | 22:37 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!