New Features in MMCloud Jericho 3.1 Releases
Release Dates
- Jericho 3.1 released on April 1, 2025
- Jericho 3.1.1 released on April 30, 2025
- Jericho 3.1.2 released on June 6, 2025
- Jericho 3.1.3 released on July 22, 2025
Supported Clouds
MMCloud is designed to work on any cloud infrastructure. The Jericho 3.1 release supports the following clouds:
- AWS
- Google Cloud (except for HPC mode)
- Alibaba Cloud
- AWS China
- Tencent Cloud
New Features in Jericho 3.1 Releases
Type | Domain | Description |
---|---|---|
Feature | Platform | High Performance Computing mode (HPC mode) allows an MMCloud subscriber to use the OpCenter to create (and manage) a cluster of compute nodes that execute jobs scheduled from an input queue.
|
Feature | UX | System Status Dashboard, available in the web interface, allows an admin user to see the current status, in a single screen, of jobs, resources, instances, and utilization. Aggregated totals over past periods (this week, this month, and so on) are also available. If the OpCenter is used in HPC mode, information on resource utilization in clusters is shown. |
Feature | Security | Multiple LDAP and NIS server registration allows the OpCenter to provide redundant distributed directory services to ensure consistent system configuration data (such as user and host names).
|
Feature | Platform | Container image caching using volume snapshots decreases the time to instantiate a worker node compared with loading the container image directly from S3 or an NFS server.
|
Feature | Platform | Instance cost as a trigger for job migration avoids situations where jobs migrate to high cost instances and remain there until the jobs complete.
|
Feature | Platform | Per availability zone quarantining of instance types improves global spot instance availability by restricting quarantining of spot instance types to the availability zones where those spot instances are reclaimed.
|
Feature | UX | Improved Cost Summary page, available to admin users of the web interface, clarifies how cloud costs are generated and savings calculated. |
Feature | Platform | Refactoring of OpCenter software, especially with regard to data structures and data retrieval, improves performance and reduces memory usage in the OpCenter. To implement the new data structures, users upgrading to the 3.1 release from an earlier release must follow the prescribed upgrade procedure. Alternatively, users can start a new OpCenter, already running the 3.1 release, from the AWS Marketplace. |
Feature | Platform | OpCenter manages up to twenty million jobs as a result of software refactoring. Note that the total number of jobs includes running jobs, completed jobs, stopped jobs, initializing jobs, failed jobs, and so on. |
Feature | Security | Single Sign-on by supporting SAML and integrating with the Okta platform (Release 3.1.1). |
Feature | Platform | Container health checks supported by passing podman --health-* options to the container by using float submit -i nginx --extraContainerOpts '--health-cmd...' (Release 3.1.2).Podman provides the following options to check on the health of a container.
--extraContainerOpts option in your float submit command. For example:-i nginx --extraContainerOpts ' \ --health-interval=2s \ --health-timeout=3s \ --health-start-period=3m \ --health-retries=120 \ --health-on-failure=kill \ --health-startup-interval=2s \ --health-startup-retries=60 \ --health-startup-success=60 \ --health-startup-timeout=5s \ --health-cmd="curl -f http://localhost:8080 || exit 1" ' |
Feature | Security | Amazon Elastic Compute Cloud (Amazon EC2) Instance Metadata Service (IMDS) Version 2 improves the security provided by IMDS v1 by using a session-based token in each GET request (Release 3.1.3). The OpCenter configuration now allows IMDSv1 only, IMDSv2 only, or IMDSv1 and IMDSv2. |
Feature | Security | OpCenter-generated access tokens for authentication to improve login security (Release 3.1.3) |