Skip to content

Commit 06e54a1

Browse files
committed
Issue #119: Use version 2.0.0 of the Demo Rails app, on Ruby 2.6.0.
1 parent 28c6547 commit 06e54a1

File tree

3 files changed

+54
-4
lines changed

3 files changed

+54
-4
lines changed

.travis.yml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,57 @@ env:
77
distro: ubuntu1804
88
test_idempotence: false
99

10+
# TODO: Not easy to test in CI at this time.
11+
# - playbook: deployments-balancer.yml
12+
# distro: ubuntu1404
13+
14+
- playbook: deployments-rolling.yml
15+
distro: ubuntu1404
16+
17+
- playbook: docker.yml
18+
distro: ubuntu1604
19+
test_idempotence: false
20+
21+
- playbook: docker-hubot.yml
22+
distro: ubuntu1604
23+
test_idempotence: false
24+
25+
- playbook: drupal.yml
26+
distro: ubuntu1604
27+
28+
# TODO: Not easy to test in CI at this time.
29+
# - playbook: dynamic-inventory.yml
30+
# distro: ubuntu1604
31+
32+
- playbook: https-self-signed.yml
33+
distro: ubuntu1604
34+
35+
- playbook: includes.yml
36+
distro: ubuntu1604
37+
38+
- playbook: jenkins.yml
39+
distro: ubuntu1604
40+
41+
# TODO: Not easy to test in CI at this time.
42+
# - playbook: kubernetes.yml
43+
# distro: debian9
44+
45+
# TODO: Not easy to test in CI at this time.
46+
# - playbook: lamp-infrastructure.yml
47+
# distro: ubuntu1604
48+
49+
- playbook: nodejs.yml
50+
distro: centos7
51+
52+
- playbook: nodejs-role.yml
53+
distro: centos7
54+
55+
# TODO: Not easy to test in CI at this time.
56+
# - playbook: orchestration.yml
57+
# distro: ubuntu1604
58+
59+
- playbook: solr.yml
60+
distro: ubuntu1604
1061

1162
script:
1263
# Download test shim.

deployments/playbooks/provision.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
name:
1818
- libsqlite3-dev
1919
- libreadline-dev
20-
- libssl-dev
2120
state: present
2221

2322
- name: Ensure app directory exists and is writeable.

deployments/playbooks/vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# Variables for our app.
3-
app_version: 1.1.4
3+
app_version: 2.0.0
44
app_directory: /opt/demo-rails-app
55
app_user: www-data
66
app_secrets:
@@ -18,8 +18,8 @@ passenger_ruby: /usr/local/bin/ruby
1818

1919
# Variables for Ruby installation.
2020
ruby_install_from_source: true
21-
ruby_download_url: https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.8.tar.gz
22-
ruby_version: 2.3.8
21+
ruby_download_url: https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.0.tar.gz
22+
ruby_version: 2.6.0
2323

2424
# Variables for Node.js installation.
2525
nodejs_install_npm_user: root

0 commit comments

Comments
 (0)