From c5a1ea17b818410b905a68a1935c77c4fcb00c35 Mon Sep 17 00:00:00 2001 From: "Brad P. Crochet" Date: Wed, 30 Nov 2016 07:06:33 -0500 Subject: Add Zaqar to scenario002 Install Zaqar into the overcloud and create a queue with OS::Zaqar::Queue in order to test the Zaqar composable service. Change-Id: I9027d17fa3d75e6c3e23d6636642abadac8730ac Depends-On: Ia5ca4fe317339dd05b0fa3d5abebca6ca5066bce --- ci/pingtests/scenario002-multinode.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ci/pingtests') diff --git a/ci/pingtests/scenario002-multinode.yaml b/ci/pingtests/scenario002-multinode.yaml index d7a30fd9..1ab7eef9 100644 --- a/ci/pingtests/scenario002-multinode.yaml +++ b/ci/pingtests/scenario002-multinode.yaml @@ -144,6 +144,11 @@ resources: ram: 512 vcpus: 1 + zaqar_queue: + type: OS::Zaqar::Queue + properties: + name: pingtest-queue + outputs: server1_private_ip: description: IP address of server1 in private network -- cgit 1.2.3-korg