Skip to content

Commit

Permalink
new image
Browse files Browse the repository at this point in the history
  • Loading branch information
grzanka committed Oct 15, 2023
1 parent ea28d8c commit efee295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/openstack/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
instance_hostname: "yaptide"

Check warning on line 1 in roles/openstack/defaults/main.yml

View workflow job for this annotation

GitHub Actions / linter (3.9)

var-naming[no-role-prefix]

Variables names from within roles should use openstack_ as a prefix. (vars: instance_hostname)

Check warning on line 1 in roles/openstack/defaults/main.yml

View workflow job for this annotation

GitHub Actions / linter (3.10)

var-naming[no-role-prefix]

Variables names from within roles should use openstack_ as a prefix. (vars: instance_hostname)

Check warning on line 1 in roles/openstack/defaults/main.yml

View workflow job for this annotation

GitHub Actions / linter (3.11)

var-naming[no-role-prefix]

Variables names from within roles should use openstack_ as a prefix. (vars: instance_hostname)

image_name: "Ubuntu 22.04 LTS Snapshot 20230404"
image_name: "Ubuntu 22.04 LTS Snapshot 20231015"

Check warning on line 3 in roles/openstack/defaults/main.yml

View workflow job for this annotation

GitHub Actions / linter (3.9)

var-naming[no-role-prefix]

Variables names from within roles should use openstack_ as a prefix. (vars: image_name)

Check warning on line 3 in roles/openstack/defaults/main.yml

View workflow job for this annotation

GitHub Actions / linter (3.10)

var-naming[no-role-prefix]

Variables names from within roles should use openstack_ as a prefix. (vars: image_name)

Check warning on line 3 in roles/openstack/defaults/main.yml

View workflow job for this annotation

GitHub Actions / linter (3.11)

var-naming[no-role-prefix]

Variables names from within roles should use openstack_ as a prefix. (vars: image_name)
key_name: "ansible_key"

Check warning on line 4 in roles/openstack/defaults/main.yml

View workflow job for this annotation

GitHub Actions / linter (3.9)

var-naming[no-role-prefix]

Variables names from within roles should use openstack_ as a prefix. (vars: key_name)

Check warning on line 4 in roles/openstack/defaults/main.yml

View workflow job for this annotation

GitHub Actions / linter (3.10)

var-naming[no-role-prefix]

Variables names from within roles should use openstack_ as a prefix. (vars: key_name)

Check warning on line 4 in roles/openstack/defaults/main.yml

View workflow job for this annotation

GitHub Actions / linter (3.11)

var-naming[no-role-prefix]

Variables names from within roles should use openstack_ as a prefix. (vars: key_name)
flavor_name: "h2.large"

Check warning on line 5 in roles/openstack/defaults/main.yml

View workflow job for this annotation

GitHub Actions / linter (3.9)

var-naming[no-role-prefix]

Variables names from within roles should use openstack_ as a prefix. (vars: flavor_name)

Check warning on line 5 in roles/openstack/defaults/main.yml

View workflow job for this annotation

GitHub Actions / linter (3.10)

var-naming[no-role-prefix]

Variables names from within roles should use openstack_ as a prefix. (vars: flavor_name)

Check warning on line 5 in roles/openstack/defaults/main.yml

View workflow job for this annotation

GitHub Actions / linter (3.11)

var-naming[no-role-prefix]

Variables names from within roles should use openstack_ as a prefix. (vars: flavor_name)

Expand Down

0 comments on commit efee295

Please sign in to comment.