dlmarion edited a comment on pull request #185:
URL: https://github.com/apache/accumulo-testing/pull/185#issuecomment-1030174889


   Some changes need to be made after testing with @DomGarguilo. These are due 
to differences in the AMI that I used for initial testing and the one he is 
using (stock Centos7) and also a difference in the environment. 
   
   1. in cloud-init runcmd, install `epel-release` before installing the 
`pdsh-mod-genders` RPM
   2. add a variable for the S3 bucket name, it has to be globally unique (or 
maybe just generate a UUID)
   3. make adding/setting up DNS configurable
   4. make using public ip / private ip configurable in connection blocks
   5. yum install git in the cloud-init packages section
   6. Add `--no-check-certificate` to all `wget` commands in 
install_software.sh. Trying to download Apache Maven currently yields:
   ```
   --2022-02-04 17:22:06--  
https://dlcdn.apache.org/maven/maven-3/3.8.4/binaries/apache-maven-3.8.4-bin.tar.gz
   Resolving dlcdn.apache.org (dlcdn.apache.org)... 151.101.2.132, 
2a04:4e42::644
   Connecting to dlcdn.apache.org (dlcdn.apache.org)|151.101.2.132|:443... 
connected.
   ERROR: cannot verify dlcdn.apache.org's certificate, issued by 
'/C=US/O=Let's Encrypt/CN=R3':
     Issued certificate has expired.
   To connect to dlcdn.apache.org insecurely, use `--no-check-certificate'.
   ```


-- 
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]


Reply via email to