-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to start nginx.service in sonar virtual box because of .PEM cert is not available. #8
Comments
Hi! Thanks for filling this issue. I'll take a closer look late this week. If you already have figured out a fix, I'll gladly merge your PR. :) |
Hi Ricardo Zanini,
Thanks for your reply. I am debugging the issue, If I
fixed the issue, I will inform you.
Thanks,
Dhanasekar
…On Mon, Jul 15, 2019 at 8:58 PM Ricardo Zanini ***@***.***> wrote:
Hi! Thanks for filling this issue. I'll take a closer look late this week.
If you already have figured out a fix, I'll gladly merge your PR. :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8?email_source=notifications&email_token=AMHB6B7JQ2IKBGBO6WOOW4TP7SJRDA5CNFSM4ICAORW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZ6BWWY#issuecomment-511449947>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMHB6B7FZ4QZAQ2YZD7HCP3P7SJRDANCNFSM4ICAORWQ>
.
|
We can try to upgrade the Sonar version. If you have the time, please let me know the outcomes. |
I am new Ansible automation project. How much time will it take?. I am keen
to help you.
…On Tue, Jul 16, 2019 at 4:53 PM Ricardo Zanini ***@***.***> wrote:
We can try to upgrade the Sonar version. If you have the time, please let
me know the outcomes.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8?email_source=notifications&email_token=AMHB6B4CLNMUCGFFVSLOBI3P7WVSHA5CNFSM4ICAORW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2ARIQA#issuecomment-511775808>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMHB6BZEADW2KV5D3JTLSQLP7WVSHANCNFSM4ICAORWQ>
.
|
It's been a long time since I touched this project, but I guess that it's just a small change in the Sonar vagrant section to upgrade the version to the last one: Or you can just replace the |
vagrant-alm project playbook using this |
Yes, that's it. |
After adding
I am getting below build error,
|
That's because this version is too old. You have to upgrade it to a newer one. |
This is my content of
My file has sonar version as |
Hmm no, I guess not. They're in 7.x: :( |
Because of using your Am I correct ? |
I have removed
After that , I am getting below issue. It seems
|
After commenting
Correct me, If I am wrong |
After adding task for unzip installation in
But I am getting new error,
|
After changing encoding to UTF-8, I have solved error in previous thread,
|
I am having a doubt regarding IP address |
I am getting below error,
I have removed firewall on port 9000. Still I am getting error. May be problem with inventory host?. |
Hi Ricardo, I have debugged and found that
Please provide your comments. |
Hi Ricardo, I am observing
Because of sonar failure, sonar is not available at port 9000 |
Hi Ricardo, I have been waiting for your input. |
Hi Ricardo, Now I have progressed to deployment stage in VLM Automation lab. In Your soccer-stats project, geerlingguy.role is not available in
Can you please add |
Hi! I'm sorry to not give you the attention that you need. :( I'm with my hands full of work and I can't get to this right now. You can clone the repo and add yourself the roles to see if this works. :) |
Actually, I have cloned the repo into VirtualBox. But Jenkins Pipeline is not taking the local repo and downloading source from git. I have used If you have any workaroung, Please provide me. |
You can fork the repo and upload your changes there. Then just configure Jenkins to pull from your fork instead. |
I have created the Fork and added
Same error, I am observing in AnsibleTower Portal also. I have mentioned full path location of geerlingguy.java in playbook.yml. But it is not working |
Hi Ricardo, Can I use Please provide your comments. |
Sure! Go ahead. |
Hi Ricardo, In Artifact stage, I am getting error in repository declaration. I am getting below error,
I have solved this issue by changing repository to “maven-release” instead of “ansible-meet”. Like this
Is it right way to solve the issue?. Will it impact in deployment stage? |
@jdhanasekar How did you download the latest version of Sonar ? |
i was facing some issue in Sonar part. So, I have dropped the sonar part, because it was not need to me at development phase... |
SUMMARY
I am new to ANSIBLE. I am building my automation system with Ansible.
With this article as referece "https://www.redhat.com/en/blog/integrating-ansible-jenkins-cicd-process" and I have downloaded vagrant-alm-master source from this location "https://github.com/ricardozanini/vagrant-alm"
After entering command "vagrant up", I am getting below issue.
Vagrant build process stopped because of nginx service is not started in sonar virtual box.
Vagrant build process able to produce TOWER and JENKINS virtual box without error.
I have entered into sonar virtual box by giving this command " vagrant up sonar_box". I have observed that nginx service is not started because of "sonar.local.pem" certificate unavailable at this location "/etc/ssl/sonar.local/" . I am getting below error for nginx status
I have observed "sonar.local" folder is not created under "/etc/ssl" in SONAR virtual box.
I have commented SSL certification path in the below roles, but it is not fixing the issue,
1.lean_delivery.sonarqube
2.nginxinc.nginx
ISSUE TYPE
COMPONENT NAME
1.lean_delivery.sonarqube
2.nginxinc.nginx
3.geerlingguy.sonar
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
OS: Ubuntu 18.04
STEPS TO REPRODUCE
FYR, I have shared my alm.yaml file
EXPECTED RESULTS
Build process should pass.
Should created SONAR virtual box completely without error
NGINX service should start in SONAR virtual box
ACTUAL RESULTS
Build process is failing
SONAR virtual box is not creating completely
NGINX service is not starting in SONAR virtual box because of sonar.local.pem certificate is not available .
The text was updated successfully, but these errors were encountered: