On 2011-04-27 00:29, Darren Thompson wrote:
> Florian
> 
> All good points.
> 
> Unfortunately I'm not a "programmer", so have no idea how to setup a
> 'git repo' and currently have no facility to host it even if I knew how.

That's the point of github; they provide all that infrastructure for you.

It all boils down to

- go to https://github.com and set up an account
- go to https://github.com/ClusterLabs/resource-agents and click "Fork"
- open a command line and do "git clone" of the URL that the web page
then shows (likely [email protected]:<yourusername>/resource-agents.git)
- add your resource agent into the heartbeat/ directory
- do "git add heartbeat/lxc"
- do "git commit" with a meaningful commit message
- do "git push" to push the changes to your github repo.

> I will review the developers guide and as much as possible bring the OCF
> in-line with those recommendations

Yes, please do.

> Why I did not use libvirt-manager LXC containers:
> 1. Frankly I could not get the libvirt integration to work and wasted
> weeks worth of testing trying, if someone more experienced would like to
> get that working, more power to them.
> 2. The libvirt works and acts like a competing fork and does not use any
> of the "normal" lxc tools, I'm not sold that it's the best approach.

OK, fair enough. If we get your resource agent into mergeable shape then
the fact that may duplicate some VirtualDomain functionality is not a
show stopper.

One other question: have you considered submitting this resource agent
to the lxc folks?

Cheers,
Florian

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to