Table of Contents

See original proposal here

Student and mentor ;), please read carefully this page…

Student: Sundeep Kumar Mishra

Mentor: Olivier Richard

Co-Mentor: Romain Cavagna


Student: Things to do before starting

Project Pseudo-Specification

Draft

Initial implementation Workplan

Main Milestones

  1. <s>Extjs-3.2.1 version of first prototype with (global layout, iframe, history…)</s>
  2. Job Submission (simple and advance submission)
  3. Display information for one job
  4. Display information for one resource
  5. List of resources
  6. List of jobs
  7. Processing.js integration (for plot, chart, pie chart and other fancy widget and animations…)
  8. oaradmin integration and interactions
  9. Basic authentification support (need some search/test/discussion: interesting page here)
  10. page à la igoogle

Tips

How to test poar prototype

 sudo kvm -m 512 -redir tcp:2222::22 -redir tcp:8080::80 debian_oar_devel.raw
  cd oar_directory/trunk/visualization_interfaces
  rsync -avz --rsh="ssh -l root -p 2222" --delete poar localhost:/var/www
  firefox localhost:8080/poar/poar.html

Note: Of course you can put public key to avoid to enter password.

 scp -P 2222 ~/.ssh/id_rsa.pub kameleon@localhost:/home/kameleon/.ssh/
 scp -P 2222 ~/.ssh/id_rsa.pub root@localhost:/root/.ssh/

How to add //virtual// nodes and ressources on appliance

  127.0.0.2 node1 node2 node3 node4
  oarnodesetting -h node2 -a
  oarnodesetting -h node2 -a
  oarnodesetting -h node3 -a
  oarnodesetting -h node3 -a

Debuging with firefox

How to test poar prototype

Weekly Progress Report

24th May 2010-31st May 2010

01st June 2010-07th June 2010

07th June 2010-14th June 2010

14th June 2010-21st June 2010

21st June 2010 -27th June 2010

27th June 2010 - 04th July 2010

05th July -12th July 2010

13th July- 20th July 2010

21st July - 28th July 2010

29th July - 4th August 2010

5th August-12th August 2010

12th August- 19th August 2010

TODO list

Mentor

Student