Puppet Open Source connect to PuppetDB or DB? - puppet

I installed Puppet Open Source and I want to read the DB how can I do that and what should I do for it?
I found this git repo:
the PuppetDB GitHub repo but I cant start anything with it.
thanks in advance

You should follow the docs here to install PuppetDB.

Related

dnf cache sync with local repo

I setup dnf-automatic on RHEL 8.6 and set the apply_updates=no in the /etc/dnf/automatic.conf config file. I can see the packages are being stored in cache /var/dnf/cache. I have a local repo and I want to copy these packages into local repo and then rebuild the repodata. What is the best way to go about doing this? Any ideas are appreciated. Thanks.

Katalon integration with gitlab

I have created a project in Gitlab and then enbled the git integration in katalon studio.
Then while trying to clone the project, getting the following error.
Could you please help me to solve this issue and let em know if you any more information on this..
Enabling git integration might not be enough.
According to this guide which you have to read, in order to integrate Gitlab you have to download and setup a GitLab runner.
In your specific case, however, it sounds more like a network issue. Assuming you checked that URL is correct, and that you are connected to internet and everything, you might try the following git command (see also this):
git config --global http.sslVerify false
Note: this forces git to use https authentication in all your repos. If this unblocks you, I'd strongly suggest to revert to ssl and disable it only for your cloned repo.

openbravo 3.0 erp - Can any one have source code link of openbravo

I want to do setup of Openbravo in my local . I want java source code link and all required information for set up . Please guide/Help me .
Anand,
I'm not sure whether OpenBravo has been willing to share their source. The project has been around awhile. Perhaps an older version is available. Try sourceforge: https://sourceforge.net/projects/openbravo/files/?source=navbar
You can follow this link Setup_Eclipse_Openbravo to setup locally.
The source can be cloned using the below command.
hg clone https://code.openbravo.com/erp/devel/main openbravo
Note: You should have a look at the Development Stack first.
please use the git command
#git clone https://gitlab.com/openbravo/product/openbravo
or Download from https://gitlab.com/openbravo/product/openbravo

How do i extend the time for a gitlab import command?

While using the latest gitlab i tried to import an old repository from an older gitlab server using the handy import function on the newer box. However, after entering all details (which went fine with all other smaller repositories) it failed, due to remote hung up.
First: Do i need to configure something on the old server, if so what?
Second: How do i extend the timeout on the newer server, if that is of any help?
It says:
Import repository
The repository could not be imported.
Cloning into bare repository '/var/opt/gitlab/git-data/repositories/<group-name>/<repo-name>.git'...
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
Thank you for any help.
I found out, it was a unicorn timeout on the old server. I fixed it with editing /home/git/gitlab/config/unicorn.rb setting timeout=360.
Do not forget to restart using service gitlab restart.
Thanks for your attention. Hope this helps someone else in the future.

Foresight linux repo needs to be rebuild

We have a serious problem with foresight linux. As we know it, foresight has no support due to the conary package method which is shutdown now. However in our application the build fails because the online repo is not reachable (rpath).
This is the error we get during build:
Error occurred opening repository http://foresight.rpath.org/conary/: Connection refused
So we found a way to get a list of conary packages on the local server as a dump(from git - mirror of conary repo).
Now we are really not sure on how and where to update foresight Linux to look over new repo path instead of foresight.rpath.org/conary.
The fact is that we would not expect any major upgrade or update on the packages. This is to let build run without getting exit saying online repo issue, so that we can plan and manage until the application gets completely migrated.
You can edit the repo list by yourself, the path is
cat /etc/apt/sources.list

Resources