CORD-1469: Fixed key issue in mock-rcord profile as well as a missing dependency
Change-Id: Ib5f0bdc83c1a71f51bec5fa51e061fb85b5c3623
diff --git a/profile_manifests/mock-rcord.yml b/profile_manifests/mock-rcord.yml
index cc8bacb..bf7a47b 100644
--- a/profile_manifests/mock-rcord.yml
+++ b/profile_manifests/mock-rcord.yml
@@ -65,14 +65,18 @@
xos_services:
- name: volt
path: onos-apps/apps/olt
+ keypair: volt_rsa
- name: onos
path: orchestration/xos_services/onos-service
+ keypair: onos_rsa
- name: vrouter
path: orchestration/xos_services/vrouter
- name: vsg
path: orchestration/xos_services/vsg
+ keypair: vsg_rsa
- name: vtr
path: orchestration/xos_services/vtr
+ keypair: vsg_rsa
- name: fabric
path: orchestration/xos_services/fabric
diff --git a/scripts/cord-bootstrap.sh b/scripts/cord-bootstrap.sh
index 36040ab..5b5c697 100644
--- a/scripts/cord-bootstrap.sh
+++ b/scripts/cord-bootstrap.sh
@@ -16,6 +16,7 @@
# sudo apt-get install -y software-properties-common
# sudo apt-add-repository -y ppa:ansible/ansible
sudo apt-get -y install python-dev libffi-dev python-pip libssl-dev sshpass python-netaddr
+ sudo pip install markupsafe
sudo pip install ansible==2.2.2.0
fi