Skip to content

Commit

Permalink
changing the fedora image to the latest one (#62)
Browse files Browse the repository at this point in the history
changing the fedora image to the latest one

Reviewed-by: Artem Goncharov
  • Loading branch information
vladimirhasko committed May 2, 2023
1 parent 75eb719 commit 3e83b33
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 6 deletions.
18 changes: 17 additions & 1 deletion .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,27 @@ exclude_paths:
skip_list:
- skip_this_tag
- git-latest
- trailing-spaces
- experimental # experimental is included in the implicit list
- metadata
- fqcn-builtins # Use FQCN for builtin actions.
- no-changed-when # Commands should not change things if nothing needs doing.
- deprecated-module
- key-order[task]
- jinja[spacing]
- name[missing]
- yaml[colons]
- yaml[comments]
- yaml[empty-lines]
- yaml[indentation]
- yaml[line-length]
- yaml[octal-values]
- yaml[trailing-spaces]
- yaml[truthy]
- name[casing]
- risky-file-permissions
- ignore-errors
- no-handler
- fqcn[keyword]

# Any rule that has the 'opt-in' tag will not be loaded unless its 'id' is
# mentioned in the enable_list:
Expand Down
2 changes: 1 addition & 1 deletion playbooks/_scenario2b_ecs_s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
hosts: localhost
vars:
prefix: scenario2b-
test_image: Standard_Fedora_35_latest
test_image: Standard_Fedora_37_latest
test_flavor: s3.medium.1
tasks:
- set_fact:
Expand Down
2 changes: 1 addition & 1 deletion playbooks/scenario23_ces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
test_subnet_name: "{{ (prefix + '-test_subnet_apimon') }}"
test_network_name: "{{ (prefix + '-test_network_apimon') }}"
test_server_name: "{{ (prefix + '-test_server_apimon') }}"
test_image: Standard_Fedora_35_latest
test_image: Standard_Fedora_37_latest
test_keypair_name: "{{ (prefix + '-kp') }}"
test_ces_alarm_name: "{{ (prefix + 'alarm') }}"

Expand Down
2 changes: 1 addition & 1 deletion playbooks/scenario2_simple_ecs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
test_security_group_name: "{{ (prefix + '-sg') }}"
test_keypair_name: "{{ (prefix + '-kp') }}"
test_network_name: "{{ ( prefix + '-net') }}"
test_image: Standard_Fedora_35_latest
test_image: Standard_Fedora_37_latest

- name: Query specific flavor
openstack.cloud.compute_flavor_info:
Expand Down
2 changes: 1 addition & 1 deletion playbooks/scenario2a_ecs_az.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
hosts: localhost
vars:
prefix: scenario2a-
test_image: Standard_Fedora_35_latest
test_image: Standard_Fedora_37_latest

tasks:
- set_fact:
Expand Down
2 changes: 1 addition & 1 deletion playbooks/scenario4_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

- name: Get single Image
openstack.cloud.image_info:
image: Standard_Fedora_35_latest
image: Standard_Fedora_37_latest

- name: Create directory for images
file:
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ deps =
yamllint
flake8
commands =
ansible-galaxy collection install opentelekomcloud.cloud
flake8
ansible-lint

Expand Down

0 comments on commit 3e83b33

Please sign in to comment.