Tuesday, 2015-04-21

madhurisdake, ping00:01
sdakehey madhuri whats up00:01
madhuriHi00:01
madhuriDid you receive any response from atomic?00:02
sdakesome smart ass response about there is a bug tracker for it00:02
sdakeso, no didn't relaly00:02
madhuriI saw your mail00:02
madhuriI am afraid this bp has been stucked.00:02
madhuriAny other alternative to proceed with this?00:03
sdakebest you can do at this point is make it work in the global namespace with version 0.1300:03
sdakeand we will release saying newer versions of newer kub may bring mor epain :)00:03
fangfenghuaHow to configuration devstack network00:04
fangfenghuaMy instance can't pull image00:04
madhuriFedora-21-atomic-2 has kubernetes 0.11.00:05
madhuriIsn't it?00:05
*** mahito has joined #openstack-containers00:07
*** mahito has quit IRC00:10
*** mahito has joined #openstack-containers00:10
fangfenghuaYuanying did you use devstack to install magnum00:14
*** achanda has joined #openstack-containers00:16
*** EricGonc_ has quit IRC00:16
*** achanda_ has quit IRC00:19
*** achanda has quit IRC00:21
*** openstackgerrit has quit IRC00:22
*** openstackgerrit has joined #openstack-containers00:22
*** Tango has quit IRC00:31
*** sdake_ has joined #openstack-containers00:31
*** openstack has joined #openstack-containers00:37
*** Marga_ has quit IRC00:38
*** Marga_ has joined #openstack-containers01:00
*** dboik has joined #openstack-containers01:05
*** dboik_ has joined #openstack-containers01:06
*** dboik has quit IRC01:10
*** yuanying-alt has joined #openstack-containers01:10
*** yuanying-alt has quit IRC01:14
*** fawadkhaliq has joined #openstack-containers01:25
*** fawadkhaliq has quit IRC01:29
openstackgerritLan Qi Song proposed openstack/magnum: Add command field for container  https://review.openstack.org/17483901:36
*** suro-patz has joined #openstack-containers01:38
*** erkules_ has joined #openstack-containers01:39
*** suro-patz1 has joined #openstack-containers01:40
*** jay-lau-513 has joined #openstack-containers01:40
*** erkules has quit IRC01:41
*** suro-patz has quit IRC01:42
fangfenghuahi lan01:42
lan_fangfenghua,  hi01:45
*** vilobhmm1 has quit IRC01:45
fangfenghuadid you use devstack deploy magnum?01:46
lan_yes01:55
lan_what's the problem ?01:56
fangfenghuahow did you config the network01:57
fangfenghuaI can pull image in my nose01:57
fangfenghuaNode01:57
lan_You mean you can't pull images?01:59
*** unicell has quit IRC01:59
lan_Can your node access public network ?01:59
fangfenghuaYes02:01
fangfenghuaI can't pull image02:02
*** suro-patz1 has quit IRC02:04
lan_I faced the same problem , too.  Seems the limitation of network in chinese,  try to use chinese docker public registry,  follow the guide: http://blog.daocloud.io/how-to-master-docker-image/02:07
fangfenghuai can pull image at my host02:08
fangfenghuathat02:08
fangfenghuai can not access public network02:08
fangfenghuaso want to know how to configure the network02:09
lan_Can your host ping the floating ip of your node ?02:10
*** suro-patz has joined #openstack-containers02:10
lan_I just used the default config.02:10
*** yuanying-alt has joined #openstack-containers02:11
fangfenghuai will check my env just broken02:12
lan_I remember.. I manually create a rule for floating ip:   sudo iptables -t nat -A POSTROUTING -s 172.24.4.3 -j MASQUERADE02:12
lan_172.24.4.3 is the floating ip address of the kubernetes slave node.02:13
*** yuanying-alt has quit IRC02:16
*** liusheng has quit IRC02:16
fangfenghuaI will try it02:16
fangfenghuaTake02:16
fangfenghuaTia02:17
fangfenghuaThis02:17
fangfenghuaTks02:17
*** EricGonczer_ has joined #openstack-containers02:17
yuanyingyes, you should add a NAT configuration02:20
*** achanda has joined #openstack-containers02:35
*** harlowja is now known as harlowja_away02:35
*** harlowja_away is now known as harlowja02:37
*** fawadkhaliq has joined #openstack-containers02:39
*** Marga_ has quit IRC02:40
*** Marga_ has joined #openstack-containers02:40
*** Marga_ has quit IRC02:42
*** EricGonczer_ has quit IRC02:49
fangfenghuamy public network is 172.24.4.0/24 private network is 10.0.0.0/24 . How to add the mat configure?02:49
yuanyingwhich interface do you use to access public network?02:50
*** suro-patz has quit IRC02:50
yuanyingI use this command : sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE02:50
yuanyingthis simply assign output interface02:51
fangfenghuaEth0 is the interface can access internet?02:52
yuanyingyes02:56
openstackgerritLan Qi Song proposed openstack/magnum: Add command field for container  https://review.openstack.org/17483902:59
madhurilan_, ping03:00
lan_madhuri,  hi03:01
madhurihi lan_ have you tested pod-update?03:01
lan_madhuri,  you mean pod-update with manifest ?03:02
lan_madhuri,  yes03:02
madhuriWith value?03:02
madhurimagnum pod-update c12c3e6e-9d2b-42f8-85a7-26275c9a033d replace images=new_image03:03
madhuriThe above command fails03:03
lan_madhuri, sorry, I did't try it , I just focused  on the manifest change.03:04
lan_madhuri,  what 's the error message ?03:04
madhuriERROR: Invalid input for field/attribute images. Value: 'new_image'. Wrong type. Expected '[<type 'unicode'>]', got '<type 'unicode'>' (HTTP 400)03:04
lan_madhuri,  seems you should specify the uuid of image03:05
lan_madhuri,  no.03:05
madhuriNo I don't think this is the issue03:05
lan_madhuri,  the images is the container image ?03:05
madhuriNo, just  a random string for testing03:06
madhuriThe issue is the patch format we are passing03:06
madhurilist is expected03:06
lan_madhuri,  seems like an issue03:06
madhuriAnd we are passing string.03:06
madhuriYes03:06
madhuriAnd also one more thing03:06
madhuriFor manifest pod-update03:07
madhuriCan you paste a sample manifest file for adding a new attribute or any?03:07
madhuriI will log this issue03:07
*** EricGonczer_ has joined #openstack-containers03:08
lan_madhuri, For manifest change, it depends what can the "kubectl update " command support.03:09
lan_madhuri,  An easy change is to change the label for a pod.03:09
madhuriSo in that case the manifest file should contain just the label or whole manifest with updated label?03:10
*** EricGonczer_ has quit IRC03:10
lan_madhuri,  whole manifest with the updated label .03:10
madhuriThanks lan_. I will test it03:11
lan_madhuri, ok, thanks :)03:11
*** EricGonczer_ has joined #openstack-containers03:13
*** Marga_ has joined #openstack-containers03:22
*** fawadkhaliq has quit IRC03:22
*** EricGonczer_ has quit IRC03:28
fangfenghuai check cloud-init log got “faIke's to execute operation:connection timed out03:35
fangfenghua have any idea about that03:35
*** Marga_ has quit IRC03:35
*** Marga_ has joined #openstack-containers03:36
fangfenghuaCreate kube-scheduler symlink fail03:39
*** achanda has quit IRC03:41
*** harlowja is now known as harlowja_away03:56
*** yuanying-alt has joined #openstack-containers04:00
*** yuanying-alt has quit IRC04:04
*** Tango|2 has joined #openstack-containers04:09
*** achanda has joined #openstack-containers04:17
*** Marga_ has quit IRC04:18
*** adrian_otto has joined #openstack-containers04:21
*** fawadkhaliq has joined #openstack-containers04:30
*** unicell has joined #openstack-containers04:32
*** vilobhmm1 has joined #openstack-containers04:50
*** fangfeng_ has joined #openstack-containers04:54
*** unicell has quit IRC05:01
*** fangfeng_ has quit IRC05:04
*** adrian_otto has quit IRC05:19
*** adrian_otto has joined #openstack-containers05:20
*** adrian_otto has quit IRC05:29
*** yuanying-alt has joined #openstack-containers05:48
*** achanda has quit IRC05:52
*** suro-patz has joined #openstack-containers05:53
*** yuanying-alt has quit IRC05:54
*** achanda has joined #openstack-containers05:57
openstackgerritDigambar proposed openstack/magnum: Add bay_uuid attribute to Container model  https://review.openstack.org/17533905:58
*** achanda has quit IRC06:03
*** fangfenghua_ has joined #openstack-containers06:09
fangfenghua_http://paste.openstack.org/show/204938/06:10
fangfenghua_create bay the error http://paste.openstack.org/show/204938/06:11
yuanyingDid you use devstack on vm?06:11
fangfenghua_yes i use devstack in virtualbox06:12
yuanyingMadhuri has same error06:12
yuanyingI think because of performance probrem at qemu.06:12
fangfenghua_Madhuri had solve the problem?06:14
fangfenghua_add cpu or mem can slove can slove the problem?06:15
yuanyingUsing kvm is better, I think. kvm can use nested virtualization.06:16
fangfenghua_the vm had 7G mem and 4 vcpu06:16
fangfenghua_i had create bay in another virtualbox vm06:18
yuanyinghmm06:18
fangfenghua_it has 8G mem and 4CPU06:18
fangfenghua_tks yuanying06:19
fangfenghua_ping madhuri06:20
madhurifangfenghua_, Hi06:20
fangfenghua_http://paste.openstack.org/show/204938/06:21
fangfenghua_did you slove the problem06:21
madhuriNo. I just started the service manually06:22
fangfenghua_How?06:22
madhurirun the commands in enable-services-master.sh06:23
madhurion master node06:23
madhuriHaven't looked at the issue yet06:24
fangfenghua_what different between manually and auto-run06:24
madhuriit timed-out. So I tried to start it manually and then the services were running06:27
madhuriThis is not the solution. Just a work around to get Kubernetes services running06:28
fangfenghua_hmm which program check the time the command had run06:29
yuanyingThat log suggest that kubepscheduler doesn't connect to another process (maybe kube-apisever)06:31
yuanyingIt seems, kube-apiserver didn't start.06:32
yuanyingI think because of performance issue.06:32
yuanyingso you can run that command after api-server is started06:33
fangfenghua_if change cmd  systemctl --no-block start $service to  systemctl start $service can slove the problem06:33
fangfenghua_you mean when we start kube-schdueler the kuber-api hasn't start06:33
fangfenghua_so cause a timeout problem?06:33
yuanyingmaybe06:33
yuanyingI didn't check it deeply06:34
fangfenghua_i will checkt it06:34
yuanyingIf you run that command manually after api-server is started, that command will be success06:34
fangfenghua_if so the code is not robust06:35
fangfenghua_i think06:35
fangfenghua_i check guid in k8s github06:40
fangfenghua_for fedora and centos they didn't user --no-block parameter06:40
fangfenghua_https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/getting-started-guides/fedora/fedora_manual_config.md06:40
fangfenghua_https://github.com/GoogleCloudPlatform/kubernetes/tree/master/docs/getting-started-guides/centos06:40
fangfenghua_Why we use the --no-block parameter?06:40
yuanyingI don't know06:41
*** nshaikh has joined #openstack-containers06:42
yuanyingIt seems we should remove that --no-block parameter06:43
fangfenghua_i will check if remove the parameter whether  it work well or not06:44
yuanyingmaybe larsks knows why we use the --no-block parameter06:47
*** vilobhmm11 has joined #openstack-containers06:50
fangfenghua_ping larsks06:50
*** vilobhmm1 has quit IRC06:51
yuanying2 packets transmitted, 0 received, 100% packet loss, time 8008ms06:51
fangfenghua_;)06:51
*** Kennan has quit IRC06:53
*** Kennan has joined #openstack-containers06:54
*** vilobhmm11 has quit IRC06:54
*** suro-patz has quit IRC06:57
*** madhuri has quit IRC07:23
*** madhuri has joined #openstack-containers07:24
*** fangfenghua_ has quit IRC07:29
*** funzo has joined #openstack-containers07:38
*** yuanying-alt has joined #openstack-containers07:38
*** fangfenghua_ has joined #openstack-containers07:41
*** yuanying-alt has quit IRC07:42
*** erkules_ is now known as erkules07:53
*** erkules has joined #openstack-containers07:53
*** Marga_ has joined #openstack-containers07:56
*** Tango|2 has quit IRC08:31
*** coolsvap|afk is now known as coolsvap08:45
*** coolsvap is now known as coolsvap|afk08:46
*** sdake_ has quit IRC08:47
*** fawadkhaliq has quit IRC09:11
fangfenghua_should we check the resource need by a baymodel need is indeed exists?09:15
fangfenghua_when crate a baymodle09:15
openstackgerritMadhuri Kumari proposed openstack/magnum: Remove duplicate replacePod API  https://review.openstack.org/17578409:25
*** fawadkhaliq has joined #openstack-containers09:25
*** yuanying-alt has joined #openstack-containers09:27
*** fawadkhaliq has quit IRC09:27
*** yuanying-alt has quit IRC09:31
*** fawadkhaliq has joined #openstack-containers09:38
*** fawadkhaliq has quit IRC09:38
*** fawadkhaliq has joined #openstack-containers09:38
*** Marga_ has quit IRC09:42
*** oro has joined #openstack-containers10:10
*** fangfenghua_ has quit IRC10:12
*** jay-lau-513 has quit IRC10:13
*** fawadkhaliq has quit IRC10:32
*** fawadkhaliq has joined #openstack-containers10:32
*** fawadk has joined #openstack-containers10:36
*** fawadkhaliq has quit IRC10:38
*** fawadkhaliq has joined #openstack-containers10:41
*** fawadk has quit IRC10:43
openstackgerritMadhuri Kumari proposed openstack/magnum: Allow pod-update with pod name also.  https://review.openstack.org/17580410:43
*** fawadk has joined #openstack-containers10:44
openstackgerritMadhuri Kumari proposed openstack/python-magnumclient: Add support for pod name in pod-update command  https://review.openstack.org/17580510:45
*** fawadkhaliq has quit IRC10:48
*** fawadkhaliq has joined #openstack-containers10:49
*** fawadkhaliq has quit IRC10:50
*** fawadkhaliq has joined #openstack-containers10:50
*** fawadk has quit IRC10:51
*** fawadk has joined #openstack-containers10:53
*** fawadkhaliq has quit IRC10:55
*** fawadkhaliq has joined #openstack-containers10:55
*** fawadk has quit IRC10:58
*** yuanying has quit IRC10:59
*** nihilifer has quit IRC11:03
*** nihilifer has joined #openstack-containers11:03
openstackgerritMadhuri Kumari proposed openstack/magnum: Allow service-update with service name also.  https://review.openstack.org/17580811:04
openstackgerritMadhuri Kumari proposed openstack/magnum: Allow service-update with service name also.  https://review.openstack.org/17580811:06
*** fawadkhaliq has quit IRC11:09
*** fawadkhaliq has joined #openstack-containers11:13
*** fawadkhaliq has quit IRC11:15
*** yuanying-alt has joined #openstack-containers11:15
*** fawadkhaliq has joined #openstack-containers11:16
*** yuanying-alt has quit IRC11:20
*** rongze has joined #openstack-containers11:29
*** fangfeng_ has joined #openstack-containers11:30
*** fawadkhaliq has quit IRC11:30
*** fawadkhaliq has joined #openstack-containers11:32
*** fangfeng_ has quit IRC11:32
openstackgerritMadhuri Kumari proposed openstack/magnum: Allow rc-update with rc name also.  https://review.openstack.org/17582011:33
*** fangfeng_ has joined #openstack-containers11:33
*** mahito has quit IRC11:34
*** fawadkhaliq has quit IRC11:35
*** fangfeng_ has quit IRC11:42
larsksfangfenghua: we use the --no-block parameter because otherwise you can end up with systemd blocking forever, if a thing you are trying to start has a dependency on the service that is trying to start it.11:45
*** nshaikh has quit IRC12:08
*** suro-patz has joined #openstack-containers12:14
fangfenghualarsks did you know the error i had paste12:17
fangfenghuai12:19
fangfenghua that cause create bay failed12:19
*** jay-lau-513 has joined #openstack-containers12:20
*** daneyon_ has quit IRC12:46
*** yuanying-alt has joined #openstack-containers12:46
*** daneyon has joined #openstack-containers12:47
*** prad has quit IRC12:49
*** yuanying-alt has quit IRC12:51
larsksfangfenghua: You mean http://paste.openstack.org/show/204938/? I'm not sure.12:56
*** Marga_ has joined #openstack-containers13:01
fangfenghuayes13:01
fangfenghualarsks did you know that why13:02
*** yuanying-alt has joined #openstack-containers13:04
*** fangfeng_ has joined #openstack-containers13:07
*** fangfeng_ has quit IRC13:10
*** rongze has quit IRC13:11
*** fangfeng_ has joined #openstack-containers13:11
*** rongze has joined #openstack-containers13:14
*** rpothier has joined #openstack-containers13:16
*** sdake has joined #openstack-containers13:19
*** suro-patz has quit IRC13:20
*** fangfeng_ has quit IRC13:20
*** fangfeng_ has joined #openstack-containers13:20
*** rlrevell has joined #openstack-containers13:21
*** sdake_ has joined #openstack-containers13:22
*** fangfeng_ has quit IRC13:22
*** fangfeng_ has joined #openstack-containers13:24
*** sdake has quit IRC13:24
*** sdake has joined #openstack-containers13:25
*** fangfeng_ has quit IRC13:27
*** sdake_ has quit IRC13:28
*** prad has joined #openstack-containers13:29
*** fangfeng_ has joined #openstack-containers13:31
*** jjlehr has joined #openstack-containers13:41
*** dboik_ has quit IRC13:43
*** fawadkhaliq has joined #openstack-containers13:44
*** rongze has quit IRC13:45
*** julim has joined #openstack-containers13:52
*** dboik has joined #openstack-containers14:01
*** yuanying-alt has quit IRC14:01
*** jjlehr has quit IRC14:03
*** petertr7 has joined #openstack-containers14:05
*** EricGonczer_ has joined #openstack-containers14:06
*** apmelton_away is now known as apmelton14:07
*** madhuri___ has joined #openstack-containers14:10
*** fangfeng_ has quit IRC14:11
*** EricGonc_ has joined #openstack-containers14:15
apmeltonfangfenghua: in http://paste.openstack.org/show/204938/ I think what's happening is the instances in your bay can't access external services14:16
apmeltonand thus connections time out14:16
apmeltonfangfenghua: try running "sudo /sbin/iptables -t nat -A POSTROUTING -o br-ex -j MASQUERADE" from your devstack host14:17
*** EricGonczer_ has quit IRC14:17
apmeltonthen deleting and recreating your bay14:17
rlrevellapmelton: setting PUBLIC_INTERFACE=eth0 fixed things for me, thx again for the help.14:19
apmeltonrlrevell: cool, glad to hear it!14:19
*** funzo has quit IRC14:22
*** dboik has quit IRC14:30
*** jjlehr has joined #openstack-containers14:30
*** dboik has joined #openstack-containers14:31
*** madhuri___ has quit IRC14:31
*** achanda has joined #openstack-containers14:35
fangfenghuaapmelthon i will test it tks14:38
fangfenghuaapmelthon i can acceess the heat endpoint in instance14:39
*** jfarschman has joined #openstack-containers14:39
*** jfarschman is now known as MilesDenver14:39
*** Marga_ has quit IRC14:40
*** achanda has quit IRC14:43
*** thomasem has quit IRC14:46
*** rongze has joined #openstack-containers14:46
sdakefangfenghua can you wget www.fedoraproject.org from in the instance?14:46
sdake(or try curl if wget isn't available)14:46
sdakeif not, your neutron routing isn't setup properly14:47
sdakewhich has nothing to do with magnum ;-)14:47
sdakethat masq rule may do the trick14:47
sdakewgetting to your heat endpoint is not a sufficient test of connectivity14:48
apmeltonsdake: that is an interesting point14:48
apmeltonI've got bug https://bugs.launchpad.net/magnum/+bug/144637214:49
openstackLaunchpad bug 1446372 in Magnum "Bays spawned from devstack dont have external network access" [Undecided,New]14:49
apmeltonbut technically, it may be a neutron issue14:49
sdakewho filed it?14:49
apmeltonsdake: me14:53
sdakeapmelton I added a comment14:53
sdakesaying plz dont make it hardcoded - use local.sh instead ;)14:53
apmeltonsdake: that makes sense14:54
sdakewhat may make sense is to document the masquarde workaround14:54
apmeltonat a minimum we should update our dev guide14:54
*** Marga_ has joined #openstack-containers14:55
openstackgerritJennifer Carlucci proposed openstack/magnum: Add timeout parameter to bay create  https://review.openstack.org/17591514:56
sdakeis jennifer on irc?14:56
apmeltonjoffter: ^^14:56
sdakejoffter hey just wanted to say, I had a look at one of your patches and it looked like a really rock solid first contribution :)14:57
sdakewelcome to the magnum dev community14:57
*** fawadkhaliq has quit IRC15:07
*** julim has quit IRC15:16
*** julim has joined #openstack-containers15:18
*** Marga_ has quit IRC15:27
*** fawadkhaliq has joined #openstack-containers15:28
*** fawadkhaliq has quit IRC15:33
*** fawadkhaliq has joined #openstack-containers15:34
openstackgerritDoug Hellmann proposed openstack/python-magnumclient: Update README to work with release tools  https://review.openstack.org/17594315:35
*** david-lyle has quit IRC15:36
fangfenghuasdake can‘t15:39
fangfenghuaSdake at the stage create bay we need access15:42
fangfenghua Internet?15:42
*** yuanying-alt has joined #openstack-containers15:50
*** fawadkhaliq has quit IRC15:51
*** fawadkhaliq has joined #openstack-containers15:51
*** sdake is now known as sdake-afk15:52
*** rongze has quit IRC15:54
*** yuanying-alt has quit IRC15:55
*** dboik has quit IRC15:56
*** dboik has joined #openstack-containers15:57
*** dboik has quit IRC15:58
*** dboik has joined #openstack-containers15:58
*** dboik has quit IRC15:59
*** dboik has joined #openstack-containers15:59
*** vilobhmm1 has joined #openstack-containers16:02
*** david-lyle has joined #openstack-containers16:02
*** Marga_ has joined #openstack-containers16:02
*** kebray has joined #openstack-containers16:04
*** adrian_otto has joined #openstack-containers16:04
*** adrian_otto1 has joined #openstack-containers16:11
*** adrian_otto has quit IRC16:13
*** fawadkhaliq has quit IRC16:18
fangfenghuaapmelton : I think if we can add some guide for network config is much better although16:20
*** fawadkhaliq has joined #openstack-containers16:20
fangfenghuaIt's not magnum problem but magnum must use the network16:20
fangfenghuaIt's a deploy problem I think16:21
rlrevellit wouldn't hurt to add that PUBLIC_INTERFACE is required too as it's not mentioned in http://docs.openstack.org/developer/devstack/guides/single-machine.html16:22
*** fawadkhaliq has quit IRC16:23
*** vilobhmm1 has quit IRC16:24
*** Marga_ has quit IRC16:36
*** Marga_ has joined #openstack-containers16:37
*** Marga_ has quit IRC16:38
*** Marga_ has joined #openstack-containers16:38
*** Tango has joined #openstack-containers16:43
*** sdake-afk has quit IRC16:44
*** yuanying-alt has joined #openstack-containers16:51
*** rongze has joined #openstack-containers16:55
*** yuanying-alt has quit IRC16:55
*** harlowja_away is now known as harlowja16:57
*** rongze has quit IRC16:59
*** kebray has quit IRC17:01
*** julim has quit IRC17:01
*** vilobhmm1 has joined #openstack-containers17:04
*** julim has joined #openstack-containers17:04
*** vilobhmm11 has joined #openstack-containers17:04
*** suro-patz has joined #openstack-containers17:06
*** david-lyle has quit IRC17:08
*** vilobhmm1 has quit IRC17:08
*** fawadkhaliq has joined #openstack-containers17:21
*** rongze has joined #openstack-containers17:25
*** fawadkhaliq has quit IRC17:26
*** achanda has joined #openstack-containers17:26
*** sdake has joined #openstack-containers17:28
*** chandankumar has joined #openstack-containers17:28
openstackgerritDigambar proposed openstack/magnum: Implementation of Cluster type for baymodel.  https://review.openstack.org/17234817:29
*** rongze has quit IRC17:30
openstackgerritDigambar proposed openstack/magnum: Implementation of Cluster type for baymodel.  https://review.openstack.org/17234817:35
sdakerlrevell could you file a bug please17:42
rlrevellsdake: sure17:42
rlrevellsdake: against the magnum docs not the devstack docs correct?17:43
*** diga_ has joined #openstack-containers17:45
sdakecorrect17:46
*** fawadkhaliq has joined #openstack-containers17:48
rlrevellsdake: https://bugs.launchpad.net/magnum/+bug/144677717:50
openstackLaunchpad bug 1446777 in Magnum "docs should mention that PUBLIC_INTERFACE is required in local.conf" [Undecided,New]17:50
*** chandankumar has quit IRC17:51
*** wwallnrr__ has joined #openstack-containers17:53
*** chandankumar has joined #openstack-containers17:55
sdakerlevell bonus points for assigning bug to yourself and fixing :)17:58
*** vilobhmm11 has quit IRC17:59
*** vilobhmm1 has joined #openstack-containers17:59
*** vilobhmm1 has joined #openstack-containers18:00
*** vilobhmm1 has quit IRC18:00
rlrevellsdake: should the iptables masquerade issue be considered related18:00
*** vilobhmm1 has joined #openstack-containers18:00
rlrevellsdake: or is that something devstack should do18:00
sdakethat should be documented but as a separate commit/bug imo18:01
sdakeand it is already filed as a bug18:01
*** vilobhmm11 has joined #openstack-containers18:02
*** vilobhmm12 has joined #openstack-containers18:02
rlrevellsdake: maybe not a bug, it is mentioned here https://github.com/openstack/magnum/blob/master/doc/source/dev/dev-quickstart.rst. maybe clarify that standard devstack installed according to those guides won't have it?18:04
*** vilobhmm1 has quit IRC18:04
sdakei think what makes sense is to show how to configure local.sh to allow masquarading as an optiona lstep18:06
*** vilobhmm11 has quit IRC18:07
sdakei don't know how ot do this using the new devstack syntax for config18:08
*** sdake_ has joined #openstack-containers18:09
*** sdake has quit IRC18:13
*** achanda has quit IRC18:15
*** fawadkhaliq has quit IRC18:18
*** fawadkhaliq has joined #openstack-containers18:18
*** achanda has joined #openstack-containers18:20
*** jay-lau-513 has quit IRC18:20
*** jay-lau-513 has joined #openstack-containers18:21
*** diga_ has quit IRC18:25
*** rongze has joined #openstack-containers18:26
*** rongze has quit IRC18:31
*** vilobhmm1 has joined #openstack-containers18:33
*** vilobhmm12 has quit IRC18:33
*** unicell has joined #openstack-containers18:34
*** openstackgerrit has quit IRC18:37
*** openstackgerrit has joined #openstack-containers18:37
*** rlrevell has quit IRC18:38
*** david-lyle has joined #openstack-containers18:39
*** yuanying-alt has joined #openstack-containers18:40
*** rlrevell has joined #openstack-containers18:43
*** yuanying-alt has quit IRC18:44
*** david-ly_ has joined #openstack-containers18:46
*** david-lyle has quit IRC18:46
*** sdake has joined #openstack-containers19:07
*** kebray has joined #openstack-containers19:08
*** sdake_ has quit IRC19:11
*** adrian_otto1 has quit IRC19:11
*** jjlehr has left #openstack-containers19:12
*** david-ly_ has quit IRC19:18
*** jjlehr has joined #openstack-containers19:24
*** rongze has joined #openstack-containers19:27
*** rongze has quit IRC19:32
*** jay-lau-513 has quit IRC19:34
*** kebray has quit IRC19:36
*** kebray has joined #openstack-containers19:36
*** kebray has quit IRC19:38
*** EricGonc_ has quit IRC19:39
*** achanda has quit IRC19:41
*** kebray has joined #openstack-containers19:42
*** Marga_ has quit IRC19:42
jugglerAnyone seen this before? http://paste.openstack.org/show/205024/ It doesn't seem related to Launchpad bug 144677719:47
openstackLaunchpad bug 1446777 in Magnum "docs should mention that PUBLIC_INTERFACE is required in local.conf" [Medium,Triaged] https://launchpad.net/bugs/144677719:47
jugglerI've tried setting ROUTER_GW_IP to what I think it might be and that doesn't seem to help either...19:47
jugglerRegarding bug 1446777, I have defined my PUBLIC_INTERFACE to be enp0s819:49
openstackbug 1446777 in Magnum "docs should mention that PUBLIC_INTERFACE is required in local.conf" [Medium,Triaged] https://launchpad.net/bugs/144677719:49
*** chandankumar has quit IRC19:50
*** fawadkhaliq has quit IRC19:50
openstackgerritJanek proposed openstack/magnum: Add coe attribute to BayModel  https://review.openstack.org/17604019:52
jugglerfrom my perspective, enp0s8 is the secondary ethernet on my Fedora 21 VM19:52
*** kebray has quit IRC19:55
openstackgerritJanek proposed openstack/magnum: Add coe attribute to BayModel  https://review.openstack.org/17604019:59
rpothierHi Everyone, I just updated magnum, and now I see the following error creating a bay.20:05
rpothierERROR: Bay type (vm, fedora-atomic, kubernetes) not supported. (HTTP 500)20:06
rpothierhas anyone else seen this?20:06
openstackgerritJanek proposed openstack/python-magnumclient: Add coe attribute to BayModel  https://review.openstack.org/17604920:06
apmeltonrpothier: how'd you update magnum?20:07
*** EricGonczer_ has joined #openstack-containers20:07
rpothierapmelton, just a git pull, it wasn't that old20:07
apmeltonrpothier: did you also do a "python setup.py install" or a "pip install -e ."?20:08
rpothierno, I didn't think I needed to, let me try that.20:09
apmeltonrpothier: yea, I think it's necessary to do that if new python entry_points are introduced20:09
openstackgerritJanek proposed openstack/python-magnumclient: Add coe attribute to BayModel creation  https://review.openstack.org/17605120:10
rpothierapmelton: Thanks! that fixed it20:13
apmeltonno prob rpothier20:13
*** achanda has joined #openstack-containers20:14
rlrevelljuggler: pastebin local.conf?20:14
apmeltonjuggler: pastebin of 'ip a' would also be helpful20:15
jugglerrl & ap: hang on..gathering all that fun stuff20:17
jjlehrapmelton: I submitted the related python-magnumclient changes but with the wrong commit message. I used git commit -a --amend to fix this, so it created another change.20:19
jjlehrThe second one is the right one20:19
jjlehrWhat's the best way to get rid of the other one?20:19
apmeltonjjlehr: https://review.openstack.org/176051 ?20:19
apmeltonum20:19
jjlehrapmelton: yes, that's the right one20:19
apmeltonjjlehr: I think you can just abandon it, and leave a short comment describing why20:19
*** dboik has quit IRC20:20
apmeltonjjlehr: I think even https://review.openstack.org/176051 might contain two squashed commits20:20
*** david-lyle has joined #openstack-containers20:21
apmeltonI see changes for container.command20:21
*** dboik has joined #openstack-containers20:21
jjlehrarg20:21
jjlehryes, those aren't mine20:21
apmeltonjjlehr: oh, might be even more than that20:23
apmeltonthere's also the discovery-url change20:23
*** kebray has joined #openstack-containers20:23
jjlehrIt included a merge20:23
apmeltongotcha20:24
*** rongze has joined #openstack-containers20:28
*** kebray has quit IRC20:28
*** yuanying-alt has joined #openstack-containers20:28
jugglerrlrevell/apmelton: here is the link: http://paste.openstack.org/show/euSFqH2q84AWBlYQWUCf/20:29
apmeltonjuggler: is there a particular reason you're setting PUBLIC_NETWORK_GATEWAY=192.168.0.1 and ROUTER_GW_IP=192.168.0.120:30
*** rongze has quit IRC20:32
*** yuanying-alt has quit IRC20:32
*** rpothier has quit IRC20:33
jjlehrapmelton: I'm not sure why those were included but I'm working on fixing it20:34
apmeltonjjlehr: sounds good20:36
*** kebray has joined #openstack-containers20:38
rlrevelljuggler: example of a working local.conf, this was arrived at... empirically http://paste.openstack.org/show/205027/20:40
rlrevelljuggler: PUBLIC_INTERFACE is the one that HOST_IP is on, the rest are made up networks20:42
*** kebray has quit IRC20:46
*** Marga_ has joined #openstack-containers20:47
apmeltonrlrevell: jjlehr: this is my local.conf: https://gist.github.com/ramielrowe/2ab1ca325fa0207406a920:49
apmeltonbond0.101 being the interface on my instances publicnet20:50
*** adrian_otto has joined #openstack-containers20:50
apmeltonit's worked flawlessly the last 3 or so times I've rebuild my devstack20:51
rlrevellapmelton: interesting, it just uses default values for the rest of the network stuff?20:51
*** openstackgerrit has quit IRC20:52
apmeltonyep20:52
*** openstackgerrit has joined #openstack-containers20:52
TangoHi, got a quick question: in magnum/templates/heat-kubernetes/fragments, what's the connection between write-heat-params-master.yaml and write-heat-params-master.sh ?20:53
apmeltonTango: I think write-heat-params-master.yaml might be a newer way of doing write-heat-params-master.sh20:56
apmeltonTango: the only place using it is magnum/templates/heat-kubernetes/kubecluster-fedora-ironic.yaml, I'm not sure how long it's been since that was used/updated20:56
Tangoapmelton: ok so we use one or the other?20:57
*** julim has quit IRC20:57
apmeltonTango: if you are writing a new template, you should use the *.yaml20:57
Tangoapmelton: ok sounds good, yaml it is then20:58
openstackgerritJanek proposed openstack/python-magnumclient: Add coe attribute to BayModel creation  https://review.openstack.org/17607421:00
jjlehrHmm, something is picking up the other commits21:02
jjlehrthat one didn't work either21:02
*** suro-patz has quit IRC21:03
apmeltonI've gotta drop off for a few, I'll be back for the meeting in an hour or so21:04
*** suro-patz has joined #openstack-containers21:05
*** vilobhmm1 has quit IRC21:08
*** vilobhmm11 has joined #openstack-containers21:09
*** vilobhmm12 has joined #openstack-containers21:11
*** vilobhmm12 has quit IRC21:11
*** vilobhmm13 has joined #openstack-containers21:11
*** vilobhmm11 has quit IRC21:12
*** dboik_ has joined #openstack-containers21:18
*** vahidh has joined #openstack-containers21:19
*** dboik has quit IRC21:21
*** EricGonczer_ has quit IRC21:25
*** rongze has joined #openstack-containers21:28
*** sdake_ has joined #openstack-containers21:31
*** rongze has quit IRC21:33
*** sdake has quit IRC21:34
*** thomasem has joined #openstack-containers21:42
sdake_jjlehr you can use git rebase -i21:45
sdake_and then squash as the keyword21:45
*** dboik_ has quit IRC21:46
*** dboik has joined #openstack-containers21:47
jjlehrsdake_: I already started over with a fresh clone.21:48
sdake_ya reboot method works well too :)21:49
openstackgerritJanek proposed openstack/python-magnumclient: Add coe attribute to BayModel creation  https://review.openstack.org/17609621:49
jjlehrThere we go21:49
sdake_remember it for next time, interactive rebase is a way of life in openstack ;)21:49
jjlehrThe rebase was done during git-review21:50
sdake_interactive rebase lets you do different things beyond rebasing21:50
sdake_you can sqush commits, drop commits, reorder commits, and reword commit logs21:50
*** rlrevell has quit IRC21:51
jjlehrAh, so you recommend manually doing the rebase before git-review?21:51
jjlehrThat probably would have solved that issue21:51
sdake_thats what I do yes :)21:52
sdake_after a review, git rebase --pull21:52
sdake_but git rebase -i is different21:52
sdake_try it out sometime21:52
sdake_just to learn how it works21:52
*** madhuri___ has joined #openstack-containers21:53
jjlehrThanks!21:53
*** sdake has joined #openstack-containers21:53
*** mfalatic has joined #openstack-containers21:55
*** sdake_ has quit IRC21:57
*** rpothier has joined #openstack-containers21:58
jjlehrapmelton: I finally submitted the right code for python-magnumclient21:58
adrian_ottoOur team meeting will begin in a few minutes in #openstack-meeting-alt21:58
*** harlowja is now known as harlowja_away22:00
apmeltonjjlehr: sounds good, I'll give it a look tonight22:01
*** vilobhmm13 has quit IRC22:03
*** vilobhmm1 has joined #openstack-containers22:03
*** suro-patz1 has joined #openstack-containers22:03
*** suro-patz has quit IRC22:03
*** vilobhmm1 has quit IRC22:03
*** vilobhmm1 has joined #openstack-containers22:04
*** suro-patz has joined #openstack-containers22:04
*** harlowja_away is now known as harlowja22:05
*** suro-patz1 has quit IRC22:07
*** vilobhmm1 has quit IRC22:12
*** vilobhmm1 has joined #openstack-containers22:12
*** vilobhmm1 has quit IRC22:14
*** vilobhmm1 has joined #openstack-containers22:15
*** yuanying-alt has joined #openstack-containers22:17
*** rpothier has quit IRC22:19
*** rpothier has joined #openstack-containers22:21
*** yuanying-alt has quit IRC22:22
*** rongze has joined #openstack-containers22:29
*** rongze has quit IRC22:34
*** suro-patz has quit IRC22:38
*** rpothier has quit IRC22:39
*** rpothier has joined #openstack-containers22:40
*** jay-lau-513 has joined #openstack-containers22:41
*** suro-patz has joined #openstack-containers22:45
*** rpothier has quit IRC22:50
*** dboik_ has joined #openstack-containers22:50
*** EricGonczer_ has joined #openstack-containers22:50
*** rpothier has joined #openstack-containers22:51
*** petertr7 has quit IRC22:51
*** dboik has quit IRC22:53
*** dboik_ has quit IRC22:59
sdakebug triae23:00
sdakewe hae  mounain of bugs to fix23:00
apmeltonthis tag that's getting cut saturday, is that RC1?23:00
adrian_ottoI have to rush off to an appointment now23:00
adrian_ottowill check back in later tonight23:01
jugglerlater adrian23:01
sdakechannel is loggeed right?23:01
juggleryes it is23:01
adrian_ottoyes.23:01
sdakecheck logs later23:01
juggleror should be23:01
adrian_ottotx23:01
adrian_ottoeavesdrop logs it23:01
sdakenice23:01
jugglerinfo on that is on our page23:01
*** adrian_otto has quit IRC23:01
juggleri'll send a link if anyone needs it23:01
sdakeso folks we need bug triaging23:02
sdakean then to work down the list rom essential->down23:02
*** yuanying has joined #openstack-containers23:02
sdaketomorrow morningI'l triage all the bugs23:03
sdakecould olks fix the uugs after tehyare riaged??23:04
*** vahidh has quit IRC23:04
sdakerc1 has alot of bugs23:04
fangfenghuaI am working on bug filed by me23:04
apmeltonsdake: are we on rc1 at the moment, or is that what's being cut on the 25th?23:05
jugglerdepends on the bugs and depends on if I could fix it with my non-working devstack23:05
sdake25tth23:05
apmeltonk23:05
fangfenghuaJuggler23:05
apmeltonI'll pick up what I can23:05
juggleri'll help where i am able23:05
fangfenghuaI had run 3 ins in Mac23:05
sdakewe have 3 weeks to fix critical/high bugs23:06
fangfenghuaUse virtualbox23:06
fangfenghuaSome bug not tag23:06
jugglerusing virtualbox...we'll discuss more :)23:06
fangfenghuaHmm23:06
fangfenghuaBut with some network issue23:07
fangfenghuaI can't pull image23:07
fangfenghuaGuys had give me some advice23:07
sdakedeploy on bare metal 8gb ram and your problems will disappear23:07
jugglersdake as you're triaging, might you be able to document the process for triaging and send it to me for posting? or is that somewhere on our contributing page?23:08
fangfenghuaI will check it today23:08
sdakefang it wont be done utnil 12 hours from now23:08
jugglersdake yeah, i'm gonna need to dust off an older system and get some hardware installed on it and start the devstack setup process again23:08
sdakejuggler aftre 25th i'll write document on ml23:08
sdakere bug riaging23:09
jugglerthx sdake23:09
sdakebut doc is great idea, look forward to seeing on wiki23:10
jugglerheck, send me an audio file and i'll try to transcribe it :)23:10
apmeltonalright y'all, I've gotta run23:10
jugglerlater ap23:10
apmeltonhave a good evening!23:10
*** apmelton is now known as apmelton_away23:10
fangfenghuaOur wiki say heat docker use glance manage image23:10
sdakelater apmelton_away23:11
fangfenghuaIt's right23:11
fangfenghuaMorning23:11
jugglermay i discuss another topic?23:12
sdakeshoot23:12
jugglerfor those unable to make the summit, are there any topic(s) that will be webcast out?23:12
sdaketypially there are no webasts23:13
sdakeexcept speaking sessions at main summit event23:13
jugglerah23:13
juggleri wonder if any sessions will be recorded23:14
jugglerfor later consumption23:14
sdakeif you have something you want discussed we need an etherpad for those23:14
juggleror live consumption23:14
sdakemay adrain_otto can set that up23:14
jugglerat this point just in the learning mode23:14
sdakeIm overcommitted hae nothing left23:14
sdakeyou will have to wit posst summit for more output from me :)23:15
fangfenghuaSdake you mean nobody had run magnum  in vm work well23:15
jugglersdake could you repeat that last message?23:16
jugglersdake I think you do need rest soon!23:16
sdakeI have too much on my plate, I can't take nay more work23:16
sdakeuntil june :)23:16
Kennanmorning guys23:17
jugglersdake perhaps when you have more cycles, you could perhaps outline what hot items that you need help with and what documentation is needed to uptrain us to understand how to assist you in fixing23:17
jugglersdake can't have you burn out!23:17
sdakeno burnout23:18
jugglergood localtime Kennan23:18
sdakei am good at managing myself23:18
sdaketrust me23:18
sdakebut no more owrk can be accepted23:18
juggleri didn't say you weren't good at managing yourself. :)23:19
Kennan:juggler good evening in your time23:19
sdakeok last two peices o fwork for magnum are 1) horizontal scale 2) bug triage23:19
juggler"too much on my plate" suggests a largess of work though23:19
sdakeret up to our army of contrigbutors23:19
sdakeret/rest23:20
jugglerthx K23:20
fangfenghuajuggler: did you run magnum in vm23:20
*** EricGonczer_ has quit IRC23:20
jugglerfang: just trying to stack.sh in a vm.23:21
fangfenghuaThat ok23:21
fangfenghuaI run stack.sh always work well23:22
jugglerfang: i'm running into problems at the end: http://paste.openstack.org/show/aDwbAfY46FjiSIfeH8zf/23:22
sdakethat looks ike a network is busted running inside a mv23:23
sdakevm23:23
sdakehongbin has it working23:23
sdakewhen he returns from pto ping him23:23
juggleroffhand do we know approximately when he returns?23:23
sdake2 weks23:24
jugglerah23:24
fangfenghuaI got the error too I remember23:24
fangfenghuaBut I just restart the stack.sh23:25
fangfenghuaThen it work23:25
sdakebedtime23:25
sdakei'm out23:25
jugglernight sdake23:25
fangfenghuaI don't know why23:25
jugglerfang: so you did a stack and then a stack again, without doing an unstack in the middle?23:26
fangfenghuaDo unstable23:26
fangfenghuaUnstack23:26
jugglerfang: so you did a stack.sh, then an unstack.sh, then a stack.sh , is that correct?23:27
fangfenghuaYes23:27
jugglerhmm23:27
juggleri will try that.23:27
jugglerty23:27
fangfenghuaYou run in virtualbox too?23:28
jugglerI run in virtualbox atop a Windows platform23:28
jugglerthe virtualbox is running Fedora 2123:28
fangfenghuaJust deploy magnum I think that's will have no problem23:29
*** jjlehr has quit IRC23:29
jugglerfang: are you running in virtualbox? could you paste up a copy of your local* files and your ifconfig -a23:29
*** rongze has joined #openstack-containers23:30
fangfenghuaLater I will pasted it23:30
fangfenghuaI will let you know23:30
jugglerfang: if you can also post the platform OS network configuration, so I can compare it against my settings, thx23:31
jugglerfang: just in case that matters23:31
jugglerfang: thank you23:32
fangfenghuaJuggler in windows and Mac are both work well23:32
fangfenghuaI use 7GMem 4cpu23:33
fangfenghua2network card23:33
sdakenote on virtualbox23:33
sdakeyou need two ethernet interfaces attached to your vm23:34
fangfenghuaYea23:34
sdakethey an be virtual23:34
sdakeon that note Im off to bed23:34
jugglersdake correct, i think i got those set up.23:34
sdakenight all23:34
jugglersdake yeah i thought you were going lol23:34
sdakei am later23:34
jugglersdake night23:34
*** rongze has quit IRC23:34
*** sdake_ has joined #openstack-containers23:35
jugglerfang: i have at least 1G allocated the vbox...I may allocate more once I know it is stack_ing properly23:36
jugglerfang: allocated to, correction23:36
fangfenghuaWhy not in baremetal mode23:38
fangfenghuajuggler:23:38
*** sdake has quit IRC23:38
jugglerfang: hmm? baremetal mode?23:43
fangfenghuaNo in vm23:43
*** sdake_ has quit IRC23:46
*** madhuri___ has quit IRC23:50
yuanyingThere is a lot of changes while I was not..23:56

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