Bug Description
The "MAAS Advanced Network Installation and Configuration, Scripted" document, and associated scripts, were renamed some time ago to the "Server Certification Environment Setup Guide." There are some lingering references to MANIACS in the Checkbox project, though:
$ grep -r MANIACS *
providers/certification-server/configs/canonical-certification.conf:# Note that a MAAS server set up via the MANIACS guide may optionally house
providers/certification-server/configs/canonical-certification.conf:# Note that a MAAS server set up via the MANIACS guide may optionally house
providers/base/bin/install-method-check.sh: echo "PASS: System appears to have been installed by MANIACS-compliant MAAS."
providers/base/bin/install-method-check.sh: echo "FAIL: System appears to have not been installed by MANIACS-compliant MAAS."
These references should be purged so as to avoid confusion.
Cert-blocker Test Case
To Reproduce
Check the contents of the repository; or check the output of the miscellanea/get_maas_version test in a run of a Server Certification test.
Expected Result
References to MANIACS should be updated for the new documentation name.
Actual Result
MANIACS is referenced in two files.
Environment
Anything
Relevant log output
Installation data source is http://192.168.40.1:5248/MAAS/metadata/
MAAS server's IP address is 192.168.40.1
MAAS version is unknown
PASS: System appears to have been installed by MANIACS-compliant MAAS.
Additional context
No response
Bug Description
The "MAAS Advanced Network Installation and Configuration, Scripted" document, and associated scripts, were renamed some time ago to the "Server Certification Environment Setup Guide." There are some lingering references to MANIACS in the Checkbox project, though:
These references should be purged so as to avoid confusion.
Cert-blocker Test Case
To Reproduce
Check the contents of the repository; or check the output of the
miscellanea/get_maas_versiontest in a run of a Server Certification test.Expected Result
References to MANIACS should be updated for the new documentation name.
Actual Result
MANIACS is referenced in two files.
Environment
Anything
Relevant log output
Additional context
No response