Edge for Private Cloud 4.17.01 版
下方是 10 個節點 API BaaS 安裝作業的靜默設定檔範例。視需要編輯這個檔案以設定。使用 -f 選項 setup.sh 來加入這個檔案。
# Specify IP address or DNS name of node. IP1=192.168.1.1 # ElasticSearch IP2=192.168.1.2 # ElasticSearch IP3=192.168.1.3 # ElasticSearch IP4=192.168.1.4 # API BaaS Stack IP5=192.168.1.5 # API BaaS Stack IP6=192.168.1.6 # API BaaS Stack IP7=192.168.1.7 # API BaaS Portal IP8=192.168.1.8 # Cassandra (shared with Edge or standalone) IP9=192.168.1.9 # Cassandra (shared with Edge or standalone) IP10=192.168.1.10 # Cassandra (shared with Edge or standalone) # Must resolve to IP address or DNS name of host - not to 127.0.0.1 or localhost. HOSTIP=$(hostname -i) # Define the API BaaS administrator account. AS_ADMIN="superuser" # User name - default is "superuser". AS_ADMIN_EMAIL=stackAdmin@email.com AS_PASSWD=stackAdminPWrod # Only if you are installing Cassandra. # Specify Cassandra data center and rack suffix. # Must use IP addresses for CASS_HOSTS, not DNS names. # CASS_HOSTS="$IP8:1,1 $IP9:1,1 $IP10:1,1" # If connecting to existing Cassandra nodes, # specify Cassandra IPs. # Must use IP addresses for CASS_HOSTS, not DNS names. CASS_HOSTS="$IP8 $IP9 $IP10" # Cassandra uname/pword. # Even if Cassandra authentication is disabled, # you must still pass values for these properties. CASS_USERNAME=cassandra # Default value CASS_PASSWORD=cassandra # Default value # Specify BaaS Cassandra connection information. # Specify the data center name. BAAS_CASS_LOCALDC=dc-1 # Default is dc-1. # For a single data center, specify the same value as BAAS_CASS_LOCALDC. BAAS_CASS_DC_LIST="dc-1" # Replication is in the form "dataCenterName:#CassandraNodes". # For example, for dc-1 with three Cassandra nodes, it is dc-1:3. BAAS_CASS_REPLICATION=dc-1:3 # Defines the initial contact points for members of the BaaS cluster. # For a single node install, specify the IP address of the node. BAAS_CLUSTER_SEEDS="dc-1:$IP1" # ElasticSearch IPs or DNS names, separated by spaces. ES_HOSTS="$IP1 $IP2 $IP3" # API BaaS Stack information. # Default cluster name is "apigee_baas" BAAS_USERGRID_CLUSTERNAME="apigee_baas" # URL and port of the load balancer for the API BaaS Stack nodes, # or IP/DNS and port 8080 of a single Stack node with no load balancer. BAAS_USERGRID_URL=http://myloadbalancer:8443 # API BaaS Portal information. # URL and port number of load balancer, if there is one in front of the Portal, # or the URL and port of the Portal node. BAAS_PORTAL_URL="http://$IP7:9000" # Portal port. Default value is 9000. BAAS_PORTAL_LISTEN_PORT=9000 # SMTP information. BaaS requires an SMTP server. SMTPHOST=smtp.gmail.com SMTPPORT=465 SMTPUSER=your@email.com SMTPPASSWORD=yourEmailPassword SMTPSSL=y
下表列出這些屬性的其他資訊:
屬性 |
注意 |
---|---|
CASS_HOSTS |
如果您要安裝 Cassandra,請指定 Cassandra 節點 IP (而非 DNS 名稱),並加入「:dc,ra」修飾符,指定 Cassandra 節點的資料中心和機架。 例如:'192.168.124.201:1,1 = 資料中心 1 和機架/可用性區域 1,以及 '192.168.124.204:2,1 = 資料中心 2 和機架/可用性區域 1。 |
CASS_USERNAME |
Cassandra 使用者名稱和密碼。 如果停用 Cassandra 驗證,您仍必須傳遞這些值。但系統會忽略這些值。 |
BAAS_CASS_LOCALDC |
區域名稱必須採用 dc-# 的格式,其中 # 對應整數值。 例如 dc-1、dc-2 等。如要連線至與 Edge 安裝的 Cassandra 叢集,可以要求 Edge 系統管理員提供這個值。在 Edge 單一資料中心安裝作業中,預設值為 dc-1。 如果您在安裝 API BaaS 的過程中安裝了 Cassandra,在 Cassandra 安裝期間,您已為 Cassandra IP 位址新增「:dc,ra」修飾符。 第一個值「dc」是資料中心編號。資料中心名稱是字串「dc-」,後面加上資料中心編號。 |
BAAS_CASS_DC_LIST |
指定與 BAAS_CASS_LOCALDC 相同的值。 |
BAAS_CASS_REPLICATION |
格式為 dataCenterName:#CassandraNodes
(不含引號)。舉例來說,如果 dc-1 有三個 Cassandra 節點,則為 dc-1:3。 BAAS_CASS_REPLICATION=dc-1:3,dc-2:3 |
BAAS_CLUSTER_SEEDS |
定義 BaaS 叢集成員的初始接觸點。請使用半形逗號分隔的清單,指定資料中心中的 BaaS 堆疊種子節點,並以雙引號括住,格式為「dc-#:nodeIP」,其中 dc-# 是 BAAS_CASS_LOCALDC 定義的資料中心名稱。 如果是單一節點安裝作業,請指定節點的 IP 位址。 在資料中心至少有三個 BaaS Stack 節點的實際工作環境中,請指定兩個 Stack 節點做為種子。即使您有三個以上的堆疊節點,請勿指定超過兩個節點。 如果是多個資料中心,請只指定該資料中心中的種子節點。 |
BAAS_USERGRID_URL |
在實際工作環境中,這是位於 API BaaS 堆疊節點前方的負載平衡器網址和通訊埠,格式如下: 在測試或開發環境中,如果只有一個 API BaaS Stack 節點,則可以使用 API BaaS Stack 節點的網址和連接埠號碼,格式如下: http://stackIPorDNS:8080 API BaaS Stack 伺服器的通訊埠號碼為 8080。 |
BAAS_PORTAL_URL |
負載平衡器的網址和通訊埠編號 (如果入口網站前方有負載平衡器),格式為: |
BAAS_PORTAL_LISTEN_PORT |
API BaaS 入口網站伺服器的通訊埠號碼為 9000。如果這個通訊埠無法使用,請指定其他通訊埠。 如果您要將 BAAS_PORTAL_URL 設為入口網站節點的網址,這兩個屬性的通訊埠編號都必須相同。 |