From 3120d26e4f624a2e0e1b27b6f3777e75c6a86394 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Thu, 27 Jul 2023 06:41:11 -0700 Subject: [PATCH] Chore: Prettify packer json files Prettier is having some issues with some of the json files. Clean them up so that they pass Signed-off-by: Andrew Grimberg Change-Id: I7ec4392c25eb5c792a48b416eedef91e0a2e1adf --- packer/templates/builder.json | 3 ++- packer/templates/devstack-pre-pip-queens.json | 6 ++++-- packer/templates/devstack-pre-pip-rocky.json | 6 ++++-- packer/templates/devstack-pre-pip-stein.json | 3 ++- packer/templates/devstack-pre-pip-yoga.json | 3 ++- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/packer/templates/builder.json b/packer/templates/builder.json index 91327af37..273817fbf 100644 --- a/packer/templates/builder.json +++ b/packer/templates/builder.json @@ -66,7 +66,8 @@ "ANSIBLE_STDOUT_CALLBACK=debug" ], "extra_arguments": [ - "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa" + "--ssh-extra-args", + "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa" ] } ] diff --git a/packer/templates/devstack-pre-pip-queens.json b/packer/templates/devstack-pre-pip-queens.json index 82db23da2..56dadd2c3 100644 --- a/packer/templates/devstack-pre-pip-queens.json +++ b/packer/templates/devstack-pre-pip-queens.json @@ -66,8 +66,10 @@ "ANSIBLE_STDOUT_CALLBACK=debug" ], "extra_arguments": [ - "--extra-vars", "os_branch=stable/queens rdo_branch=queens", - "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa" + "--extra-vars", + "os_branch=stable/queens rdo_branch=queens", + "--ssh-extra-args", + "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa" ] } ] diff --git a/packer/templates/devstack-pre-pip-rocky.json b/packer/templates/devstack-pre-pip-rocky.json index 798464cf9..2fc888293 100644 --- a/packer/templates/devstack-pre-pip-rocky.json +++ b/packer/templates/devstack-pre-pip-rocky.json @@ -67,8 +67,10 @@ "ANSIBLE_STDOUT_CALLBACK=debug" ], "extra_arguments": [ - "--extra-vars", "os_branch=stable/queens rdo_branch=queens", - "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa" + "--extra-vars", + "os_branch=stable/queens rdo_branch=queens", + "--ssh-extra-args", + "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa" ] } ] diff --git a/packer/templates/devstack-pre-pip-stein.json b/packer/templates/devstack-pre-pip-stein.json index a38e23326..3a4e3851a 100644 --- a/packer/templates/devstack-pre-pip-stein.json +++ b/packer/templates/devstack-pre-pip-stein.json @@ -67,7 +67,8 @@ "ANSIBLE_STDOUT_CALLBACK=debug" ], "extra_arguments": [ - "--extra-vars", "os_branch=stable/queens rdo_branch=queens", + "--extra-vars", + "os_branch=stable/queens rdo_branch=queens", "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa" ] diff --git a/packer/templates/devstack-pre-pip-yoga.json b/packer/templates/devstack-pre-pip-yoga.json index 159ef0766..8d1364de9 100644 --- a/packer/templates/devstack-pre-pip-yoga.json +++ b/packer/templates/devstack-pre-pip-yoga.json @@ -67,7 +67,8 @@ "ANSIBLE_STDOUT_CALLBACK=debug" ], "extra_arguments": [ - "--extra-vars", "os_branch=stable/yoga rdo_branch=yoga", + "--extra-vars", + "os_branch=stable/yoga rdo_branch=yoga", "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa" ] -- 2.36.6