Skip to content

Commit 681169d

Browse files
committed
Fix whitespace issues
1 parent 4b7481b commit 681169d

20 files changed

+24
-24
lines changed

.github/workflows/runner-selector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Set output for container image build runner
3939
run: echo "Setting runner for ${{ inputs.runner_env }} -> ${{ vars.RUNS_ON_TARGET_CONTAINER_IMAGE_BUILDER }}"
40-
40+
4141
- id: container-image-build-runner
4242
run: echo "runner_name_container_image_build=${{ vars.RUNS_ON_TARGET_CONTAINER_IMAGE_BUILDER }}" >> $GITHUB_OUTPUT
4343

etc/kayobe/environments/aufn-ceph/a-universe-from-nothing.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if [[ ! -d kayobe ]]; then
5050
python3 -m venv kayobe
5151
fi
5252
# NOTE: Virtualenv's activate and deactivate scripts reference an
53-
# unbound variable.
53+
# unbound variable.
5454
set +u
5555
source kayobe/bin/activate
5656
set -u
@@ -121,7 +121,7 @@ deactivate
121121
set -u
122122
$KAYOBE_CONFIG_PATH/environments/$KAYOBE_ENVIRONMENT/configure-openstack.sh $BASE_PATH
123123

124-
# Create a test vm
124+
# Create a test vm
125125
VENV_DIR=$BASE_PATH/venvs/openstack
126126
if [[ ! -d $VENV_DIR ]]; then
127127
python3 -m venv $VENV_DIR

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ cd $BASE_PATH/src/
66
[[ -d openstack-config ]] || git clone https://github.com/stackhpc/openstack-config-multinode.git openstack-config
77
cd openstack-config
88
if [[ ! -d $VENV_DIR ]]; then
9-
# Using virtualenv causes a strange bug with python3.6 where
9+
# Using virtualenv causes a strange bug with python3.6 where
1010
# nested virtual env creation leads to envs without pip...
1111
# virtualenv $VENV_DIR
1212
python3 -m venv $VENV_DIR
1313
fi
1414

15-
# NOTE: Virtualenv's activate and deactivate scripts reference an unbound variable.
15+
# NOTE: Virtualenv's activate and deactivate scripts reference an unbound variable.
1616
set +u
1717
source $VENV_DIR/bin/activate
1818
set -u

