forked from openstack-k8s-operators/architecture
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathovs-dpdk-sriov-ipv6-2nodesets.yaml
More file actions
66 lines (62 loc) · 2.12 KB
/
ovs-dpdk-sriov-ipv6-2nodesets.yaml
File metadata and controls
66 lines (62 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
vas:
ovs-dpdk-sriov-ipv6-2nodesets:
stages:
- name: nncp-configuration
path: examples/dt/nfv/nfv-ovs-dpdk-sriov-ipv6-2nodesets/nncp
wait_conditions:
- >-
oc -n openstack wait nncp
-l osp/nncm-config-type=standard
--for jsonpath='{.status.conditions[0].reason}'=SuccessfullyConfigured
--timeout=60s
values:
- name: network-values
src_file: values.yaml
build_output: nncp.yaml
- name: control-plane
path: examples/dt/nfv/nfv-ovs-dpdk-sriov-ipv6-2nodesets
wait_conditions:
- >-
oc -n openstack wait osctlplane controlplane --for condition=Ready
--timeout=1200s
values:
- name: network-values
src_file: ./nncp/values.yaml
- name: service-values
src_file: service-values.yaml
build_output: control-plane.yaml
- name: edpm-nodeset
path: examples/dt/nfv/nfv-ovs-dpdk-sriov-2nodesets/edpm/nodeset
wait_conditions:
- >-
oc -n openstack wait
osdpns openstack-edpm --for condition=SetupReady
--timeout=90m
values:
- name: edpm-nodeset-values
src_file: values.yaml
build_output: nodeset.yaml
- name: edpm-nodeset2
path: examples/dt/nfv/nfv-ovs-dpdk-sriov-2nodesets/edpm/nodeset2
wait_conditions:
- >-
oc -n openstack wait
osdpns openstack-edpm-2 --for condition=SetupReady
--timeout=90m
values:
- name: edpm-nodeset2-values
src_file: values.yaml
build_output: nodeset2.yaml
- name: edpm-deployment
path: examples/dt/nfv/nfv-ovs-dpdk-sriov-2nodesets/edpm/deployment
wait_conditions:
- >-
oc -n openstack
wait openstackdataplanedeployments.dataplane.openstack.org
edpm-deployment
--for condition=Ready --timeout=60m
values:
- name: edpm-deployment-values
src_file: values.yaml
build_output: deployment.yaml