blob: fc22c0c7662b0465952f6d69566c040f95b233db [file] [log] [blame]
Pawel Wieczorek83040df2019-11-29 14:56:56 +01001=====================================================
2 ONAP Integration > Bootstrap > Vagrant Minimal ONAP
3=====================================================
4
5This directory contains a set of Vagrant scripts that will automatically set up:
6
7- Devstack,
8- RKE-based Kubernetes cluster,
9- Operator's machine with configured tools (kubectl, helm).
10
11This is intended to show a beginning ONAP operator how to set up and configure an environment that
12can successfully deploy minimal ONAP instance from scratch. Its main purpose are ONAP demos and
13proofs of concepts. It is not intended to be used as a production ONAP environment.
14
15NOTE: the Devstack instance is NOT SECURED, with default credentials:
16
17+-------+----------------+
18| User | Password |
19+-------+----------------+
20| admin | default123456! |
21+-------+----------------+
22| demo | default123456! |
23+-------+----------------+