Skip to content

Commit 1ebac90

Browse files
committed
Add missing newline characters at end of file
1 parent b5e3554 commit 1ebac90

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

etc/kayobe/ansible/scripts/aio-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ if ! $KOLLA_OPENSTACK_COMMAND flavor list | grep -q m1.tiny; then
142142
$KOLLA_OPENSTACK_COMMAND flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 m1.xlarge
143143
fi
144144

145-
touch /tmp/.init-runonce
145+
touch /tmp/.init-runonce

etc/kayobe/environments/aufn-ceph/configure-openstack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ ansible-galaxy collection install -p ansible/collections -r requirements.yml
2525
source $BASE_PATH/src/kayobe-config/etc/kolla/public-openrc.sh
2626

2727
# Run script to configure openstack cloud
28-
tools/openstack-config
28+
tools/openstack-config

etc/kayobe/environments/aufn-ceph/inventory/groups

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ storage-ceph
2626
# Monitoring groups
2727

2828
[monitoring:children]
29-
controllers
29+
controllers

etc/kayobe/inventory/group_vars/all/stackhpc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Feature flags
44

55
# Whether or not to run CIS benchmark hardening playbooks. Default is false.
6-
stackhpc_enable_cis_benchmark_hardening_hook: false
6+
stackhpc_enable_cis_benchmark_hardening_hook: false

etc/kayobe/kolla/config/grafana/dashboards/openstack/grafana_cloud_dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,4 +902,4 @@
902902
"version": 1,
903903
"weekStart": ""
904904
}
905-
{% endraw %}
905+
{% endraw %}

etc/kayobe/kolla/config/grafana/dashboards/openstack/grafana_project_dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,4 +1138,4 @@
11381138
"version": 1,
11391139
"weekStart": ""
11401140
}
1141-
{% endraw %}
1141+
{% endraw %}

etc/kayobe/kolla/config/grafana/dashboards/openstack/openstack.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2531,4 +2531,4 @@
25312531
"version": 2,
25322532
"weekStart": ""
25332533
}
2534-
{% endraw %}
2534+
{% endraw %}

etc/kayobe/kolla/config/grafana/dashboards/openstack/prometheus_benchmark.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5353,4 +5353,4 @@
53535353
"version": 8,
53545354
"weekStart": ""
53555355
}
5356-
{% endraw %}
5356+
{% endraw %}

etc/kayobe/kolla/config/prometheus/prometheus-alertmanager.yml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ receivers:
4444

4545

4646
templates:
47-
- '/etc/prometheus/*.tmpl'
47+
- '/etc/prometheus/*.tmpl'

0 commit comments

Comments
 (0)