File tree Expand file tree Collapse file tree 17 files changed +1
-30
lines changed
StackStorm.ewc_smoketests/meta
StackStorm.postgresql/meta
StackStorm.st2chatops/meta
StackStorm.st2mistral/meta Expand file tree Collapse file tree 17 files changed +1
-30
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,6 @@ provisioner:
23
23
HUBOT_SLACK_TOKEN : <%= ENV['HUBOT_SLACK_TOKEN'] %>
24
24
25
25
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
33
26
# Ubuntu Xenial with Systemd
34
27
- name : ubuntu-16.04
35
28
driver_config :
Original file line number Diff line number Diff line change @@ -9,14 +9,12 @@ branches:
9
9
10
10
env :
11
11
# default is stable repo
12
- - DISTRO=ubuntu-14 LICENSE='BWC_LICENSE_ENTERPRISE'
13
12
- DISTRO=ubuntu-16 LICENSE='BWC_LICENSE_ENTERPRISE'
14
13
- DISTRO=centos-6 LICENSE='BWC_LICENSE_ENTERPRISE'
15
14
- DISTRO=centos-7 LICENSE='BWC_LICENSE_ENTERPRISE'
16
15
- DISTRO=centos-8 LICENSE='BWC_LICENSE_ENTERPRISE'
17
16
18
17
# StackStorm 'unstable' repo check
19
- - DISTRO=ubuntu-14 ST2_REPO=unstable EWC_REPO=enterprise-unstable LICENSE='BWC_LICENSE_ENTERPRISE_UNSTABLE'
20
18
- DISTRO=ubuntu-16 ST2_REPO=unstable EWC_REPO=enterprise-unstable LICENSE='BWC_LICENSE_ENTERPRISE_UNSTABLE'
21
19
- DISTRO=centos-6 ST2_REPO=unstable EWC_REPO=enterprise-unstable LICENSE='BWC_LICENSE_ENTERPRISE_UNSTABLE'
22
20
- DISTRO=centos-7 ST2_REPO=unstable EWC_REPO=enterprise-unstable LICENSE='BWC_LICENSE_ENTERPRISE_UNSTABLE'
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ Aka IFTTT orchestration for Ops.
9
9
[ ![ Join our community Slack] ( https://stackstorm-community.herokuapp.com/badge.svg )] ( https://stackstorm.com/community-signup )
10
10
11
11
## Supported platforms
12
- * Ubuntu Trusty (14.04)
13
12
* Ubuntu Xenial (16.04)
14
13
* RHEL6 / CentOS6
15
14
* RHEL7 / CentOS7
@@ -102,7 +101,6 @@ There are a few requirements when developing on `ansible-st2`.
102
101
103
102
These are the platforms we must support (must pass end-to-end testing) :
104
103
- Xenial
105
- - Trusty
106
104
- CentOS6
107
105
- CentOS7
108
106
- CentOS8
@@ -119,7 +117,6 @@ vagrant up
119
117
120
118
Other distros :
121
119
` ` ` sh
122
- vagrant up ubuntu14
123
120
vagrant up centos6
124
121
vagrant up centos7
125
122
vagrant up centos8
@@ -132,7 +129,7 @@ You might be interested in other methods to deploy StackStorm engine:
132
129
* [Puppet Module](https://github.com/stackstorm/puppet-st2)
133
130
134
131
* 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)
136
133
* [RHEL8/CentOS8](https://docs.stackstorm.com/install/rhel8.html)
137
134
* [RHEL7/CentOS7](https://docs.stackstorm.com/install/rhel7.html)
138
135
* [RHEL6/CentOS6](https://docs.stackstorm.com/install/rhel6.html)
Original file line number Diff line number Diff line change 2
2
# vi: set ft=ruby :
3
3
4
4
VIRTUAL_MACHINES = {
5
- :ubuntu14 => {
6
- :hostname => 'ansible-st2-ubuntu14' ,
7
- :box => 'ubuntu/trusty64' ,
8
- } ,
9
5
:ubuntu16 => {
10
6
:hostname => 'ansible-st2-ubuntu16' ,
11
7
:box => 'ubuntu/xenial64' ,
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ galaxy_info:
16
16
platforms :
17
17
- name : Ubuntu
18
18
versions :
19
- - trusty
20
19
- xenial
21
20
- name : EL
22
21
versions :
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ galaxy_info:
8
8
platforms :
9
9
- name : Ubuntu
10
10
versions :
11
- - trusty
12
11
- xenial
13
12
- name : EL
14
13
versions :
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ galaxy_info:
8
8
platforms :
9
9
- name : Ubuntu
10
10
versions :
11
- - trusty
12
11
- xenial
13
12
- name : EL
14
13
versions :
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ galaxy_info:
8
8
platforms :
9
9
- name : Ubuntu
10
10
versions :
11
- - trusty
12
11
- xenial
13
12
- name : EL
14
13
versions :
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ galaxy_info:
9
9
platforms :
10
10
- name : Ubuntu
11
11
versions :
12
- - trusty
13
12
- xenial
14
13
- name : EL
15
14
versions :
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ galaxy_info:
9
9
platforms :
10
10
- name : Ubuntu
11
11
versions :
12
- - trusty
13
12
- xenial
14
13
- name : EL
15
14
versions :
You can’t perform that action at this time.
0 commit comments