Expected outcomes & behaviour Sample Clauses

Expected outcomes & behaviour. The Identity Management module will be responsible for handling authentication and authorization control whether it concerns internal request made by HEROES’ services or external request from a user using the published APIs. The following workflows schemas will present the expected behaviour of the module when confronted to a user’s request to log in onto the HEROES platform and then proceed to call upon one of the published API. 4.1.5.1 Authentication Workflow The Authentication Workflow (as defined in Figure 6) starts by a “user’s” authentication request and ends by the authentication of the user: • “Users” (user or provider accounts) sends authentication request with valid credentials to the Service Gateway • The Service Gateway transfers the request to Keycloak • Xxxxxxxx returns a token to propagate the “User” identity if credentials are valid.
AutoNDA by SimpleDocs
Expected outcomes & behaviour. The Deployment & Integration Module main objective is to implement / execute tasks that will be sent from the Workflow Management module to ensure that the resources are available for receiving ML/HPC jobs. The following types of incoming tasks are expected: • Deploy / undeploy cloud compute resources • Check if HPC Centre HEROES resources and services are active and correctly configured The Deployment & Integration Module will also contain a library of Ansible [13] playbooks that will be used to install and configure the HEROES Runtime both in the cloud platforms and in the HPC Centres. 4.2.5.1 Deployment workflows The Cloud Platform Deployment workflow will take care of: • Start / Stop compute nodes on existing Private Cloud Clusters within an Organization scope • Deploy / undeploy temporary compute nodes for single users and organizations without an existing Private Cloud Cluster. (Please note that this will cover all types of different compute nodes, including but not limited to CPU nodes, GPU nodes, Remote Visualization nodes.) • The above tasks will be accomplished using the Cloud Platform CLI and APIs, mainly through scripts. The scripts will be exposed to the Workflow module either directly or via APIs. The HPC Centre Compliance Check workflow will take care of: • Check that the HEROES Runtime is active on the HPC Centre Headnode (see section 4.2.1) • Check that the HEROES Runtime is configured as expected • The above tasks will be accomplished using Ansible roles, containerized applications and services, scripts. The Ansible roles will be exposed to the Workflow module either directly or via APIs.
Expected outcomes & behaviour. As stated before, the expected outcome for this module is: • Dynamic and transparent energy optimization for running jobs. EAR will dynamically analyse running jobs and will select the optimal frequency. HEROES will apply a default policy for non-expert users and will give the opportunity to select a specific energy optimization policy to energy-aware users. Anyway, system specific settings will be considered. Energy optimization policies will be applied when supported by system limitations. • Automatic job accounting: Metrics gathered by EAR will be reported to HEROES DB. Not all the data will be reported, only data needed for HEROES job accounting and for the decision module. Given a job could generate lots of signatures at runtime, we will select relevant data such as 1 signature per application phase and phase duration. • System monitoring: EAR will report system status and relevant metrics / events to the decision module to characterize our ecosystem.
Expected outcomes & behaviour. The Data Management Module will be the core of the following workflows. 4.4.5.1 Service Data Management Workflow The Service Data Management workflow takes care of all automated User Data and Internal Data movement operations within the HEROES platform. The main component is RClone: by making use of its features the workflow first checks if the target data exists on the target as an exact copy. If not, the source data is transferred to the target. The operation result is then sent to the Service Gateway together with any error code or extended message.
Expected outcomes & behaviour. The Application and Container Management & Orchestration Module main objective is to allow the creation, management, and orchestration of application. The following types of incoming tasks are expected: • Create / Delete application • Update application • Publish / Unpublish application The application packager (organization application administrator or Application Provider) can create an application within the HEROES platform using a container. The application creation includes: • The application information will be stored in a database within the Application and Container Management & Orchestration module. • The storage of the application’s container will be managed by the Data Management module After its creation, application will become visible for modifications or publication for its owner. The owner of an application must make functional tests within the HEROES platform with its application before each new application publishment. After publishment, the cost and license of the published application will be available for the Cost Management module. 4.5.5.1 Application referencing flow within the platform The Application referencing flow (as defined in Figure 21) starts by an “Application packager” creating a new HEROES application and ends by a new HEROES application in the platform: • “Application packager” sends a request of new HEROES application through the UI or with API including: o A selected or uploaded container for the new application. o A configuration for the application, including but not limited to: Name, Metadata and Parameters. • The “Service Gateway” transfers the container registering request to the Service Data Management which will store and tag the container. • At the end, the Service Gateway references the application in the Application and Container Management & Orchestration module. 4.5.5.2 Application updating and publishing flow within the platform The Application updating and publishing flow (as defined in Figure 22) starts by “Application packager” updating a new HEROES application and ends by an updated HEROES application in the platform: • “Application packager” sends a request of HEROES application update through the UI or with API including: o The selected application name / id to identify the correct application. o Optional modifications of the application configuration (Metadata and Parameters). o Optional license, cost, and target as required parameters for the application publishment. o Optional application publishm...
Expected outcomes & behaviour. The Workflow & Job Management Module main objective is to allow the creation, management, and orchestration of custom workflows, both for engineering and architecture management. The following types of tasks are expected: • Create / Delete architecture / engineering / scientific workflows • Run a specific workflow interacting with the rest of the HEROES architecture • Log all the states and changes of the workflow • Give proper metadata about the workflows state and execution The Workflow & Job Management main tool (Ryax) can easily create workflows for the HEROES platform using their own GUI or importing it as code from an external repository. The workflows creation and later execution include some interaction with other modules that are part of the HEROES infrastructure, where: • The execution of the workflow could be triggered by the user directly using the User Interface via a web browser. • The user can define the data used by the workflow through HEROES web interface or APIs. Then, the Workflow & Job Management module interacts indirectly with the Data Management module to transfer data to the target infrastructures and used by the different workflow tasks. • All the workflow submission parameters are forwarded by the Service Gateway to the Workflow Management Module. It then uses them through the Decision Module to get some information about placement strategy for the workflow. • The user chooses if he continues or not with the workflow execution via web browser using the User Interface. • When the target infrastructure is selected, the Deployment and Integration Module deploys the required resources if needed. • The toolset is selected from an available Singularity container on the Application and Container Management and orchestration module. • The job is submitted to the Resource Providers using the Submission / Transfer module. • The job is monitored using the Submission / Transfer Module and the obtained metrics are placed in the Telemetry / Accounting Module. • The metadata retrieved from the execution and workflow status is saved in the 4.6.5.1 Internal architecture workflow The Workflow & Job Management module can store and execute workflows out of the engineering scope, adding an extra functionality for manage internal processes for the HEROES architecture. These workflows can be automated or can be executed manually by HEROES administrators, performing desired tasks to maintain the platform, or just adding extra functionalities. An interna...
Expected outcomes & behaviour. The decision module will operate in four successive steps: 1. Parametrization by each organization Within an organization, the managers define a list of platforms available for each workflow. They also either choose an optimization strategy (e.g., best speed, best price, lowest power consumption with configurable weights) or allow each user to select his own strategy. 2. Prediction of jobs resources and cost For each job, accounting logs and energy data are used to predict the “optimum” job resources (memory, execution time) but also its power consumption. The cost API will then give an estimated price for executing the submitted workflow on the available platforms using the predicted resources. 3. Selection of the best platform Based on the selected strategy and other constraints (data localization, available licenses, GPUs…) the decision module will then select the “best” platform to execute the submitted workflow. This platform will be proposed to the user as the “best” solution, but he will still have the possibility to choose a different platform. 4. Workflow execution monitoring During the workflow execution (only if the workflow is composed of multiple jobs) the decision module will check at each step if the selected platform is still the best platform (if by the end of the workflow, the selected platform is overloaded, it will be wise to execute the last jobs of the workflow on a different platform).
AutoNDA by SimpleDocs
Expected outcomes & behaviour. 4.8.5.1 Log events / messages and store in central repository Thanks to the many source plugins available for FluentD, a component of the HEROES platform will be able to log using native libraries (python, java, etc.) interacting directly with the FluentD td-agent (TreasureData Agent) [11] process. In case of system services, the rsyslog [34] source plugin will be used to forward any event / message that will normally be sent just to the OS (Operating System) logging facilities. The td-agent process will then forward the logs to the central repository, where Elasticsearch will be able to tag, analyse and index the received data, that will then be ready for consultation, search, and further analysis with Xxxxxx. 4.8.5.2 HEROES User access to logged information HEROES User will be able to access only pre-digested information through the HEROES web UI. When a User requests a “Dashboard” page from the HEROES UI, the UI will send pre- configured requests to the Kibana API / interface through the Service Gateway. The Service Gateway will check the request to confirm / deny access to the requesting User. If access is granted, Xxxxxx will send back data & graphs to the HEROES UI that will incorporate them in the User’s “Dashboard”. Only HEROES administrators will be able to access the raw logs from the Kibana direct interface. Xxxxxx shall be configured with SSO with the HEROES platform.
Expected outcomes & behaviour. The Costs Module main objective is to: • Provide means to manage business models for the applications / workflows and resources. The history of each business model will be kept for auditing. • Provide a centralized accounting information for billing purposes (keep track of all consumed resources and associated prices).

