Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3 #141

Merged
merged 65 commits into from
Dec 2, 2024
Merged

v3 #141

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
8b5da16
tests: zone to v3
resmo Sep 27, 2024
cf45bda
tests: rename zone
resmo Sep 27, 2024
3440c33
adjust ci
resmo Sep 27, 2024
79fd17a
tests: rename zone_info
resmo Sep 27, 2024
ff0eb71
tests: rename vpc
resmo Sep 27, 2024
73fe4c9
tests: vpc fix warnings
resmo Sep 27, 2024
8544658
tests: rename configuration
resmo Sep 27, 2024
7d552c6
tests: rename account
resmo Sep 27, 2024
61a91ea
tests: rename affinity_group
resmo Sep 27, 2024
d8f917d
fix typo
resmo Sep 27, 2024
1b92315
tests: rename cluster
resmo Sep 27, 2024
d67ae25
tests: rename disk offering
resmo Sep 27, 2024
985a20b
tests: rename domain
resmo Sep 27, 2024
b0ec61f
cluster test faulty
resmo Sep 27, 2024
30191ba
tests: rename firewall
resmo Sep 27, 2024
dc3bce0
tests rename host
resmo Sep 28, 2024
7bd1d1b
fix warning
resmo Sep 28, 2024
1ac899d
disable other tests
resmo Sep 28, 2024
8bb5030
fix firewall test
resmo Sep 28, 2024
76e18c9
disable host idempotence test
resmo Oct 6, 2024
b62ec49
tests: hosts: disable idempotency tests, failing
resmo Nov 23, 2024
c85e991
add inventory tests
resmo Nov 23, 2024
0eb4b2e
ci: optimize
resmo Nov 23, 2024
a55215c
add pod
resmo Nov 23, 2024
9270d24
add region
resmo Nov 23, 2024
d62e595
add resource_limit
resmo Nov 23, 2024
94e7d51
add user
resmo Nov 23, 2024
49f0dde
fix resource_limit tests
resmo Nov 23, 2024
c34fcd3
add role
resmo Nov 23, 2024
1f48ad9
add project
resmo Nov 24, 2024
ae7a2e3
add role permission
resmo Nov 24, 2024
2579548
add ssh_key, network, network_offering
resmo Nov 24, 2024
fcc1d60
add vpn_gateway
resmo Nov 24, 2024
5256a34
add vpc_offering
resmo Nov 24, 2024
a241777
add vpn connection and customer gateway
resmo Nov 24, 2024
6cde9b4
add physical network, service offering, traffic type
resmo Nov 24, 2024
3ce1794
add security group and rule
resmo Nov 24, 2024
5f316bc
add configuration_info
resmo Nov 25, 2024
ae8a023
add instance
resmo Nov 25, 2024
158a393
add router
resmo Nov 25, 2024
5413316
add volume
resmo Nov 25, 2024
b996458
fix instance tests
resmo Nov 25, 2024
065c1f7
more instances fixes
resmo Nov 26, 2024
57aaa35
add instance group
resmo Nov 27, 2024
6b2fe03
add template
resmo Nov 27, 2024
36d77cb
add instance_password_reset
resmo Nov 27, 2024
8d8e547
add group3
resmo Nov 27, 2024
fcbfb39
add ip_address
resmo Nov 27, 2024
c0aebd8
add coverage
resmo Nov 27, 2024
b103165
add lb rule
resmo Nov 27, 2024
4fc256e
add portforward
resmo Nov 27, 2024
5ad1112
add network_acl
resmo Nov 27, 2024
337ce83
add instance_nic
resmo Nov 27, 2024
5e242d4
add network_acl_rule
resmo Nov 28, 2024
8e54e67
add instance_info
resmo Nov 29, 2024
a08ca3c
add image store
resmo Nov 29, 2024
acaddaf
add vlan ip range
resmo Nov 29, 2024
3328a1f
add storage pool
resmo Nov 29, 2024
6a71ad9
add volume snapshot policy
resmo Nov 29, 2024
a7d590f
add iso
resmo Nov 29, 2024
8aec033
add instance nic secondary ip
resmo Nov 29, 2024
6bdc5f5
add instance snapshot
resmo Nov 29, 2024
5714945
adjust runtime.yml
resmo Nov 29, 2024
bf11d99
rm test for traffic type, already in integration tests
resmo Nov 29, 2024
db4abc3
rm group3
resmo Nov 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 0 additions & 61 deletions .github/workflows/integration-changed.yml

This file was deleted.

5 changes: 2 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- stable-2.17
container-version:
- 1.6.1
- 1.4.0
- 1.7.0
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down Expand Up @@ -61,11 +61,10 @@ jobs:
-v
--diff
--color
--retry-on-error
--python ${{ matrix.python-version }}
--continue-on-error
--coverage
shippable/cs/group${{ matrix.group }}/
cs/group${{ matrix.group }}/
env:
ANSIBLE_CLOUDSTACK_CONTAINER: quay.io/ansible/cloudstack-test-container:${{ matrix.container-version }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.15
- stable-2.16
# - stable-2.15
# - stable-2.16
- stable-2.17
- devel
# - devel
runs-on: ubuntu-22.04
steps:
- name: Check out code
Expand Down
Loading