Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

get rke script from jira, gerrit or by cloning OOM when the review is done.

Code Block
themeMidnight
# 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

...