...
get rke script from jira, gerrit or by cloning OOM when the review is done.
Code Block | ||
---|---|---|
| ||
# chmod 777 your cert before you scp it over
sudo cp onap_rsa ~/.ssh
sudo chmod 400 ~/.ssh/onap_rsa
sudo vi ~/.ssh/authorized_keys
sudo ./rke_install.sh -b master -s localhost -e onap -l ubuntu |
...