dcos-install-bootstrap-remote-exec

dcos-terraform/dcos-install-bootstrap-remote-exec/null

Terraform Module HCL NULL

Install bootstrap node

Install
module "dcos-install-bootstrap-remote-exec" {
source = "dcos-terraform/dcos-install-bootstrap-remote-exec/null"
version = "0.1.1"
}
plain text: /constructs/tfmod-dcos-terraform-dcos-install-bootstrap-remote-exec-null/install.txt
⭐ Source on GitHub 📦 Registry page
README

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

Inputs (50)
NameTypeDescriptionDefault
dcos_master_listanystatically set your master nodes (not recommended but required with exhibitor_st""
dcos_rexray_configanyThe REX-Ray configuration method for enabling external persistent volumes in Mar""
dcos_aws_template_storage_bucketanythe aws CloudFormation bucket name (optional)""
dcos_aws_template_storage_secret_access_keyanythe aws secret key for the CloudFormation template (optional)""
dcos_bouncer_expiration_auth_token_daysany[Enterprise DC/OS] Sets the auth token time-to-live (TTL) for Identity and Acces""
dcos_zk_agent_credentialsany[Enterprise DC/OS] set the ZooKeeper agent credentials (recommended)""
dcos_docker_remove_delayanyThe amount of time to wait before removing stale Docker images stored on the age""
dcos_public_agent_listanystatically set your public agents (not recommended)""
dcos_ca_certificate_chain_pathany[Enterprise DC/OS] Path (relative to the $DCOS_INSTALL_DIR) to a file containing""
dcos_ip_detect_contentsanyAllows DC/OS to detect your private address. Use this to pass this as an input t""
dcos_adminrouter_tls_cipher_suiteany[Enterprise DC/OS] Indicates whether to allow web browsers to send the DC/OS aut""
dcos_cluster_nameanysets the DC/OS cluster name""
dcos_num_mastersanyset the num of master nodes (required with exhibitor_storage_backend set to aws_""
dcos_adminrouter_tls_1_1_enabledanyIndicates whether to enable TLSv1.1 support in Admin Router. (optional)""
dcos_cluster_docker_credentials_enabledanyIndicates whether to pass the Mesos --docker_config option to Mesos. (optional)""
dcos_zk_master_credentialsany[Enterprise DC/OS] set the ZooKeeper master credentials (recommended)""
dcos_custom_checksanyCustom installation checks that are added to the default check configuration pro""
dcos_dns_bind_ip_blacklistanyA list of IP addresses that DC/OS DNS resolvers cannot bind to. (optional)""
dcos_fault_domain_detect_contentsany[Enterprise DC/OS] fault domain script contents. Optional but required if no fau""
dcos_staged_package_storage_urianyWhere to temporarily store DC/OS packages while they are being added. (optional)""
… and 10 more inputs
Outputs (1)
depends — Modules are missing the depends_on feature. Faking this feature with input and output variables
Resources (1)
null_resource
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.1
Cloud NULL
★ Stars1
Forks2
Total downloads91.8k
Inputs50
Outputs1
Resources1
LicenseApache-2.0
Namespacedcos-terraform
Updated