2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-21 17:11:58 +00:00
xCAT confluent - replacement of conserver and eventually xcatd
Go to file
Jarrod Johnson 008c1308b4 Handle nvm subsystem without driver.
A variant of the M.2 RAID enablement kit does not manifest with nvme
driver.  Address this by allowing 'nvm' subsystype. to allow blank driver.

Also, to be on the safe side, have self.driver always be a string,
so it can be 'falsey' but still work as a string.
2024-10-26 08:16:56 -04:00
confluent_client Reduce mandatory newlines between textgroup output 2024-10-04 09:19:19 -04:00
confluent_common Change rpm spec to build using python2 2019-09-23 11:11:16 -04:00
confluent_osdeploy Handle nvm subsystem without driver. 2024-10-26 08:16:56 -04:00
confluent_perl Add support for shell based plugins 2014-05-27 15:02:53 -04:00
confluent_server Fix video console when first run has multiple nodes 2024-10-25 12:11:58 -04:00
confluent_vtbufferd Change versioning to consistently produce prerelease consistent with rpm and deb 2024-09-04 10:11:47 -04:00
confluent_web Implement ability to prompt for nodeattrib options. 2018-09-04 09:38:01 -04:00
container Provide a sample container build 2021-07-08 09:39:36 -04:00
doc Remove single byte TLV concept from socket protocol. 2013-10-12 21:15:52 -04:00
genesis Refresh to CentOS stream 9 2024-05-23 15:15:37 -04:00
imgutil Implement non-root ssh for SUSE diskless 2024-09-19 13:15:10 -04:00
misc Provide an example to name constrain a CA 2024-09-23 10:45:31 -04:00
.gitignore Fix gitignore to track ronn files 2021-01-21 11:52:22 -05:00
API.txt Remove kwargs to provide forward compatibility, it doesn't seem to be workable in python 2013-09-09 15:42:00 -04:00
LICENSE Trim to appropriate content for the license 2022-04-25 15:18:27 -04:00
README.md Create README.md (#162) 2024-09-03 12:25:15 -04:00
SECURITY Add some notes about security related design 2014-04-21 16:01:14 -04:00
TODO Avoid trying to set title on incapable terminals 2014-10-06 16:51:56 -04:00

Confluent

Python 3 License

Confluent is a software package to handle essential bootstrap and operation of scale-out server configurations. It supports stateful and stateless deployments for various operating systems.

Check this page for a more detailed list of features.

Confluent is the modern successor of xCAT. If you're coming from xCAT, check out this comparison.

Documentation

Confluent documentation is hosted on hpc.lenovo.com: https://hpc.lenovo.com/users/documentation/

Download

Get the latest version from: https://hpc.lenovo.com/users/downloads/

Check release notes on: https://hpc.lenovo.com/users/news/

Open Source License

Confluent is made available under the Apache 2.0 license: https://opensource.org/license/apache-2-0

Developers

Want to help? Submit a Pull Request.