4.4.2.5. 外部 PostgreSQL 数据库
要使用外部数据库,您必须将 openshift_management_app_template
参数值改为 cfme-template-ext-db
。
此外,必须使用 openshift_management_template_parameters
变量提供数据库连接信息。如需了解更多详细信息,请参阅配置角色变量。
[OSEv3:vars] openshift_management_app_template=cfme-template-ext-db openshift_management_template_parameters={'DATABASE_USER': 'root', 'DATABASE_PASSWORD': 'mypassword', 'DATABASE_IP': '10.10.10.10', 'DATABASE_PORT': '5432', 'DATABASE_NAME': 'cfme'}
重要
确保您正在运行 PostgreSQL 9.5,或者您可能无法成功部署应用。