Table of Contents |
---|
...
Code Block | ||||
---|---|---|---|---|
| ||||
# on the master ubuntu@ip-10-0-0-66:~$ sudo apt-get install nfs-common ubuntu@ip-10-0-0-66:~$ cd # on the hosts / ubuntu@ip-10-0-0-66:~$ sudo mkdir /dockerdata-nfs ubuntu@iproot@ip-10-0-0-6619:~$/# sudo mount -t efs nfs4 -o nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2 fs-43b2763a.efs.us-east-2.amazonaws.com:/ /dockerdata-nfs |
Kubernetes Installation via CloudFormation
...
I have created an AMI on Amazon AWS under the following ID that has a reference 20170825 tag of ONAP 1.0 running on top of Rancher
ami-b8f3f3c3 : onap-oom-k8s-10
...