=== Adding new testbed === Currently, information about resources i.e. testbeds are kept into 2 databases, scheduler database (newScheduler) and inventory database (inventory54). To add new virtual domain we need to update both databases. There is a script addVirtualDomais.rb on internal2, /usr/share/omf-aggmgr-5.4/omf-aggmgr/ogs_loginCommon/w. Calling that script will add virtual domains into inventory database and prepare sql script to run from mysql to update scheduler database. {{{ ruby addVirtualDomais.rb listOfdomains.txt }}} listOfDomains.txt is file wit following information domainName; ; Output file is machines.sql There is also file testbed_attributes.yaml to define necessary testbed informatin. === Updating testbed information