-
Notifications
You must be signed in to change notification settings - Fork 505
METRON-2094 Create CentOS 7 Development Environment #1395
Conversation
|
Any ideas? |
|
@ottobackwards I have never seen that. Be sure to "vagrant destroy -f" in the directory, and even a What directory did you run that in; centos6 or centos7? Does the same error happen for both 6 and 7 or just one of them? And what box images are you using? I am running the following, but I may need to update. The command will show all versions that you have, but when you |
|
I ran from centos7 directory, in a fresh checkout with checkout-pr script. |
|
I removed all my vagrant boxes, I'll run vagrant up again and see |
|
Would you be able to attach your I have updated my VM images and used the I have run this up what feels like a million times without problems, so I am trying to close the gap on what is different between our environments. Thanks @ottobackwards |
|
Sure, I'll do a clean run, I already did a vagrant delete |
|
Ok thanks. Also, try using |
|
I was able to replicate on centos7 after updating my box images and using |
|
The issue is that after the image update for centos/7 to 1902.01, I now need to force the Ambari Agent to use TLS v1.2. I am running up a fix for centos7 now. The centos6 build was not impacted by this. |
|
I am also noticing that the swap space is not being set correctly in the latest CentOS 7 image. Daft |
|
Should I wait, or try current |
|
Hold up until I get this swap space issue fixed. If you don't give it enough swap, services just die randomly, which is fun, but not something I want to put you through. |
|
Maybe that is why HBASE is having issues |
|
The new CentOS 7 image comes with 2G of swap enabled. Our logic only enables swap, if it is off. I needed to change the logic to resize the swap size because we need about 8G (1:1 with memory) for the development environment to behave reasonably. |
|
I have fixed all the problems that were caused by the updates in the latest image of centos7; 1902.01. I have successfully re-tested all of the latest changes against the latest images for both 6 and 7. |
|
I'll re-test this morning |
|
+1, ran up both environments, checked all the ui and status. |
|
lgtm @nickwallen. Between your and @ottobackwards 's manual validation, I'm +1 via inspection. |
|
Thanks for the reviews |


This creates another development environment for CentOS 7. This work is a prerequisite for supporting HDP 3.1. This co-exists with the other existing environments. After some period of time, I see this replacing the CentOS 6 environment.
Known Issues
There is currently a bug with the Ubuntu 14 environment in apache/master. I have created METRON-2095 to track the problem. This prevents me from fully testing the Ubuntu environment. I have done what I can in this PR to ensure that the Ubuntu environment will continue to work once that bug is addressed.
Testing
Launch the CentOS 7 development environment.
Launch the CentOS 6 development environment.
Launch the Ubuntu 14 development environment.
Pull Request Checklist