diff options
Diffstat (limited to 'bootstrap/vagrant-minimal-onap')
-rw-r--r-- | bootstrap/vagrant-minimal-onap/README.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/bootstrap/vagrant-minimal-onap/README.rst b/bootstrap/vagrant-minimal-onap/README.rst new file mode 100644 index 000000000..fc22c0c76 --- /dev/null +++ b/bootstrap/vagrant-minimal-onap/README.rst @@ -0,0 +1,23 @@ +===================================================== + ONAP Integration > Bootstrap > Vagrant Minimal ONAP +===================================================== + +This directory contains a set of Vagrant scripts that will automatically set up: + +- Devstack, +- RKE-based Kubernetes cluster, +- Operator's machine with configured tools (kubectl, helm). + +This is intended to show a beginning ONAP operator how to set up and configure an environment that +can successfully deploy minimal ONAP instance from scratch. Its main purpose are ONAP demos and +proofs of concepts. It is not intended to be used as a production ONAP environment. + +NOTE: the Devstack instance is NOT SECURED, with default credentials: + ++-------+----------------+ +| User | Password | ++-------+----------------+ +| admin | default123456! | ++-------+----------------+ +| demo | default123456! | ++-------+----------------+ |