etc/kayobe/environments/ci-multinode/kolla/config/keepalived/keepalived.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ vrrp_instance kolla_internal_vip_{{ keepalived_virtual_router_id }} {
1212
interface {{ api_interface }}
1313
virtual_router_id {{ keepalived_virtual_router_id }}
1414
priority {{ groups['loadbalancer'].index(inventory_hostname) + 1 }}
15-
advert_int 3 # Increase advert interval from 1 to 3 as there was a lot of jumping amongst controllers on the internal network
15+
advert_int 3 # Increase advert interval from 1 to 3 as there was a lot of jumping amongst controllers on the internal network
1616
{% if keepalived_traffic_mode == 'unicast' %}
1717
unicast_src_ip {{ api_interface_address }}
1818
{% if groups['loadbalancer'] | length > 1 %}

etc/kayobe/inventory/group_vars/overcloud/stackhpc-repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# Only use local pulp mirrors for overcloud hosts
3-
# to avoid situations where the seed-hypervisor
3+
# to avoid situations where the seed-hypervisor
44
# tries to use a local pulp repo on the seed VM
55
# before the seed vm has been provisioned
66
stackhpc_repos_enabled: true

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ route:
1616
- severity=~"critical|alert"
1717
receiver: 'slack-critical-notifications'
1818

19-
19+
2020
receivers:
2121
- name: 'slack-notifications'
2222
slack_configs:
2323
- channel: '#notifications'
2424
actions:
2525
- type: button
2626
text: 'Silence 🔕'
27-
url: {{ '{% raw %}' }}{% raw %} '{{ template "__alert_silence_link" . }}'
27+
url: {{ '{% raw %}' }}{% raw %} '{{ template "__alert_silence_link" . }}'
2828
{% endraw %}{{ '{% endraw %}' }}
2929
send_resolved: true
3030
http_config:
@@ -35,7 +35,7 @@ receivers:
3535
actions:
3636
- type: button
3737
text: 'Silence 🔕'
38-
url: {{ '{% raw %}' }}{% raw %} '{{ template "__alert_silence_link" . }}'
38+
url: {{ '{% raw %}' }}{% raw %} '{{ template "__alert_silence_link" . }}'
3939
{% endraw %}{{ '{% endraw %}' }}
4040
send_resolved: true
4141
http_config:

releasenotes/notes/add-caso-f36b98453be10169.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
that supports Cloud Accounting Usage Records. For more information, see
66
the `upstream docs <https://caso.readthedocs.io/en/stable/>`__. Note that
77
this container does not exist in upstream Kolla and is maintained
8-
downstream by StackHPC.
8+
downstream by StackHPC.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
features:
33
- |
4-
Added the ``rekey-hosts.yml`` playbook to automatically rotate the SSH
4+
Added the ``rekey-hosts.yml`` playbook to automatically rotate the SSH
55
keys on all hosts.

releasenotes/notes/add-rocky-9-packages-43074cb3367171a5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ features:
33
- |
44
Add the package repository configuration required for Rocky Linux 9
55
support.
6-
6+
77
Add CI for Rocky 9 hosts.

releasenotes/notes/add-vm-overcloud-support-92baa7c2ce87ac1d.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ features:
44
Adds support for using a VMs as compute and controller nodes in the
55
``ci-multinode`` environment by dynamically setting the MTU of the networks
66
in networks.yml and removing the static definition of the network
7-
interfaces for the compute and controller groups.
7+
interfaces for the compute and controller groups.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
upgrade:
33
- |
4-
Bumped rocky 9 package versions due to missing snapshot
4+
Bumped rocky 9 package versions due to missing snapshot

releasenotes/notes/bumps-redfish-exporter-to-v2-11032fb9dde36283.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ features:
1010
fixes:
1111
- Fixes various issues with the redfish exporter dashboard.
1212
upgrade:
13-
- |
13+
- |
1414
Increases default ``os_capacity_scrape_interval`` to ``5m``. If you already customise
1515
this please move to the new ``stackhpc_os_capacity_scrape_interval`` variable.

releasenotes/notes/disable-heat-03f3ac52ac610223.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
features:
33
- |
4-
The Heat OpenStack service is now disabled by default.
4+
The Heat OpenStack service is now disabled by default.
55
upgrade:
66
- |
77
The Heat service is now disabled by default. This behaviour can be

releasenotes/notes/docker-bump-dc4e85668ee69a21.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ fixes:
88
- |
99
Separated out repos for Docker CE for Ubuntu Jammy/Focal. This fixes a Pulp
1010
sync issue where two "identical" repository versions existed with different
11-
checksums.
11+
checksums.

releasenotes/notes/feature-smartmon-65cacfe893f0eb47.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ features:
44
Adds drive temperatures to the table on the hardware overview dashboard
55
and a timeseries to show the temperature over time.
66
- |
7-
Adds picker to hardware overview dashboard to select a specific host to
7+
Adds picker to hardware overview dashboard to select a specific host to
88
show drive information for.

releasenotes/notes/fix-cephadm-facts-2ee6dc9a1c617944.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ fixes:
33
- |
44
The Ceph version is now determined by ``os_release``, rather
55
than Ansible facts. Using Ansible facts caused playbooks to fail when
6-
facts are not gathered.
6+
facts are not gathered.

releasenotes/notes/kolla-bump-cve-2024-36039-07f18e18b5c86980.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ security:
33
- |
44
Addresses critical vulnerability CVE-2024-36039 by
55
bumping the PyMySQL library to 1.1.1 in all affected
6-
Kolla images. This vulnerability allows SQL injection
6+
Kolla images. This vulnerability allows SQL injection
77
through untrusted JSON objects.

releasenotes/notes/ubuntu-jammy-cd109d12954d7626.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
upgrade:
33
- |
4-
Dont pull apt packages from pulp for Ubuntu Jammy until Jammy packages
4+
Dont pull apt packages from pulp for Ubuntu Jammy until Jammy packages
55
are published.
66
- |
77
Dont pull ceph packages from ceph official repos for Ubuntu Jammy until

releasenotes/notes/update-kayobe-automation-55fc9c5c380d819c.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
features:
33
- |
44
Upgrades kayobe-automation submodule to ``7676aa8``.
5-
5+
66
Upgrades kayobe-workflows collection to ``v1.1.0``.
77
88
Kayobe-automation config-diff now runs in parallel and generates both

tools/rabbitmq-queue-migration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if [[ ! "$1" = "--skip-checks" ]]; then
6565
sleep 60
6666
# Assert that all queues are durable
6767
if ! ( kayobe overcloud host command run -l controllers -b --command "docker exec $RABBITMQ_CONTAINER_NAME rabbitmqctl list_queues durable --silent | grep false" > /dev/null 2>&1 ); then
68-
echo -e "${GREEN}Queues migrated successfully"
68+
echo -e "${GREEN}Queues migrated successfully"
6969
else
7070
echo -e "${RED}Failed post-check: A controller has non-durable queues"
7171
fi

0 commit comments

Comments
 (0)