*** dimsum__ has joined #openstack-containers | 00:06 | |
sdake | madhuri did you fix the service parsing ? | 00:06 |
---|---|---|
sdake | I can't create a service | 00:06 |
sdake | but rc manifest works | 00:06 |
madhuri | On master branch? | 00:07 |
sdake | yup | 00:07 |
sdake | I am using 2015.1.0 with 5 patches applies | 00:07 |
sdake | not master branch | 00:07 |
madhuri | Yes the patch containers parsing according to v1beta3 | 00:07 |
madhuri | What error are you getting? | 00:07 |
sdake | Ithat rc patch already went in ? | 00:07 |
sdake | rcs are working as of 30 minutes ago | 00:07 |
madhuri | You just need to apply 2 patches | 00:08 |
madhuri | I am also checking on 2015.1.0 | 00:08 |
madhuri | Can you paste the error? | 00:08 |
*** sdake_ has joined #openstack-containers | 00:08 | |
*** sdake_ has quit IRC | 00:08 | |
*** sdake_ has joined #openstack-containers | 00:09 | |
sdake_ | madhuri hang tight, I had an error in my script that starts redis | 00:11 |
sdake_ | and then magnum imploded | 00:11 |
sdake_ | when I tried o register the same pods | 00:11 |
madhuri | Ok | 00:11 |
*** sdake has quit IRC | 00:12 | |
sdake_ | beuty of that is I don't have to manually delete the db | 00:12 |
sdake_ | I just kill kolla and restart ;-) | 00:12 |
sdake_ | 30 seconds good to go ;) | 00:12 |
madhuri | :) | 00:13 |
*** dimsum__ has quit IRC | 00:14 | |
sdake_ | magnum bay delete imploded again because I forgot to run heat-cfn api | 00:17 |
madhuri | devstack does it | 00:20 |
sdake_ | 2 minutes to create a 3 node bay | 00:22 |
sdake_ | devstack implodes on bay delete? | 00:22 |
* sdake_ wtb functional testing | 00:22 | |
sdake_ | here is what i get when I try to create a service: | 00:23 |
sdake_ | ERROR: Remote error: OperationalError (OperationalError) (1054, "Unknown column 'ports' in 'field list'") 'INSERT INTO service (created_at, updated_at, uuid, name, bay_uuid, labels, selector, ip, ports, project_id, user_id) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)' (datetime.datetime(2015, 5, 11, 0, 23, 8, 517982), None, '6a0fc794-5bec-49d7-bf07-e92bcaa6ad1b', 'redis-sentinel', '37188b12-ae30-4ab1-9fc4-703036fa3a0a', '{"role": | 00:23 |
sdake_ | "service", "name": "sentinel"}', '{"redis-sentinel": "true"}', None, '[{"targetPort": 26379, "port": 26379}]', '0e2678b993654d1baa33bc3f8432b55d', '55e7edbb9ce941b7a60fd2a58c9582ca') | 00:23 |
sdake_ | [u' (HTTP 500) | 00:23 |
madhuri | Did you upgraded the db? | 00:23 |
sdake_ | my containers always upgrade the db | 00:24 |
sdake_ | does devstack work for you? | 00:24 |
madhuri | Yes | 00:24 |
sdake_ | I need to get devstack operational again, but I am unable to do so at this point in time because of summit | 00:24 |
madhuri | I am building new magnum env with 2015.1.0 | 00:25 |
sdake_ | 2015.1.0 is doa | 00:25 |
sdake_ | I have these patches: | 00:25 |
sdake_ | http://ur1.ca/kc66p -> http://paste.fedoraproject.org/220485/03935143 | 00:25 |
madhuri | Yes the patches look fine | 00:28 |
madhuri | But the error suggest the db is not yet updated | 00:28 |
madhuri | And column name is still 'port' where it expects to be 'ports' | 00:28 |
sdake_ | let me look at the service patch | 00:29 |
madhuri | I am getting error installing the 2015.1.0 | 00:29 |
sdake_ | From 08a27f1c0f8423d630ccf8bfb760a7aee1785457 Mon Sep 17 00:00:00 2001 | 00:29 |
sdake_ | From: Madhuri Kumari <madhuri.kumari@nectechnologies.in> | 00:29 |
sdake_ | Date: Wed, 29 Apr 2015 06:27:46 +0000 | 00:29 |
sdake_ | Subject: [PATCH 09/10] Update service manifest parsing according to v1beta3 | 00:29 |
sdake_ | I told you 2015.1.0 is doa | 00:29 |
sdake_ | there is no migration in that service patch | 00:30 |
sdake_ | oh nm there is a migration | 00:30 |
*** EricGonczer_ has joined #openstack-containers | 00:30 | |
madhuri | https://review.openstack.org/#/c/178519/6/magnum/db/sqlalchemy/alembic/versions/2b5f24dd95de_rename_service_port.py | 00:30 |
madhuri | This is the migration | 00:31 |
madhuri | How do you install the 2015.0.1 tar? | 00:31 |
madhuri | I just ran python setup.py install | 00:32 |
madhuri | And it failed | 00:32 |
sdake_ | 2015.1.0 is doa | 00:32 |
sdake_ | you need atlast 4 patches on top of it to get it to work | 00:32 |
sdake_ | look at my paste above for the patches I am using | 00:32 |
sdake_ | it contains the build step you need to build the package | 00:33 |
sdake_ | and then the install step | 00:33 |
madhuri | Ok | 00:33 |
sdake_ | udner %build | 00:33 |
sdake_ | and %install | 00:33 |
sdake_ | I am trying to figure out the minimum patches we need to backport ;-) | 00:33 |
sdake_ | http://ur1.ca/kc68n -> http://paste.fedoraproject.org/220487/30447914 | 00:34 |
sdake_ | it doesn't appear to be running your migration for some reason | 00:35 |
sdake_ | this is the command i'm running: /usr/bin/magnum-db-manage upgrade | 00:36 |
madhuri | I think the downgrade version doesn't exist | 00:37 |
madhuri | See this https://review.openstack.org/#/c/181768/ | 00:38 |
madhuri | I have cherry-picked the change to stable/kilo and it is failing due to migration issue | 00:38 |
madhuri | This may be the issue | 00:38 |
sdake_ | I updated yoru patch because it was faiilng the gate and put in the correct downgrade revision | 00:39 |
sdake_ | you will have to revert the downgrade change I made to get it to pass the kilo gate | 00:39 |
sdake_ | make sense? | 00:39 |
sdake_ | as per tom's comments | 00:39 |
*** dimsum__ has joined #openstack-containers | 00:39 | |
sdake_ | you have to modify the cherrypick | 00:40 |
madhuri | The change is good for master | 00:40 |
sdake_ | db changes are not supposed to go in stable repos | 00:40 |
madhuri | But not for kilo | 00:40 |
madhuri | Yes I need to update the cherry pick for kilo | 00:40 |
sdake_ | but we are stuck with it as far as I am concerned | 00:40 |
sdake_ | since its doa in current form | 00:40 |
madhuri | Agree. But will get this working today itself | 00:41 |
madhuri | I am stuck with my env | 00:41 |
madhuri | Will figure it out | 00:41 |
madhuri | sdake_, http://paste.fedoraproject.org/220491/13053691/ | 00:49 |
madhuri | Why am I getting this error? | 00:49 |
sdake_ | did you look at the rpm | 00:50 |
sdake_ | it has a build step | 00:50 |
sdake_ | run python ./setup.py build | 00:52 |
sdake_ | run setup.py install -O1 --skip-build --root=your-build-root | 00:52 |
madhuri | I tried this command but it failed with same error | 00:52 |
sdake_ | if you have a .build directory it needs to be removed | 00:53 |
sdake_ | or maybe its called build | 00:53 |
sdake_ | for the python ./setup.py build to work | 00:53 |
madhuri | No I don't have any | 00:54 |
sdake_ | well I'm not sure why it happens, I had same problem with the tarballs | 00:55 |
sdake_ | I had ato create a tag to get the build to work | 00:55 |
madhuri | Did you face the same problem? | 00:56 |
sdake_ | yup originally - i tagged a release and it started working | 01:00 |
sdake_ | I don't know why | 01:00 |
openstackgerrit | Madhuri Kumari proposed openstack/magnum: Update service manifest parsing according to v1beta3 https://review.openstack.org/181768 | 01:00 |
openstackgerrit | Madhuri Kumari proposed openstack/magnum: Update service manifest parsing according to v1beta3 https://review.openstack.org/181768 | 01:02 |
madhuri | can you try changing the down version? | 01:02 |
sdake_ | yup I already have built one with a different down revision | 01:02 |
*** kebray has quit IRC | 01:02 | |
madhuri | It worked? | 01:03 |
sdake_ | what I'm not clear on is how people are going to upgrade from kilo to liberty with the db changes | 01:03 |
sdake_ | its loading | 01:03 |
sdake_ | dev cycle is relaly slow with containers | 01:04 |
*** julim has joined #openstack-containers | 01:05 | |
sdake_ | it did not upgrade | 01:05 |
madhuri | Agree the migration will conflict | 01:06 |
*** EricGonczer_ has quit IRC | 01:08 | |
madhuri | sdake_, I think we should remove the v1beta3 support from stable/kilo | 01:10 |
madhuri | That will resolve all this problem | 01:10 |
madhuri | Please suggest? | 01:10 |
*** yuanying has joined #openstack-containers | 01:10 | |
madhuri | I don't feel confident adding this baackport with db migration in stable | 01:10 |
sdake_ | agree the migration is impossible | 01:10 |
sdake_ | I don't know how to make the migration work | 01:11 |
sdake_ | one way would be to change the first migration in our master to use a made up migration # from stable/kilo | 01:11 |
sdake_ | this would braek migrations in master | 01:12 |
sdake_ | but that is ok imo | 01:12 |
sdake_ | because devs can just reset their db | 01:12 |
sdake_ | and new migrations would work | 01:12 |
sdake_ | make sense? | 01:12 |
madhuri | Yes we can fix this in master | 01:13 |
madhuri | But we need to do a through testing on stable kilo | 01:14 |
sdake_ | and the upgrade process | 01:14 |
madhuri | Yes | 01:14 |
sdake_ | what a clusterfuck | 01:14 |
* sdake_ groans | 01:14 | |
madhuri | :( | 01:14 |
madhuri | For now we should first try to make kilo work | 01:15 |
sdake_ | agree | 01:15 |
sdake_ | the problem I have is my package does not include the alembic migration on the disk | 01:15 |
sdake_ | yet the patch is applied | 01:16 |
madhuri | I have got my env up | 01:17 |
madhuri | I will check | 01:17 |
sdake_ | [sdake@bigiron SOURCES]$ sudo docker exec 590 rpm -ql openstack-magnum | grep rename_service_port | 01:17 |
sdake_ | no output | 01:18 |
madhuri | The migration is not working | 01:18 |
sdake_ | its probably not installed | 01:19 |
madhuri | alembic history | 01:19 |
madhuri | You can try to install alembic and then this should work | 01:19 |
madhuri | But I wonder how other migrations are applied | 01:20 |
sdake_ | setup.py build is not copying the migration file | 01:27 |
*** vilobhmm11 has quit IRC | 01:31 | |
madhuri | Patch1: 0001-Remove-docker-volume-support.patch what is this patch? | 01:33 |
*** erkules has joined #openstack-containers | 01:35 | |
sdake_ | kolla has no support for cinder | 01:36 |
sdake_ | so I remove it from the template | 01:36 |
sdake_ | just ignore it | 01:36 |
sdake_ | I dont get why the migration file isn't being copied | 01:36 |
*** erkules_ has quit IRC | 01:38 | |
madhuri | I am not sure about it | 01:39 |
*** vilobhmm1 has joined #openstack-containers | 01:41 | |
sdake_ | setup.py build is not copying the file | 01:43 |
*** vilobhmm1 has quit IRC | 01:46 | |
*** julim has quit IRC | 01:48 | |
*** achanda has joined #openstack-containers | 01:55 | |
*** mahito has quit IRC | 01:57 | |
*** kebray has joined #openstack-containers | 02:00 | |
*** mahito has joined #openstack-containers | 02:06 | |
*** dimsum__ has quit IRC | 02:12 | |
sdake_ | madhuri too bad they changed that type from integer to a list | 02:17 |
madhuri | Yes v1beta3 has more than one port | 02:18 |
madhuri | That's why this migration can't be removed even | 02:19 |
sdake_ | what about saying "hey we only support one port on v1betav3" | 02:19 |
sdake_ | in the backport | 02:19 |
sdake_ | just have the parser ignore extra ports | 02:20 |
madhuri | Consider only TCP port | 02:20 |
madhuri | and ignore other ports? | 02:20 |
sdake_ | how is the ports thing used | 02:20 |
sdake_ | do the examples use multipe ports? | 02:20 |
madhuri | Yes | 02:20 |
madhuri | https://github.com/GoogleCloudPlatform/kubernetes/blob/master/examples/walkthrough/v1beta3/service.yaml#L6 | 02:20 |
sdake_ | that example only has 1 port | 02:21 |
sdake_ | from redis example: | 02:23 |
sdake_ | spec: | 02:23 |
sdake_ | ports: | 02:23 |
sdake_ | - port: 26379 | 02:23 |
sdake_ | targetPort: 26379 | 02:23 |
sdake_ | only one port | 02:23 |
madhuri | But there can be multiple ports like TCP, UDP | 02:23 |
madhuri | I also can see only one port | 02:23 |
madhuri | But I confirmed with Nikhil from google | 02:23 |
sdake_ | ok so lets say for a moment someone comes out with a tempalte that has multiple ports | 02:24 |
sdake_ | we could kick back an error to them in stable/kilo | 02:24 |
sdake_ | "sorry your template isn't supported" | 02:24 |
madhuri | If so only one port, then we can remove this migration | 02:24 |
madhuri | Do you have kubernetes running? | 02:24 |
sdake_ | I can run it in a container | 02:24 |
sdake_ | but not devstack | 02:25 |
madhuri | I remember I tested with multiple ports and it failed | 02:25 |
*** vilobhmm1 has joined #openstack-containers | 02:25 | |
madhuri | Can you try creating a service with multiple ports? | 02:25 |
sdake_ | i can't even create a service with 1 port | 02:25 |
sdake_ | the migratoin doesn't get built | 02:25 |
sdake_ | like I said ;) | 02:25 |
sdake_ | and i dont know how to fix that | 02:25 |
madhuri | No just on kubernetes | 02:26 |
sdake_ | what do you store in the jsonencodedlist | 02:26 |
madhuri | Using kubectl | 02:26 |
sdake_ | oh no I don't have k8s running | 02:26 |
sdake_ | course of action: | 02:26 |
madhuri | You have a running bay? | 02:26 |
sdake_ | I can get one running but Ihave food waiting | 02:27 |
sdake_ | what do you store in the json encoded list? | 02:27 |
sdake_ | spec: ports: ? | 02:27 |
madhuri | List of dictionary | 02:27 |
madhuri | Yes | 02:27 |
madhuri | [{'port': 124, 'protocol': 'TCP'}] | 02:28 |
sdake_ | we could just accept 1 port and force to tcp | 02:29 |
sdake_ | or only *store* that stuff in the db | 02:29 |
sdake_ | and feed the jsonencoded list directly into kubectl | 02:30 |
sdake_ | so the entire flow remains the same including the json encoded list | 02:30 |
sdake_ | the write to db of the port converts json encoded list to integrate | 02:31 |
sdake_ | integer | 02:31 |
madhuri | In that case we can accept multiple ports. Isn't it? | 02:32 |
sdake_ | right | 02:33 |
sdake_ | accept multipel ports, only store 1 port in db, get rid of migration in stable/kilo | 02:33 |
sdake_ | its not perfect | 02:33 |
madhuri | Hmm | 02:33 |
sdake_ | but it gives us v1beta3 | 02:33 |
madhuri | This seems not perfect but I think we can go ahead with it | 02:33 |
sdake_ | can you work out a patch | 02:34 |
madhuri | As the processing is correct, its just that we are not storing the complete infromation in magnum db | 02:34 |
sdake_ | sooner > better :) | 02:34 |
madhuri | Ok | 02:34 |
sdake_ | right | 02:34 |
madhuri | Ok | 02:34 |
madhuri | I will submit the patch soon | 02:34 |
sdake_ | can you give me eta - I'm under alot of pressure to get things done and need to know timelines if possible | 02:35 |
sdake_ | and this is #1 on my plate | 02:36 |
madhuri | I can do it in 30 minutes but my magnum env is not running | 02:36 |
sdake_ | cool | 02:37 |
madhuri | I can't create a bay | 02:37 |
sdake_ | you need my patch to create bay | 02:37 |
sdake_ | otherwise minions stay in notready state | 02:37 |
sdake_ | unless using master | 02:37 |
sdake_ | or are you having some other trouble with bay creation | 02:37 |
madhuri | The stack creation always fail at master_wait_condition | 02:38 |
sdake_ | running heat-api-cfn? | 02:38 |
madhuri | Yes | 02:39 |
sdake_ | login to minoni | 02:39 |
sdake_ | or are minoons not started? | 02:39 |
madhuri | Minions not started | 02:39 |
madhuri | Just the kube_master | 02:39 |
sdake_ | was it working previously? | 02:40 |
madhuri | This is a new vm | 02:41 |
sdake_ | line 247 needs a ports = Colum(JSONEncodedList->int) :) | 02:43 |
sdake_ | of models.py | 02:43 |
sdake_ | try to work out a patch and I'll be happy to test | 02:44 |
madhuri | Ok sure | 02:44 |
madhuri | thanks | 02:44 |
madhuri | Also I am creating other env side-by-side | 02:44 |
sdake_ | cool i gotta eat or i'm going to starve | 02:44 |
sdake_ | bbiaf | 02:44 |
madhuri | brb | 02:45 |
madhuri | Sure :) | 02:45 |
*** EricGonczer_ has joined #openstack-containers | 02:53 | |
*** vilobhmm1 has quit IRC | 02:54 | |
openstackgerrit | Lan Qi Song proposed openstack/magnum: Add support for container status https://review.openstack.org/180384 | 02:57 |
openstackgerrit | Lan Qi Song proposed openstack/python-magnumclient: Add support for container status https://review.openstack.org/181787 | 02:59 |
*** vilobhmm1 has joined #openstack-containers | 03:00 | |
*** achanda has quit IRC | 03:01 | |
*** EricGonczer_ has quit IRC | 03:03 | |
*** achanda_ has joined #openstack-containers | 03:04 | |
*** sdake has joined #openstack-containers | 03:05 | |
*** sdake has quit IRC | 03:05 | |
*** sdake has joined #openstack-containers | 03:05 | |
*** sdake_ has quit IRC | 03:06 | |
*** sdake has quit IRC | 03:08 | |
*** sdake has joined #openstack-containers | 03:09 | |
*** achanda_ has quit IRC | 03:14 | |
*** mahito has quit IRC | 03:16 | |
*** tobe has joined #openstack-containers | 03:20 | |
*** vilobhmm1 has quit IRC | 03:24 | |
*** mahito has joined #openstack-containers | 03:24 | |
*** mahito has quit IRC | 03:29 | |
*** mahito has joined #openstack-containers | 03:30 | |
openstackgerrit | Lan Qi Song proposed openstack/magnum: Add support for container status https://review.openstack.org/180384 | 03:35 |
sdake | madhuri getting late here, any progress ? :) | 03:38 |
madhuri | Yes patch created | 03:53 |
madhuri | How can I send you? | 03:54 |
sdake | ncie | 03:54 |
sdake | fpaste is good | 03:54 |
sdake | paste | 03:54 |
sdake | 03:54 | |
madhuri | Went out for some work | 03:54 |
sdake | howevero u like | 03:54 |
sdake | git diff will produce a diff | 03:54 |
sdake | git format-patch -1 will make a patch file | 03:54 |
sdake | I'd prefer a git format-patch -1 | 03:55 |
*** sdake_ has joined #openstack-containers | 03:56 | |
sdake_ | madhuri how are oyu sending | 03:58 |
madhuri | I am writing a mail to you | 03:58 |
sdake_ | steven.dake@gmail.com works | 03:58 |
madhuri | Let me check | 03:58 |
sdake_ | stdake@cisco.com as well | 03:58 |
*** sdake has quit IRC | 04:00 | |
madhuri | Just give me a sec please | 04:01 |
madhuri | Do I need to git add the changes? | 04:05 |
madhuri | The patch doesn't contain the new changes? | 04:05 |
madhuri | sdake_, ? | 04:07 |
*** kebray has quit IRC | 04:09 | |
sdake_ | git commit -a --amend | 04:10 |
sdake_ | make sure to git rm the migration file | 04:10 |
madhuri | Ok | 04:10 |
sdake_ | git format-patch -1 | 04:10 |
madhuri | Sent | 04:13 |
sdake_ | where to | 04:13 |
madhuri | Both IDs | 04:13 |
madhuri | I have added a check for TCP port. If TCP port is not passed in manifest, it will fail with 400 status | 04:15 |
*** kebray has joined #openstack-containers | 04:16 | |
sdake_ | why does port matter | 04:19 |
sdake_ | building now | 04:20 |
sdake_ | https://copr.fedoraproject.org/coprs/sdake/kubernetes/build/91639/ | 04:20 |
sdake_ | i mean protocol | 04:20 |
sdake_ | redis does not pass tcp port I don tthink | 04:20 |
sdake_ | http://ur1.ca/kc7ln -> http://paste.fedoraproject.org/220511/13180981 | 04:21 |
sdake_ | that is the service file for redis | 04:21 |
madhuri | In case there are multiple, then which port to choose? | 04:22 |
sdake_ | who choosese the port? | 04:22 |
sdake_ | kubernetes? | 04:22 |
madhuri | No | 04:22 |
madhuri | The one to be stored in magnum db | 04:22 |
sdake_ | just pick the first one I gues s;-) | 04:23 |
sdake_ | or pick a tcp port | 04:23 |
sdake_ | if there is one | 04:23 |
*** coolsvap|afk is now known as coolsvap | 04:23 | |
sdake_ | the thing is, the kube files don't always specify the protocol | 04:23 |
sdake_ | they assume tcp | 04:23 |
madhuri | Ok | 04:23 |
madhuri | So need to update the patch again | 04:24 |
madhuri | sdake_, don't you think the check will look very bad | 04:25 |
*** vilobhmm1 has joined #openstack-containers | 04:26 | |
sdake_ | which is a check | 04:26 |
madhuri | http://paste.fedoraproject.org/220512/31845014/ this one | 04:27 |
sdake_ | i'd get rid of lines 4-9 | 04:29 |
sdake_ | its not critical that the db have correct information in this case | 04:30 |
sdake_ | will this still pass the correct manifest to kubectl? | 04:31 |
madhuri | Ok | 04:32 |
madhuri | Yes it will pass the correct manifest | 04:32 |
madhuri | It is just for storing in magnum db | 04:33 |
sdake_ | ok | 04:33 |
*** sdake has joined #openstack-containers | 04:34 | |
*** sdake_ has quit IRC | 04:38 | |
*** chandankumar has joined #openstack-containers | 04:43 | |
sdake | madhuri doesn't the manifest parser need to know how to parse the manifest? | 04:44 |
madhuri | which parser? | 04:44 |
madhuri | parse_manifest? | 04:44 |
sdake | yes | 04:45 |
madhuri | the parse_manifest is parsing the manifest | 04:46 |
sdake | your patch only had 2 files changed | 04:47 |
madhuri | File api/controllers/v1/service.py has the manifest parsing changes | 04:49 |
sdake | ok | 04:51 |
*** tobe has quit IRC | 05:03 | |
sdake | madhuri hows it going - 10pm here need to hit sack soon | 05:03 |
madhuri | Does it work on your env? | 05:07 |
sdake | youwere working on a new patch? | 05:07 |
madhuri | You need the new patch? | 05:07 |
madhuri | Ohh I am sharing | 05:08 |
sdake | redis doesnt' have tcp | 05:08 |
sdake | so it wont work | 05:08 |
madhuri | sent | 05:11 |
madhuri | I misunderstood | 05:11 |
madhuri | I wasn't working on it :D | 05:11 |
*** sdake_ has joined #openstack-containers | 05:13 | |
madhuri | sdake, check? | 05:13 |
*** sdake has quit IRC | 05:16 | |
madhuri | my env is up now | 05:17 |
madhuri | I am also testing it | 05:17 |
openstackgerrit | Lan Qi Song proposed openstack/magnum: Add support for container status https://review.openstack.org/180384 | 05:17 |
*** unicell1 has joined #openstack-containers | 05:20 | |
*** jjlehr has joined #openstack-containers | 05:20 | |
sdake_ | its building now | 05:20 |
*** unicell has quit IRC | 05:21 | |
sdake_ | i have to build an rpm | 05:21 |
sdake_ | then build a docker container | 05:21 |
sdake_ | it takes about 20 minutes | 05:21 |
*** jjlehr has quit IRC | 05:23 | |
madhuri | I am also testing | 05:24 |
*** daneyon has joined #openstack-containers | 05:25 | |
*** kebray has quit IRC | 05:27 | |
*** kebray has joined #openstack-containers | 05:28 | |
*** oro has joined #openstack-containers | 05:28 | |
sdake_ | madhuri seems to work | 05:35 |
madhuri | On my env also | 05:36 |
*** achanda has joined #openstack-containers | 05:37 | |
madhuri | sdake_, So should I update my patch now? | 05:37 |
sdake_ | update just the kilo branch | 05:37 |
sdake_ | leavey our other patch as is I think | 05:37 |
sdake_ | (the one in master) | 05:37 |
madhuri | Yes | 05:37 |
openstackgerrit | Lan Qi Song proposed openstack/magnum: Add support for container status https://review.openstack.org/180384 | 05:38 |
Kennan | :diga | 05:40 |
openstackgerrit | Madhuri Kumari proposed openstack/magnum: Update service manifest parsing according to v1beta3 https://review.openstack.org/181768 | 05:40 |
diga | Kennan: Hi | 05:40 |
madhuri | sdake_, Here https://review.openstack.org/#/c/181768/5 | 05:41 |
Kennan | do you know if anything about swarm bay ? | 05:41 |
openstackgerrit | Steven Dake proposed openstack/magnum: Configure minions properly https://review.openstack.org/181797 | 05:43 |
madhuri | sdake_, This also https://review.openstack.org/#/c/181770/ for rc | 05:44 |
madhuri | What about the other two patches? | 05:46 |
sdake_ | which other two patches | 05:46 |
sdake_ | we need the 3 manifest patches, the 1 sed patch, and the 1 documentation patch | 05:47 |
madhuri | 2 manifest patches | 05:48 |
madhuri | One rc and seconf service manifest | 05:48 |
sdake_ | service and rc patch are in the revie queue | 05:49 |
sdake_ | sed is in the revieiw qeueu | 05:49 |
sdake_ | what is the second service manifest patch? | 05:49 |
openstackgerrit | Rabi Mishra proposed stackforge/heat-coe-templates: Cleanup templates to make hot compliant https://review.openstack.org/181713 | 05:49 |
madhuri | Sorry. Just two manifest patches and both in reviews | 05:50 |
madhuri | 1 documentation patch is left | 05:51 |
sdake_ | isn't there a pod manifest patch? | 05:51 |
madhuri | pod manifest is already there in stable kilo | 05:51 |
sdake_ | cool | 05:51 |
sdake_ | now to implement the python client binding to get rid of kubectl :) | 05:51 |
madhuri | Will you cherry-pick the documentation patch? | 05:52 |
madhuri | Yes finally | 05:52 |
madhuri | And now I have a running env also :) | 05:52 |
Kennan | :diga there? | 05:53 |
diga | Kennan: yes | 05:53 |
openstackgerrit | Steven Dake proposed openstack/magnum: Update quickstart guide to v1beta3 manifests https://review.openstack.org/181798 | 05:53 |
Kennan | :diga I have swarm bay created | 05:53 |
Kennan | do you know what's the swarm nodes access info ? | 05:53 |
Kennan | I mean login user | 05:54 |
Kennan | in k8s it is minion | 05:54 |
*** vilobhmm1 has quit IRC | 05:54 | |
Kennan | what's swarm nodes ? | 05:54 |
sdake_ | kennan try ssh root@ssawrmip | 05:54 |
sdake_ | it should givey out he logic | 05:54 |
sdake_ | login name | 05:54 |
sdake_ | ok i'm off to dreamland | 05:54 |
madhuri | sdake_, I hope stable kilo is stable now :) | 05:55 |
sdake_ | for 6 hours or more | 05:55 |
madhuri | Have a good sleep | 05:55 |
Kennan | :sdake_ ok thanks | 05:55 |
sdake_ | madhuri that is what I tested, and it works great | 05:55 |
Kennan | I would try | 05:55 |
madhuri | sdake_, Thanks | 05:55 |
sdake_ | although I only teted fedora image and kubernetes | 05:55 |
sdake_ | need to test coreos image and kubernetes | 05:55 |
madhuri | Me too Fedora and kubernetes | 05:55 |
diga | Kennan: I am facing some problem in my setup, please try what sdake_ suggested | 05:56 |
Kennan | :diga yes tried, got it work now | 05:56 |
sdake_ | nihgt all | 05:56 |
Kennan | :sdake_ bye | 05:56 |
diga | sdake_: Good Night! | 05:56 |
madhuri | Good Night | 05:57 |
*** sdake has joined #openstack-containers | 05:57 | |
*** mahito has quit IRC | 05:58 | |
diga | Kennan: Today I am back from long vacation :) | 05:59 |
Kennan | :diga yes need some rest. I just returned for some issues some days | 06:00 |
diga | Kennan: ok | 06:00 |
*** sdake_ has quit IRC | 06:01 | |
*** mahito_ has joined #openstack-containers | 06:04 | |
*** nshaikh has joined #openstack-containers | 06:05 | |
*** sdake_ has joined #openstack-containers | 06:15 | |
*** sdake__ has joined #openstack-containers | 06:18 | |
*** sdake has quit IRC | 06:18 | |
*** sdake_ has quit IRC | 06:21 | |
*** oro has quit IRC | 06:27 | |
*** destiny has joined #openstack-containers | 06:45 | |
destiny | hi | 06:45 |
madhuri | hi destiny | 06:45 |
destiny | i'm looking for informations abou nova-docker driver | 06:45 |
destiny | am i at the right place ? | 06:46 |
madhuri | You can ask at the #nova-docker channel | 06:47 |
destiny | yup i tried but it seems they are dead >< | 06:47 |
madhuri | May be time zone is different | 06:48 |
madhuri | Try at some other time | 06:48 |
destiny | i'ts write somewhere that the driver " will return to mainline Nova in the Kilo release" | 06:48 |
destiny | how can i verify this info ? | 06:49 |
madhuri | You can check the release notes | 06:49 |
destiny | ok | 06:50 |
madhuri | destiny, https://github.com/openstack/nova/releases/tag/2015.1.0 | 06:50 |
*** chandankumar is now known as morpheus | 06:50 | |
madhuri | May be this can provide you some information | 06:50 |
*** morpheus is now known as Guest37579 | 06:51 | |
*** Guest37579 is now known as chandankumar | 06:52 | |
*** chandankumar has quit IRC | 06:52 | |
destiny | hmm nothing in the release note | 06:52 |
destiny | http://docs.openstack.org/developer/nova/support-matrix.html | 06:54 |
destiny | this thing tells me the driver is dead lol i think | 06:55 |
diga | destiny: I think you need to chat at #openstack-nova channel, better place to ask this question | 06:56 |
destiny | okay thank you | 06:56 |
*** Marga_ has joined #openstack-containers | 07:01 | |
*** Marga_ has quit IRC | 07:04 | |
*** achanda has quit IRC | 07:15 | |
*** chandankumar has joined #openstack-containers | 07:16 | |
*** Marga_ has joined #openstack-containers | 07:19 | |
*** Marga_ has quit IRC | 07:19 | |
*** kebray has quit IRC | 07:23 | |
*** sdake__ has quit IRC | 07:28 | |
*** mahito_ has quit IRC | 07:38 | |
*** tobe has joined #openstack-containers | 07:42 | |
*** achanda has joined #openstack-containers | 07:45 | |
*** mahito has joined #openstack-containers | 07:46 | |
*** jsotoca has joined #openstack-containers | 07:58 | |
*** achanda has quit IRC | 08:01 | |
*** belmoreira has joined #openstack-containers | 08:11 | |
openstackgerrit | Kai Qiang Wu(Kennan) proposed openstack/magnum: Fix the container delete uuid issue https://review.openstack.org/181825 | 08:39 |
*** achanda has joined #openstack-containers | 08:45 | |
*** fawadkhaliq has joined #openstack-containers | 08:52 | |
*** erkules has quit IRC | 08:55 | |
*** erkules has joined #openstack-containers | 08:56 | |
*** oro has joined #openstack-containers | 09:10 | |
openstackgerrit | xu-haiwei proposed openstack/python-magnumclient: Make bay name a required option when creating a bay https://review.openstack.org/181837 | 09:12 |
openstackgerrit | xu-haiwei proposed openstack/python-magnumclient: Make baymodel name a required option https://review.openstack.org/181839 | 09:19 |
openstackgerrit | xu-haiwei proposed openstack/python-magnumclient: Make bay name a required option when creating a bay https://review.openstack.org/181837 | 09:30 |
*** achanda has quit IRC | 09:40 | |
openstackgerrit | xu-haiwei proposed openstack/magnum: Make bay name a required option when creating a bay https://review.openstack.org/181843 | 09:40 |
openstackgerrit | xu-haiwei proposed openstack/python-magnumclient: Make bay name a required option when creating a bay https://review.openstack.org/181837 | 09:47 |
*** chuenlye has joined #openstack-containers | 09:50 | |
*** fangfenghua has quit IRC | 09:53 | |
*** chuenlye has quit IRC | 09:53 | |
openstackgerrit | xu-haiwei proposed openstack/magnum: Baymodel name should be a required option when creating a baymodel https://review.openstack.org/181847 | 09:54 |
*** fawadkhaliq has quit IRC | 09:56 | |
openstackgerrit | xu-haiwei proposed openstack/magnum: Image_id should be a required option when creating a baymodel https://review.openstack.org/181849 | 09:57 |
openstackgerrit | xu-haiwei proposed openstack/magnum: Keypair_id should be a required option when creating a baymodel https://review.openstack.org/181850 | 09:59 |
*** dimsum__ has joined #openstack-containers | 10:02 | |
openstackgerrit | Grzegorz Grasza (xek) proposed openstack/magnum: Make MagnumObject a subclass of Oslo VersionedObject https://review.openstack.org/180133 | 10:03 |
openstackgerrit | Grzegorz Grasza (xek) proposed openstack/magnum: Move VersionedObject registration to the new scheme https://review.openstack.org/180577 | 10:03 |
openstackgerrit | Grzegorz Grasza (xek) proposed openstack/magnum: Use oslo.versionedobjects remotable decorators https://review.openstack.org/181853 | 10:03 |
madhuri | lan, there? | 10:16 |
*** fawadkhaliq has joined #openstack-containers | 10:31 | |
*** yuanying has quit IRC | 10:34 | |
*** mahito has quit IRC | 10:36 | |
*** mahito has joined #openstack-containers | 10:36 | |
*** mahito has quit IRC | 10:44 | |
*** coolsvap is now known as coolsvap|afk | 10:48 | |
*** belmoreira has quit IRC | 10:48 | |
*** zul has quit IRC | 11:37 | |
*** zul has joined #openstack-containers | 11:38 | |
*** chandankumar has quit IRC | 11:46 | |
*** tobe has quit IRC | 11:53 | |
*** dimsum__ has quit IRC | 12:03 | |
*** Marga_ has joined #openstack-containers | 12:12 | |
*** fangfenghua_ has joined #openstack-containers | 12:17 | |
*** Marga_ has quit IRC | 12:21 | |
*** Marga_ has joined #openstack-containers | 12:22 | |
*** fawadkhaliq has quit IRC | 12:26 | |
*** oro_ has joined #openstack-containers | 12:37 | |
*** sdake has joined #openstack-containers | 12:38 | |
*** sdake_ has joined #openstack-containers | 12:40 | |
*** fawadkhaliq has joined #openstack-containers | 12:44 | |
*** sdake has quit IRC | 12:44 | |
*** fawadk has joined #openstack-containers | 12:50 | |
*** fawadkhaliq has quit IRC | 12:50 | |
*** sdake_ is now known as sdake | 12:55 | |
xek | madhuri, hi | 12:56 |
xek | madhuri, when implementing new versioned objects, I saw your change https://review.openstack.org/#/c/178519/6/magnum/api/controllers/v1/service.py | 12:56 |
xek | you first define {wtypes.text: wtypes.IntegerType()} but then, you have "protocol": "TCP" in the sample - is this right? | 12:57 |
*** jjlehr has joined #openstack-containers | 13:07 | |
*** fawadkhaliq has joined #openstack-containers | 13:08 | |
*** hongbin has joined #openstack-containers | 13:09 | |
*** fawadk has quit IRC | 13:11 | |
openstackgerrit | Merged openstack/magnum: Update rc manifest parsing according to v1beta3 https://review.openstack.org/181770 | 13:17 |
*** jfarschman has joined #openstack-containers | 13:17 | |
*** jfarschman is now known as MilesDenver | 13:17 | |
*** rpothier has joined #openstack-containers | 13:20 | |
*** fawadkhaliq has quit IRC | 13:29 | |
*** MilesDenver has quit IRC | 13:29 | |
sdake | hongbin can you ack https://review.openstack.org/#/c/181798/ | 13:30 |
hongbin | k | 13:30 |
sdake | https://review.openstack.org/#/c/181797/1 | 13:30 |
sdake | I'd like stable/kilo in good shape asap | 13:30 |
sdake | if your looking for work, you can amend the commit log of https://review.openstack.org/#/c/181768/ to meet Tom's request ;-) | 13:31 |
hongbin | sure. Will do that | 13:32 |
*** jjlehr has quit IRC | 13:36 | |
openstackgerrit | Merged openstack/magnum: Configure minions properly https://review.openstack.org/181797 | 13:37 |
*** rlrevell has joined #openstack-containers | 13:38 | |
openstackgerrit | Merged openstack/magnum: Update quickstart guide to v1beta3 manifests https://review.openstack.org/181798 | 13:38 |
*** dimsum__ has joined #openstack-containers | 13:39 | |
*** prad has joined #openstack-containers | 13:39 | |
*** julim has joined #openstack-containers | 13:42 | |
*** nihilifer has joined #openstack-containers | 13:43 | |
*** prad has quit IRC | 13:47 | |
*** prad has joined #openstack-containers | 13:48 | |
*** dimsum__ has quit IRC | 13:53 | |
hongbin | sdake: Sorry, I am too late to change the commit log. Adrian have approved it. | 13:58 |
sdake | haha ;) | 13:58 |
sdake | its all good | 13:58 |
hongbin | k | 13:58 |
openstackgerrit | Merged openstack/magnum: Update service manifest parsing according to v1beta3 https://review.openstack.org/181768 | 13:59 |
*** nshaikh has quit IRC | 14:01 | |
*** nshaikh has joined #openstack-containers | 14:01 | |
*** openstackgerrit has quit IRC | 14:06 | |
*** openstackgerrit has joined #openstack-containers | 14:06 | |
*** dboik has joined #openstack-containers | 14:11 | |
*** jjlehr has joined #openstack-containers | 14:13 | |
*** fangfenghua_ has quit IRC | 14:13 | |
*** sdake_ has joined #openstack-containers | 14:15 | |
*** dims has joined #openstack-containers | 14:16 | |
*** openstack has joined #openstack-containers | 14:20 | |
*** MilesDenver has quit IRC | 14:24 | |
*** jfarschman has joined #openstack-containers | 14:28 | |
*** jfarschman is now known as MilesDenver | 14:28 | |
*** sdake has joined #openstack-containers | 14:32 | |
*** sdake_ has quit IRC | 14:35 | |
*** prad has quit IRC | 14:37 | |
*** prad has joined #openstack-containers | 14:37 | |
*** dboik has quit IRC | 15:05 | |
*** daneyon_ has joined #openstack-containers | 15:06 | |
*** daneyon has quit IRC | 15:09 | |
*** dims has quit IRC | 15:12 | |
*** kebray has joined #openstack-containers | 15:12 | |
*** unicell has joined #openstack-containers | 15:18 | |
*** unicell1 has quit IRC | 15:20 | |
*** adrian_otto has joined #openstack-containers | 15:25 | |
openstackgerrit | Merged openstack/magnum: Fix the container delete uuid issue https://review.openstack.org/181825 | 15:31 |
*** dboik has joined #openstack-containers | 15:35 | |
*** daneyon_ has quit IRC | 15:41 | |
*** daneyon has joined #openstack-containers | 15:41 | |
*** nshaikh has left #openstack-containers | 15:42 | |
*** dboik_ has joined #openstack-containers | 15:42 | |
*** dboik has quit IRC | 15:44 | |
*** unicell has quit IRC | 16:01 | |
*** sdake_ has joined #openstack-containers | 16:25 | |
*** jsotoca has quit IRC | 16:29 | |
*** sdake has quit IRC | 16:29 | |
*** rlrevell has quit IRC | 16:30 | |
*** rlrevell has joined #openstack-containers | 16:31 | |
tcammann | sdake_ adrian_otto could you look bug 1453732 | 16:32 |
openstack | bug 1453732 in Magnum "Bay name should be a required option when creating a bay" [Undecided,New] https://launchpad.net/bugs/1453732 - Assigned to Haiwei Xu (xu-haiwei) | 16:32 |
tcammann | I think not having a name for a bay is a valid use case. I was persuaded by adrian_otto last week | 16:33 |
*** rlrevell1 has joined #openstack-containers | 16:33 | |
*** rlrevell1 has left #openstack-containers | 16:33 | |
sdake_ | tcammann triaged | 16:33 |
sdake_ | which use case | 16:34 |
*** rlrevell1 has joined #openstack-containers | 16:34 | |
*** unicell has joined #openstack-containers | 16:34 | |
sdake_ | i think without a name the user of the bay has no idea which bay she is working with | 16:35 |
*** rlrevell has quit IRC | 16:35 | |
sdake_ | works fine if there is only 1 bay | 16:35 |
sdake_ | but if multiple bays with no names, then what? | 16:35 |
*** sdake has joined #openstack-containers | 16:36 | |
*** sdake_ has quit IRC | 16:40 | |
*** Marga_ has quit IRC | 16:42 | |
*** vilobhmm1 has joined #openstack-containers | 17:03 | |
*** MilesDenver has quit IRC | 17:05 | |
*** daneyon_ has joined #openstack-containers | 17:05 | |
*** jfarschman has joined #openstack-containers | 17:05 | |
*** jfarschman is now known as MilesDenver | 17:05 | |
*** Marga_ has joined #openstack-containers | 17:06 | |
*** daneyon has quit IRC | 17:08 | |
*** prad_ has joined #openstack-containers | 17:14 | |
*** Marga_ has quit IRC | 17:16 | |
*** prad has quit IRC | 17:17 | |
openstackgerrit | Andrew Melton proposed openstack/magnum: Allow container name is identifier in API calls https://review.openstack.org/181990 | 17:24 |
openstackgerrit | Andrew Melton proposed openstack/magnum: Allow container name as identifier in API calls https://review.openstack.org/181990 | 17:25 |
*** Marga_ has joined #openstack-containers | 17:25 | |
*** jjlehr has quit IRC | 17:36 | |
-openstackstatus- NOTICE: We have discovered post-upgrade issues with Gerrit affecting nova (and potentially other projects). Some changes will not appear and some actions, such as queries, may return an error. We are continuing to investigate. | 17:37 | |
*** ChanServ changes topic to "We have discovered post-upgrade issues with Gerrit affecting nova (and potentially other projects). Some changes will not appear and some actions, such as queries, may return an error. We are continuing to investigate." | 17:37 | |
*** rlrevell has joined #openstack-containers | 17:39 | |
openstackgerrit | Andrew Melton proposed openstack/magnum: Allow container name as identifier in API calls https://review.openstack.org/181990 | 17:39 |
*** suro-patz has joined #openstack-containers | 17:40 | |
*** rlrevell1 has quit IRC | 17:40 | |
*** jjlehr has joined #openstack-containers | 17:48 | |
*** achanda has joined #openstack-containers | 17:54 | |
*** prad_ is now known as prad | 17:57 | |
openstackgerrit | Andrew Melton proposed openstack/magnum: Make docker volume config more resilient https://review.openstack.org/181115 | 18:00 |
adrian_otto | tcammann and sdake, please see my comment on https://bugs.launchpad.net/magnum/+bug/1453732 | 18:02 |
openstack | Launchpad bug 1453732 in Magnum "Bay name should be a required option when creating a bay" [Medium,Triaged] - Assigned to Haiwei Xu (xu-haiwei) | 18:02 |
adrian_otto | I'm reluctant for us to require a name on a resource that can be accessed using a UUID | 18:02 |
adrian_otto | If we only acted upon these resources using names, then this bug would make perfect sense to me. But because names are just a convenience to resolve to a uuid, I don't think they should be mandatory. Am I missing something important? | 18:03 |
*** achanda has quit IRC | 18:18 | |
*** funzo_ is now known as funzo | 18:21 | |
*** unicell has quit IRC | 18:25 | |
*** dboik_ has quit IRC | 18:25 | |
*** rpothier has quit IRC | 18:25 | |
*** smallbig has quit IRC | 18:25 | |
*** docaedo_ has joined #openstack-containers | 18:26 | |
*** larsks|alt has joined #openstack-containers | 18:26 | |
*** docaedo has quit IRC | 18:26 | |
*** larsks has quit IRC | 18:26 | |
*** slagle has quit IRC | 18:26 | |
*** lan has quit IRC | 18:26 | |
*** slagle has joined #openstack-containers | 18:27 | |
*** unicell has joined #openstack-containers | 18:27 | |
*** dboik_ has joined #openstack-containers | 18:27 | |
*** rpothier has joined #openstack-containers | 18:27 | |
*** smallbig has joined #openstack-containers | 18:27 | |
*** slagle has quit IRC | 18:27 | |
*** slagle has joined #openstack-containers | 18:27 | |
*** lan has joined #openstack-containers | 18:28 | |
*** larsks|alt is now known as larsks | 18:28 | |
*** docaedo_ is now known as docaedo | 18:54 | |
*** EricGonczer_ has joined #openstack-containers | 18:59 | |
*** suro-patz has quit IRC | 18:59 | |
*** suro-patz has joined #openstack-containers | 19:00 | |
*** Marga_ has quit IRC | 19:11 | |
*** kebray has quit IRC | 19:14 | |
*** erkules has quit IRC | 19:27 | |
*** kebray has joined #openstack-containers | 19:30 | |
*** EricGonczer_ has quit IRC | 19:35 | |
*** EricGonczer_ has joined #openstack-containers | 19:40 | |
*** erkules has joined #openstack-containers | 19:42 | |
*** Marga_ has joined #openstack-containers | 19:42 | |
*** suro-patz1 has joined #openstack-containers | 19:43 | |
*** suro-patz has quit IRC | 19:43 | |
*** Marga_ has quit IRC | 19:46 | |
adrian_otto | FYI, I added an item to our team meeting agenda for tomorrow to discuss the possibility of adopting maintenance for the nova-docker virt driver as part of the Nova tree. https://wiki.openstack.org/wiki/Meetings/Containers#Agenda_for_2015-05-12_1600_UTC | 19:55 |
adrian_otto | Please attend and join the discussion. If you are unable to attend, and have a point of view, please respond to the referenced ML thread, or let me know so I can represent your point of view. | 19:56 |
*** dims has joined #openstack-containers | 20:03 | |
*** sdake_ has joined #openstack-containers | 20:10 | |
*** nihilifer has quit IRC | 20:11 | |
*** daneyon_ has quit IRC | 20:12 | |
*** daneyon has joined #openstack-containers | 20:13 | |
*** sdake has quit IRC | 20:13 | |
*** Marga_ has joined #openstack-containers | 20:29 | |
*** joffter has quit IRC | 20:31 | |
*** openstackgerrit_ has joined #openstack-containers | 20:43 | |
*** achanda has joined #openstack-containers | 20:48 | |
*** vilobhmm1 has quit IRC | 20:57 | |
*** vilobhmm1 has joined #openstack-containers | 20:58 | |
*** Marga_ has quit IRC | 20:58 | |
*** Marga_ has joined #openstack-containers | 20:59 | |
*** oro has quit IRC | 20:59 | |
*** oro_ has quit IRC | 21:00 | |
*** sdake has joined #openstack-containers | 21:04 | |
*** joffter has joined #openstack-containers | 21:07 | |
*** sdake_ has quit IRC | 21:08 | |
*** Marga_ has quit IRC | 21:10 | |
*** Marga_ has joined #openstack-containers | 21:10 | |
*** Marga_ has quit IRC | 21:17 | |
*** Marga_ has joined #openstack-containers | 21:18 | |
*** kebray has quit IRC | 21:26 | |
*** julim has quit IRC | 21:31 | |
*** rlrevell has quit IRC | 21:32 | |
*** rpothier has quit IRC | 21:36 | |
*** achanda has quit IRC | 21:43 | |
*** erkules has quit IRC | 21:45 | |
*** erkules has joined #openstack-containers | 21:45 | |
*** funzo has quit IRC | 21:49 | |
*** sdake has quit IRC | 21:50 | |
*** sdake has joined #openstack-containers | 21:52 | |
*** kebray has joined #openstack-containers | 21:55 | |
*** kebray has quit IRC | 21:55 | |
*** kebray has joined #openstack-containers | 21:57 | |
*** Marga_ has quit IRC | 22:04 | |
*** Marga_ has joined #openstack-containers | 22:04 | |
*** jjlehr has quit IRC | 22:24 | |
*** joffter has quit IRC | 22:35 | |
*** hongbin has quit IRC | 22:37 | |
*** EricGonc_ has joined #openstack-containers | 22:37 | |
*** EricGonczer_ has quit IRC | 22:40 | |
*** EricGonc_ has quit IRC | 22:43 | |
*** achanda has joined #openstack-containers | 22:46 | |
*** MilesDenver has quit IRC | 23:03 | |
*** funzo has joined #openstack-containers | 23:04 | |
*** yuanying has joined #openstack-containers | 23:04 | |
*** dboik_ has quit IRC | 23:12 | |
juggler | hi all | 23:14 |
*** dims has quit IRC | 23:34 | |
Kennan | :adrian_otto | 23:38 |
*** dims has joined #openstack-containers | 23:39 | |
Kennan | https://bugs.launchpad.net/magnum/+bug/1452167 | 23:39 |
openstack | Launchpad bug 1452167 in Magnum "Delete swarm bay didn't delete the related containers" [Undecided,Fix committed] - Assigned to Lan Qi song (lqslan) | 23:39 |
Kennan | this bug not have importance setting | 23:39 |
Kennan | but it seems very critical, I think for stable/kilo | 23:40 |
Kennan | some core reviewers concern it is not importance setting | 23:40 |
Kennan | so can not cherry-pick | 23:40 |
Kennan | adrian_otto could you check that ? | 23:40 |
*** dims has quit IRC | 23:43 | |
-openstackstatus- NOTICE: Gerrit is going offline while we perform an emergency downgrade to version 2.8. | 23:53 | |
*** ChanServ changes topic to "Gerrit is going offline while we perform an emergency downgrade to version 2.8." | 23:53 | |
adrian_otto | Kenan I will take a look | 23:53 |
adrian_otto | oh, maybe when Gerrit comes back | 23:53 |
adrian_otto | that's a critical bug,a nd needs to be backported | 23:54 |
adrian_otto | Kenan, I have marked it accordingly. Please let me know if there is more I can do. | 23:54 |
*** dboik has joined #openstack-containers | 23:55 | |
*** dboik_ has joined #openstack-containers | 23:56 | |
*** sdake_ has joined #openstack-containers | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!