Re: [go-cd] Mount .ssh from EFS to the container (from the image gocd/gocd-server:v22.3.0)

2024-04-27 Thread Satya Elipe
t;, I'm not sure whether I'm still missing something here. Many thanks Satya On Thu, Apr 25, 2024 at 3:31 PM Sriram Narayanan wrote: > > > On Thu, Apr 25, 2024 at 10:16 PM Satya Elipe > wrote: > >> Hi all >> >> Wonder, what's the way around to mount .ssh fr

Re: [go-cd] Elastic agents plugin usage

2024-04-25 Thread Satya Elipe
the third. Attached is the snippet from the dashboard. Please let me know if I have not covered any point or if you need more details on any specific thing, thank you. Regards Satya On Thu, Apr 25, 2024 at 3:21 PM Sriram Narayanan wrote: > > > On Thu, Apr 25, 2024 at 10:01 PM Satya E

[go-cd] Mount .ssh from EFS to the container (from the image gocd/gocd-server:v22.3.0)

2024-04-25 Thread Satya Elipe
Hi all Wonder, what's the way around to mount .ssh from EFS into the gocd base container (from the image gocd/gocd-server:v22.3.0). We have saved all our content into EFS under /godata and maps that into the container as /godata. We are using gocd/gocd-server:v22.3.0. It all runs good,

[go-cd] Elastic agents plugin usage

2024-04-25 Thread Satya Elipe
Hi All I'm encountering some issues with the way Elastic agents are launched, assigned, and terminated. Despite setting the maximum agent count to two, both agents launch sequentially, with only the first being assigned to the job. Here's where it gets tricky: when the staging job completes and

Re: [go-cd] "/godata/db/h2db/cruise.mv.db" is locked

2024-04-25 Thread Satya Elipe
Sure, I will. Thank you . On Thu, Apr 25, 2024 at 2:56 PM Sriram Narayanan wrote: > > > On Thu, Apr 25, 2024 at 9:53 PM Satya Elipe wrote: > >> Thank you, Sriram. >> >> >> I managed to launch the new container alongside the old one. >> > > Good

Re: [go-cd] "/godata/db/h2db/cruise.mv.db" is locked

2024-04-25 Thread Satya Elipe
? Thanks in advance ! On Tue, Apr 23, 2024 at 4:13 PM Sriram Narayanan wrote: > > > On Tue, Apr 23, 2024 at 10:22 PM Satya Elipe > wrote: > >> Hi All >> >> I'm dockerizing our static/standalone GoCD server. >> >> Hence copied the content from the stat

[go-cd] "/godata/db/h2db/cruise.mv.db" is locked

2024-04-23 Thread Satya Elipe
Hi All I'm dockerizing our static/standalone GoCD server. Hence copied the content from the static GoCD server to EFS and mounted that EFS content into the container (GoCD server container). And with that, container starts and runs but it can't fetch any data, and I see the below in the log:

Re: [go-cd] Help Needed with GoCD Docker Setup and cruise-config.xml Configuration

2024-04-11 Thread Satya Elipe
n the base image's entrypoint # Switch back to the GoCD user for safety USER go # Volumes where GoCD expects data to persist, you will mount your EFS to these locations VOLUME ["/var/lib/go-server", "/etc/go"] # Expose ports EXPOSE 8153 8154 # The ENTRYPOINT from the base image

Re: [go-cd] Help Needed with GoCD Docker Setup and cruise-config.xml Configuration

2024-04-11 Thread Satya Elipe
4/gocd/templates/gocd-server-deployment.yaml#L122-L124 > That will put all logs, artifacts, databases and config on your volume. > Some folks decide to also mount /home/go if they want to use external > storage for things like Git SSH keys or other shell defaults affecting the > *go* us

[go-cd] Help Needed with GoCD Docker Setup and cruise-config.xml Configuration

2024-04-10 Thread Satya Elipe
Dear GoCD Support Team, I hope this message finds you well. I am currently encountering an issue with setting up GoCD on Docker and specifically with configuring the cruise-config.xml file to be recognized correctly in my setup. Despite following the official documentation and trying various

Re: [go-cd] Agent docker image

2023-11-14 Thread Satya Elipe
server instance ( artifacts, configuration, logs) - sending logs to cloud watch Satya] Yes, mostly set up is the same, but just that whether H2DB or RDS . Thank you Satya On Fri, Nov 10, 2023 at 4:31 PM Sriram Narayanan wrote: > > > On Sat, 11 Nov 2023 at 12:00 AM, Satya Elipe >

[go-cd] Docker Elastic agent plugin .jar location (to run it in the ECS)

2023-11-13 Thread Satya Elipe
Hi All Im containerizing my standalone GoCD server v22.3.0 with elastic agents, and looking for the elastic agents plugin jar file location for the version that works with server version v22.3.0 and use it in the container something like: docker run -d -p 8153:8153 -p 8154:8154 \ -v

