From c172969f0aeb04c34ca7c8d7f76c69334b5a88e7 Mon Sep 17 00:00:00 2001 From: nicholaskuechler Date: Mon, 26 Feb 2024 11:27:30 -0600 Subject: [PATCH] Fix yaml linting in ironic-rabbitmq-queue.yaml --- .../13-ironic/ironic-rabbitmq-queue.yaml | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/components/13-ironic/ironic-rabbitmq-queue.yaml b/components/13-ironic/ironic-rabbitmq-queue.yaml index d85c5080..e8435779 100644 --- a/components/13-ironic/ironic-rabbitmq-queue.yaml +++ b/components/13-ironic/ironic-rabbitmq-queue.yaml @@ -6,10 +6,10 @@ metadata: namespace: openstack spec: tags: - - management # available tags are 'management', 'policymaker', 'monitoring' and 'administrator' + - management # available tags are 'management', 'policymaker', 'monitoring' and 'administrator' - policymaker rabbitmqClusterReference: - name: rabbitmq # rabbitmqCluster must exist in the same namespace as this resource + name: rabbitmq # rabbitmqCluster must exist in the same namespace as this resource namespace: openstack importCredentialsSecret: name: ironic-rabbitmq-password @@ -20,10 +20,10 @@ metadata: name: ironic-vhost namespace: openstack spec: - name: "ironic" # vhost name; required and cannot be updated - defaultQueueType: quorum # default queue type for this vhost; require RabbitMQ version 3.11.12 or above + name: "ironic" # vhost name; required and cannot be updated + defaultQueueType: quorum # default queue type for this vhost; require RabbitMQ version 3.11.12 or above rabbitmqClusterReference: - name: rabbitmq # rabbitmqCluster must exist in the same namespace as this resource + name: rabbitmq # rabbitmqCluster must exist in the same namespace as this resource namespace: openstack --- apiVersion: rabbitmq.com/v1beta1 @@ -32,13 +32,13 @@ metadata: name: ironic-queue namespace: openstack spec: - name: ironic-qq # name of the queue - vhost: "ironic" # default to '/' if not provided - type: quorum # without providing a queue type, rabbitmq creates a classic queue + name: ironic-qq # name of the queue + vhost: "ironic" # default to '/' if not provided + type: quorum # without providing a queue type, rabbitmq creates a classic queue autoDelete: false - durable: true # seting 'durable' to false means this queue won't survive a server restart + durable: true # seting 'durable' to false means this queue won't survive a server restart rabbitmqClusterReference: - name: rabbitmq # rabbitmqCluster must exist in the same namespace as this resource + name: rabbitmq # rabbitmqCluster must exist in the same namespace as this resource namespace: openstack --- apiVersion: rabbitmq.com/v1beta1 @@ -47,13 +47,13 @@ metadata: name: ironic-permission namespace: openstack spec: - vhost: "ironic" # name of a vhost + vhost: "ironic" # name of a vhost userReference: - name: "ironic" # name of a user.rabbitmq.com in the same namespace; must specify either spec.userReference or spec.user + name: "ironic" # name of a user.rabbitmq.com in the same namespace; must specify either spec.userReference or spec.user permissions: write: ".*" configure: ".*" read: ".*" rabbitmqClusterReference: - name: rabbitmq # rabbitmqCluster must exist in the same namespace as this resource + name: rabbitmq # rabbitmqCluster must exist in the same namespace as this resource namespace: openstack