Merge pull request #1 from dliappis/fix_epel_ci_timeouts
Disable EPEL during ci runs and fix timeouts
This commit is contained in:
commit
0e5b01f50b
1 changed files with 2 additions and 1 deletions
|
|
@ -55,6 +55,7 @@ platforms:
|
||||||
- sed -ri 's/^#?PermitRootLogin .*/PermitRootLogin yes/' /etc/ssh/sshd_config
|
- sed -ri 's/^#?PermitRootLogin .*/PermitRootLogin yes/' /etc/ssh/sshd_config
|
||||||
- sed -ri 's/^#?PasswordAuthentication .*/PasswordAuthentication yes/' /etc/ssh/sshd_config
|
- sed -ri 's/^#?PasswordAuthentication .*/PasswordAuthentication yes/' /etc/ssh/sshd_config
|
||||||
- sed -ri 's/^#?UsePAM .*/UsePAM no/' /etc/ssh/sshd_config
|
- sed -ri 's/^#?UsePAM .*/UsePAM no/' /etc/ssh/sshd_config
|
||||||
|
- rm /etc/yum.repos.d/epel*repo /etc/yum.repos.d/puppetlabs-pc1.repo
|
||||||
- yum -y install initscripts
|
- yum -y install initscripts
|
||||||
- yum clean all
|
- yum clean all
|
||||||
run_command: "/usr/sbin/init"
|
run_command: "/usr/sbin/init"
|
||||||
|
|
@ -136,4 +137,4 @@ suites:
|
||||||
run_list:
|
run_list:
|
||||||
attributes:
|
attributes:
|
||||||
provisioner:
|
provisioner:
|
||||||
playbook: test/integration/xpack.yml
|
playbook: test/integration/xpack.yml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue