diff options
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2019-12-09 16:20:45 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2019-12-18 07:31:51 +0000 |
commit | 0d01b78a4b059886f6052519da97efbbfc018d1f (patch) | |
tree | 88c307751d6c60ec52a9c27b406f4683324b6901 /bootstrap/vagrant-minimal-onap/config | |
parent | 0664ac4023cd0b96d002c8515ee5767417bab6e1 (diff) |
Deploy minimal ONAP
This patch prepares operator's environment for ONAP deployment (by
exporting environmental variables for use in helm override file). It
also fixes post-setup message regarding additional provisioning steps.
Issue-ID: ONAPARC-537
Change-Id: I18815578ddc46a2d5ef31d6cf44b42f9a5d3950d
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Diffstat (limited to 'bootstrap/vagrant-minimal-onap/config')
-rw-r--r-- | bootstrap/vagrant-minimal-onap/config/dot_env | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap/vagrant-minimal-onap/config/dot_env b/bootstrap/vagrant-minimal-onap/config/dot_env new file mode 100644 index 000000000..4e87c2a20 --- /dev/null +++ b/bootstrap/vagrant-minimal-onap/config/dot_env @@ -0,0 +1,5 @@ +OPENSTACK_USER_NAME='demo' +OPENSTACK_REGION='RegionOne' +OPENSTACK_KEYSTONE_URL='http://172.17.4.200/identity' +OPENSTACK_TENANT_NAME='demo' +OPENSTACK_PASSWORD='default123456!' |