-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tf(harbor-standalone): use vsphere-vm module to create vm and add sup…
…port for pre-existing tls artifacts
- Loading branch information
1 parent
42d260f
commit 22a58a8
Showing
12 changed files
with
184 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
terraform/modules/harbor-standalone/files/harbor-ansible-vars.yaml.tpl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
harbor_hostname: ${harbor_hostname} | ||
|
||
%{ if harbor_base64_tls_key != null ~} | ||
harbor_base64_tls_key: ${harbor_base64_tls_key} | ||
%{ endif ~} | ||
%{ if harbor_base64_tls_cert != null ~} | ||
harbor_base64_tls_cert: ${harbor_base64_tls_cert} | ||
%{ endif ~} | ||
%{ if harbor_base64_tls_ca_chain != null ~} | ||
harbor_base64_tls_ca_chain: ${harbor_base64_tls_ca_chain} | ||
%{ endif ~} |
64 changes: 0 additions & 64 deletions
64
terraform/modules/harbor-standalone/files/harbor-cloud-config.yml.tftpl
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
terraform/modules/harbor-standalone/files/harbor-tls-ca-chain.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{{ harbor_tls_ca_chain }} |
1 change: 1 addition & 0 deletions
1
terraform/modules/harbor-standalone/files/harbor-tls-certificate.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{{ harbor_tls_cert }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{{ harbor_tls_key }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.0.0 | ||
2.0.0 |
Oops, something went wrong.