Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Feat puppet only #73

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
5266e37
echo -> info when checking MODIFIED_CONTENT_FILE
pcfe May 15, 2017
74ca304
fold at 240 columns instead of 80
pcfe May 15, 2017
e134fe6
copy of config.xml but with RPM part removed
pcfe May 14, 2017
fafc741
added one forced puppet run before we start waiting
pcfe May 15, 2017
23df4e4
adjusted copy of buildtestvms.sh
pcfe May 15, 2017
9148467
added off for libvirt to buildtestvms.sh
pcfe Aug 22, 2016
cb38bc5
introduce sleep flag to puppet-done-test.sh
pcfe May 15, 2017
9bf8a6b
adjusted copy of buildtestvms.sh
pcfe May 15, 2017
e929214
wait 30 seconds betwen checks, and wait after instead of before the c…
pcfe May 15, 2017
b8cfea0
as used in testing on home server, add power control
pcfe May 15, 2017
5bd61ed
as used in testing on home server, add power control
pcfe May 15, 2017
1297df0
doc only
pcfe May 14, 2017
537782f
removed tight polling used during testing
pcfe May 16, 2017
fc5b353
Merge branch 'master' of github.com:RedHatSatellite/soe-ci into feat-…
pcfe May 16, 2017
e32d57b
replaced post build action with conditional build step (#69)
jeichler Jun 17, 2017
933767e
SELinux on Jenkins server works just fine
pcfe Jun 25, 2017
0ebca8f
add link to yEd
pcfe Jun 25, 2017
6e28d7a
puppet-only workflow makes this rev 0.4
pcfe Jun 25, 2017
a5d5a8b
clarify output
pcfe Jun 25, 2017
f2ce067
typo fixed; >> not »
pcfe Jun 27, 2017
82c6feb
force immediate poweroff of SUT plus note RHBZ 1417976
pcfe Jun 28, 2017
dcdc7e4
fixup
pcfe Jun 30, 2017
2e4b609
Merge branch 'master' into feat-puppet-only
pcfe Jul 2, 2017
d66fed3
Merge branch 'master' into feat-puppet-only
pcfe Jul 3, 2017
3e125d4
adjust hammer command for Sat 6.3.2
pcfe Jul 10, 2018
1686a15
fixup, clarify log message
pcfe Jul 11, 2018
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
Prev Previous commit
Next Next commit
clarify output
  • Loading branch information
pcfe committed Jun 25, 2017
commit a5d5a8ba17b99fc2888c065eb69de4437a7862fc
2 changes: 1 addition & 1 deletion starttestvms.sh
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ do
info "Host $I is already on."
elif [[ ${_STATUS} == 'Off' ]]
then
info "Host $I is already off, switching it on."
info "Host $I is off, switching it on."
ssh -q -l ${PUSH_USER} -i ${RSA_ID} ${SATELLITE} \
"hammer host start --id $I"
else