Skip to content

Commit c7b8992

Browse files
authored
Merge pull request #1661 from stackhpc/zed-rebuild
Fix whitespace issues
2 parents 4682239 + 1512783 commit c7b8992

17 files changed

+23
-22
lines changed

.github/workflows/stackhpc-build-kayobe-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,4 @@ jobs:
120120
RESULTS_URL: "N/A"
121121
WORKFLOW_URL: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
122122
if: failure() && github.event_name == 'push'
123+

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
- name: Install Docker Python SDK
150150
run: |
151151
sudo pip install docker
152-
152+
153153
- name: Get Kolla tag
154154
id: write-kolla-tag
155155
run: echo "kolla-tag=${{ needs.generate-tag.outputs.openstack_release }}-${{ matrix.distro }}-${{ matrix.distro == 'rocky' && '9' || 'jammy' }}-${{ needs.generate-tag.outputs.datetime_tag }}" >> $GITHUB_OUTPUT

doc/source/operations/secret-rotation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Full method
7474
the state of the cloud before any changes are made
7575

7676
2. Edit your Kolla-Ansible checkout to include changes not yet included
77-
upstream.
77+
upstream.
7878

7979
.. _kolla-change:
8080

@@ -98,7 +98,7 @@ Full method
9898
.. code:: bash
9999
100100
git fetch https://review.opendev.org/openstack/kolla-ansible refs/changes/78/903178/2 && git cherry-pick FETCH_HEAD
101-
101+
102102
3. Re-install Kolla-Ansible from source in your Kolla-Ansible Python
103103
environment
104104

@@ -129,7 +129,7 @@ Full method
129129
^redis_master_password
130130
^memcache_secret_key
131131
_ssh_key
132-
132+
133133
private_key
134134
public_key
135135
^$

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if [[ ! -d kayobe ]]; then
5959
virtualenv kayobe
6060
fi
6161
# NOTE: Virtualenv's activate and deactivate scripts reference an
62-
# unbound variable.
62+
# unbound variable.
6363
set +u
6464
source kayobe/bin/activate
6565
set -u
@@ -135,7 +135,7 @@ deactivate
135135
set -u
136136
$KAYOBE_CONFIG_PATH/environments/$KAYOBE_ENVIRONMENT/configure-openstack.sh $BASE_PATH
137137

138-
# Create a test vm
138+
# Create a test vm
139139
VENV_DIR=$BASE_PATH/venvs/openstack
140140
if [[ ! -d $VENV_DIR ]]; then
141141
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 %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Only use local pulp mirrors for overcloud hosts
2-
# to avoid situations where the seed-hypervisor
2+
# to avoid situations where the seed-hypervisor
33
# tries to use a local pulp repo on the seed VM
44
# before the seed vm has been provisioned
55
dnf_custom_repos: "{{ stackhpc_dnf_repos }}"

etc/kayobe/inventory/group_vars/wazuh-manager/wazuh-manager

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ indexer_node_name: "{{ inventory_hostname }}"
3131
indexer_network_host: "{{ provision_oc_net_name | net_ip }}"
3232

3333
# Even in a single node setup this must be defined. If not defaults to 127.0.0.1
34-
indexer_cluster_nodes:
34+
indexer_cluster_nodes:
3535
- "{{ indexer_network_host }}"
3636

3737
instances:

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.

0 commit comments

Comments
 (0)