CORD-1253 onboard the AddressManager service
Change-Id: I56aa0befc38de0a43f53b886a348cf61bc25e0aa
diff --git a/profile_manifests/mock-rcord.yml b/profile_manifests/mock-rcord.yml
index 861d16c..898cfee 100644
--- a/profile_manifests/mock-rcord.yml
+++ b/profile_manifests/mock-rcord.yml
@@ -82,6 +82,9 @@
keypair: onos_rsa
- name: vrouter
path: orchestration/xos_services/vrouter
+ - name: addressmanager
+ path: orchestration/xos_services/addressmanager
+ synchronizer: false
- name: vsg
path: orchestration/xos_services/vsg
keypair: vsg_rsa
diff --git a/profile_manifests/rcord.yml b/profile_manifests/rcord.yml
index 88e2845..b37dc8f 100644
--- a/profile_manifests/rcord.yml
+++ b/profile_manifests/rcord.yml
@@ -70,6 +70,9 @@
keypair: onos_rsa
- name: vrouter
path: orchestration/xos_services/vrouter
+ - name: addressmanager
+ path: orchestration/xos_services/addressmanager
+ synchronizer: false
- name: vsg
path: orchestration/xos_services/vsg
keypair: vsg_rsa