Configure helm to connect to nexus - nexus

I searched on internet to find a tutorial to connect helm with nexus, without success.
DO you know a tutorial who can help me to do that ?
i found that one
but they dont tell how to configure a registery on nexus to add helm packages .
Thank in advance for your help

UPDATE: As of 3.21 (deployed 2020-02-18), Helm is automatically in NXRM3 and connection steps are documented on https://help.sonatype.com/display/NXRM3/Helm+Repositories rather than in GitHub since it's no longer a plugin. The below will just be used for older instances and anyone making their own modifications to the plugin not using NXRM internal codebase.
https://github.com/sonatype-nexus-community/nexus-repository-helm/blob/master/README.md I believe is what you're looking for.
If you need further help with the plugin, you can try an issue on that project or asking in gitter.

Related

Deploy from GitHub (Use Jenkins and Nginx)

I want ask the question.
I want to deploy from github to nginx server using jenkins. Maybe you can help me with this? When i try to add in Jenkins setting Publish over SSH i have error
jenkins.plugins.publish_over.BapPublisherException: Failed to add SSH key. Message [invalid privatekey: [B#2a8ec46d]
I just started to study these technologies and most likely I am doing something wrong. Maybe i need configure my nginx files?
Also please tell me something links maybe with Guid how to deploy from GitHub using Jenkins and Nginx.
check this question from StackOverflow, someone faced the same problem and solution provided.
Check first (in addition of my old answer already mentioned) if you need to add to your SSH daemon config file (/etc/ssh/sshd_config), as seen in jenkinsci/publish-over-ssh-plugin issue 94:
PubkeyAuthentication yes
PubkeyAcceptedKeyTypes=+ssh-rsa

How to deploy symfony rest api project in hosting without third-party applications?

I am trying to deploy symphony api project in hosting.
Until now, all the projects I have done have been pure php, uploading to hosting is simple and everything always works perfectly.
The situation with symfony is tragic and impossible for me, uploading the code just does not work.
I'm really very disappointed with the framework... deploying react, angular is so easy and here it's just ridiculously impossibly hard...
My question is not specific but I'm sure if there is a good answer it will be useful for thousands like me!
Can someone help me with this please? Any tutorial, video etc.
For 3 days I have been searching for information on Google and YouTube from morning to night all day like crazy.
I would appreciate it if someone could just send me a link to a blog tutorial or a video that works without third party applications. I am really tired...
Symfony is alive and well, just had a major developer conference in Paris days ago. Symfony has a new minor release every 6 months, a new version 6.2 will be released in the coming days.
Just make sure to follow the information for deployment linked above as well as the setup requirements: https://symfony.com/doc/current/setup.html#symfony-tech-requirements. Perhaps you are trying to run Symfony 6.1 with PHP lower than 8.1?
As to other backend frameworks like Laravel (which is based in part on Symfony): Almost everything in PHP land nowadays is using Composer for easy installation. Any hosting environment that provides SSH access should allow you to setup/use Composer.
A common pipeline to roll out projects can be IDE > GitHub > server. You can however use SFTP as well, just make sure that the program you are using follows the .gitignore file and doesn't try to upload everything. Afterwards run Composer and Yarn/NPM to install everything that your project needs.
the whole problem was in the version of composer, which is 1.0.0 in the hosting, which creates hundreds of errors and it is simply impossible to install the project written on the latest version.
All I had to do was manually install the latest version of composer on the hosting.
Then I install the project using the composer phar file
php ~/composer.phar install
instead of the default one which from the hosting is the oldest version 1.0.0 and bring impossible to fix problems.
If anyone has a similar problem just check the composer version in the hosting.

HTTPBeat installation on windows 8.1 issue

I'm trying to pump a spring-boot app metrics to elasticsearch using Httpbeat ,I'm following this https://aboullaite.me/spring-boot-elastic-kibana/ ,I'm struggling to install httpbeat into my windows machine I installed Go ,but I'm stuck at the glide installation, is there any alternative that I can use rather than HTTPbeat ,And if you know a clear method rather than the official documentation please help me, I have a demo the next Monday and I'm fully stuck
Try docker install for httpbeat. Go to https://github.com/evanhoucke/httpbeat for more info. Use the docker image evanhoucke/httpbeat.

How to fork/mirror my openshift application source code to a github repo

i have created an open shift wordpress application some times back and i have really a pretty much amount of data in it. I just want to pull the whole source into my github so that i can work on few weird part. Is it possible now to download the source code? i googled and got no luck.
Check this info on the Openshift Forum - https://www.openshift.com/forums/openshift/how-to-keep-a-github-repository-and-an-openshift-repository-in-sync
Add your GitHub repo as another remote and push to there.

Testing openstack services on devstack

I have successfully installed devstack on my machine and I get the horizon dashboard. Now, I don't know what to do with it?? I am suppsed to test the OpenStack Services. I wonder if I should install swift (The same question for Nova and Glance) or it is already done? If I have to install it, could anyone help me with a good tutorial. Fianlly, Could I install it through the dashboard?
Thanks.
Seems like repeat of this question https://ask.openstack.org/en/question/9707/testing-devstack/
Hope it helps.
Cheers!!

Resources