ctubbsii commented on a change in pull request #429:
URL: https://github.com/apache/fluo-muchos/pull/429#discussion_r780043640
##########
File path: conf/muchos.props.example
##########
@@ -18,7 +18,7 @@
cluster_type = ec2
# Cluster user name (install command will SSH to cluster using this user)
# Leave default below if launching cluster in AWS
-cluster_user = centos
+cluster_user = fedora
Review comment:
The default user name depends on the AMI, and is not generally something
we choose. The default user for Fedora AMIs is documented to be "fedora", and
the default user for CentOS AMIs is documented to be "centos". This is the user
whose home directory is injected with the SSH public key specified at launch
time. For cloud-init enabled images, this can be overridden by passing
cloud-config userdata at launch time, but we're currently not doing that for
Muchos, so the configured user has to match the documented default user for the
AMI we've selected.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]