Giter Site home page Giter Site logo

ow2-proactive / agent-linux Goto Github PK

View Code? Open in Web Editor NEW
0.0 19.0 8.0 28.52 MB

Linux Agent for ProActive Workflows & Scheduling

Home Page: http://proactive.activeeon.com/

License: GNU Affero General Public License v3.0

Shell 7.54% Python 82.50% Java 0.38% Roff 9.12% Dockerfile 0.46%

agent-linux's Introduction

ProActive Agent is a system daemon to automatically starts ProActive runtimes according to a weekly schedule

Testing

You can test parsing all configuration files by simply running:

./run-tests.sh

A blackbox test is also available, first build the blackbox test from the agent-linux root.

PYTHONPATH=. python palinagent/daemon/tests/blackbox/build_jar.py

For running the blackbox test use:

PYTHONPATH=. python palinagent/daemon/tests/blackbox/testblackbox.py

Changing schema

Schema is hardcoded in several part, including the tests.

First create your new schema on a separate folder, for instance:

cp -fr palinagent/daemon/xsd/1.0 palinagent/daemon/xsd/1.1

Then replace the version on the new schema. After you can update all configuration files and also update the hardcoded files.

palinagent/daemon/main.py
palinagent/daemon/tests/helpers.py
palinagent/daemon/tests/testXMLConfig.py

Building locally

The deb and rpm packages can be built locally following these steps:

  1. Install ruby-dev for Debian distributions or ruby-devel for Redhat distributions.

    sudo apt install ruby-dev

    or

    sudo yum install ruby-devel
  2. Create a new directory node and place the archives of activeeon_enterprise-node-linux-i586-X and activeeon_enterprise-node-linux-x64-X in it.

  3. Finally execute the run-build.sh as root.

    sudo ./run-build.sh

Once finished you can find the packages in build/distributions


Copyright (C) 2007-2016 ActiveEon Visit http://proactive.inria.fr/ and http://www.activeeon.com/ Contact: +33 (0)9 88 777 660, [email protected]

agent-linux's People

Contributors

alijawadfahs avatar amouhoub avatar brianamedro avatar fviale avatar lpellegr avatar marcocast avatar mebubo avatar nebilbenmabrouk avatar pedrovelho avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

agent-linux's Issues

segfault with lxml 2.1.1

Original issue created by Clement Mathieu on 07, Dec 2010 at 18:34 PM - LINAGENT-49


When lxml 2.1.1 (Debian 5.0.6) is used the daemon segfault when an XMLSchema is loaded from its filename. This is a known bug which has been fixed in lxml two years ago. To be compatible with old releases of lxml we can load the XMLSchema from an ElementTree instead of a filename. It works fine.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.