Skip to content

Commit

Permalink
Chore: Prettify packer json files
Browse files Browse the repository at this point in the history
Prettier is having some issues with some of the json files. Clean them
up so that they pass

Signed-off-by: Andrew Grimberg <[email protected]>
Change-Id: I7ec4392c25eb5c792a48b416eedef91e0a2e1adf
  • Loading branch information
tykeal committed Jul 27, 2023
1 parent 99bd04d commit 3120d26
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion packer/templates/builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
]
Expand Down
6 changes: 4 additions & 2 deletions packer/templates/devstack-pre-pip-queens.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
]
Expand Down
6 changes: 4 additions & 2 deletions packer/templates/devstack-pre-pip-rocky.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
]
Expand Down
3 changes: 2 additions & 1 deletion packer/templates/devstack-pre-pip-stein.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down
3 changes: 2 additions & 1 deletion packer/templates/devstack-pre-pip-yoga.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down

0 comments on commit 3120d26

Please sign in to comment.