[coreos] Fix: k8s cluster creation with loadbalancer enabled

Minions do not register when coreos k8s cluster gets created
with loadbalancer enabled because loadbalancer vip and
pool floating ip are not associated with certificates created
for master.
With this patch minions successfully registers with masters.

Change-Id: Ifc8b6bde5a9bc3dd8c7e965e0450e2aa0d243263
Closes-Bug: #1630189
This commit is contained in:
yatin 2016-10-05 14:47:00 +05:30
parent 38bc85a060
commit 7508908c40
1 changed files with 0 additions and 2 deletions

View File

@ -246,8 +246,6 @@ resources:
"$TRUSTEE_PASSWORD": {get_param: trustee_password}
"$TRUST_ID": {get_param: trust_id}
"$AUTH_URL": {get_param: auth_url}
"$KUBE_API_PUBLIC_ADDRESS": {get_attr: [kube_master_floating, floating_ip_address]}
"$KUBE_API_PRIVATE_ADDRESS": {get_attr: [kube_master_eth0, fixed_ips, 0, ip_address]}
configure_etcd:
type: OS::Heat::SoftwareConfig