Skip to content

Common parameters

Configuration

  • jumpbox_instance_type - type of jumpbox instance (default value":"2.small")
  • jumpbox_whitelist - whitelist for jumpbox connections (default value": "[0.0.0.0/0]")
  • bosh_private_ip - static private IP of BOSH director (default value": "10.9..6")
  • bosh_instance_type - type of BOSH director instance (default value":"2.small")
  • bosh_director_name - name of bosh director (default value: "bosh")
  • git_private_key - private key for git repository with config (opscontrol_var: "git_private_key")
  • jumpbox_public_key - jumpbox public key (opscontrol_var: "jumpbox_public_key")
  • jumpbox_private_key - jumpbox private key(opscontrol_var: "jumpbox_private_key")
  • bosh_private_key - BOSH private key (opscontrol_var: "bosh_private_key")
  • bosh_public_key - BOSH public key (opscontrol_var: "bosh_public_key")
  • ssh_allowed_hosts - SSH allowed hosts for GIT connection (opscontrol_var: "ssh_allowed_hosts)

Network

  • network_cidr - Network CIDR (default value: "10.90.0.0/16")
  • mgmt_subnet_cidr - Management subnet CIDR (default value: "10.90.1.0/26")
  • mgmt_gateway_ip - Management subnet gateway IP (default value: "10.90.1.1")
  • mgmt_reserved_ips - Management subnet reserved IPs (default value: "10.90.1.2-10.90.1.10")
  • dmz_subnet_cidr - DMZ subnet CIDR (default value: "10.90.2.0/26")
  • dmz_gateway_ip - DMZ subnet gateway IP (default value: "10.90.2.1")
  • dmz_reserved_ips - DMZ subnet reserved IPs (default value: "10.90.2.2-10.90.2.20")
  • services_subnet_cidr - Services subnet CIDR (default value: "10.90.4.0/22")
  • services_gateway_ip - Services subnet gateway IP (default value: "10.90.4.1")
  • services_reserved_ips - Services subnet reserved IPs (default value: "10.90.4.2-10.90.4.20")
  • cf_subnet_cidr - CF subnet CIDR (default value: "10.90.16.0/22")
  • cf_gateway_ip - CF subnet gateway IP (default value: "10.90.16.1")
  • cf_reserved_ips - CF subnet reserved IPs (default value: "10.90.16.2-10.90.16.20")
  • k8s_subnet_cidr - K8s subnet CIDR (default value: "10.90.32.0/22")
  • k8s_gateway_ip - K8s subnet gatteway IP (default value: "10.90.32.1")
  • k8s_reserved_ips - K8s subnet reserved IPs (default value: "10.90.32.2-10.90.32.20")
  • k8s_public_subnet_cidr - K8s public subnet CIDR (default value: "10.90.48.0/22")

Extension ops files

  • extensions_bucket_name - Bucket name for extension ops files (default = "")
  • extensions_bosh_directory - Directory name for bosh extension ops files in extensions bucket (default = "$PROVIDER/env/cb-bosh-deployment")
  • extensions_bosh_properties - Properties filename for extension ops (default = "bosh.properties")
  • extensions_dns_directory - Directory name for dns extension ops files in extensions bucket (default = "$PROVIDER/env/cb-dns-deployment")
  • extensions_dns_properties - Properties filename for extension ops (default = "dns.properties")
  • extensions_prometheus_directory - Directory name for prometheus extension ops files in extensions bucket (default = "$PROVIDER/opscontrol/cb-prometheus-deployment")
  • extensions_prometheus_properties - Properties filename for extension ops (default = "prometheus.properties")