diff options
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2019-11-29 16:18:36 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2019-12-18 07:30:58 +0000 |
commit | df0edea0c75b1bd99f26779be7d7b60d5fcb3481 (patch) | |
tree | 67548fcded63d19d729f1c9e7005978878a3746c /bootstrap/vagrant-minimal-onap/config | |
parent | 55c0c9d2645ee6c9d5e217326f585c033df449a0 (diff) |
Add Devstack machine and its provisioning
Issue-ID: ONAPARC-537
Change-Id: If725843c3e5ee47724a98d70611cbde464b9debc
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/local.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap/vagrant-minimal-onap/config/local.conf b/bootstrap/vagrant-minimal-onap/config/local.conf new file mode 100644 index 000000000..f8912868a --- /dev/null +++ b/bootstrap/vagrant-minimal-onap/config/local.conf @@ -0,0 +1,5 @@ +[[local|localrc]] +ADMIN_PASSWORD=default123456! +DATABASE_PASSWORD=$ADMIN_PASSWORD +RABBIT_PASSWORD=$ADMIN_PASSWORD +SERVICE_PASSWORD=$ADMIN_PASSWORD |