适用于私有云的 Edge v4.18.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 datacenter_name:number_of_cassandra_nodes # 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 SMTPMAILFROM="My Company <myco@company.com>"
下表包含有关这些属性的其他信息:
属性 | 备注 |
---|---|
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 等。如果您要连接到已安装的 Cassandra 集群 对于 Edge,您可以要求 Edge 系统管理员提供此值。在 Edge 单曲中 则默认值为 dc-1。 如果您在安装 API BaaS 的过程中安装了 Cassandra,那么 您添加了“:dc,ra”修饰符添加到 Cassandra IP 地址。 第一个值“dc”是数据中心编号。数据中心名称是字符串“dc-” 并以数据中心编号作为后缀 |
BAAS_CASS_DC_LIST |
指定与 BAAS_CASS_LOCALDC 相同的值。 |
BAAS_CASS_REPLICATION |
格式为 datacenter_name:number_of_cassandra_nodes。例如: 具有三个 Cassandra 节点的 dc-1 为“dc-1:3”。 要安装第二个数据中心,请指定两个数据中心的信息: BAAS_CASS_REPLICATION=dc-1:3,dc-2:3 |
BAAS_CLUSTER_SEEDS |
定义 BaaS 集群成员的初始接触点。指定英文逗号
数据中心内 BaaS Stack 种子节点的单独列表(用双精度值括起来)
引号,格式为“ 对于单节点安装,请指定节点的 IP 地址。 在数据中心至少有三个 BaaS 栈节点的生产环境中, 指定两个堆栈节点作为种子。请勿指定两个以上的节点,即使您拥有 三个或更多堆栈节点。 对于多个数据中心,请仅指定相应数据中心中的种子节点。 |
BAAS_USERGRID_URL |
在生产环境中,这是本地负载平衡器 API BaaS 堆栈节点前面,格式为: http://stack_load_balancer:port 例如: http://mystackloadbalancer:8443 在测试或开发环境中,您只有一个 API BaaS 堆栈 节点,可以是 API BaaS 堆栈节点的网址和端口号,格式为: http://stack_IP_or_DNS:port 例如: http://mystackip:8080 API BaaS Stack 服务器的端口号为 8080。 |
BAAS_PORTAL_URL |
负载平衡器的网址和端口号(如果门户前面有负载平衡器)。 形式为: http://portal_load_balancer:port 例如: http://myportalloadbalancer:8443 如果没有负载平衡器,请在 以下表单: http://portal_IP_or_DNS:port 例如: http://myportal:9000 默认情况下,API BaaS 门户的端口号为 9000。 |
BAAS_PORTAL_LISTEN_PORT |
API BaaS Portal 服务器的端口号为 9000。如果此端口不可用, 指定其他端口 如果您将 |
SMTPHOST
|
配置 SMTP,以便 API BaaS 能够在密码丢失和其他事件时发送电子邮件 通知。 如果不需要 SMTP 用户凭据,请省略 |