Create profile.env to source on cluster creation 47/1147/3
authorYolanda Robla <yroblamo@redhat.com>
Tue, 9 Jul 2019 14:17:17 +0000 (16:17 +0200)
committerYolanda Robla Mota <yroblamo@redhat.com>
Thu, 11 Jul 2019 13:09:56 +0000 (13:09 +0000)
commitda3a3a4744b8239f3d61da951db133cd22cc9f8a
tree69b82be36c63ba688c38e6bb761099f6fbc8606e
parent8fc6beaf72cd25b14726ffbc610997c7135c18d6
Create profile.env to source on cluster creation

In order to run the cluster with the specific env
vars we are creating a profile.env file with some
fixed values (TF_VAR_libvirt_master_* vars) , and
one env var in case we want to override the release
image.

Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
Change-Id: Ie2d90c613757c458a7b56b85cc31921fde96ac0c
cmd/prepare_manifests.go
pkg/manifests/manifests.go
pkg/site/site.go