Skip to content

Commit

Permalink
add /run/ospl path to kueyen, antu, andes, & pillan nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Nov 6, 2020
1 parent f0243b6 commit 4213f3c
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
9 changes: 9 additions & 0 deletions hieradata/cluster/andes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,12 @@ yum::repos:
baseurl: "https://repo-nexus.lsst.org/nexus/repository/dell/"
gpgcheck: false
target: "/etc/yum.repos.d/dell.repo"

files:
# opensplice daemons/client running in pods as `saluser` use hostPath to share a
# path to a unix domain socket
/run/ospl:
ensure: "directory"
owner: 73006
group: 73006
mode: "0755"
9 changes: 9 additions & 0 deletions hieradata/cluster/antu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,12 @@ sysctl::values::args:
net.core.default_qdisc:
value: "fq"
target: *tcpip

files:
# opensplice daemons/client running in pods as `saluser` use hostPath to share a
# path to a unix domain socket
/run/ospl:
ensure: "directory"
owner: 73006
group: 73006
mode: "0755"
9 changes: 9 additions & 0 deletions hieradata/cluster/kueyen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,12 @@ yum::repos:
baseurl: "https://repo-nexus.lsst.org/nexus/repository/dell/"
gpgcheck: false
target: "/etc/yum.repos.d/dell.repo"

files:
# opensplice daemons/client running in pods as `saluser` use hostPath to share a
# path to a unix domain socket
/run/ospl:
ensure: "directory"
owner: 73006
group: 73006
mode: "0755"
9 changes: 9 additions & 0 deletions hieradata/cluster/pillan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,12 @@ yum::repos:
gpgcheck: false
target: "/etc/yum.repos.d/dell.repo"
profile::core::kernel::version: "3.10.0-1127.8.2.el7.x86_64"

files:
# opensplice daemons/client running in pods as `saluser` use hostPath to share a
# path to a unix domain socket
/run/ospl:
ensure: "directory"
owner: 73006
group: 73006
mode: "0755"

0 comments on commit 4213f3c

Please sign in to comment.