oar-team / oar-docker

Manage a small OAR developpement cluster with docker.
http://oar.imag.fr/wiki:oar-docker
6 stars 6 forks source link

resources are no more intialized since oar_resources_init was modified #37

Closed bzizou closed 9 years ago

bzizou commented 9 years ago

The script setup_some_resources.sh still uses /tmp/oar_resources_init.cmd for nodes creation, but it should now use /tmp/oar_resources_init.XXXX with XXXX a random string given by oar_resources_init As a consequence, there's no more nodes in the oardocker cluster.

npf commented 9 years ago

The script now provides more options (backport from the oar master branch): the oarproperty and oarnodesetting commands can be executed directly (-x option), without the need to sources a script file afterward.

See `oar_resources_init -h'