Skip to content

Commit 7bba97a

Browse files
authored
Merge pull request #1981 from lsst-it/IT-6157_add_docker_profile
(role/dimm.yaml) add docker profile
2 parents fd41a60 + 80bd7ed commit 7bba97a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

hieradata/role/dimm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
classes:
33
- "profile::core::common"
4+
- "profile::core::docker"
45
- "profile::core::nfsclient"
56
- "profile::core::yum::lsst_ts_private"
67

spec/hosts/roles/dimm_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
it { is_expected.to compile.with_all_deps }
2121

2222
include_examples('common', os_facts:, site:)
23+
include_examples 'docker'
2324
it { is_expected.to contain_class('profile::core::yum::lsst_ts_private') }
2425
it { is_expected.to contain_package('ts_dimm_app-2.0-1.el8.x86_64') }
2526
it { is_expected.to contain_package('telnet') }

0 commit comments

Comments
 (0)