Skip to content

Common configuration

Parameters

  • infrastructure_state_bucket_name - Infrastructure state bucket name (ex. "infrastructure-state.env1.aws.ci.cloudboostr.com"},
  • jumpbox_private_key - Jumpbox private key variable (forstress_var: "jumpbox_private_key"},

  • backups_bucket_name - Bucket name for backups (ex. "backups.aws.ci.cloudboostr.com"},

  • docker_password - Docker repository password (ex. ""},

  • docker_username - Docker repository username (ex. ""},
  • docker_url - (forstress_var: "registry_url"},

  • opscontrol_dns_public_ip - (ex. "dns_instance_public_ip"},

  • dns_instance_public_ip - (ex. "34.250.150.237"},
  • env_base_domain - (ex. "env1.aws.ci.cloudboostr.com"},

  • elasticsearch_port - ELK port (ex. "9200"},

  • elasticsearch_host - ELK host (forstress_var: "syslog_host"},

  • syslog_host - ELK syslog ingestor host (forstress_var: "syslog_host"},

  • syslog_port - ELK syslog ingestor port (forstress_var: "syslog_port"},

  • consul_ip - Consul (prometheus in env) IP adress (forstress_var: "consul_ip"},

  • concourse_url - Concourse URL (forstress_var: "concourse_url"},

  • uaa_url - UAA in OpsControl URL (forstress_var: "uaa_url"},

  • ssh_allowed_hosts - Allowed hosts for SSH (allow insecure) (forstress_var: "ssh_allowed_hosts"},

Example

[
    {"name": "infrastructure_state_bucket_name", "value": "infrastructure-state.env1.aws.ci.cloudboostr.com"},
    {"name": "jumpbox_private_key", "opscontrol_var": "jumpbox_private_key"},

    {"name": "backups_bucket_name", "value": "backups.aws.ci.cloudboostr.com"},

    {"name": "docker_password", "value": ""},
    {"name": "docker_username", "value": ""},
    {"name": "docker_url", "opscontrol_var": "registry_url"},

    {"name": "opscontrol_dns_public_ip", "opscontrol_var": "dns_instance_public_ip"},
    {"name": "dns_instance_public_ip", "value": "34.250.150.237"},
    {"name": "env_base_domain", "value": "env1.aws.ci.cloudboostr.com"},

    {"name": "elasticsearch_port", "value": "9200"},
    {"name": "elasticsearch_host", "opscontrol_var": "syslog_host"},

    {"name": "syslog_host", "opscontrol_var": "syslog_host"},
    {"name": "syslog_port", "opscontrol_var": "syslog_port"},

    {"name": "consul_ip", "opscontrol_var": "consul_ip"},

    {"name": "concourse_url", "opscontrol_var": "concourse_url"},
    {"name": "uaa_url", "opscontrol_var": "uaa_url"},

    {"name": "ssh_allowed_hosts", "opscontrol_var": "ssh_allowed_hosts"}
]