[go-cd] Agent docker image

2023-11-10 Thread Satya Elipe
Hi All Any recommendation for go-agent docker image like we have for go-server (gocd/go-server:v22.3.0) ? We are dockerizing a stand-alone g-server runs as an ec2 at the moment but would like to move it to ECS. any inputs will be appreciated. Many thanks Satya -- You received this message

Re: [go-cd] Where can I find the end-of-support documentation for GoCD releases?

2023-11-10 Thread Satya Elipe
y to be very low > risk/impact given the slow rate of change in GoCD over the last year. > > -Chad > > On Wed, 8 Nov 2023, 00:50 Satya Elipe, wrote: > >> Hi All >> >> We are currently on GoCD version 22.3.0 and wonder when is the right time >> to upgrad

[go-cd] Where can I find the end-of-support documentation for GoCD releases?

2023-11-07 Thread Satya Elipe
Hi All We are currently on GoCD version 22.3.0 and wonder when is the right time to upgrade, so the documentation for end-of-support dates would be a help here, many thanks. Regards Satya -- You received this message because you are subscribed to the Google Groups "go-cd" group. To

[go-cd] Re: Dynamic agents are not getting terminated if the job is cancelled

2022-09-28 Thread Satya Elipe
On Wed, Sep 28, 2022 at 1:11 PM Satya Elipe wrote: > Hi All > Would like to seek some inputs here for the issue that Im facing at > the moment with dynamic agents > > Dynamic agents are not getting terminated when the job is cancelled before > completion due to some

[go-cd] Dynamic agents are not getting terminated if the job is cancelled

2022-09-28 Thread Satya Elipe
Hi All Would like to seek some inputs here for the issue that Im facing at the moment with dynamic agents Dynamic agents are not getting terminated when the job is cancelled before completion due to some job/script issues. They stay back until I terminate them. Wonder if I'm missing something

[go-cd] Elastic Profile in GoCD groovy pipeline

2022-08-05 Thread Satya Elipe
Hi All I'm trying to use elasticProfileId in the same way as mentioned in here: ` https://github.com/gocd/pr-pipelines-workflow/blob/master/.gocd/build.gocd.groovy` Here is my code snippet, for some reason it doesn't take any effect and I do not receive any request to launch the instance in the

Re: [go-cd] A new elastic agent is created for every 2 mins.

2022-07-14 Thread Satya Elipe
It would be great to have inputs from an author or anyone from https://github.com/iriusrisk/GoCD-EC2-Elastic-Agent-Plugin. @iriusrisk ? Many thanks in advance. Satya On Thu, Jul 14, 2022 at 4:58 PM Satya Elipe wrote: > Also, to add: > > "Check agent status" from the job gi

Re: [go-cd] Associate job with an elastic agents

2022-07-08 Thread Satya Elipe
I see that definition in here, will try that out and let you know, thank you https://docs.gocd.org/current/gocd_on_kubernetes/sample_pipelines_explained.html Regards Satya On Fri, Jul 8, 2022 at 12:24 AM Satya Elipe wrote: > Hi All > > Wonder how can we associate a pipeline (

Re: [go-cd] Where is the jobs/pipelines information saved on the GoCD server ?

2022-07-07 Thread Satya Elipe
ult, PostgreSQL and MySQL as options). >- Artifacts and job run logs etc are stored on disk > > -Chad > > On Thu, Jul 7, 2022 at 9:14 PM Satya Elipe wrote: > >> Hi All >> >> Wodering whether the jobs/pipelines information saved on the server as an

[go-cd] Where is the jobs/pipelines information saved on the GoCD server ?

2022-07-07 Thread Satya Elipe
Hi All Wodering whether the jobs/pipelines information saved on the server as an xml/json etc ? Many thanks Satya -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [go-cd] Configure "Elastic agents" on standalone Go server (v21.1.0)

2022-07-05 Thread Satya Elipe
Aravind > > On Sat, Jul 2, 2022 at 10:15 PM Satya Elipe wrote: > >> Hi Chad >> Thank you for the input, appreciate it. >> So, as I mentioned, my server is neither dockerized nor running as a pod >> in the cluster, it's just an amzn2 box running on its own. >> S

Re: [go-cd] Configure "Elastic agents" on standalone Go server (v21.1.0)

2022-07-02 Thread Satya Elipe
a particular elastic profile ID to > essentially tell them which agent container image to run, and what k8s > resources the agents need. > > -Chad > > On Fri, Jul 1, 2022 at 11:53 PM Satya Elipe wrote: > >> Hi All >> >> I would like to know how can we

[go-cd] Configure "Elastic agents" on standalone Go server (v21.1.0)

2022-07-01 Thread Satya Elipe
Hi All I would like to know how can we configure elastic agents for a standalone Go server which is used to CI/CD for our k8s cluster ? Its been brought up long back with two static agents configured to it. As they are static they always run hence need guidence to turn the agents into