On 05/28/13 13:04, Endi Sukma Dewata wrote:
In order to create Tomcat-based TPS (and possibly RA too), some files
in RA and TPS need to be reorganized and some config variable names
need to be changed to match the other Tomcat-based subsystems such
that they can be used by pkispawn.
_______________________________________________
Pki-devel mailing list
Pki-devel(a)redhat.com
https://www.redhat.com/mailman/listinfo/pki-devel ACK the following patches:
* pki-edewata-0252-Reorganized-CS.cfg.in-in-RA-and-TPS.patch
* pki-edewata-0253-Renamed-SECURE_PORT-into-PKI_SECURE_PORT.patch
* pki-edewata-0254-Renamed-PORT-and-UNSECURE_PORT-into-PKI_UNSECURE_POR.patch
* pki-edewata-0255-Renamed-SERVER_ROOT-into-PKI_INSTANCE_PATH.patch
* pki-edewata-0256-Renamed-SERVER_NAME-and-PKI_MACHINE_NAME-into-PKI_HO.patch
* pki-edewata-0257-Renamed-PKI_INSTANCE_ID-into-PKI_INSTANCE_NAME.patch
* pki-edewata-0258-Replaced-PKI_SUBSYSTEM_DIR-with-PKI_SUBSYSTEM_TYPE.patch
*PATCHES 0259 and 0260 were NOT tested as they immediately failed
'pkispawn' with the following error:*
pkispawn : ERROR ....... KeyError: Master dictionary is
missing the key called ''pki_ca_hostname''!
Traceback (most recent call last):
File "/sbin/pkispawn", line 420, in <module>
main(sys.argv)
File "/sbin/pkispawn", line 319, in main
parser.compose_pki_master_dictionary()
File
"/usr/lib/python2.7/site-packages/pki/deployment/pkiparser.py", line
658, in compose_pki_master_dictionary
config.pki_master_dict['pki_ca_hostname']
KeyError: 'pki_ca_hostname'
Consequently, these two patches were backed-out so that the other
patches could be successfully tested.