Skip to content

Commit

Permalink
updated .shipyard.yml to branch 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shipyard committed Jun 23, 2023
1 parent e1807a5 commit 15d671d
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions .shipyard.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: kazoo-configs-haproxy
base_branch: origin/master
custom_files: null
exposure: private
base_branch: origin/5.3
base_core: null
template: spec.tmpl
package:
Expand All @@ -11,7 +12,7 @@ package:
build_arch: noarch
build_requires:
- rpm-build
summary: Kazoo specific configuration for HAProxy
summary: 'Kazoo specific configuration for HAProxy'
description: |
The Kazoo platform uses HAProxy primarily to proxy connetcions
to the database servers to ensure they are always reachable as
Expand All @@ -22,7 +23,7 @@ package:
list or on IRC at #2600hz on FreeNode.
dist: .el7.centos
requires:
sudo: {}
sudo: { }
source: '%{_build_tar}'
prep: '%setup -q'
install: |
Expand Down Expand Up @@ -52,22 +53,27 @@ package:
- CHANGELOG
- VERSION
config:
- mode: noreplace
-
mode: noreplace
path: /etc/kazoo/haproxy
- mode: noreplace
path: /etc/rsyslog.d/*haproxy*
- mode: noreplace
path: /etc/logrotate.d/*haproxy*
- mode: noreplace
path: /etc/security/limits.d/*haproxy*
-
mode: noreplace
path: '/etc/rsyslog.d/*haproxy*'
-
mode: noreplace
path: '/etc/logrotate.d/*haproxy*'
-
mode: noreplace
path: '/etc/security/limits.d/*haproxy*'
path:
- /usr/sbin/kazoo-haproxy
- /usr/lib/systemd/system/kazoo-haproxy.service
url: http://www.2600hz.org
url: 'http://www.2600hz.org'
vendor: 2600Hz
metapackage:
-
name: meta-kazoo-haproxy
package: kazoo-configs-haproxy
type: required
branch: 'master'
branch: '5.3'
dependencies: null

0 comments on commit 15d671d

Please sign in to comment.