summaryrefslogtreecommitdiffstats
path: root/packer/templates
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2023-05-03 08:47:44 -0700
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2023-05-03 09:44:55 -0700
commita6b750c77ed4de18f084c9264887b83dd444e492 (patch)
tree413e14328e78cdbc543fe5bee3a34d392d6242bd /packer/templates
parent972401c4d8cb29bf83a88f90183754bbc725cd0f (diff)
Refactor: Update for pre-commit
Change-Id: Ib15a07129c3e6a29ed75681af13c93e45a39a3e5 Issue-ID: CIMAN-33 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'packer/templates')
-rw-r--r--packer/templates/helm.json4
-rw-r--r--packer/templates/memcached.json4
-rw-r--r--packer/templates/redis.json4
3 files changed, 3 insertions, 9 deletions
diff --git a/packer/templates/helm.json b/packer/templates/helm.json
index ac824ced4..621c997e1 100644
--- a/packer/templates/helm.json
+++ b/packer/templates/helm.json
@@ -27,9 +27,7 @@
"tenant_name": "{{user `cloud_tenant`}}",
"domain_name": "Default",
"region": "ca-ymq-1",
- "networks": [
- "{{user `cloud_network`}}"
- ],
+ "networks": ["{{user `cloud_network`}}"],
"user_data_file": "{{user `cloud_user_data`}}",
"ssh_username": "{{user `ssh_user`}}",
"ssh_proxy_host": "{{user `ssh_proxy_host`}}",
diff --git a/packer/templates/memcached.json b/packer/templates/memcached.json
index c25a564e1..c05aeb2d7 100644
--- a/packer/templates/memcached.json
+++ b/packer/templates/memcached.json
@@ -26,9 +26,7 @@
"tenant_name": "{{user `cloud_tenant`}}",
"domain_name": "Default",
"region": "ca-ymq-1",
- "networks": [
- "{{user `cloud_network`}}"
- ],
+ "networks": ["{{user `cloud_network`}}"],
"user_data_file": "{{user `cloud_user_data`}}",
"ssh_username": "{{user `ssh_user`}}",
"ssh_proxy_host": "{{user `ssh_proxy_host`}}",
diff --git a/packer/templates/redis.json b/packer/templates/redis.json
index 657f10923..ae58a61f2 100644
--- a/packer/templates/redis.json
+++ b/packer/templates/redis.json
@@ -24,9 +24,7 @@
"tenant_name": "{{user `cloud_tenant`}}",
"domain_name": "Default",
"region": "ca-ymq-1",
- "networks": [
- "{{user `cloud_network`}}"
- ],
+ "networks": ["{{user `cloud_network`}}"],
"user_data_file": "{{user `cloud_user_data`}}",
"ssh_username": "{{user `ssh_user`}}",
"ssh_proxy_host": "{{user `ssh_proxy_host`}}",