Skip to content

Commit cf00d9f

Browse files
authored
Merge pull request #265 from amanda11/drop_trusty
[#246] Drop Ubuntu Trusty support
2 parents 329660b + 7e076e0 commit cf00d9f

File tree

17 files changed

+1
-30
lines changed

17 files changed

+1
-30
lines changed

.kitchen.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ provisioner:
2323
HUBOT_SLACK_TOKEN: <%= ENV['HUBOT_SLACK_TOKEN'] %>
2424

2525
platforms:
26-
# Ubuntu Trusty with Upstart
27-
- name: ubuntu-14.04
28-
driver_config:
29-
image: stackstorm/packagingtest:trusty-upstart
30-
platform: ubuntu
31-
disable_upstart: false
32-
run_command: /sbin/init
3326
# Ubuntu Xenial with Systemd
3427
- name: ubuntu-16.04
3528
driver_config:

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ branches:
99

1010
env:
1111
# default is stable repo
12-
- DISTRO=ubuntu-14 LICENSE='BWC_LICENSE_ENTERPRISE'
1312
- DISTRO=ubuntu-16 LICENSE='BWC_LICENSE_ENTERPRISE'
1413
- DISTRO=centos-6 LICENSE='BWC_LICENSE_ENTERPRISE'
1514
- DISTRO=centos-7 LICENSE='BWC_LICENSE_ENTERPRISE'
1615
- DISTRO=centos-8 LICENSE='BWC_LICENSE_ENTERPRISE'
1716

1817
# StackStorm 'unstable' repo check
19-
- DISTRO=ubuntu-14 ST2_REPO=unstable EWC_REPO=enterprise-unstable LICENSE='BWC_LICENSE_ENTERPRISE_UNSTABLE'
2018
- DISTRO=ubuntu-16 ST2_REPO=unstable EWC_REPO=enterprise-unstable LICENSE='BWC_LICENSE_ENTERPRISE_UNSTABLE'
2119
- DISTRO=centos-6 ST2_REPO=unstable EWC_REPO=enterprise-unstable LICENSE='BWC_LICENSE_ENTERPRISE_UNSTABLE'
2220
- DISTRO=centos-7 ST2_REPO=unstable EWC_REPO=enterprise-unstable LICENSE='BWC_LICENSE_ENTERPRISE_UNSTABLE'

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Aka IFTTT orchestration for Ops.
99
[![Join our community Slack](https://stackstorm-community.herokuapp.com/badge.svg)](https://stackstorm.com/community-signup)
1010

1111
## Supported platforms
12-
* Ubuntu Trusty (14.04)
1312
* Ubuntu Xenial (16.04)
1413
* RHEL6 / CentOS6
1514
* RHEL7 / CentOS7
@@ -102,7 +101,6 @@ There are a few requirements when developing on `ansible-st2`.
102101

103102
These are the platforms we must support (must pass end-to-end testing):
104103
- Xenial
105-
- Trusty
106104
- CentOS6
107105
- CentOS7
108106
- CentOS8
@@ -119,7 +117,6 @@ vagrant up
119117

120118
Other distros:
121119
```sh
122-
vagrant up ubuntu14
123120
vagrant up centos6
124121
vagrant up centos7
125122
vagrant up centos8
@@ -132,7 +129,7 @@ You might be interested in other methods to deploy StackStorm engine:
132129
* [Puppet Module](https://github.com/stackstorm/puppet-st2)
133130

134131
* Manual Instructions
135-
* [Ubuntu 14.04/16.04](https://docs.stackstorm.com/install/deb.html)
132+
* [Ubuntu 16.04](https://docs.stackstorm.com/install/deb.html)
136133
* [RHEL8/CentOS8](https://docs.stackstorm.com/install/rhel8.html)
137134
* [RHEL7/CentOS7](https://docs.stackstorm.com/install/rhel7.html)
138135
* [RHEL6/CentOS6](https://docs.stackstorm.com/install/rhel6.html)

Vagrantfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
# vi: set ft=ruby :
33

44
VIRTUAL_MACHINES = {
5-
:ubuntu14 => {
6-
:hostname => 'ansible-st2-ubuntu14',
7-
:box => 'ubuntu/trusty64',
8-
},
95
:ubuntu16 => {
106
:hostname => 'ansible-st2-ubuntu16',
117
:box => 'ubuntu/xenial64',

meta/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ galaxy_info:
1616
platforms:
1717
- name: Ubuntu
1818
versions:
19-
- trusty
2019
- xenial
2120
- name: EL
2221
versions:

roles/StackStorm.ewc/meta/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ galaxy_info:
88
platforms:
99
- name: Ubuntu
1010
versions:
11-
- trusty
1211
- xenial
1312
- name: EL
1413
versions:

roles/StackStorm.ewc_smoketests/meta/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ galaxy_info:
88
platforms:
99
- name: Ubuntu
1010
versions:
11-
- trusty
1211
- xenial
1312
- name: EL
1413
versions:

roles/StackStorm.mongodb/meta/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ galaxy_info:
88
platforms:
99
- name: Ubuntu
1010
versions:
11-
- trusty
1211
- xenial
1312
- name: EL
1413
versions:

roles/StackStorm.nginx/meta/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ galaxy_info:
99
platforms:
1010
- name: Ubuntu
1111
versions:
12-
- trusty
1312
- xenial
1413
- name: EL
1514
versions:

roles/StackStorm.nodejs/meta/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ galaxy_info:
99
platforms:
1010
- name: Ubuntu
1111
versions:
12-
- trusty
1312
- xenial
1413
- name: EL
1514
versions:

0 commit comments

Comments
 (0)