原創|行業資訊|編輯:龔雪|2014-05-16 09:40:41.000|閱讀 283 次
概述:介紹Zend Server持續交付模式之Chef基礎設置自動化模式實質是自動化引導服務器集群管理,并提供特定的屬性列表。
# 界面/圖表報表/文檔/IDE等千款熱門軟控件火熱銷售中 >>
Zend Server持續交付模式組件藍圖中第二步:Chef基礎設置自動化模式
Chef是一個IT基礎設施和應用程序交付代碼模型的自動化平臺。Chef可以自動化配置、部署和擴展您的服務器和應用程序,并可以使基礎設施架構擁有更好的測試性、版本控制和重復利用。
在Zend Server持續交付模式中,Chef Cookbook自動化引導服務器集群管理。Chef Cookbook分解出來便是特定的屬性列表,如下:
Key |
Type |
Description |
Required |
Default |
['zendserver']['version'] |
string |
Zend Server version to install |
Yes |
6.2 |
['zendserver']['phpversion'] |
string |
PHP version to install |
Yes |
5.4 |
['zendserver']['nginx'] |
boolean |
Set in you are using Nginx instead of Apache true or false boolean |
No |
false |
['zendserver']['ordernumber'] |
string |
The order number part of the license information (if not provided, will bootstrap in enterprise trial) |
No |
- |
['zendserver']['licensekey'] |
string |
The license key part of the license information |
No |
- |
['zendserver']['production'] |
boolean |
Bootstrap Zend Server in production (true)/development(false) mode (See zend server documentation for more details) |
Yes |
TRUE |
['zendserver']['apikeyname'] |
string |
Name for the web API key that the installer creates. The api key is required for all management functionality |
Yes |
- |
['zendserver']['apikeysecret'] |
string |
A 64 character key used for signing API requests |
Yes |
- |
['zendserver']['adminpassword'] |
string |
A 4-20 character password for the admin user (use this to log into the Zend Server GUI). |
No |
p2ssw0rd1 |
['zendserver']['adminemail'] |
string |
An email address for the Zend Server admin |
No |
- |
服務器集群列表屬性,必須建立在MySQL有效數據之上:
Key |
Type |
Description |
Required |
Default |
['zendserver']['dbhost'] |
string |
A MySQL database server host address - required for clustering |
Yes |
- |
['zendserver']['dbusername'] |
string |
The MySQL server username, must be able to create a database - required for clustering |
Yes |
- |
['zendserver']['dbpassword'] |
string |
The MySQL server password - required for clustering |
Yes |
- |
本站文章除注明轉載外,均為本站原創或翻譯。歡迎任何形式的轉載,但請務必注明出處、不得修改原文相關鏈接,如果存在內容上的異議請郵件反饋至chenjj@fc6vip.cn