Monday, 2015-05-11

*** dimsum__ has joined #openstack-containers00:06
sdakemadhuri did you fix the service parsing ?00:06
sdakeI can't create a service00:06
sdakebut rc manifest works00:06
madhuriOn master branch?00:07
sdakeyup00:07
sdakeI am using 2015.1.0 with 5 patches applies00:07
sdakenot master branch00:07
madhuriYes the patch containers parsing according to v1beta300:07
madhuriWhat error are you getting?00:07
sdakeIthat rc patch already went in ?00:07
sdakercs are working as of 30 minutes ago00:07
madhuriYou just need to apply 2 patches00:08
madhuriI am also checking on 2015.1.000:08
madhuriCan you paste the error?00:08
*** sdake_ has joined #openstack-containers00:08
*** sdake_ has quit IRC00:08
*** sdake_ has joined #openstack-containers00:09
sdake_madhuri hang tight, I had an error in my script that starts redis00:11
sdake_and then magnum imploded00:11
sdake_when I tried o register the same pods00:11
madhuriOk00:11
*** sdake has quit IRC00:12
sdake_beuty of that is I don't have to manually delete the db00:12
sdake_I just kill kolla and restart ;-)00:12
sdake_30 seconds good to go ;)00:12
madhuri:)00:13
*** dimsum__ has quit IRC00:14
sdake_magnum bay delete imploded again because I forgot to run heat-cfn api00:17
madhuridevstack does it00:20
sdake_2 minutes to create a 3 node bay00:22
sdake_devstack implodes on bay delete?00:22
* sdake_ wtb functional testing00: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
madhuriDid you upgraded the db?00:23
sdake_my containers always upgrade the db00:24
sdake_does devstack work for you?00:24
madhuriYes00:24
sdake_I need to get devstack operational again, but I am unable to do so at this point in time because of summit00:24
madhuriI am building new magnum env with 2015.1.000:25
sdake_2015.1.0 is doa00:25
sdake_I have these patches:00:25
sdake_http://ur1.ca/kc66p -> http://paste.fedoraproject.org/220485/0393514300:25
madhuriYes the patches look fine00:28
madhuriBut the error suggest the db is not yet updated00:28
madhuriAnd column name is still 'port' where it expects to be 'ports'00:28
sdake_let me look at the service patch00:29
madhuriI am getting error installing the 2015.1.000:29
sdake_From 08a27f1c0f8423d630ccf8bfb760a7aee1785457 Mon Sep 17 00:00:00 200100:29
sdake_From: Madhuri Kumari <madhuri.kumari@nectechnologies.in>00:29
sdake_Date: Wed, 29 Apr 2015 06:27:46 +000000:29
sdake_Subject: [PATCH 09/10] Update service manifest parsing according to v1beta300:29
sdake_I told you 2015.1.0 is doa00:29
sdake_there is no migration in that service patch00:30
sdake_oh nm there is a migration00:30
*** EricGonczer_ has joined #openstack-containers00:30
madhurihttps://review.openstack.org/#/c/178519/6/magnum/db/sqlalchemy/alembic/versions/2b5f24dd95de_rename_service_port.py00:30
madhuriThis is the migration00:31
madhuriHow do you install the 2015.0.1 tar?00:31
madhuriI just ran python setup.py install00:32
madhuriAnd it failed00:32
sdake_2015.1.0 is doa00:32
sdake_you need atlast 4 patches on top of it to get it to work00:32
sdake_look at my paste above for the patches I am using00:32
sdake_it contains the build step you need to build the package00:33
sdake_and then the install step00:33
madhuriOk00:33
sdake_udner %build00:33
sdake_and %install00: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/3044791400:34
sdake_it doesn't appear to be running your migration for some reason00:35
sdake_this is the command i'm running: /usr/bin/magnum-db-manage upgrade00:36
madhuriI think the downgrade version doesn't exist00:37
madhuriSee this https://review.openstack.org/#/c/181768/00:38
madhuriI have cherry-picked the change to stable/kilo and it is failing due to migration issue00:38
madhuriThis may be the issue00:38
sdake_I updated yoru patch because it was faiilng the gate and put in the correct downgrade revision00:39
sdake_you will have to revert the downgrade change I made to get it to pass the kilo gate00:39
sdake_make sense?00:39
sdake_as per tom's comments00:39
*** dimsum__ has joined #openstack-containers00:39
sdake_you have to modify the cherrypick00:40
madhuriThe change is good for master00:40
sdake_db changes are not supposed to go in stable repos00:40
madhuriBut not for kilo00:40
madhuriYes I need to update the cherry pick for kilo00:40
sdake_but we are stuck with it as far as I am concerned00:40
sdake_since its doa in current form00:40
madhuriAgree. But will get this working today itself00:41
madhuriI am stuck with my env00:41
madhuriWill figure it out00:41
madhurisdake_, http://paste.fedoraproject.org/220491/13053691/00:49
madhuriWhy am I getting this error?00:49
sdake_did you look at the rpm00:50
sdake_it has a build step00:50
sdake_run python ./setup.py build00:52
sdake_run setup.py install -O1 --skip-build --root=your-build-root00:52
madhuriI tried this command but it failed with same error00:52
sdake_if you have a .build directory it needs to be removed00:53
sdake_or maybe its called build00:53
sdake_for the python ./setup.py build to work00:53
madhuriNo I don't have any00:54
sdake_well I'm not sure why it happens, I had same problem with the tarballs00:55
sdake_I had ato create a tag to get the build to work00:55
madhuriDid you face the same problem?00:56
sdake_yup originally - i tagged a release and it started working01:00
sdake_I don't know why01:00
openstackgerritMadhuri Kumari proposed openstack/magnum: Update service manifest parsing according to v1beta3  https://review.openstack.org/18176801:00
openstackgerritMadhuri Kumari proposed openstack/magnum: Update service manifest parsing according to v1beta3  https://review.openstack.org/18176801:02
madhurican you try changing the down version?01:02
sdake_yup I already have built one with a different down revision01:02
*** kebray has quit IRC01:02
madhuriIt worked?01:03
sdake_what I'm not clear on is how people are going to upgrade from kilo to liberty with the db changes01:03
sdake_its loading01:03
sdake_dev cycle is relaly slow with containers01:04
*** julim has joined #openstack-containers01:05
sdake_it did not upgrade01:05
madhuriAgree the migration will conflict01:06
*** EricGonczer_ has quit IRC01:08
madhurisdake_, I think we should remove the v1beta3 support from stable/kilo01:10
madhuriThat will resolve all this problem01:10
madhuriPlease suggest?01:10
*** yuanying has joined #openstack-containers01:10
madhuriI don't feel confident adding this baackport with db migration in stable01:10
sdake_agree the migration is impossible01:10
sdake_I don't know how to make the migration work01:11
sdake_one way would be to change the first migration in our master to use a made up migration # from stable/kilo01:11
sdake_this would braek migrations in master01:12
sdake_but that is ok imo01:12
sdake_because devs can just reset their db01:12
sdake_and new migrations would work01:12
sdake_make sense?01:12
madhuriYes we can fix this in master01:13
madhuriBut we need to do a through testing on stable kilo01:14
sdake_and the upgrade process01:14
madhuriYes01:14
sdake_what a clusterfuck01:14
* sdake_ groans01:14
madhuri:(01:14
madhuriFor now we should first try to make kilo work01:15
sdake_agree01:15
sdake_the problem I have is my package does not include the alembic migration on the disk01:15
sdake_yet the patch is applied01:16
madhuriI have got my env up01:17
madhuriI will check01:17
sdake_[sdake@bigiron SOURCES]$ sudo docker exec 590 rpm -ql openstack-magnum | grep rename_service_port01:17
sdake_no output01:18
madhuriThe migration is not working01:18
sdake_its probably not installed01:19
madhurialembic history01:19
madhuriYou can try to install alembic and then this should work01:19
madhuriBut I wonder how other migrations are applied01:20
sdake_setup.py build is not copying the migration file01:27
*** vilobhmm11 has quit IRC01:31
madhuriPatch1:         0001-Remove-docker-volume-support.patch what is this patch?01:33
*** erkules has joined #openstack-containers01:35
sdake_kolla has no support for cinder01:36
sdake_so I remove it from the template01:36
sdake_just ignore it01:36
sdake_I dont get why the migration file isn't being copied01:36
*** erkules_ has quit IRC01:38
madhuriI am not sure about it01:39
*** vilobhmm1 has joined #openstack-containers01:41
sdake_setup.py build is not copying the file01:43
*** vilobhmm1 has quit IRC01:46
*** julim has quit IRC01:48
*** achanda has joined #openstack-containers01:55
*** mahito has quit IRC01:57
*** kebray has joined #openstack-containers02:00
*** mahito has joined #openstack-containers02:06
*** dimsum__ has quit IRC02:12
sdake_madhuri too bad they changed that type from integer to a list02:17
madhuriYes v1beta3 has more than one port02:18
madhuriThat's why this migration can't be removed even02:19
sdake_what about saying "hey we only support one port on v1betav3"02:19
sdake_in the backport02:19
sdake_just have the parser ignore extra ports02:20
madhuriConsider only TCP port02:20
madhuriand ignore other ports?02:20
sdake_how is the ports thing used02:20
sdake_do the examples use multipe ports?02:20
madhuriYes02:20
madhurihttps://github.com/GoogleCloudPlatform/kubernetes/blob/master/examples/walkthrough/v1beta3/service.yaml#L602:20
sdake_that example only has 1 port02:21
sdake_from redis example:02:23
sdake_spec:02:23
sdake_  ports:02:23
sdake_    - port: 2637902:23
sdake_      targetPort: 2637902:23
sdake_only one port02:23
madhuriBut there can be multiple ports like TCP, UDP02:23
madhuriI also can see only one port02:23
madhuriBut I confirmed with Nikhil from google02:23
sdake_ok so lets  say for a moment someone comes out with a tempalte that has multiple ports02:24
sdake_we could kick back an error to them in stable/kilo02:24
sdake_"sorry your template isn't supported"02:24
madhuriIf so only one port, then we can remove this migration02:24
madhuriDo you have kubernetes running?02:24
sdake_I can run it in a container02:24
sdake_but not devstack02:25
madhuriI remember I tested with multiple ports and it failed02:25
*** vilobhmm1 has joined #openstack-containers02:25
madhuriCan you try creating a service with multiple ports?02:25
sdake_i can't even create a service with 1 port02:25
sdake_the migratoin doesn't get built02:25
sdake_like I said ;)02:25
sdake_and i dont know how to fix that02:25
madhuriNo just on kubernetes02:26
sdake_what do you store in the jsonencodedlist02:26
madhuriUsing kubectl02:26
sdake_oh no I don't have k8s running02:26
sdake_course of action:02:26
madhuriYou have a running bay?02:26
sdake_I can get one running but  Ihave food waiting02:27
sdake_what do you store in the json encoded list?02:27
sdake_spec: ports: ?02:27
madhuriList of dictionary02:27
madhuriYes02:27
madhuri[{'port': 124, 'protocol': 'TCP'}]02:28
sdake_we could just accept 1 port and force to tcp02:29
sdake_or only *store* that stuff in the db02:29
sdake_and feed the jsonencoded list directly into kubectl02:30
sdake_so the entire flow remains the same including the json encoded list02:30
sdake_the write to db of the port converts json encoded list to integrate02:31
sdake_integer02:31
madhuriIn that case we can accept multiple ports. Isn't it?02:32
sdake_right02:33
sdake_accept multipel ports, only store 1 port in db, get rid of migration in stable/kilo02:33
sdake_its not perfect02:33
madhuriHmm02:33
sdake_but it gives us v1beta302:33
madhuriThis seems not perfect but I think we can go ahead with it02:33
sdake_can you work out a patch02:34
madhuriAs the processing is correct, its just that we are not storing the complete infromation in magnum db02:34
sdake_sooner > better :)02:34
madhuriOk02:34
sdake_right02:34
madhuriOk02:34
madhuriI will submit the patch soon02:34
sdake_can you give me eta - I'm under alot of pressure to get things done and need to know timelines if possible02:35
sdake_and this is #1 on my plate02:36
madhuriI can do it in 30 minutes but my magnum env is not running02:36
sdake_cool02:37
madhuriI can't create a bay02:37
sdake_you need my patch to create bay02:37
sdake_otherwise minions stay in notready state02:37
sdake_unless using master02:37
sdake_or are you having some other trouble with bay creation02:37
madhuriThe stack creation always fail at master_wait_condition02:38
sdake_running heat-api-cfn?02:38
madhuriYes02:39
sdake_login to minoni02:39
sdake_or are minoons not started?02:39
madhuriMinions not started02:39
madhuriJust the kube_master02:39
sdake_was it working previously?02:40
madhuriThis is a new vm02:41
sdake_line 247 needs a ports = Colum(JSONEncodedList->int) :)02:43
sdake_of models.py02:43
sdake_try to work out a patch and I'll be happy to test02:44
madhuriOk sure02:44
madhurithanks02:44
madhuriAlso I am creating other env side-by-side02:44
sdake_cool i gotta eat or i'm going to starve02:44
sdake_bbiaf02:44
madhuribrb02:45
madhuriSure :)02:45
*** EricGonczer_ has joined #openstack-containers02:53
*** vilobhmm1 has quit IRC02:54
openstackgerritLan Qi Song proposed openstack/magnum: Add support for container status  https://review.openstack.org/18038402:57
openstackgerritLan Qi Song proposed openstack/python-magnumclient: Add support for container status  https://review.openstack.org/18178702:59
*** vilobhmm1 has joined #openstack-containers03:00
*** achanda has quit IRC03:01
*** EricGonczer_ has quit IRC03:03
*** achanda_ has joined #openstack-containers03:04
*** sdake has joined #openstack-containers03:05
*** sdake has quit IRC03:05
*** sdake has joined #openstack-containers03:05
*** sdake_ has quit IRC03:06
*** sdake has quit IRC03:08
*** sdake has joined #openstack-containers03:09
*** achanda_ has quit IRC03:14
*** mahito has quit IRC03:16
*** tobe has joined #openstack-containers03:20
*** vilobhmm1 has quit IRC03:24
*** mahito has joined #openstack-containers03:24
*** mahito has quit IRC03:29
*** mahito has joined #openstack-containers03:30
openstackgerritLan Qi Song proposed openstack/magnum: Add support for container status  https://review.openstack.org/18038403:35
sdakemadhuri getting late here, any progress ? :)03:38
madhuriYes patch created03:53
madhuriHow can I send you?03:54
sdakencie03:54
sdakefpaste is good03:54
sdakepaste03:54
sdakeemail03:54
madhuriWent out for some work03:54
sdakehowevero u like03:54
sdakegit diff will produce a diff03:54
sdakegit format-patch -1 will make a patch file03:54
sdakeI'd prefer a git format-patch -103:55
*** sdake_ has joined #openstack-containers03:56
sdake_madhuri how are oyu sending03:58
madhuriI am writing a mail to you03:58
sdake_steven.dake@gmail.com works03:58
madhuriLet me check03:58
sdake_stdake@cisco.com as well03:58
*** sdake has quit IRC04:00
madhuriJust give me a sec please04:01
madhuriDo I need to git add the changes?04:05
madhuriThe patch doesn't contain the new changes?04:05
madhurisdake_, ?04:07
*** kebray has quit IRC04:09
sdake_git commit -a --amend04:10
sdake_make sure to git rm the migration file04:10
madhuriOk04:10
sdake_git format-patch -104:10
madhuriSent04:13
sdake_where to04:13
madhuriBoth IDs04:13
madhuriI have added a check for TCP port. If TCP port is not passed in manifest, it will fail with 400 status04:15
*** kebray has joined #openstack-containers04:16
sdake_why does port matter04:19
sdake_building now04:20
sdake_https://copr.fedoraproject.org/coprs/sdake/kubernetes/build/91639/04:20
sdake_i mean protocol04:20
sdake_redis does not pass tcp port I don tthink04:20
sdake_http://ur1.ca/kc7ln -> http://paste.fedoraproject.org/220511/1318098104:21
sdake_that is the service file for redis04:21
madhuriIn case there are multiple, then which port to choose?04:22
sdake_who choosese the port?04:22
sdake_kubernetes?04:22
madhuriNo04:22
madhuriThe one to be stored in magnum db04:22
sdake_just pick the first one  I gues s;-)04:23
sdake_or pick a tcp port04:23
sdake_if there is one04:23
*** coolsvap|afk is now known as coolsvap04:23
sdake_the thing is, the kube files don't always specify the protocol04:23
sdake_they assume tcp04:23
madhuriOk04:23
madhuriSo need to update the patch again04:24
madhurisdake_, don't you think the check will look very bad04:25
*** vilobhmm1 has joined #openstack-containers04:26
sdake_which is a check04:26
madhurihttp://paste.fedoraproject.org/220512/31845014/ this one04:27
sdake_i'd get rid of lines 4-904:29
sdake_its not critical that the db have correct information in this case04:30
sdake_will this still pass the correct manifest to kubectl?04:31
madhuriOk04:32
madhuriYes it will pass the correct manifest04:32
madhuriIt is just for storing in magnum db04:33
sdake_ok04:33
*** sdake has joined #openstack-containers04:34
*** sdake_ has quit IRC04:38
*** chandankumar has joined #openstack-containers04:43
sdakemadhuri doesn't the manifest parser need to know how to parse the manifest?04:44
madhuriwhich parser?04:44
madhuriparse_manifest?04:44
sdakeyes04:45
madhurithe parse_manifest is parsing the manifest04:46
sdakeyour patch only had 2 files changed04:47
madhuriFile api/controllers/v1/service.py has the manifest parsing changes04:49
sdakeok04:51
*** tobe has quit IRC05:03
sdakemadhuri hows it going - 10pm here need to hit sack soon05:03
madhuriDoes it work on your env?05:07
sdakeyouwere working on a new patch?05:07
madhuriYou need the new patch?05:07
madhuriOhh I am sharing05:08
sdakeredis doesnt' have tcp05:08
sdakeso it wont work05:08
madhurisent05:11
madhuriI misunderstood05:11
madhuriI wasn't working on it :D05:11
*** sdake_ has joined #openstack-containers05:13
madhurisdake, check?05:13
*** sdake has quit IRC05:16
madhurimy env is up now05:17
madhuriI am also testing it05:17
openstackgerritLan Qi Song proposed openstack/magnum: Add support for container status  https://review.openstack.org/18038405:17
*** unicell1 has joined #openstack-containers05:20
*** jjlehr has joined #openstack-containers05:20
sdake_its building now05:20
*** unicell has quit IRC05:21
sdake_i have to build an rpm05:21
sdake_then build a docker container05:21
sdake_it takes about 20 minutes05:21
*** jjlehr has quit IRC05:23
madhuriI am also testing05:24
*** daneyon has joined #openstack-containers05:25
*** kebray has quit IRC05:27
*** kebray has joined #openstack-containers05:28
*** oro has joined #openstack-containers05:28
sdake_madhuri seems to work05:35
madhuriOn my env also05:36
*** achanda has joined #openstack-containers05:37
madhurisdake_, So should I update my patch now?05:37
sdake_update just the kilo branch05:37
sdake_leavey our other patch as is I think05:37
sdake_(the one in master)05:37
madhuriYes05:37
openstackgerritLan Qi Song proposed openstack/magnum: Add support for container status  https://review.openstack.org/18038405:38
Kennan:diga05:40
openstackgerritMadhuri Kumari proposed openstack/magnum: Update service manifest parsing according to v1beta3  https://review.openstack.org/18176805:40
digaKennan: Hi05:40
madhurisdake_, Here https://review.openstack.org/#/c/181768/505:41
Kennando you know if anything about swarm bay ?05:41
openstackgerritSteven Dake proposed openstack/magnum: Configure minions properly  https://review.openstack.org/18179705:43
madhurisdake_, This also https://review.openstack.org/#/c/181770/ for rc05:44
madhuriWhat about the other two patches?05:46
sdake_which other two patches05:46
sdake_we need the 3 manifest patches, the 1 sed patch, and the 1 documentation patch05:47
madhuri2 manifest patches05:48
madhuriOne rc and seconf service manifest05:48
sdake_service and rc patch are in the revie  queue05:49
sdake_sed is in the revieiw qeueu05:49
sdake_what is the second service manifest patch?05:49
openstackgerritRabi Mishra proposed stackforge/heat-coe-templates: Cleanup templates to make hot compliant  https://review.openstack.org/18171305:49
madhuriSorry. Just two manifest patches and both in reviews05:50
madhuri1 documentation patch is left05:51
sdake_isn't there a pod manifest patch?05:51
madhuripod manifest is already there in stable kilo05:51
sdake_cool05:51
sdake_now to implement the python client binding to get rid of kubectl :)05:51
madhuriWill you cherry-pick the documentation patch?05:52
madhuriYes finally05:52
madhuriAnd now I have a running env also :)05:52
Kennan:diga there?05:53
digaKennan: yes05:53
openstackgerritSteven Dake proposed openstack/magnum: Update quickstart guide to v1beta3 manifests  https://review.openstack.org/18179805:53
Kennan:diga I have swarm bay created05:53
Kennando you know what's the swarm nodes access info ?05:53
KennanI mean login user05:54
Kennanin k8s it is minion05:54
*** vilobhmm1 has quit IRC05:54
Kennanwhat's swarm nodes ?05:54
sdake_kennan try ssh root@ssawrmip05:54
sdake_it should givey out he logic05:54
sdake_login name05:54
sdake_ok i'm off to dreamland05:54
madhurisdake_, I hope stable kilo is stable now :)05:55
sdake_for 6 hours or more05:55
madhuriHave a good sleep05:55
Kennan:sdake_ ok thanks05:55
sdake_madhuri that is what I tested, and it works great05:55
KennanI would try05:55
madhurisdake_, Thanks05:55
sdake_although I only teted fedora image and kubernetes05:55
sdake_need to test coreos image and kubernetes05:55
madhuriMe too Fedora and kubernetes05:55
digaKennan: I am facing some problem in my setup, please try what sdake_ suggested05:56
Kennan:diga yes tried, got it work now05:56
sdake_nihgt all05:56
Kennan:sdake_ bye05:56
digasdake_: Good Night!05:56
madhuriGood Night05:57
*** sdake has joined #openstack-containers05:57
*** mahito has quit IRC05:58
digaKennan: Today I am back from long vacation :)05:59
Kennan:diga yes need some rest. I just returned for some issues some days06:00
digaKennan: ok06:00
*** sdake_ has quit IRC06:01
*** mahito_ has joined #openstack-containers06:04
*** nshaikh has joined #openstack-containers06:05
*** sdake_ has joined #openstack-containers06:15
*** sdake__ has joined #openstack-containers06:18
*** sdake has quit IRC06:18
*** sdake_ has quit IRC06:21
*** oro has quit IRC06:27
*** destiny has joined #openstack-containers06:45
destinyhi06:45
madhurihi destiny06:45
destinyi'm looking for informations abou nova-docker driver06:45
destinyam i at the right place ?06:46
madhuriYou can ask at the #nova-docker channel06:47
destinyyup i tried but it seems they are dead ><06:47
madhuriMay be time zone is different06:48
madhuriTry at some other time06:48
destinyi'ts write somewhere that the driver " will return to mainline Nova in the Kilo release"06:48
destinyhow can i verify this info ?06:49
madhuriYou can check the release notes06:49
destinyok06:50
madhuridestiny, https://github.com/openstack/nova/releases/tag/2015.1.006:50
*** chandankumar is now known as morpheus06:50
madhuriMay be this can provide you some information06:50
*** morpheus is now known as Guest3757906:51
*** Guest37579 is now known as chandankumar06:52
*** chandankumar has quit IRC06:52
destinyhmm nothing in the release note06:52
destinyhttp://docs.openstack.org/developer/nova/support-matrix.html06:54
destinythis thing tells me the driver is dead lol i think06:55
digadestiny: I think you need to chat at #openstack-nova channel, better place to ask this question06:56
destinyokay thank you06:56
*** Marga_ has joined #openstack-containers07:01
*** Marga_ has quit IRC07:04
*** achanda has quit IRC07:15
*** chandankumar has joined #openstack-containers07:16
*** Marga_ has joined #openstack-containers07:19
*** Marga_ has quit IRC07:19
*** kebray has quit IRC07:23
*** sdake__ has quit IRC07:28
*** mahito_ has quit IRC07:38
*** tobe has joined #openstack-containers07:42
*** achanda has joined #openstack-containers07:45
*** mahito has joined #openstack-containers07:46
*** jsotoca has joined #openstack-containers07:58
*** achanda has quit IRC08:01
*** belmoreira has joined #openstack-containers08:11
openstackgerritKai Qiang Wu(Kennan) proposed openstack/magnum: Fix the container delete uuid issue  https://review.openstack.org/18182508:39
*** achanda has joined #openstack-containers08:45
*** fawadkhaliq has joined #openstack-containers08:52
*** erkules has quit IRC08:55
*** erkules has joined #openstack-containers08:56
*** oro has joined #openstack-containers09:10
openstackgerritxu-haiwei proposed openstack/python-magnumclient: Make bay name a required option when creating a bay  https://review.openstack.org/18183709:12
openstackgerritxu-haiwei proposed openstack/python-magnumclient: Make baymodel name a required option  https://review.openstack.org/18183909:19
openstackgerritxu-haiwei proposed openstack/python-magnumclient: Make bay name a required option when creating a bay  https://review.openstack.org/18183709:30
*** achanda has quit IRC09:40
openstackgerritxu-haiwei proposed openstack/magnum: Make bay name a required option when creating a bay  https://review.openstack.org/18184309:40
openstackgerritxu-haiwei proposed openstack/python-magnumclient: Make bay name a required option when creating a bay  https://review.openstack.org/18183709:47
*** chuenlye has joined #openstack-containers09:50
*** fangfenghua has quit IRC09:53
*** chuenlye has quit IRC09:53
openstackgerritxu-haiwei proposed openstack/magnum: Baymodel name should be a required option when creating a baymodel  https://review.openstack.org/18184709:54
*** fawadkhaliq has quit IRC09:56
openstackgerritxu-haiwei proposed openstack/magnum: Image_id should be a required option when creating a baymodel  https://review.openstack.org/18184909:57
openstackgerritxu-haiwei proposed openstack/magnum: Keypair_id should be a required option when creating a baymodel  https://review.openstack.org/18185009:59
*** dimsum__ has joined #openstack-containers10:02
openstackgerritGrzegorz Grasza (xek) proposed openstack/magnum: Make MagnumObject a subclass of Oslo VersionedObject  https://review.openstack.org/18013310:03
openstackgerritGrzegorz Grasza (xek) proposed openstack/magnum: Move VersionedObject registration to the new scheme  https://review.openstack.org/18057710:03
openstackgerritGrzegorz Grasza (xek) proposed openstack/magnum: Use oslo.versionedobjects remotable decorators  https://review.openstack.org/18185310:03
madhurilan, there?10:16
*** fawadkhaliq has joined #openstack-containers10:31
*** yuanying has quit IRC10:34
*** mahito has quit IRC10:36
*** mahito has joined #openstack-containers10:36
*** mahito has quit IRC10:44
*** coolsvap is now known as coolsvap|afk10:48
*** belmoreira has quit IRC10:48
*** zul has quit IRC11:37
*** zul has joined #openstack-containers11:38
*** chandankumar has quit IRC11:46
*** tobe has quit IRC11:53
*** dimsum__ has quit IRC12:03
*** Marga_ has joined #openstack-containers12:12
*** fangfenghua_ has joined #openstack-containers12:17
*** Marga_ has quit IRC12:21
*** Marga_ has joined #openstack-containers12:22
*** fawadkhaliq has quit IRC12:26
*** oro_ has joined #openstack-containers12:37
*** sdake has joined #openstack-containers12:38
*** sdake_ has joined #openstack-containers12:40
*** fawadkhaliq has joined #openstack-containers12:44
*** sdake has quit IRC12:44
*** fawadk has joined #openstack-containers12:50
*** fawadkhaliq has quit IRC12:50
*** sdake_ is now known as sdake12:55
xekmadhuri, hi12:56
xekmadhuri, when implementing new versioned objects, I saw your change https://review.openstack.org/#/c/178519/6/magnum/api/controllers/v1/service.py12:56
xekyou first define {wtypes.text: wtypes.IntegerType()} but then, you have "protocol": "TCP" in the sample - is this right?12:57
*** jjlehr has joined #openstack-containers13:07
*** fawadkhaliq has joined #openstack-containers13:08
*** hongbin has joined #openstack-containers13:09
*** fawadk has quit IRC13:11
openstackgerritMerged openstack/magnum: Update rc manifest parsing according to v1beta3  https://review.openstack.org/18177013:17
*** jfarschman has joined #openstack-containers13:17
*** jfarschman is now known as MilesDenver13:17
*** rpothier has joined #openstack-containers13:20
*** fawadkhaliq has quit IRC13:29
*** MilesDenver has quit IRC13:29
sdakehongbin can you ack https://review.openstack.org/#/c/181798/13:30
hongbink13:30
sdakehttps://review.openstack.org/#/c/181797/113:30
sdakeI'd like stable/kilo in good shape asap13:30
sdakeif your looking for work, you can amend the commit log of https://review.openstack.org/#/c/181768/ to meet Tom's request ;-)13:31
hongbinsure. Will do that13:32
*** jjlehr has quit IRC13:36
openstackgerritMerged openstack/magnum: Configure minions properly  https://review.openstack.org/18179713:37
*** rlrevell has joined #openstack-containers13:38
openstackgerritMerged openstack/magnum: Update quickstart guide to v1beta3 manifests  https://review.openstack.org/18179813:38
*** dimsum__ has joined #openstack-containers13:39
*** prad has joined #openstack-containers13:39
*** julim has joined #openstack-containers13:42
*** nihilifer has joined #openstack-containers13:43
*** prad has quit IRC13:47
*** prad has joined #openstack-containers13:48
*** dimsum__ has quit IRC13:53
hongbinsdake: Sorry, I am too late to change the commit log. Adrian have approved it.13:58
sdakehaha ;)13:58
sdakeits all good13:58
hongbink13:58
openstackgerritMerged openstack/magnum: Update service manifest parsing according to v1beta3  https://review.openstack.org/18176813:59
*** nshaikh has quit IRC14:01
*** nshaikh has joined #openstack-containers14:01
*** openstackgerrit has quit IRC14:06
*** openstackgerrit has joined #openstack-containers14:06
*** dboik has joined #openstack-containers14:11
*** jjlehr has joined #openstack-containers14:13
*** fangfenghua_ has quit IRC14:13
*** sdake_ has joined #openstack-containers14:15
*** dims has joined #openstack-containers14:16
*** openstack has joined #openstack-containers14:20
*** MilesDenver has quit IRC14:24
*** jfarschman has joined #openstack-containers14:28
*** jfarschman is now known as MilesDenver14:28
*** sdake has joined #openstack-containers14:32
*** sdake_ has quit IRC14:35
*** prad has quit IRC14:37
*** prad has joined #openstack-containers14:37
*** dboik has quit IRC15:05
*** daneyon_ has joined #openstack-containers15:06
*** daneyon has quit IRC15:09
*** dims has quit IRC15:12
*** kebray has joined #openstack-containers15:12
*** unicell has joined #openstack-containers15:18
*** unicell1 has quit IRC15:20
*** adrian_otto has joined #openstack-containers15:25
openstackgerritMerged openstack/magnum: Fix the container delete uuid issue  https://review.openstack.org/18182515:31
*** dboik has joined #openstack-containers15:35
*** daneyon_ has quit IRC15:41
*** daneyon has joined #openstack-containers15:41
*** nshaikh has left #openstack-containers15:42
*** dboik_ has joined #openstack-containers15:42
*** dboik has quit IRC15:44
*** unicell has quit IRC16:01
*** sdake_ has joined #openstack-containers16:25
*** jsotoca has quit IRC16:29
*** sdake has quit IRC16:29
*** rlrevell has quit IRC16:30
*** rlrevell has joined #openstack-containers16:31
tcammannsdake_ adrian_otto could you look bug 145373216:32
openstackbug 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
tcammannI think not having a name for a bay is a valid use case. I was persuaded by adrian_otto last week16:33
*** rlrevell1 has joined #openstack-containers16:33
*** rlrevell1 has left #openstack-containers16:33
sdake_tcammann triaged16:33
sdake_which use case16:34
*** rlrevell1 has joined #openstack-containers16:34
*** unicell has joined #openstack-containers16:34
sdake_i think without a name the user of the bay has no idea which bay she is working with16:35
*** rlrevell has quit IRC16:35
sdake_works fine if there is only 1 bay16:35
sdake_but if multiple bays with no names, then what?16:35
*** sdake has joined #openstack-containers16:36
*** sdake_ has quit IRC16:40
*** Marga_ has quit IRC16:42
*** vilobhmm1 has joined #openstack-containers17:03
*** MilesDenver has quit IRC17:05
*** daneyon_ has joined #openstack-containers17:05
*** jfarschman has joined #openstack-containers17:05
*** jfarschman is now known as MilesDenver17:05
*** Marga_ has joined #openstack-containers17:06
*** daneyon has quit IRC17:08
*** prad_ has joined #openstack-containers17:14
*** Marga_ has quit IRC17:16
*** prad has quit IRC17:17
openstackgerritAndrew Melton proposed openstack/magnum: Allow container name is identifier in API calls  https://review.openstack.org/18199017:24
openstackgerritAndrew Melton proposed openstack/magnum: Allow container name as identifier in API calls  https://review.openstack.org/18199017:25
*** Marga_ has joined #openstack-containers17:25
*** jjlehr has quit IRC17: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-containers17:39
openstackgerritAndrew Melton proposed openstack/magnum: Allow container name as identifier in API calls  https://review.openstack.org/18199017:39
*** suro-patz has joined #openstack-containers17:40
*** rlrevell1 has quit IRC17:40
*** jjlehr has joined #openstack-containers17:48
*** achanda has joined #openstack-containers17:54
*** prad_ is now known as prad17:57
openstackgerritAndrew Melton proposed openstack/magnum: Make docker volume config more resilient  https://review.openstack.org/18111518:00
adrian_ottotcammann and sdake, please see my comment on https://bugs.launchpad.net/magnum/+bug/145373218:02
openstackLaunchpad 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_ottoI'm reluctant for us to require a name on a resource that can be accessed using a UUID18:02
adrian_ottoIf 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 IRC18:18
*** funzo_ is now known as funzo18:21
*** unicell has quit IRC18:25
*** dboik_ has quit IRC18:25
*** rpothier has quit IRC18:25
*** smallbig has quit IRC18:25
*** docaedo_ has joined #openstack-containers18:26
*** larsks|alt has joined #openstack-containers18:26
*** docaedo has quit IRC18:26
*** larsks has quit IRC18:26
*** slagle has quit IRC18:26
*** lan has quit IRC18:26
*** slagle has joined #openstack-containers18:27
*** unicell has joined #openstack-containers18:27
*** dboik_ has joined #openstack-containers18:27
*** rpothier has joined #openstack-containers18:27
*** smallbig has joined #openstack-containers18:27
*** slagle has quit IRC18:27
*** slagle has joined #openstack-containers18:27
*** lan has joined #openstack-containers18:28
*** larsks|alt is now known as larsks18:28
*** docaedo_ is now known as docaedo18:54
*** EricGonczer_ has joined #openstack-containers18:59
*** suro-patz has quit IRC18:59
*** suro-patz has joined #openstack-containers19:00
*** Marga_ has quit IRC19:11
*** kebray has quit IRC19:14
*** erkules has quit IRC19:27
*** kebray has joined #openstack-containers19:30
*** EricGonczer_ has quit IRC19:35
*** EricGonczer_ has joined #openstack-containers19:40
*** erkules has joined #openstack-containers19:42
*** Marga_ has joined #openstack-containers19:42
*** suro-patz1 has joined #openstack-containers19:43
*** suro-patz has quit IRC19:43
*** Marga_ has quit IRC19:46
adrian_ottoFYI, 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_UTC19:55
adrian_ottoPlease 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-containers20:03
*** sdake_ has joined #openstack-containers20:10
*** nihilifer has quit IRC20:11
*** daneyon_ has quit IRC20:12
*** daneyon has joined #openstack-containers20:13
*** sdake has quit IRC20:13
*** Marga_ has joined #openstack-containers20:29
*** joffter has quit IRC20:31
*** openstackgerrit_ has joined #openstack-containers20:43
*** achanda has joined #openstack-containers20:48
*** vilobhmm1 has quit IRC20:57
*** vilobhmm1 has joined #openstack-containers20:58
*** Marga_ has quit IRC20:58
*** Marga_ has joined #openstack-containers20:59
*** oro has quit IRC20:59
*** oro_ has quit IRC21:00
*** sdake has joined #openstack-containers21:04
*** joffter has joined #openstack-containers21:07
*** sdake_ has quit IRC21:08
*** Marga_ has quit IRC21:10
*** Marga_ has joined #openstack-containers21:10
*** Marga_ has quit IRC21:17
*** Marga_ has joined #openstack-containers21:18
*** kebray has quit IRC21:26
*** julim has quit IRC21:31
*** rlrevell has quit IRC21:32
*** rpothier has quit IRC21:36
*** achanda has quit IRC21:43
*** erkules has quit IRC21:45
*** erkules has joined #openstack-containers21:45
*** funzo has quit IRC21:49
*** sdake has quit IRC21:50
*** sdake has joined #openstack-containers21:52
*** kebray has joined #openstack-containers21:55
*** kebray has quit IRC21:55
*** kebray has joined #openstack-containers21:57
*** Marga_ has quit IRC22:04
*** Marga_ has joined #openstack-containers22:04
*** jjlehr has quit IRC22:24
*** joffter has quit IRC22:35
*** hongbin has quit IRC22:37
*** EricGonc_ has joined #openstack-containers22:37
*** EricGonczer_ has quit IRC22:40
*** EricGonc_ has quit IRC22:43
*** achanda has joined #openstack-containers22:46
*** MilesDenver has quit IRC23:03
*** funzo has joined #openstack-containers23:04
*** yuanying has joined #openstack-containers23:04
*** dboik_ has quit IRC23:12
jugglerhi all23:14
*** dims has quit IRC23:34
Kennan:adrian_otto23:38
*** dims has joined #openstack-containers23:39
Kennanhttps://bugs.launchpad.net/magnum/+bug/145216723:39
openstackLaunchpad bug 1452167 in Magnum "Delete swarm bay didn't delete the related containers" [Undecided,Fix committed] - Assigned to Lan Qi song (lqslan)23:39
Kennanthis bug not have importance setting23:39
Kennanbut it seems very critical, I think for stable/kilo23:40
Kennansome core reviewers concern it is not importance setting23:40
Kennanso can not cherry-pick23:40
Kennanadrian_otto could you check that ?23:40
*** dims has quit IRC23: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_ottoKenan I will take a look23:53
adrian_ottooh, maybe when Gerrit comes back23:53
adrian_ottothat's a critical bug,a nd needs to be backported23:54
adrian_ottoKenan, I have marked it accordingly. Please let me know if there is more I can do.23:54
*** dboik has joined #openstack-containers23:55
*** dboik_ has joined #openstack-containers23:56
*** sdake_ has joined #openstack-containers23:57

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