Related to Expected outcomes & behaviour

  • Outcomes Secondary: Career pathway students will: have career goals designated on SEOP, earn concurrent college credit while in high school, achieve a state competency certificate and while completing high school graduation requirements.

  • BUSINESS CONTINUITY/DISASTER RECOVERY In the event of equipment failure, work stoppage, governmental action, communication disruption or other impossibility of performance beyond State Street’s control, State Street shall take reasonable steps to minimize service interruptions. Specifically, State Street shall implement reasonable procedures to prevent the loss of data and to recover from service interruptions caused by equipment failure or other circumstances with resumption of all substantial elements of services in a timeframe sufficient to meet business requirements. State Street shall enter into and shall maintain in effect at all times during the term of this Agreement with appropriate parties one or more agreements making reasonable provision for (i) periodic back-up of the computer files and data with respect to the Trusts; and (ii) emergency use of electronic data processing equipment to provide services under this Agreement. State Street shall test the ability to recover to alternate data processing equipment in accordance with State Street program standards, and provide a high level summary of business continuity test results to the Trusts upon request. State Street will remedy any material deficiencies in accordance with State Street program standards. Upon reasonable advance notice, and at no cost to State Street, the Trusts retain the right to review State Street’s business continuity, crisis management, disaster recovery, and third-party vendor management processes and programs (including discussions with the relevant subject matter experts and an on-site review of the production facilities used) related to delivery of the service no more frequently than an annual basis. Upon reasonable request, the State Street also shall discuss with senior management of the Trusts any business continuity/disaster recovery plan of the State Street and/or provide a high-level presentation summarizing such plan.”

  • Behaviour No obscene or insulting language or disorderly behaviour shall be permitted. This includes any form of entertainment that may be considered lewd or inappropriate for a public place or that may offend or cause embarrassment to others.

  • Influenza Vaccine Upon recommendation of the Medical Officer of Health, all employees shall be required, on an annual basis to be vaccinated and or to take antiviral medication for influenza. If the costs of such medication are not covered by some other sources, the Employer will pay the cost for such medication. If the employee fails to take the required medication, she may be placed on an unpaid leave of absence during any influenza outbreak in the home until such time as the employee has been cleared by the public health or the Employer to return to the work environment. The only exception to this would be employees for whom taking the medication will result in the employee being physically ill to the extent that she cannot attend work. Upon written direction from the employee’s physician of such medical condition in consultation with the Employer’s physician, (if requested), the employee will be permitted to access their sick bank, if any, during any outbreak period. If there is a dispute between the physicians, the employee will be placed on unpaid leave. If the employee gets sick as a reaction to the drug and applies for WSIB the Employer will not oppose the application. If an employee is pregnant and her physician believes the pregnancy could be in jeopardy as a result of the influenza inoculation and/or the antiviral medication she shall be eligible for sick leave in circumstances where she is not allowed to attend at work as a result of an outbreak. This clause shall be interpreted in a manner consistent with the Ontario Human Rights Code.

  • Adverse Weather Shall be only weather that satisfies all of the following conditions: (1) unusually severe precipitation, sleet, snow, hail, or extreme temperature or air conditions in excess of the norm for the location and time of year it occurred based on the closest weather station data averaged over the past five years, (2) that is unanticipated and would cause unsafe work conditions and/or is unsuitable for scheduled work that should not be performed during inclement weather (i.e., exterior finishes), and (3) at the Project.

  • Progression For progression for all classifications under this agreement, refer to Schedules A to D.

  • Professional Development; Adverse Consequences of School Exclusion; Student Behavior The Board President or Superintendent, or their designees, will make reasonable efforts to provide ongoing professional development to Board members about the adverse consequences of school exclusion and justice-system involvement, effective classroom management strategies, culturally responsive discipline, appropriate and available supportive services for the promotion of student attendance and engagement, and developmentally appropriate disciplinary methods that promote positive and healthy school climates, i.e., Senate Bill 100 training topics. The Board will conduct periodic self-evaluations with the goal of continuous improvement. New Board Member Orientation The orientation process for newly elected or appointed Board members includes:

  • Presentation of Potential Target Businesses The Company shall cause each of the Initial Shareholders to agree that, in order to minimize potential conflicts of interest which may arise from multiple affiliations, the Initial Shareholders will present to the Company for its consideration, prior to presentation to any other person or company, any suitable opportunity to acquire an operating business, until the earlier of the consummation by the Company of a Business Combination or the liquidation of the Company, subject to any pre-existing fiduciary obligations the Initial Shareholders might have.

  • DISADVANTAGED BUSINESS ENTERPRISE OR HISTORICALLY UNDERUTILIZED BUSINESS REQUIREMENTS The Engineer agrees to comply with the requirements set forth in Attachment H, Disadvantaged Business Enterprise or Historically Underutilized Business Subcontracting Plan Requirements with an assigned goal or a zero goal, as determined by the State.

Draft better contracts in just 5 minutes Get the weekly Law Insider newsletter packed with expert videos, webinars, ebooks, and more!