Skip to content
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

add wazuh agent to dev #386

Merged
merged 1 commit into from
Feb 26, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 41 additions & 2 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ jobs:
resource: terraform-yaml-development
trigger: true
- get: general-task
- get: wazuh-agent
trigger: true
- task: logsearch-manifest
image: general-task
config: &manifest-config
Expand Down Expand Up @@ -244,6 +246,11 @@ jobs:
- secureproxy-release/*.tgz
stemcells:
- logsearch-platform-stemcell-jammy/*.tgz
ops_files:
- wazuh-agent/ops/add-wazuh-agent.yml
vars:
environment: dev
wazuh_server_address: wazuh-server.service.cf.internal
on_failure:
put: slack
params:
Expand Down Expand Up @@ -370,7 +377,16 @@ jobs:
CF_PASSWORD: ((cf-password-staging))
CF_SYSTEM_DOMAIN: ((cf-system-domain-staging))
- put: logsearch-platform-staging-deployment
params: *deploy-params-platform
params:
manifest: logsearch-manifest/manifest.yml
releases:
- logsearch-release/*.tgz
- logsearch-for-cloudfoundry-release/*.tgz
- prometheus-release/*.tgz
- oauth2-proxy-release/*.tgz
- secureproxy-release/*.tgz
stemcells:
- logsearch-platform-stemcell-jammy/*.tgz
on_failure:
put: slack
params:
Expand Down Expand Up @@ -492,7 +508,16 @@ jobs:
CF_PASSWORD: ((cf-password-production))
CF_SYSTEM_DOMAIN: ((cf-system-domain-production))
- put: logsearch-platform-production-deployment
params: *deploy-params-platform
params:
manifest: logsearch-manifest/manifest.yml
releases:
- logsearch-release/*.tgz
- logsearch-for-cloudfoundry-release/*.tgz
- prometheus-release/*.tgz
- oauth2-proxy-release/*.tgz
- secureproxy-release/*.tgz
stemcells:
- logsearch-platform-stemcell-jammy/*.tgz
on_failure:
put: slack
params:
Expand Down Expand Up @@ -815,6 +840,20 @@ resources:
region_name: ((concourse-varz-bucket-region))
bucket: ((concourse-varz-bucket))
versioned_file: ((name)).yml
- name: wazuh-agent
type: git
source:
branch: main
commit_verification_keys: ((cloud-gov-pgp-keys))
git_config:
- name: "user.name"
value: "cg-ci-bot"
- name: "user.email"
value: "[email protected]"
paths: [ops/add-wazuh-agent.yml]
private_key: ((cg-ci-bot-sshkey.private_key))
uri: [email protected]:cloud-gov/wazuh-agent.git
username: cg-ci-bot
resource_types:
- name: registry-image
type: registry-image
Expand Down