hoonkim / rune

Free Serverless architecture implementation working on openstack.
Apache License 2.0
6 stars 4 forks source link

Client's Source code manager should be implemeneted. #13

Closed hoonkim closed 7 years ago

hoonkim commented 8 years ago

I need a client's source code manager which satisfying following requirements.

Requirements:

mandatory

  1. If I request a "function" with client's id, project name and function name, copy the source code of the "function" from block storage or object storage to instance.
  2. Returns it's absolute path under instance's space.

optional

\ Assign to.. ** @seok0721 : We need a storage to keep client's source code. @Songkey1 : Dashboard will save source code on the storage. @zzttt : Implement above. Please use Wisp branch or branch out from wisp.

zzttt commented 8 years ago

Now I'm making an environment for it on openstack (my laptop)

seok0721 commented 8 years ago

@zzttt My goal is to create instance using openstack with docker. Currently, I installed openstack components successful such as keystone, glance, nova and neutron in my labtop, and verified my auto installing scripts. But I failed to install nova-docker. zzttt, could you tell me how to test openstack, kvm or etc?

zzttt commented 8 years ago

@seok0721 I don't know the meaning of testing openstack :(. What test do you mean ?

seok0721 commented 8 years ago

@zzttt Oh, I mean that test is collecting data(network traffic, cpu usage) and sending data to @TaeyoungJang inside of instance. As you know, openstack has a method for creating instance(docker, kvm, lxc), so just I want to know your next step after install openstack :)