PTP Notification deploys two separate rabbitmq instances: registration
and notification-broker, with a default user/password of admin/admin.
This commit enables PTP notification to function with an user-defined
name, password and also AMQP port for both instances.
TEST PLAN:
PASS: PTP pull/push notifications with default notification/registration
user/password/port (without helm override for these)
PASS: PTP pull/push notifications with changing notification/registration
user/password/port (with helm overide for these)
system helm-override-update ptp-notification ptp-notification \
notification --values ~/notification-override.yaml
registration:
endpoint:
port: 5673
user: admin-reg
pass: Registration1234
notification:
endpoint:
port: 5674
user: admin-noti
pass: Notification1234
Story: 2011332
Task: 51620
Signed-off-by: Tara Nath Subedi <tara.subedi@windriver.com>
Change-Id: Id98c2ae68a1adb5b17f1a336ac609cd57fe3a026