2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-05-18 12:17:16 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Vinícius Ferrão 4165b26a04 fix: remove Docker container lifecycle management (dead code since 2016)
Docker container lifecycle management (mgt=docker, mkdocker, rmdocker,
lsdocker) was added in 2015-2016 as an experiment targeting Docker API
v1.22 on Ubuntu only. Documentation and man pages were deliberately
removed in 2019 (PRs #6222 and #6324) with the original developer's
approval, noting that "the interface of Docker has become very simple
right now, so there is no value for xCAT to offer such functions."

The plugin was still being shipped but has had no functional code changes
since April 2016, was never listed as a valid mgt value in Schema.pm,
and no user ever filed an issue about it.

Removed:
- xCAT-server/lib/xcat/plugins/docker.pm (1,142 lines)
- xCAT/postscripts/setupdockerhost
- xCAT-server/share/xcat/scripts/setup-dockerhost-cert.sh
- xCAT-test/autotest/testcase/dockercommand/ (test cases)
- Docker attribute definitions in Schema.pm
- Client symlinks (mkdocker, rmdocker, lsdocker)
- Usage entries and dockerhost cert handling in credentials.pm
- Docker attribute documentation in man7 pages

The "Running xCAT in Docker" documentation (dockerized_xcat/) is
retained as it documents containerizing xCAT itself, not the removed
mgt=docker feature.

Closes #7518
2026-05-03 12:11:33 -03:00
XuWei 691e0ee464 fix issue 4705, modify usage output 2018-01-24 03:16:41 -05:00
Mark Gurevich 0a3fbd8d51 perltidy all perl files 2016-07-20 11:40:27 -04:00
ertaozh 79afc50693 The usage and manpage for docker instance management command, mkdocker,lsdocker,rmdocker,rpower 2016-01-25 08:46:57 -05:00
ligc 8d85304cab fix for bug 3393278: rflash -p /tmp/test will not output any error
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14601 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-12-10 09:13:39 +00:00
jbjohnso 362f237975 Fix various omissions of 'use' statements.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11623 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-02-19 16:09:21 +00:00
yinle 2c47443a17 Fix bug 3090341: rvitals -v prints help information
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8084 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-07 06:33:53 +00:00
yinle 15bc16f43e Fix bug 3101233: lsslp:lsslp print help and version information twice
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8083 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-07 06:27:54 +00:00
wanghuaz 9053081d90 Fixed the issue that lsslp output the usage msg if no noderange is specified.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7863 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-15 06:43:38 +00:00
wanghuaz 2012332325 Output usage if no noderange specified. Fixing bug: 3006815
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7844 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-14 03:41:31 +00:00
yinle 695cfb693b Fix the defect 3037117: nodeset -v and -h returns nothing; Add nodeset index to handled_commands
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7065 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-08-12 09:07:05 +00:00
mellor 2aa3876007 enhance plugin processing to ensure correct table-driven plugin is called, moved common usage preprocessing to new plugin
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4663 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-11-24 15:12:39 +00:00