File tree 17 files changed +7
-109
lines changed
StackStorm.st2chatops/meta
StackStorm.st2smoketests/meta
17 files changed +7
-109
lines changed Original file line number Diff line number Diff line change 53
53
- unstable
54
54
os :
55
55
- centos7
56
- - ubuntu18
57
56
- rockylinux8
58
57
- ubuntu20
59
58
ansible-core :
66
65
- name : Install Python dependencies
67
66
run : |
68
67
python3 -m pip install --upgrade pip
68
+ python3 -m pip install --upgrade "requests<=2.29.0"
69
69
python3 -m pip install --upgrade ansible-core==${{ matrix.ansible-core }}
70
70
python3 -m pip install --upgrade molecule==${{ env.MOLECULE_VERSION }}
71
71
python3 -m pip install --upgrade molecule-docker==${{ env.MOLECULE_DOCKER_VERSION }}
Original file line number Diff line number Diff line change 10
10
11
11
# Log files
12
12
* .log
13
+
14
+ # Virtual Environment
15
+ .venv
Original file line number Diff line number Diff line change 10
10
11
11
## Supported platforms
12
12
13
- * Ubuntu Bionic (18.04)
14
13
* Ubuntu Focal (20.04)
15
14
* RHEL 7 and CentOS 7
16
15
* RHEL 8 and Rocky Linux 8
17
16
18
- > If you are using the provided [ ` Vagrantfile ` ] ( Vagrantfile ) , note that it uses Bionic by default.
17
+ > If you are using the provided [ ` Vagrantfile ` ] ( Vagrantfile ) , note that it uses Focal by default.
19
18
20
19
> In order to access StackStorm Web UI, please do not forget to ensure that the http and https ports are allowed by the firewall.
21
20
@@ -110,7 +109,6 @@ There are a few requirements when developing on `ansible-st2`.
110
109
111
110
These are the platforms we must support (must pass end-to-end testing) :
112
111
113
- * Ubuntu Bionic (18.04)
114
112
* Ubuntu Focal (20.04)
115
113
* CentOS 7
116
114
* Rocky Linux 8
@@ -121,7 +119,7 @@ The playbooks and roles must support Ansible idempotence.
121
119
That is, re-running the `stackstorm.yml` playbook must end with the result `changed=0.*failed=0` (provided that versions and revisions are pinned).
122
120
123
121
For local development, there is a [Vagrantfile](Vagrantfile) available.
124
- By default, the following command will set up an ubuntu18 box (`ubuntu/bionic64 `) :
122
+ By default, the following command will set up an ubuntu20 box (`ubuntu/focal64 `) :
125
123
126
124
` ` ` sh
127
125
vagrant up
Original file line number Diff line number Diff line change 2
2
# vi: set ft=ruby :
3
3
4
4
VIRTUAL_MACHINES = {
5
- :ubuntu18 => {
6
- :hostname => 'ansible-st2-ubuntu18' ,
7
- :box => 'ubuntu/bionic64' ,
8
- } ,
9
5
:ubuntu20 => {
10
6
:hostname => 'ansible-st2-ubuntu20' ,
11
7
:box => 'ubuntu/focal64' ,
@@ -27,7 +23,7 @@ Vagrant.configure(2) do |config|
27
23
config . ssh . forward_agent = true
28
24
29
25
VIRTUAL_MACHINES . each do |name , cfg |
30
- config . vm . define name , autostart : ( name == :ubuntu18 ) do |vm_config |
26
+ config . vm . define name , autostart : ( name == :ubuntu20 ) do |vm_config |
31
27
vm_config . vm . hostname = cfg [ :hostname ]
32
28
vm_config . vm . box = cfg [ :box ]
33
29
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
- - bionic
20
19
- focal
21
20
- name : EL
22
21
versions :
Load Diff This file was deleted.
Load Diff This file was deleted.
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
- - bionic
12
11
- focal
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
- - bionic
13
12
- focal
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
- - bionic
13
12
- focal
14
13
- name : EL
15
14
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
- - bionic
12
11
- focal
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
- - bionic
12
11
- focal
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
- - bionic
12
11
- focal
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
- - bionic
12
11
- focal
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
- - bionic
12
11
- focal
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
- - bionic
12
11
- focal
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
- - bionic
13
12
- focal
14
13
- name : EL
15
14
versions :
You can’t perform that action at this time.
0 commit comments