madhuri | sdake, ping | 00:01 |
---|---|---|
sdake | hey madhuri whats up | 00:01 |
madhuri | Hi | 00:01 |
madhuri | Did you receive any response from atomic? | 00:02 |
sdake | some smart ass response about there is a bug tracker for it | 00:02 |
sdake | so, no didn't relaly | 00:02 |
madhuri | I saw your mail | 00:02 |
madhuri | I am afraid this bp has been stucked. | 00:02 |
madhuri | Any other alternative to proceed with this? | 00:03 |
sdake | best you can do at this point is make it work in the global namespace with version 0.13 | 00:03 |
sdake | and we will release saying newer versions of newer kub may bring mor epain :) | 00:03 |
fangfenghua | How to configuration devstack network | 00:04 |
fangfenghua | My instance can't pull image | 00:04 |
madhuri | Fedora-21-atomic-2 has kubernetes 0.11. | 00:05 |
madhuri | Isn't it? | 00:05 |
*** mahito has joined #openstack-containers | 00:07 | |
*** mahito has quit IRC | 00:10 | |
*** mahito has joined #openstack-containers | 00:10 | |
fangfenghua | Yuanying did you use devstack to install magnum | 00:14 |
*** achanda has joined #openstack-containers | 00:16 | |
*** EricGonc_ has quit IRC | 00:16 | |
*** achanda_ has quit IRC | 00:19 | |
*** achanda has quit IRC | 00:21 | |
*** openstackgerrit has quit IRC | 00:22 | |
*** openstackgerrit has joined #openstack-containers | 00:22 | |
*** Tango has quit IRC | 00:31 | |
*** sdake_ has joined #openstack-containers | 00:31 | |
*** openstack has joined #openstack-containers | 00:37 | |
*** Marga_ has quit IRC | 00:38 | |
*** Marga_ has joined #openstack-containers | 01:00 | |
*** dboik has joined #openstack-containers | 01:05 | |
*** dboik_ has joined #openstack-containers | 01:06 | |
*** dboik has quit IRC | 01:10 | |
*** yuanying-alt has joined #openstack-containers | 01:10 | |
*** yuanying-alt has quit IRC | 01:14 | |
*** fawadkhaliq has joined #openstack-containers | 01:25 | |
*** fawadkhaliq has quit IRC | 01:29 | |
openstackgerrit | Lan Qi Song proposed openstack/magnum: Add command field for container https://review.openstack.org/174839 | 01:36 |
*** suro-patz has joined #openstack-containers | 01:38 | |
*** erkules_ has joined #openstack-containers | 01:39 | |
*** suro-patz1 has joined #openstack-containers | 01:40 | |
*** jay-lau-513 has joined #openstack-containers | 01:40 | |
*** erkules has quit IRC | 01:41 | |
*** suro-patz has quit IRC | 01:42 | |
fangfenghua | hi lan | 01:42 |
lan_ | fangfenghua, hi | 01:45 |
*** vilobhmm1 has quit IRC | 01:45 | |
fangfenghua | did you use devstack deploy magnum? | 01:46 |
lan_ | yes | 01:55 |
lan_ | what's the problem ? | 01:56 |
fangfenghua | how did you config the network | 01:57 |
fangfenghua | I can pull image in my nose | 01:57 |
fangfenghua | Node | 01:57 |
lan_ | You mean you can't pull images? | 01:59 |
*** unicell has quit IRC | 01:59 | |
lan_ | Can your node access public network ? | 01:59 |
fangfenghua | Yes | 02:01 |
fangfenghua | I can't pull image | 02:02 |
*** suro-patz1 has quit IRC | 02: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 |
fangfenghua | i can pull image at my host | 02:08 |
fangfenghua | that | 02:08 |
fangfenghua | i can not access public network | 02:08 |
fangfenghua | so want to know how to configure the network | 02:09 |
lan_ | Can your host ping the floating ip of your node ? | 02:10 |
*** suro-patz has joined #openstack-containers | 02:10 | |
lan_ | I just used the default config. | 02:10 |
*** yuanying-alt has joined #openstack-containers | 02:11 | |
fangfenghua | i will check my env just broken | 02:12 |
lan_ | I remember.. I manually create a rule for floating ip: sudo iptables -t nat -A POSTROUTING -s 172.24.4.3 -j MASQUERADE | 02:12 |
lan_ | 172.24.4.3 is the floating ip address of the kubernetes slave node. | 02:13 |
*** yuanying-alt has quit IRC | 02:16 | |
*** liusheng has quit IRC | 02:16 | |
fangfenghua | I will try it | 02:16 |
fangfenghua | Take | 02:16 |
fangfenghua | Tia | 02:17 |
fangfenghua | This | 02:17 |
fangfenghua | Tks | 02:17 |
*** EricGonczer_ has joined #openstack-containers | 02:17 | |
yuanying | yes, you should add a NAT configuration | 02:20 |
*** achanda has joined #openstack-containers | 02:35 | |
*** harlowja is now known as harlowja_away | 02:35 | |
*** harlowja_away is now known as harlowja | 02:37 | |
*** fawadkhaliq has joined #openstack-containers | 02:39 | |
*** Marga_ has quit IRC | 02:40 | |
*** Marga_ has joined #openstack-containers | 02:40 | |
*** Marga_ has quit IRC | 02:42 | |
*** EricGonczer_ has quit IRC | 02:49 | |
fangfenghua | my public network is 172.24.4.0/24 private network is 10.0.0.0/24 . How to add the mat configure? | 02:49 |
yuanying | which interface do you use to access public network? | 02:50 |
*** suro-patz has quit IRC | 02:50 | |
yuanying | I use this command : sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE | 02:50 |
yuanying | this simply assign output interface | 02:51 |
fangfenghua | Eth0 is the interface can access internet? | 02:52 |
yuanying | yes | 02:56 |
openstackgerrit | Lan Qi Song proposed openstack/magnum: Add command field for container https://review.openstack.org/174839 | 02:59 |
madhuri | lan_, ping | 03:00 |
lan_ | madhuri, hi | 03:01 |
madhuri | hi lan_ have you tested pod-update? | 03:01 |
lan_ | madhuri, you mean pod-update with manifest ? | 03:02 |
lan_ | madhuri, yes | 03:02 |
madhuri | With value? | 03:02 |
madhuri | magnum pod-update c12c3e6e-9d2b-42f8-85a7-26275c9a033d replace images=new_image | 03:03 |
madhuri | The above command fails | 03: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 |
madhuri | ERROR: 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 image | 03:05 |
lan_ | madhuri, no. | 03:05 |
madhuri | No I don't think this is the issue | 03:05 |
lan_ | madhuri, the images is the container image ? | 03:05 |
madhuri | No, just a random string for testing | 03:06 |
madhuri | The issue is the patch format we are passing | 03:06 |
madhuri | list is expected | 03:06 |
lan_ | madhuri, seems like an issue | 03:06 |
madhuri | And we are passing string. | 03:06 |
madhuri | Yes | 03:06 |
madhuri | And also one more thing | 03:06 |
madhuri | For manifest pod-update | 03:07 |
madhuri | Can you paste a sample manifest file for adding a new attribute or any? | 03:07 |
madhuri | I will log this issue | 03:07 |
*** EricGonczer_ has joined #openstack-containers | 03: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 |
madhuri | So in that case the manifest file should contain just the label or whole manifest with updated label? | 03:10 |
*** EricGonczer_ has quit IRC | 03:10 | |
lan_ | madhuri, whole manifest with the updated label . | 03:10 |
madhuri | Thanks lan_. I will test it | 03:11 |
lan_ | madhuri, ok, thanks :) | 03:11 |
*** EricGonczer_ has joined #openstack-containers | 03:13 | |
*** Marga_ has joined #openstack-containers | 03:22 | |
*** fawadkhaliq has quit IRC | 03:22 | |
*** EricGonczer_ has quit IRC | 03:28 | |
fangfenghua | i check cloud-init log got “faIke's to execute operation:connection timed out | 03:35 |
fangfenghua | have any idea about that | 03:35 |
*** Marga_ has quit IRC | 03:35 | |
*** Marga_ has joined #openstack-containers | 03:36 | |
fangfenghua | Create kube-scheduler symlink fail | 03:39 |
*** achanda has quit IRC | 03:41 | |
*** harlowja is now known as harlowja_away | 03:56 | |
*** yuanying-alt has joined #openstack-containers | 04:00 | |
*** yuanying-alt has quit IRC | 04:04 | |
*** Tango|2 has joined #openstack-containers | 04:09 | |
*** achanda has joined #openstack-containers | 04:17 | |
*** Marga_ has quit IRC | 04:18 | |
*** adrian_otto has joined #openstack-containers | 04:21 | |
*** fawadkhaliq has joined #openstack-containers | 04:30 | |
*** unicell has joined #openstack-containers | 04:32 | |
*** vilobhmm1 has joined #openstack-containers | 04:50 | |
*** fangfeng_ has joined #openstack-containers | 04:54 | |
*** unicell has quit IRC | 05:01 | |
*** fangfeng_ has quit IRC | 05:04 | |
*** adrian_otto has quit IRC | 05:19 | |
*** adrian_otto has joined #openstack-containers | 05:20 | |
*** adrian_otto has quit IRC | 05:29 | |
*** yuanying-alt has joined #openstack-containers | 05:48 | |
*** achanda has quit IRC | 05:52 | |
*** suro-patz has joined #openstack-containers | 05:53 | |
*** yuanying-alt has quit IRC | 05:54 | |
*** achanda has joined #openstack-containers | 05:57 | |
openstackgerrit | Digambar proposed openstack/magnum: Add bay_uuid attribute to Container model https://review.openstack.org/175339 | 05:58 |
*** achanda has quit IRC | 06:03 | |
*** fangfenghua_ has joined #openstack-containers | 06:09 | |
fangfenghua_ | http://paste.openstack.org/show/204938/ | 06:10 |
fangfenghua_ | create bay the error http://paste.openstack.org/show/204938/ | 06:11 |
yuanying | Did you use devstack on vm? | 06:11 |
fangfenghua_ | yes i use devstack in virtualbox | 06:12 |
yuanying | Madhuri has same error | 06:12 |
yuanying | I 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 |
yuanying | Using kvm is better, I think. kvm can use nested virtualization. | 06:16 |
fangfenghua_ | the vm had 7G mem and 4 vcpu | 06:16 |
fangfenghua_ | i had create bay in another virtualbox vm | 06:18 |
yuanying | hmm | 06:18 |
fangfenghua_ | it has 8G mem and 4CPU | 06:18 |
fangfenghua_ | tks yuanying | 06:19 |
fangfenghua_ | ping madhuri | 06:20 |
madhuri | fangfenghua_, Hi | 06:20 |
fangfenghua_ | http://paste.openstack.org/show/204938/ | 06:21 |
fangfenghua_ | did you slove the problem | 06:21 |
madhuri | No. I just started the service manually | 06:22 |
fangfenghua_ | How? | 06:22 |
madhuri | run the commands in enable-services-master.sh | 06:23 |
madhuri | on master node | 06:23 |
madhuri | Haven't looked at the issue yet | 06:24 |
fangfenghua_ | what different between manually and auto-run | 06:24 |
madhuri | it timed-out. So I tried to start it manually and then the services were running | 06:27 |
madhuri | This is not the solution. Just a work around to get Kubernetes services running | 06:28 |
fangfenghua_ | hmm which program check the time the command had run | 06:29 |
yuanying | That log suggest that kubepscheduler doesn't connect to another process (maybe kube-apisever) | 06:31 |
yuanying | It seems, kube-apiserver didn't start. | 06:32 |
yuanying | I think because of performance issue. | 06:32 |
yuanying | so you can run that command after api-server is started | 06:33 |
fangfenghua_ | if change cmd systemctl --no-block start $service to systemctl start $service can slove the problem | 06:33 |
fangfenghua_ | you mean when we start kube-schdueler the kuber-api hasn't start | 06:33 |
fangfenghua_ | so cause a timeout problem? | 06:33 |
yuanying | maybe | 06:33 |
yuanying | I didn't check it deeply | 06:34 |
fangfenghua_ | i will checkt it | 06:34 |
yuanying | If you run that command manually after api-server is started, that command will be success | 06:34 |
fangfenghua_ | if so the code is not robust | 06:35 |
fangfenghua_ | i think | 06:35 |
fangfenghua_ | i check guid in k8s github | 06:40 |
fangfenghua_ | for fedora and centos they didn't user --no-block parameter | 06:40 |
fangfenghua_ | https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/getting-started-guides/fedora/fedora_manual_config.md | 06:40 |
fangfenghua_ | https://github.com/GoogleCloudPlatform/kubernetes/tree/master/docs/getting-started-guides/centos | 06:40 |
fangfenghua_ | Why we use the --no-block parameter? | 06:40 |
yuanying | I don't know | 06:41 |
*** nshaikh has joined #openstack-containers | 06:42 | |
yuanying | It seems we should remove that --no-block parameter | 06:43 |
fangfenghua_ | i will check if remove the parameter whether it work well or not | 06:44 |
yuanying | maybe larsks knows why we use the --no-block parameter | 06:47 |
*** vilobhmm11 has joined #openstack-containers | 06:50 | |
fangfenghua_ | ping larsks | 06:50 |
*** vilobhmm1 has quit IRC | 06:51 | |
yuanying | 2 packets transmitted, 0 received, 100% packet loss, time 8008ms | 06:51 |
fangfenghua_ | ;) | 06:51 |
*** Kennan has quit IRC | 06:53 | |
*** Kennan has joined #openstack-containers | 06:54 | |
*** vilobhmm11 has quit IRC | 06:54 | |
*** suro-patz has quit IRC | 06:57 | |
*** madhuri has quit IRC | 07:23 | |
*** madhuri has joined #openstack-containers | 07:24 | |
*** fangfenghua_ has quit IRC | 07:29 | |
*** funzo has joined #openstack-containers | 07:38 | |
*** yuanying-alt has joined #openstack-containers | 07:38 | |
*** fangfenghua_ has joined #openstack-containers | 07:41 | |
*** yuanying-alt has quit IRC | 07:42 | |
*** erkules_ is now known as erkules | 07:53 | |
*** erkules has joined #openstack-containers | 07:53 | |
*** Marga_ has joined #openstack-containers | 07:56 | |
*** Tango|2 has quit IRC | 08:31 | |
*** coolsvap|afk is now known as coolsvap | 08:45 | |
*** coolsvap is now known as coolsvap|afk | 08:46 | |
*** sdake_ has quit IRC | 08:47 | |
*** fawadkhaliq has quit IRC | 09:11 | |
fangfenghua_ | should we check the resource need by a baymodel need is indeed exists? | 09:15 |
fangfenghua_ | when crate a baymodle | 09:15 |
openstackgerrit | Madhuri Kumari proposed openstack/magnum: Remove duplicate replacePod API https://review.openstack.org/175784 | 09:25 |
*** fawadkhaliq has joined #openstack-containers | 09:25 | |
*** yuanying-alt has joined #openstack-containers | 09:27 | |
*** fawadkhaliq has quit IRC | 09:27 | |
*** yuanying-alt has quit IRC | 09:31 | |
*** fawadkhaliq has joined #openstack-containers | 09:38 | |
*** fawadkhaliq has quit IRC | 09:38 | |
*** fawadkhaliq has joined #openstack-containers | 09:38 | |
*** Marga_ has quit IRC | 09:42 | |
*** oro has joined #openstack-containers | 10:10 | |
*** fangfenghua_ has quit IRC | 10:12 | |
*** jay-lau-513 has quit IRC | 10:13 | |
*** fawadkhaliq has quit IRC | 10:32 | |
*** fawadkhaliq has joined #openstack-containers | 10:32 | |
*** fawadk has joined #openstack-containers | 10:36 | |
*** fawadkhaliq has quit IRC | 10:38 | |
*** fawadkhaliq has joined #openstack-containers | 10:41 | |
*** fawadk has quit IRC | 10:43 | |
openstackgerrit | Madhuri Kumari proposed openstack/magnum: Allow pod-update with pod name also. https://review.openstack.org/175804 | 10:43 |
*** fawadk has joined #openstack-containers | 10:44 | |
openstackgerrit | Madhuri Kumari proposed openstack/python-magnumclient: Add support for pod name in pod-update command https://review.openstack.org/175805 | 10:45 |
*** fawadkhaliq has quit IRC | 10:48 | |
*** fawadkhaliq has joined #openstack-containers | 10:49 | |
*** fawadkhaliq has quit IRC | 10:50 | |
*** fawadkhaliq has joined #openstack-containers | 10:50 | |
*** fawadk has quit IRC | 10:51 | |
*** fawadk has joined #openstack-containers | 10:53 | |
*** fawadkhaliq has quit IRC | 10:55 | |
*** fawadkhaliq has joined #openstack-containers | 10:55 | |
*** fawadk has quit IRC | 10:58 | |
*** yuanying has quit IRC | 10:59 | |
*** nihilifer has quit IRC | 11:03 | |
*** nihilifer has joined #openstack-containers | 11:03 | |
openstackgerrit | Madhuri Kumari proposed openstack/magnum: Allow service-update with service name also. https://review.openstack.org/175808 | 11:04 |
openstackgerrit | Madhuri Kumari proposed openstack/magnum: Allow service-update with service name also. https://review.openstack.org/175808 | 11:06 |
*** fawadkhaliq has quit IRC | 11:09 | |
*** fawadkhaliq has joined #openstack-containers | 11:13 | |
*** fawadkhaliq has quit IRC | 11:15 | |
*** yuanying-alt has joined #openstack-containers | 11:15 | |
*** fawadkhaliq has joined #openstack-containers | 11:16 | |
*** yuanying-alt has quit IRC | 11:20 | |
*** rongze has joined #openstack-containers | 11:29 | |
*** fangfeng_ has joined #openstack-containers | 11:30 | |
*** fawadkhaliq has quit IRC | 11:30 | |
*** fawadkhaliq has joined #openstack-containers | 11:32 | |
*** fangfeng_ has quit IRC | 11:32 | |
openstackgerrit | Madhuri Kumari proposed openstack/magnum: Allow rc-update with rc name also. https://review.openstack.org/175820 | 11:33 |
*** fangfeng_ has joined #openstack-containers | 11:33 | |
*** mahito has quit IRC | 11:34 | |
*** fawadkhaliq has quit IRC | 11:35 | |
*** fangfeng_ has quit IRC | 11:42 | |
larsks | fangfenghua: 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 IRC | 12:08 | |
*** suro-patz has joined #openstack-containers | 12:14 | |
fangfenghua | larsks did you know the error i had paste | 12:17 |
fangfenghua | i | 12:19 |
fangfenghua | that cause create bay failed | 12:19 |
*** jay-lau-513 has joined #openstack-containers | 12:20 | |
*** daneyon_ has quit IRC | 12:46 | |
*** yuanying-alt has joined #openstack-containers | 12:46 | |
*** daneyon has joined #openstack-containers | 12:47 | |
*** prad has quit IRC | 12:49 | |
*** yuanying-alt has quit IRC | 12:51 | |
larsks | fangfenghua: You mean http://paste.openstack.org/show/204938/? I'm not sure. | 12:56 |
*** Marga_ has joined #openstack-containers | 13:01 | |
fangfenghua | yes | 13:01 |
fangfenghua | larsks did you know that why | 13:02 |
*** yuanying-alt has joined #openstack-containers | 13:04 | |
*** fangfeng_ has joined #openstack-containers | 13:07 | |
*** fangfeng_ has quit IRC | 13:10 | |
*** rongze has quit IRC | 13:11 | |
*** fangfeng_ has joined #openstack-containers | 13:11 | |
*** rongze has joined #openstack-containers | 13:14 | |
*** rpothier has joined #openstack-containers | 13:16 | |
*** sdake has joined #openstack-containers | 13:19 | |
*** suro-patz has quit IRC | 13:20 | |
*** fangfeng_ has quit IRC | 13:20 | |
*** fangfeng_ has joined #openstack-containers | 13:20 | |
*** rlrevell has joined #openstack-containers | 13:21 | |
*** sdake_ has joined #openstack-containers | 13:22 | |
*** fangfeng_ has quit IRC | 13:22 | |
*** fangfeng_ has joined #openstack-containers | 13:24 | |
*** sdake has quit IRC | 13:24 | |
*** sdake has joined #openstack-containers | 13:25 | |
*** fangfeng_ has quit IRC | 13:27 | |
*** sdake_ has quit IRC | 13:28 | |
*** prad has joined #openstack-containers | 13:29 | |
*** fangfeng_ has joined #openstack-containers | 13:31 | |
*** jjlehr has joined #openstack-containers | 13:41 | |
*** dboik_ has quit IRC | 13:43 | |
*** fawadkhaliq has joined #openstack-containers | 13:44 | |
*** rongze has quit IRC | 13:45 | |
*** julim has joined #openstack-containers | 13:52 | |
*** dboik has joined #openstack-containers | 14:01 | |
*** yuanying-alt has quit IRC | 14:01 | |
*** jjlehr has quit IRC | 14:03 | |
*** petertr7 has joined #openstack-containers | 14:05 | |
*** EricGonczer_ has joined #openstack-containers | 14:06 | |
*** apmelton_away is now known as apmelton | 14:07 | |
*** madhuri___ has joined #openstack-containers | 14:10 | |
*** fangfeng_ has quit IRC | 14:11 | |
*** EricGonc_ has joined #openstack-containers | 14:15 | |
apmelton | fangfenghua: in http://paste.openstack.org/show/204938/ I think what's happening is the instances in your bay can't access external services | 14:16 |
apmelton | and thus connections time out | 14:16 |
apmelton | fangfenghua: try running "sudo /sbin/iptables -t nat -A POSTROUTING -o br-ex -j MASQUERADE" from your devstack host | 14:17 |
*** EricGonczer_ has quit IRC | 14:17 | |
apmelton | then deleting and recreating your bay | 14:17 |
rlrevell | apmelton: setting PUBLIC_INTERFACE=eth0 fixed things for me, thx again for the help. | 14:19 |
apmelton | rlrevell: cool, glad to hear it! | 14:19 |
*** funzo has quit IRC | 14:22 | |
*** dboik has quit IRC | 14:30 | |
*** jjlehr has joined #openstack-containers | 14:30 | |
*** dboik has joined #openstack-containers | 14:31 | |
*** madhuri___ has quit IRC | 14:31 | |
*** achanda has joined #openstack-containers | 14:35 | |
fangfenghua | apmelthon i will test it tks | 14:38 |
fangfenghua | apmelthon i can acceess the heat endpoint in instance | 14:39 |
*** jfarschman has joined #openstack-containers | 14:39 | |
*** jfarschman is now known as MilesDenver | 14:39 | |
*** Marga_ has quit IRC | 14:40 | |
*** achanda has quit IRC | 14:43 | |
*** thomasem has quit IRC | 14:46 | |
*** rongze has joined #openstack-containers | 14:46 | |
sdake | fangfenghua can you wget www.fedoraproject.org from in the instance? | 14:46 |
sdake | (or try curl if wget isn't available) | 14:46 |
sdake | if not, your neutron routing isn't setup properly | 14:47 |
sdake | which has nothing to do with magnum ;-) | 14:47 |
sdake | that masq rule may do the trick | 14:47 |
sdake | wgetting to your heat endpoint is not a sufficient test of connectivity | 14:48 |
apmelton | sdake: that is an interesting point | 14:48 |
apmelton | I've got bug https://bugs.launchpad.net/magnum/+bug/1446372 | 14:49 |
openstack | Launchpad bug 1446372 in Magnum "Bays spawned from devstack dont have external network access" [Undecided,New] | 14:49 |
apmelton | but technically, it may be a neutron issue | 14:49 |
sdake | who filed it? | 14:49 |
apmelton | sdake: me | 14:53 |
sdake | apmelton I added a comment | 14:53 |
sdake | saying plz dont make it hardcoded - use local.sh instead ;) | 14:53 |
apmelton | sdake: that makes sense | 14:54 |
sdake | what may make sense is to document the masquarde workaround | 14:54 |
apmelton | at a minimum we should update our dev guide | 14:54 |
*** Marga_ has joined #openstack-containers | 14:55 | |
openstackgerrit | Jennifer Carlucci proposed openstack/magnum: Add timeout parameter to bay create https://review.openstack.org/175915 | 14:56 |
sdake | is jennifer on irc? | 14:56 |
apmelton | joffter: ^^ | 14:56 |
sdake | joffter 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 |
sdake | welcome to the magnum dev community | 14:57 |
*** fawadkhaliq has quit IRC | 15:07 | |
*** julim has quit IRC | 15:16 | |
*** julim has joined #openstack-containers | 15:18 | |
*** Marga_ has quit IRC | 15:27 | |
*** fawadkhaliq has joined #openstack-containers | 15:28 | |
*** fawadkhaliq has quit IRC | 15:33 | |
*** fawadkhaliq has joined #openstack-containers | 15:34 | |
openstackgerrit | Doug Hellmann proposed openstack/python-magnumclient: Update README to work with release tools https://review.openstack.org/175943 | 15:35 |
*** david-lyle has quit IRC | 15:36 | |
fangfenghua | sdake can‘t | 15:39 |
fangfenghua | Sdake at the stage create bay we need access | 15:42 |
fangfenghua | Internet? | 15:42 |
*** yuanying-alt has joined #openstack-containers | 15:50 | |
*** fawadkhaliq has quit IRC | 15:51 | |
*** fawadkhaliq has joined #openstack-containers | 15:51 | |
*** sdake is now known as sdake-afk | 15:52 | |
*** rongze has quit IRC | 15:54 | |
*** yuanying-alt has quit IRC | 15:55 | |
*** dboik has quit IRC | 15:56 | |
*** dboik has joined #openstack-containers | 15:57 | |
*** dboik has quit IRC | 15:58 | |
*** dboik has joined #openstack-containers | 15:58 | |
*** dboik has quit IRC | 15:59 | |
*** dboik has joined #openstack-containers | 15:59 | |
*** vilobhmm1 has joined #openstack-containers | 16:02 | |
*** david-lyle has joined #openstack-containers | 16:02 | |
*** Marga_ has joined #openstack-containers | 16:02 | |
*** kebray has joined #openstack-containers | 16:04 | |
*** adrian_otto has joined #openstack-containers | 16:04 | |
*** adrian_otto1 has joined #openstack-containers | 16:11 | |
*** adrian_otto has quit IRC | 16:13 | |
*** fawadkhaliq has quit IRC | 16:18 | |
fangfenghua | apmelton : I think if we can add some guide for network config is much better although | 16:20 |
*** fawadkhaliq has joined #openstack-containers | 16:20 | |
fangfenghua | It's not magnum problem but magnum must use the network | 16:20 |
fangfenghua | It's a deploy problem I think | 16:21 |
rlrevell | it 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.html | 16:22 |
*** fawadkhaliq has quit IRC | 16:23 | |
*** vilobhmm1 has quit IRC | 16:24 | |
*** Marga_ has quit IRC | 16:36 | |
*** Marga_ has joined #openstack-containers | 16:37 | |
*** Marga_ has quit IRC | 16:38 | |
*** Marga_ has joined #openstack-containers | 16:38 | |
*** Tango has joined #openstack-containers | 16:43 | |
*** sdake-afk has quit IRC | 16:44 | |
*** yuanying-alt has joined #openstack-containers | 16:51 | |
*** rongze has joined #openstack-containers | 16:55 | |
*** yuanying-alt has quit IRC | 16:55 | |
*** harlowja_away is now known as harlowja | 16:57 | |
*** rongze has quit IRC | 16:59 | |
*** kebray has quit IRC | 17:01 | |
*** julim has quit IRC | 17:01 | |
*** vilobhmm1 has joined #openstack-containers | 17:04 | |
*** julim has joined #openstack-containers | 17:04 | |
*** vilobhmm11 has joined #openstack-containers | 17:04 | |
*** suro-patz has joined #openstack-containers | 17:06 | |
*** david-lyle has quit IRC | 17:08 | |
*** vilobhmm1 has quit IRC | 17:08 | |
*** fawadkhaliq has joined #openstack-containers | 17:21 | |
*** rongze has joined #openstack-containers | 17:25 | |
*** fawadkhaliq has quit IRC | 17:26 | |
*** achanda has joined #openstack-containers | 17:26 | |
*** sdake has joined #openstack-containers | 17:28 | |
*** chandankumar has joined #openstack-containers | 17:28 | |
openstackgerrit | Digambar proposed openstack/magnum: Implementation of Cluster type for baymodel. https://review.openstack.org/172348 | 17:29 |
*** rongze has quit IRC | 17:30 | |
openstackgerrit | Digambar proposed openstack/magnum: Implementation of Cluster type for baymodel. https://review.openstack.org/172348 | 17:35 |
sdake | rlrevell could you file a bug please | 17:42 |
rlrevell | sdake: sure | 17:42 |
rlrevell | sdake: against the magnum docs not the devstack docs correct? | 17:43 |
*** diga_ has joined #openstack-containers | 17:45 | |
sdake | correct | 17:46 |
*** fawadkhaliq has joined #openstack-containers | 17:48 | |
rlrevell | sdake: https://bugs.launchpad.net/magnum/+bug/1446777 | 17:50 |
openstack | Launchpad bug 1446777 in Magnum "docs should mention that PUBLIC_INTERFACE is required in local.conf" [Undecided,New] | 17:50 |
*** chandankumar has quit IRC | 17:51 | |
*** wwallnrr__ has joined #openstack-containers | 17:53 | |
*** chandankumar has joined #openstack-containers | 17:55 | |
sdake | rlevell bonus points for assigning bug to yourself and fixing :) | 17:58 |
*** vilobhmm11 has quit IRC | 17:59 | |
*** vilobhmm1 has joined #openstack-containers | 17:59 | |
*** vilobhmm1 has joined #openstack-containers | 18:00 | |
*** vilobhmm1 has quit IRC | 18:00 | |
rlrevell | sdake: should the iptables masquerade issue be considered related | 18:00 |
*** vilobhmm1 has joined #openstack-containers | 18:00 | |
rlrevell | sdake: or is that something devstack should do | 18:00 |
sdake | that should be documented but as a separate commit/bug imo | 18:01 |
sdake | and it is already filed as a bug | 18:01 |
*** vilobhmm11 has joined #openstack-containers | 18:02 | |
*** vilobhmm12 has joined #openstack-containers | 18:02 | |
rlrevell | sdake: 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 IRC | 18:04 | |
sdake | i think what makes sense is to show how to configure local.sh to allow masquarading as an optiona lstep | 18:06 |
*** vilobhmm11 has quit IRC | 18:07 | |
sdake | i don't know how ot do this using the new devstack syntax for config | 18:08 |
*** sdake_ has joined #openstack-containers | 18:09 | |
*** sdake has quit IRC | 18:13 | |
*** achanda has quit IRC | 18:15 | |
*** fawadkhaliq has quit IRC | 18:18 | |
*** fawadkhaliq has joined #openstack-containers | 18:18 | |
*** achanda has joined #openstack-containers | 18:20 | |
*** jay-lau-513 has quit IRC | 18:20 | |
*** jay-lau-513 has joined #openstack-containers | 18:21 | |
*** diga_ has quit IRC | 18:25 | |
*** rongze has joined #openstack-containers | 18:26 | |
*** rongze has quit IRC | 18:31 | |
*** vilobhmm1 has joined #openstack-containers | 18:33 | |
*** vilobhmm12 has quit IRC | 18:33 | |
*** unicell has joined #openstack-containers | 18:34 | |
*** openstackgerrit has quit IRC | 18:37 | |
*** openstackgerrit has joined #openstack-containers | 18:37 | |
*** rlrevell has quit IRC | 18:38 | |
*** david-lyle has joined #openstack-containers | 18:39 | |
*** yuanying-alt has joined #openstack-containers | 18:40 | |
*** rlrevell has joined #openstack-containers | 18:43 | |
*** yuanying-alt has quit IRC | 18:44 | |
*** david-ly_ has joined #openstack-containers | 18:46 | |
*** david-lyle has quit IRC | 18:46 | |
*** sdake has joined #openstack-containers | 19:07 | |
*** kebray has joined #openstack-containers | 19:08 | |
*** sdake_ has quit IRC | 19:11 | |
*** adrian_otto1 has quit IRC | 19:11 | |
*** jjlehr has left #openstack-containers | 19:12 | |
*** david-ly_ has quit IRC | 19:18 | |
*** jjlehr has joined #openstack-containers | 19:24 | |
*** rongze has joined #openstack-containers | 19:27 | |
*** rongze has quit IRC | 19:32 | |
*** jay-lau-513 has quit IRC | 19:34 | |
*** kebray has quit IRC | 19:36 | |
*** kebray has joined #openstack-containers | 19:36 | |
*** kebray has quit IRC | 19:38 | |
*** EricGonc_ has quit IRC | 19:39 | |
*** achanda has quit IRC | 19:41 | |
*** kebray has joined #openstack-containers | 19:42 | |
*** Marga_ has quit IRC | 19:42 | |
juggler | Anyone seen this before? http://paste.openstack.org/show/205024/ It doesn't seem related to Launchpad bug 1446777 | 19:47 |
openstack | Launchpad bug 1446777 in Magnum "docs should mention that PUBLIC_INTERFACE is required in local.conf" [Medium,Triaged] https://launchpad.net/bugs/1446777 | 19:47 |
juggler | I've tried setting ROUTER_GW_IP to what I think it might be and that doesn't seem to help either... | 19:47 |
juggler | Regarding bug 1446777, I have defined my PUBLIC_INTERFACE to be enp0s8 | 19:49 |
openstack | bug 1446777 in Magnum "docs should mention that PUBLIC_INTERFACE is required in local.conf" [Medium,Triaged] https://launchpad.net/bugs/1446777 | 19:49 |
*** chandankumar has quit IRC | 19:50 | |
*** fawadkhaliq has quit IRC | 19:50 | |
openstackgerrit | Janek proposed openstack/magnum: Add coe attribute to BayModel https://review.openstack.org/176040 | 19:52 |
juggler | from my perspective, enp0s8 is the secondary ethernet on my Fedora 21 VM | 19:52 |
*** kebray has quit IRC | 19:55 | |
openstackgerrit | Janek proposed openstack/magnum: Add coe attribute to BayModel https://review.openstack.org/176040 | 19:59 |
rpothier | Hi Everyone, I just updated magnum, and now I see the following error creating a bay. | 20:05 |
rpothier | ERROR: Bay type (vm, fedora-atomic, kubernetes) not supported. (HTTP 500) | 20:06 |
rpothier | has anyone else seen this? | 20:06 |
openstackgerrit | Janek proposed openstack/python-magnumclient: Add coe attribute to BayModel https://review.openstack.org/176049 | 20:06 |
apmelton | rpothier: how'd you update magnum? | 20:07 |
*** EricGonczer_ has joined #openstack-containers | 20:07 | |
rpothier | apmelton, just a git pull, it wasn't that old | 20:07 |
apmelton | rpothier: did you also do a "python setup.py install" or a "pip install -e ."? | 20:08 |
rpothier | no, I didn't think I needed to, let me try that. | 20:09 |
apmelton | rpothier: yea, I think it's necessary to do that if new python entry_points are introduced | 20:09 |
openstackgerrit | Janek proposed openstack/python-magnumclient: Add coe attribute to BayModel creation https://review.openstack.org/176051 | 20:10 |
rpothier | apmelton: Thanks! that fixed it | 20:13 |
apmelton | no prob rpothier | 20:13 |
*** achanda has joined #openstack-containers | 20:14 | |
rlrevell | juggler: pastebin local.conf? | 20:14 |
apmelton | juggler: pastebin of 'ip a' would also be helpful | 20:15 |
juggler | rl & ap: hang on..gathering all that fun stuff | 20:17 |
jjlehr | apmelton: 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 |
jjlehr | The second one is the right one | 20:19 |
jjlehr | What's the best way to get rid of the other one? | 20:19 |
apmelton | jjlehr: https://review.openstack.org/176051 ? | 20:19 |
apmelton | um | 20:19 |
jjlehr | apmelton: yes, that's the right one | 20:19 |
apmelton | jjlehr: I think you can just abandon it, and leave a short comment describing why | 20:19 |
*** dboik has quit IRC | 20:20 | |
apmelton | jjlehr: I think even https://review.openstack.org/176051 might contain two squashed commits | 20:20 |
*** david-lyle has joined #openstack-containers | 20:21 | |
apmelton | I see changes for container.command | 20:21 |
*** dboik has joined #openstack-containers | 20:21 | |
jjlehr | arg | 20:21 |
jjlehr | yes, those aren't mine | 20:21 |
apmelton | jjlehr: oh, might be even more than that | 20:23 |
apmelton | there's also the discovery-url change | 20:23 |
*** kebray has joined #openstack-containers | 20:23 | |
jjlehr | It included a merge | 20:23 |
apmelton | gotcha | 20:24 |
*** rongze has joined #openstack-containers | 20:28 | |
*** kebray has quit IRC | 20:28 | |
*** yuanying-alt has joined #openstack-containers | 20:28 | |
juggler | rlrevell/apmelton: here is the link: http://paste.openstack.org/show/euSFqH2q84AWBlYQWUCf/ | 20:29 |
apmelton | juggler: is there a particular reason you're setting PUBLIC_NETWORK_GATEWAY=192.168.0.1 and ROUTER_GW_IP=192.168.0.1 | 20:30 |
*** rongze has quit IRC | 20:32 | |
*** yuanying-alt has quit IRC | 20:32 | |
*** rpothier has quit IRC | 20:33 | |
jjlehr | apmelton: I'm not sure why those were included but I'm working on fixing it | 20:34 |
apmelton | jjlehr: sounds good | 20:36 |
*** kebray has joined #openstack-containers | 20:38 | |
rlrevell | juggler: example of a working local.conf, this was arrived at... empirically http://paste.openstack.org/show/205027/ | 20:40 |
rlrevell | juggler: PUBLIC_INTERFACE is the one that HOST_IP is on, the rest are made up networks | 20:42 |
*** kebray has quit IRC | 20:46 | |
*** Marga_ has joined #openstack-containers | 20:47 | |
apmelton | rlrevell: jjlehr: this is my local.conf: https://gist.github.com/ramielrowe/2ab1ca325fa0207406a9 | 20:49 |
apmelton | bond0.101 being the interface on my instances publicnet | 20:50 |
*** adrian_otto has joined #openstack-containers | 20:50 | |
apmelton | it's worked flawlessly the last 3 or so times I've rebuild my devstack | 20:51 |
rlrevell | apmelton: interesting, it just uses default values for the rest of the network stuff? | 20:51 |
*** openstackgerrit has quit IRC | 20:52 | |
apmelton | yep | 20:52 |
*** openstackgerrit has joined #openstack-containers | 20:52 | |
Tango | Hi, 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 |
apmelton | Tango: I think write-heat-params-master.yaml might be a newer way of doing write-heat-params-master.sh | 20:56 |
apmelton | Tango: 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/updated | 20:56 |
Tango | apmelton: ok so we use one or the other? | 20:57 |
*** julim has quit IRC | 20:57 | |
apmelton | Tango: if you are writing a new template, you should use the *.yaml | 20:57 |
Tango | apmelton: ok sounds good, yaml it is then | 20:58 |
openstackgerrit | Janek proposed openstack/python-magnumclient: Add coe attribute to BayModel creation https://review.openstack.org/176074 | 21:00 |
jjlehr | Hmm, something is picking up the other commits | 21:02 |
jjlehr | that one didn't work either | 21:02 |
*** suro-patz has quit IRC | 21:03 | |
apmelton | I've gotta drop off for a few, I'll be back for the meeting in an hour or so | 21:04 |
*** suro-patz has joined #openstack-containers | 21:05 | |
*** vilobhmm1 has quit IRC | 21:08 | |
*** vilobhmm11 has joined #openstack-containers | 21:09 | |
*** vilobhmm12 has joined #openstack-containers | 21:11 | |
*** vilobhmm12 has quit IRC | 21:11 | |
*** vilobhmm13 has joined #openstack-containers | 21:11 | |
*** vilobhmm11 has quit IRC | 21:12 | |
*** dboik_ has joined #openstack-containers | 21:18 | |
*** vahidh has joined #openstack-containers | 21:19 | |
*** dboik has quit IRC | 21:21 | |
*** EricGonczer_ has quit IRC | 21:25 | |
*** rongze has joined #openstack-containers | 21:28 | |
*** sdake_ has joined #openstack-containers | 21:31 | |
*** rongze has quit IRC | 21:33 | |
*** sdake has quit IRC | 21:34 | |
*** thomasem has joined #openstack-containers | 21:42 | |
sdake_ | jjlehr you can use git rebase -i | 21:45 |
sdake_ | and then squash as the keyword | 21:45 |
*** dboik_ has quit IRC | 21:46 | |
*** dboik has joined #openstack-containers | 21:47 | |
jjlehr | sdake_: I already started over with a fresh clone. | 21:48 |
sdake_ | ya reboot method works well too :) | 21:49 |
openstackgerrit | Janek proposed openstack/python-magnumclient: Add coe attribute to BayModel creation https://review.openstack.org/176096 | 21:49 |
jjlehr | There we go | 21:49 |
sdake_ | remember it for next time, interactive rebase is a way of life in openstack ;) | 21:49 |
jjlehr | The rebase was done during git-review | 21:50 |
sdake_ | interactive rebase lets you do different things beyond rebasing | 21:50 |
sdake_ | you can sqush commits, drop commits, reorder commits, and reword commit logs | 21:50 |
*** rlrevell has quit IRC | 21:51 | |
jjlehr | Ah, so you recommend manually doing the rebase before git-review? | 21:51 |
jjlehr | That probably would have solved that issue | 21:51 |
sdake_ | thats what I do yes :) | 21:52 |
sdake_ | after a review, git rebase --pull | 21:52 |
sdake_ | but git rebase -i is different | 21:52 |
sdake_ | try it out sometime | 21:52 |
sdake_ | just to learn how it works | 21:52 |
*** madhuri___ has joined #openstack-containers | 21:53 | |
jjlehr | Thanks! | 21:53 |
*** sdake has joined #openstack-containers | 21:53 | |
*** mfalatic has joined #openstack-containers | 21:55 | |
*** sdake_ has quit IRC | 21:57 | |
*** rpothier has joined #openstack-containers | 21:58 | |
jjlehr | apmelton: I finally submitted the right code for python-magnumclient | 21:58 |
adrian_otto | Our team meeting will begin in a few minutes in #openstack-meeting-alt | 21:58 |
*** harlowja is now known as harlowja_away | 22:00 | |
apmelton | jjlehr: sounds good, I'll give it a look tonight | 22:01 |
*** vilobhmm13 has quit IRC | 22:03 | |
*** vilobhmm1 has joined #openstack-containers | 22:03 | |
*** suro-patz1 has joined #openstack-containers | 22:03 | |
*** suro-patz has quit IRC | 22:03 | |
*** vilobhmm1 has quit IRC | 22:03 | |
*** vilobhmm1 has joined #openstack-containers | 22:04 | |
*** suro-patz has joined #openstack-containers | 22:04 | |
*** harlowja_away is now known as harlowja | 22:05 | |
*** suro-patz1 has quit IRC | 22:07 | |
*** vilobhmm1 has quit IRC | 22:12 | |
*** vilobhmm1 has joined #openstack-containers | 22:12 | |
*** vilobhmm1 has quit IRC | 22:14 | |
*** vilobhmm1 has joined #openstack-containers | 22:15 | |
*** yuanying-alt has joined #openstack-containers | 22:17 | |
*** rpothier has quit IRC | 22:19 | |
*** rpothier has joined #openstack-containers | 22:21 | |
*** yuanying-alt has quit IRC | 22:22 | |
*** rongze has joined #openstack-containers | 22:29 | |
*** rongze has quit IRC | 22:34 | |
*** suro-patz has quit IRC | 22:38 | |
*** rpothier has quit IRC | 22:39 | |
*** rpothier has joined #openstack-containers | 22:40 | |
*** jay-lau-513 has joined #openstack-containers | 22:41 | |
*** suro-patz has joined #openstack-containers | 22:45 | |
*** rpothier has quit IRC | 22:50 | |
*** dboik_ has joined #openstack-containers | 22:50 | |
*** EricGonczer_ has joined #openstack-containers | 22:50 | |
*** rpothier has joined #openstack-containers | 22:51 | |
*** petertr7 has quit IRC | 22:51 | |
*** dboik has quit IRC | 22:53 | |
*** dboik_ has quit IRC | 22:59 | |
sdake | bug triae | 23:00 |
sdake | we hae mounain of bugs to fix | 23:00 |
apmelton | this tag that's getting cut saturday, is that RC1? | 23:00 |
adrian_otto | I have to rush off to an appointment now | 23:00 |
adrian_otto | will check back in later tonight | 23:01 |
juggler | later adrian | 23:01 |
sdake | channel is loggeed right? | 23:01 |
juggler | yes it is | 23:01 |
adrian_otto | yes. | 23:01 |
sdake | check logs later | 23:01 |
juggler | or should be | 23:01 |
adrian_otto | tx | 23:01 |
adrian_otto | eavesdrop logs it | 23:01 |
sdake | nice | 23:01 |
juggler | info on that is on our page | 23:01 |
*** adrian_otto has quit IRC | 23:01 | |
juggler | i'll send a link if anyone needs it | 23:01 |
sdake | so folks we need bug triaging | 23:02 |
sdake | an then to work down the list rom essential->down | 23:02 |
*** yuanying has joined #openstack-containers | 23:02 | |
sdake | tomorrow morningI'l triage all the bugs | 23:03 |
sdake | could olks fix the uugs after tehyare riaged?? | 23:04 |
*** vahidh has quit IRC | 23:04 | |
sdake | rc1 has alot of bugs | 23:04 |
fangfenghua | I am working on bug filed by me | 23:04 |
apmelton | sdake: are we on rc1 at the moment, or is that what's being cut on the 25th? | 23:05 |
juggler | depends on the bugs and depends on if I could fix it with my non-working devstack | 23:05 |
sdake | 25tth | 23:05 |
apmelton | k | 23:05 |
fangfenghua | Juggler | 23:05 |
apmelton | I'll pick up what I can | 23:05 |
juggler | i'll help where i am able | 23:05 |
fangfenghua | I had run 3 ins in Mac | 23:05 |
sdake | we have 3 weeks to fix critical/high bugs | 23:06 |
fangfenghua | Use virtualbox | 23:06 |
fangfenghua | Some bug not tag | 23:06 |
juggler | using virtualbox...we'll discuss more :) | 23:06 |
fangfenghua | Hmm | 23:06 |
fangfenghua | But with some network issue | 23:07 |
fangfenghua | I can't pull image | 23:07 |
fangfenghua | Guys had give me some advice | 23:07 |
sdake | deploy on bare metal 8gb ram and your problems will disappear | 23:07 |
juggler | sdake 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 |
fangfenghua | I will check it today | 23:08 |
sdake | fang it wont be done utnil 12 hours from now | 23:08 |
juggler | sdake yeah, i'm gonna need to dust off an older system and get some hardware installed on it and start the devstack setup process again | 23:08 |
sdake | juggler aftre 25th i'll write document on ml | 23:08 |
sdake | re bug riaging | 23:09 |
juggler | thx sdake | 23:09 |
sdake | but doc is great idea, look forward to seeing on wiki | 23:10 |
juggler | heck, send me an audio file and i'll try to transcribe it :) | 23:10 |
apmelton | alright y'all, I've gotta run | 23:10 |
juggler | later ap | 23:10 |
apmelton | have a good evening! | 23:10 |
*** apmelton is now known as apmelton_away | 23:10 | |
fangfenghua | Our wiki say heat docker use glance manage image | 23:10 |
sdake | later apmelton_away | 23:11 |
fangfenghua | It's right | 23:11 |
fangfenghua | Morning | 23:11 |
juggler | may i discuss another topic? | 23:12 |
sdake | shoot | 23:12 |
juggler | for those unable to make the summit, are there any topic(s) that will be webcast out? | 23:12 |
sdake | typially there are no webasts | 23:13 |
sdake | except speaking sessions at main summit event | 23:13 |
juggler | ah | 23:13 |
juggler | i wonder if any sessions will be recorded | 23:14 |
juggler | for later consumption | 23:14 |
sdake | if you have something you want discussed we need an etherpad for those | 23:14 |
juggler | or live consumption | 23:14 |
sdake | may adrain_otto can set that up | 23:14 |
juggler | at this point just in the learning mode | 23:14 |
sdake | Im overcommitted hae nothing left | 23:14 |
sdake | you will have to wit posst summit for more output from me :) | 23:15 |
fangfenghua | Sdake you mean nobody had run magnum in vm work well | 23:15 |
juggler | sdake could you repeat that last message? | 23:16 |
juggler | sdake I think you do need rest soon! | 23:16 |
sdake | I have too much on my plate, I can't take nay more work | 23:16 |
sdake | until june :) | 23:16 |
Kennan | morning guys | 23:17 |
juggler | sdake 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 fixing | 23:17 |
juggler | sdake can't have you burn out! | 23:17 |
sdake | no burnout | 23:18 |
juggler | good localtime Kennan | 23:18 |
sdake | i am good at managing myself | 23:18 |
sdake | trust me | 23:18 |
sdake | but no more owrk can be accepted | 23:18 |
juggler | i didn't say you weren't good at managing yourself. :) | 23:19 |
Kennan | :juggler good evening in your time | 23:19 |
sdake | ok last two peices o fwork for magnum are 1) horizontal scale 2) bug triage | 23:19 |
juggler | "too much on my plate" suggests a largess of work though | 23:19 |
sdake | ret up to our army of contrigbutors | 23:19 |
sdake | ret/rest | 23:20 |
juggler | thx K | 23:20 |
fangfenghua | juggler: did you run magnum in vm | 23:20 |
*** EricGonczer_ has quit IRC | 23:20 | |
juggler | fang: just trying to stack.sh in a vm. | 23:21 |
fangfenghua | That ok | 23:21 |
fangfenghua | I run stack.sh always work well | 23:22 |
juggler | fang: i'm running into problems at the end: http://paste.openstack.org/show/aDwbAfY46FjiSIfeH8zf/ | 23:22 |
sdake | that looks ike a network is busted running inside a mv | 23:23 |
sdake | vm | 23:23 |
sdake | hongbin has it working | 23:23 |
sdake | when he returns from pto ping him | 23:23 |
juggler | offhand do we know approximately when he returns? | 23:23 |
sdake | 2 weks | 23:24 |
juggler | ah | 23:24 |
fangfenghua | I got the error too I remember | 23:24 |
fangfenghua | But I just restart the stack.sh | 23:25 |
fangfenghua | Then it work | 23:25 |
sdake | bedtime | 23:25 |
sdake | i'm out | 23:25 |
juggler | night sdake | 23:25 |
fangfenghua | I don't know why | 23:25 |
juggler | fang: so you did a stack and then a stack again, without doing an unstack in the middle? | 23:26 |
fangfenghua | Do unstable | 23:26 |
fangfenghua | Unstack | 23:26 |
juggler | fang: so you did a stack.sh, then an unstack.sh, then a stack.sh , is that correct? | 23:27 |
fangfenghua | Yes | 23:27 |
juggler | hmm | 23:27 |
juggler | i will try that. | 23:27 |
juggler | ty | 23:27 |
fangfenghua | You run in virtualbox too? | 23:28 |
juggler | I run in virtualbox atop a Windows platform | 23:28 |
juggler | the virtualbox is running Fedora 21 | 23:28 |
fangfenghua | Just deploy magnum I think that's will have no problem | 23:29 |
*** jjlehr has quit IRC | 23:29 | |
juggler | fang: are you running in virtualbox? could you paste up a copy of your local* files and your ifconfig -a | 23:29 |
*** rongze has joined #openstack-containers | 23:30 | |
fangfenghua | Later I will pasted it | 23:30 |
fangfenghua | I will let you know | 23:30 |
juggler | fang: if you can also post the platform OS network configuration, so I can compare it against my settings, thx | 23:31 |
juggler | fang: just in case that matters | 23:31 |
juggler | fang: thank you | 23:32 |
fangfenghua | Juggler in windows and Mac are both work well | 23:32 |
fangfenghua | I use 7GMem 4cpu | 23:33 |
fangfenghua | 2network card | 23:33 |
sdake | note on virtualbox | 23:33 |
sdake | you need two ethernet interfaces attached to your vm | 23:34 |
fangfenghua | Yea | 23:34 |
sdake | they an be virtual | 23:34 |
sdake | on that note Im off to bed | 23:34 |
juggler | sdake correct, i think i got those set up. | 23:34 |
sdake | night all | 23:34 |
juggler | sdake yeah i thought you were going lol | 23:34 |
sdake | i am later | 23:34 |
juggler | sdake night | 23:34 |
*** rongze has quit IRC | 23:34 | |
*** sdake_ has joined #openstack-containers | 23:35 | |
juggler | fang: i have at least 1G allocated the vbox...I may allocate more once I know it is stack_ing properly | 23:36 |
juggler | fang: allocated to, correction | 23:36 |
fangfenghua | Why not in baremetal mode | 23:38 |
fangfenghua | juggler: | 23:38 |
*** sdake has quit IRC | 23:38 | |
juggler | fang: hmm? baremetal mode? | 23:43 |
fangfenghua | No in vm | 23:43 |
*** sdake_ has quit IRC | 23:46 | |
*** madhuri___ has quit IRC | 23:50 | |
yuanying | There 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!