Skip to content

Commit 84d84f3

Browse files
Zach Gershmancrhntr
Zach Gershman
authored andcommitted
mbus cert uses internal_ip on vsphere
- vsphere is using only internal IPs so we had to modify our ops file that is controlling the common name on our certificate Signed-off-by: Christopher Hunter <[email protected]>
1 parent 5f45add commit 84d84f3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

jumpbox.yml

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ cloud_provider:
6363
variables:
6464
- name: mbus_bootstrap_password
6565
type: password
66+
6667
- name: jumpbox_ssh
6768
type: ssh
6869

no-external-ip.yml

+7
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@
44
- type: replace
55
path: /cloud_provider/mbus
66
value: https://mbus:((mbus_bootstrap_password))@((internal_ip)):6868
7+
8+
- type: replace
9+
path: /variables/name=mbus_bootstrap_ssl/options
10+
value:
11+
ca: default_ca
12+
common_name: ((internal_ip))
13+
alternative_names: [((internal_ip))]

0 commit comments

Comments
 (0)