update sr-iov templates to openstack rocky
[yaml_builds.git] / site_type / sriov-a13 / templates / software / config / versions.j2
1 ---
2 schema: pegleg/SoftwareVersions/v1
3 metadata:
4   schema: metadata/Document/v1
5   replacement: true
6   name: software-versions
7   layeringDefinition:
8     abstract: false
9     layer: site
10     parentSelector:
11       name: software-versions-global
12     actions:
13       - method: merge
14         path: .
15   storagePolicy: cleartext
16 data:
17   charts:
18     osh:
19       neutron:
20         location: https://opendev.org/openstack/openstack-helm
21         reference: 05bff26162cc05286ba563d6e8cec82a36031b7d
22         subpath: neutron
23         type: git
24       neutron-htk:
25         location: https://opendev.org/openstack/openstack-helm-infra
26         reference: d0b32ed88ad652d9c2226466a13bac8b28038399
27         subpath: helm-toolkit
28         type: git
29       nova:
30         location: https://opendev.org/openstack/openstack-helm
31         reference: d2abe39d498f48c4721e26aca19e81189bc8891b
32         subpath: nova
33         type: git
34       nova-htk:
35         location: https://opendev.org/openstack/openstack-helm-infra
36         reference: d0b32ed88ad652d9c2226466a13bac8b28038399
37         subpath: helm-toolkit
38         type: git
39       openvswitch:
40         location: https://opendev.org/openstack/openstack-helm-infra
41         reference: refs/changes/18/688818/2
42         subpath: openvswitch
43         type: git
44       openvswitch-htk:
45         location: https://opendev.org/openstack/openstack-helm-infra
46         reference: d0b32ed88ad652d9c2226466a13bac8b28038399
47         subpath: helm-toolkit
48         type: git
49   images_refs:
50     images:
51       dep_check: &dep_check quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
52       heat: &heat docker.io/openstackhelm/heat:rocky-ubuntu_bionic
53       neutron: &neutron docker.io/openstackhelm/neutron:rocky-ubuntu_bionic
54       horizon: &horizon docker.io/openstackhelm/horizon:rocky-ubuntu_bionic
55       cinder: &cinder docker.io/openstackhelm/cinder:rocky-ubuntu_bionic
56       keystone: &keystone docker.io/openstackhelm/keystone:rocky-ubuntu_bionic
57       nova: &nova docker.io/openstackhelm/nova:rocky-ubuntu_bionic
58       glance: &glance docker.io/openstackhelm/glance:rocky-ubuntu_bionic
59       openvswitch: &openvswitch docker.io/openstackhelm/openvswitch:latest-ubuntu_bionic
60       os_barbican: &os_barbican docker.io/openstackhelm/barbican:rocky-ubuntu_bionic
61       libvirt: &libvirt docker.io/openstackhelm/libvirt:latest-ubuntu_bionic
62   images:
63     osh:
64       openvswitch:
65         openvswitch_db_server: "docker.io/openstackhelm/openvswitch:latest-ubuntu_bionic"
66         openvswitch_vswitchd: "docker.io/openstackhelm/openvswitch:latest-ubuntu_bionic"
67       neutron:
68         bootstrap: *heat
69         db_init: *heat
70         neutron_db_sync: *neutron
71         db_drop: *heat
72         ks_user: *heat
73         ks_service: *heat
74         ks_endpoints: *heat
75         neutron_server: *neutron
76         neutron_dhcp: *neutron
77         neutron_metadata: *neutron
78         neutron_l3: *neutron
79         neutron_l2gw: *neutron
80         neutron_openvswitch_agent: *neutron
81         neutron_linuxbridge_agent: *neutron
82         neutron_bagpipe_bgp: *neutron
83       nova:
84         bootstrap: *heat
85         db_drop: *heat
86         db_init: *heat
87         ks_user: *heat
88         ks_service: *heat
89         ks_endpoints: *heat
90         nova_api: *nova
91         nova_cell_setup: *nova
92         nova_cell_setup_init: *heat
93         nova_compute: *nova
94         nova_compute_ssh: *nova
95         nova_conductor: *nova
96         nova_consoleauth: *nova
97         nova_db_sync: *nova
98         nova_novncproxy: *nova
99         nova_novncproxy_assets: *nova
100         nova_placement: *nova
101         nova_scheduler: *nova
102         nova_spiceproxy: *nova
103         nova_spiceproxy_assets: *nova
104         nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial"
105       openvswitch:
106         openvswitch_db_server: *openvswitch
107         openvswitch_vswitchd: *openvswitch
108 ...