bin/cloudstrap in cloudstrap-0.41.4.pre vs bin/cloudstrap in cloudstrap-0.42.0.pre

- old
+ new

@@ -38,14 +38,14 @@ BOOTSTRAP_AMI_OWNER=#{config.ami_owner} BOOTSTRAP_UBUNTU_RELEASE=#{config.ubuntu_release} BOOTSTRAP_INSTANCE_TYPE=#{config.instance_type} BOOTSTRAP_SSH_DIR=#{config.ssh_dir} BOOTSTRAP_SSH_USERNAME=#{config.ssh_username} -BOOTSTRAP_HDP_DIR=#{config.hdp_dir} -BOOTSTRAP_HDP_BOOTSTRAP_ORIGIN=#{config.hdp_origin} -BOOTSTRAP_HDP_BOOTSTRAP_VERSION=#{config.hdp_version} -BOOTSTRAP_HDP_BOOTSTRAP_PACKAGE_URL=#{config.hdp_package_url} +BOOTSTRAP_HCP_DIR=#{config.hcp_dir} +BOOTSTRAP_HCP_BOOTSTRAP_ORIGIN=#{config.hcp_origin} +BOOTSTRAP_HCP_BOOTSTRAP_VERSION=#{config.hcp_version} +BOOTSTRAP_HCP_BOOTSTRAP_PACKAGE_URL=#{config.hcp_package_url} BOOTSTRAP_PROPERTIES_SEED_URL=#{config.bootstrap_properties_seed_url} # Cached Configuration # These settings can be overridden via ENV only @@ -78,10 +78,10 @@ # Route to Internet via Gateway? #{agent.default_route} # Route to Gateway via NAT? #{agent.nat_route} # Route to NAT Gateway from Private Subnets? #{agent.configure_nat_routes} # SSH Allowed to Jumpbox? #{agent.allow_ssh} # SSH Key uploaded to AWS? #{agent.upload_ssh_key} -# HDP bootstrap.properties configured? #{agent.configure_hdp} +# HCP bootstrap.properties configured? #{agent.configure_hcp} # Jumpbox Tagged? #{agent.tag_jumpbox} # Jumpbox Running? #{agent.jumpbox_running?} EOS