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.

0 commit comments

Comments
 (0)