dcos-install-bootstrap-remote-exec
dcos-terraform/dcos-install-bootstrap-remote-exec/null
Install bootstrap node
DC/OS bootstrap remote exec install ============ This module creates the DC/OS installation and configuration on a bootstrap node. EXAMPLE ------- ``hcl module "dcos-bootstrap-install" { source = "dcos-terraform/dcos-install-bootstrap-remote-exec/null" # version = "~> 0.1.0" bootstrap_ip = "${module.dcos-infrastructure.bootstrap.public_ip}" bootstrap_private_ip = "${module.dcos-infrastructure.bootstrap.private_ip}" os_user = "${module.dcos-infrastructure.bootstrap.os_user}" # Only allow upgrade and install as installation mode dcos_install_mode = "install" dcos_bootstrap_port = "80" dcos_cluster_name = "${var.cluster_name}" dcos_version = "${var.dcos_version}" dcos_ip_detect_public_contents = /dev/null)" REGION=$(echo $METADATA | grep -Po "\"region\"\s+:\s+\"(.?)\"" | cut -f2 -d:) ZONE=$(e
| Name | Type | Description | Default |
|---|---|---|---|
| dcos_master_list | any | statically set your master nodes (not recommended but required with exhibitor_st | "" |
| dcos_rexray_config | any | The REX-Ray configuration method for enabling external persistent volumes in Mar | "" |
| dcos_aws_template_storage_bucket | any | the aws CloudFormation bucket name (optional) | "" |
| dcos_aws_template_storage_secret_access_key | any | the aws secret key for the CloudFormation template (optional) | "" |
| dcos_bouncer_expiration_auth_token_days | any | [Enterprise DC/OS] Sets the auth token time-to-live (TTL) for Identity and Acces | "" |
| dcos_zk_agent_credentials | any | [Enterprise DC/OS] set the ZooKeeper agent credentials (recommended) | "" |
| dcos_docker_remove_delay | any | The amount of time to wait before removing stale Docker images stored on the age | "" |
| dcos_public_agent_list | any | statically set your public agents (not recommended) | "" |
| dcos_ca_certificate_chain_path | any | [Enterprise DC/OS] Path (relative to the $DCOS_INSTALL_DIR) to a file containing | "" |
| dcos_ip_detect_contents | any | Allows DC/OS to detect your private address. Use this to pass this as an input t | "" |
| dcos_adminrouter_tls_cipher_suite | any | [Enterprise DC/OS] Indicates whether to allow web browsers to send the DC/OS aut | "" |
| dcos_cluster_name | any | sets the DC/OS cluster name | "" |
| dcos_num_masters | any | set the num of master nodes (required with exhibitor_storage_backend set to aws_ | "" |
| dcos_adminrouter_tls_1_1_enabled | any | Indicates whether to enable TLSv1.1 support in Admin Router. (optional) | "" |
| dcos_cluster_docker_credentials_enabled | any | Indicates whether to pass the Mesos --docker_config option to Mesos. (optional) | "" |
| dcos_zk_master_credentials | any | [Enterprise DC/OS] set the ZooKeeper master credentials (recommended) | "" |
| dcos_custom_checks | any | Custom installation checks that are added to the default check configuration pro | "" |
| dcos_dns_bind_ip_blacklist | any | A list of IP addresses that DC/OS DNS resolvers cannot bind to. (optional) | "" |
| dcos_fault_domain_detect_contents | any | [Enterprise DC/OS] fault domain script contents. Optional but required if no fau | "" |
| dcos_staged_package_storage_uri | any | Where to temporarily store DC/OS packages while they are being added. (optional) | "" |
| … and 10 more inputs | |||
depends — Modules are missing the depends_on feature. Faking this feature with input and output variables