Skip to content

Commit e578181

Browse files
committed
Enable glance in kuttl tests
1 parent 15c81c2 commit e578181

File tree

2 files changed

+95
-0
lines changed

2 files changed

+95
-0
lines changed

config/samples/octavia_v1beta1_octavia.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ kind: Octavia
33
metadata:
44
name: octavia
55
spec:
6+
amphoraImageContainerImage: quay.io/gthiemonge/octavia-amphora-image
67
databaseInstance: openstack
78
databaseAccount: octavia
89
redisServiceName: octavia-redis

tests/kuttl/common/assert_sample_deployment.yaml

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,100 @@ spec:
7474
service: OctaviaPassword
7575
secret: osp-secret
7676
serviceUser: octavia
77+
status:
78+
apireadyCount: 1
79+
healthmanagerreadyCount: 1
80+
housekeepingreadyCount: 1
81+
rsyslogreadyCount: 1
82+
conditions:
83+
- message: Setup complete
84+
reason: Ready
85+
status: "True"
86+
type: Ready
87+
- message: Create service completed
88+
reason: Ready
89+
status: "True"
90+
type: CreateServiceReady
91+
- message: DB create completed
92+
reason: Ready
93+
status: "True"
94+
type: DBReady
95+
- message: DBsync completed
96+
reason: Ready
97+
status: "True"
98+
type: DBSyncReady
99+
- message: Input data complete
100+
reason: Ready
101+
status: "True"
102+
type: InputReady
103+
- message: MariaDBAccount creation complete
104+
reason: Ready
105+
status: "True"
106+
type: MariaDBAccountReady
107+
- message: NetworkAttachments completed
108+
reason: Ready
109+
status: "True"
110+
type: NetworkAttachmentsReady
111+
- message: Setup complete
112+
reason: Ready
113+
status: "True"
114+
type: OctaviaAPIReady
115+
- message: Octavia Amphora certificates setup completed
116+
reason: Ready
117+
status: "True"
118+
type: OctaviaAmphoraCertsReady
119+
- message: Octavia Amphora Images setup completed
120+
reason: Ready
121+
status: "True"
122+
type: OctaviaAmphoraImagesReady
123+
- message: Octavia Amphora SSH setup completed
124+
reason: Ready
125+
status: "True"
126+
type: OctaviaAmphoraSSHReady
127+
- message: Setup complete
128+
reason: Ready
129+
status: "True"
130+
type: OctaviaHealthManagerReady
131+
- message: Setup complete
132+
reason: Ready
133+
status: "True"
134+
type: OctaviaHousekeepingReady
135+
- message: Octavia Management Network setup completed
136+
reason: Ready
137+
status: "True"
138+
type: OctaviaManagementNetworkReady
139+
- message: Octavia quotas setup completed
140+
reason: Ready
141+
status: "True"
142+
type: OctaviaQuotasReady
143+
- message: Setup complete
144+
reason: Ready
145+
status: "True"
146+
type: OctaviaRsyslogReady
147+
- message: Setup complete
148+
reason: Ready
149+
status: "True"
150+
type: OctaviaWorkerReady
151+
- message: RabbitMqTransportURL successfully created
152+
reason: Ready
153+
status: "True"
154+
type: RabbitMqTransportURLReady
155+
- message: RoleBinding created
156+
reason: Ready
157+
status: "True"
158+
type: RoleBindingReady
159+
- message: Role created
160+
reason: Ready
161+
status: "True"
162+
type: RoleReady
163+
- message: ServiceAccount created
164+
reason: Ready
165+
status: "True"
166+
type: ServiceAccountReady
167+
- message: Service config create completed
168+
reason: Ready
169+
status: "True"
170+
type: ServiceConfigReady
77171
---
78172
apiVersion: apps/v1
79173
kind: Deployment

0 commit comments

Comments
 (0)