Skip to content

Add missing newline characters at end of file #1188

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

Merged
merged 1 commit into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion etc/kayobe/ansible/scripts/aio-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,4 @@ if ! $KOLLA_OPENSTACK_COMMAND flavor list | grep -q m1.tiny; then
$KOLLA_OPENSTACK_COMMAND flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 m1.xlarge
fi

touch /tmp/.init-runonce
touch /tmp/.init-runonce
2 changes: 1 addition & 1 deletion etc/kayobe/environments/aufn-ceph/configure-openstack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ ansible-galaxy collection install -p ansible/collections -r requirements.yml
source $BASE_PATH/src/kayobe-config/etc/kolla/public-openrc.sh

# Run script to configure openstack cloud
tools/openstack-config
tools/openstack-config
2 changes: 1 addition & 1 deletion etc/kayobe/environments/aufn-ceph/inventory/groups
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ storage-ceph
# Monitoring groups

[monitoring:children]
controllers
controllers
2 changes: 1 addition & 1 deletion etc/kayobe/inventory/group_vars/all/stackhpc
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Feature flags

# Whether or not to run CIS benchmark hardening playbooks. Default is false.
stackhpc_enable_cis_benchmark_hardening_hook: false
stackhpc_enable_cis_benchmark_hardening_hook: false
Original file line number Diff line number Diff line change
Expand Up @@ -902,4 +902,4 @@
"version": 1,
"weekStart": ""
}
{% endraw %}
{% endraw %}
Original file line number Diff line number Diff line change
Expand Up @@ -1138,4 +1138,4 @@
"version": 1,
"weekStart": ""
}
{% endraw %}
{% endraw %}
Original file line number Diff line number Diff line change
Expand Up @@ -2531,4 +2531,4 @@
"version": 2,
"weekStart": ""
}
{% endraw %}
{% endraw %}
Original file line number Diff line number Diff line change
Expand Up @@ -5353,4 +5353,4 @@
"version": 8,
"weekStart": ""
}
{% endraw %}
{% endraw %}
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ receivers:


templates:
- '/etc/prometheus/*.tmpl'
- '/etc/prometheus/*.tmpl'
Loading