summaryrefslogtreecommitdiffstats
path: root/type/cntt/software/config/versions.yaml
blob: 929a182d8b28567ac106e74f44280b356a425c34 (plain)
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
---
# OVS-DPDK NOTE:
#   Add ovs-dpdk section to specify images and charts needed
#   to support deployment of ovs-dpdk

schema: pegleg/SoftwareVersions/v1
metadata:
  schema: metadata/Document/v1
  replacement: true
  name: software-versions
  layeringDefinition:
    abstract: false
    layer: type
    parentSelector:
      name: software-versions-global
    actions:
      - method: merge
        path: .
  storagePolicy: cleartext
data:
  ovs-dpdk:
    charts:
      osh:
        neutron:
          location: https://opendev.org/openstack/openstack-helm
          reference: d2abe39d498f48c4721e26aca19e81189bc8891b
          subpath: neutron
          type: git
        neutron-htk:
          location: https://opendev.org/openstack/openstack-helm-infra
          reference: d0b32ed88ad652d9c2226466a13bac8b28038399
          subpath: helm-toolkit
          type: git
        nova:
          location: https://opendev.org/openstack/openstack-helm
          reference: d2abe39d498f48c4721e26aca19e81189bc8891b
          subpath: nova
          type: git
        nova-htk:
          location: https://opendev.org/openstack/openstack-helm-infra
          reference: d0b32ed88ad652d9c2226466a13bac8b28038399
          subpath: helm-toolkit
          type: git
        openvswitch:
          location: https://opendev.org/openstack/openstack-helm-infra
          reference: d0b32ed88ad652d9c2226466a13bac8b28038399
          subpath: openvswitch
          type: git
        openvswitch-htk:
          location: https://opendev.org/openstack/openstack-helm-infra
          reference: d0b32ed88ad652d9c2226466a13bac8b28038399
          subpath: helm-toolkit
          type: git
    images:
      osh:
        nova:
          bootstrap: "docker.io/openstackhelm/heat:stein-ubuntu_bionic"
          db_drop: "docker.io/openstackhelm/heat:stein-ubuntu_bionic"
          db_init: "docker.io/openstackhelm/heat:stein-ubuntu_bionic"
          ks_user: "docker.io/openstackhelm/heat:stein-ubuntu_bionic"
          ks_service: "docker.io/openstackhelm/heat:stein-ubuntu_bionic"
          ks_endpoints: "docker.io/openstackhelm/heat:stein-ubuntu_bionic"
          nova_api: "docker.io/openstackhelm/nova:stein-ubuntu_bionic"
          nova_cell_setup: "docker.io/openstackhelm/nova:stein-ubuntu_bionic"
          nova_cell_setup_init: "docker.io/openstackhelm/heat:stein-ubuntu_bionic"
          nova_compute: "docker.io/openstackhelm/nova:stein-ubuntu_bionic"
          nova_compute_ssh: "docker.io/openstackhelm/nova:stein-ubuntu_bionic"
          nova_conductor: "docker.io/openstackhelm/nova:stein-ubuntu_bionic"
          nova_consoleauth: "docker.io/openstackhelm/nova:stein-ubuntu_bionic"
          nova_db_sync: "docker.io/openstackhelm/nova:stein-ubuntu_bionic"
          nova_novncproxy: "docker.io/openstackhelm/nova:stein-ubuntu_bionic"
          nova_novncproxy_assets: "docker.io/openstackhelm/nova:stein-ubuntu_bionic"
          nova_placement: "docker.io/openstackhelm/nova:stein-ubuntu_bionic"
          nova_scheduler: "docker.io/openstackhelm/nova:stein-ubuntu_bionic"
          nova_spiceproxy: "docker.io/openstackhelm/nova:stein-ubuntu_bionic"
          nova_spiceproxy_assets: "docker.io/openstackhelm/nova:stein-ubuntu_bionic"
        neutron:
          bootstrap: "docker.io/openstackhelm/heat:stein-ubuntu_bionic"
          db_init: "docker.io/openstackhelm/heat:stein-ubuntu_bionic"
          db_drop: "docker.io/openstackhelm/heat:stein-ubuntu_bionic"
          ks_user: "docker.io/openstackhelm/heat:stein-ubuntu_bionic"
          ks_service: "docker.io/openstackhelm/heat:stein-ubuntu_bionic"
          ks_endpoints: "docker.io/openstackhelm/heat:stein-ubuntu_bionic"
          neutron_db_sync: "docker.io/openstackhelm/neutron:stein-ubuntu_bionic"
          neutron_dhcp: "docker.io/openstackhelm/neutron:stein-ubuntu_bionic"
          neutron_l3: "docker.io/openstackhelm/neutron:stein-ubuntu_bionic"
          neutron_linuxbridge_agent: "docker.io/openstackhelm/neutron:stein-ubuntu_bionic"
          neutron_metadata: "docker.io/openstackhelm/neutron:stein-ubuntu_bionic"
          neutron_openvswitch_agent: "docker.io/openstackhelm/neutron:stein-ubuntu_bionic"
          neutron_server: "docker.io/openstackhelm/neutron:stein-ubuntu_bionic"
        openvswitch:
          openvswitch_db_server: docker.io/openstackhelm/openvswitch:latest-ubuntu_bionic-dpdk
          openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:latest-ubuntu_bionic-dpdk
        libvirt:
          libvirt: docker.io/openstackhelm/libvirt:latest-ubuntu_bionic
  kernel_drivers:
    i40e_driver:
      type: tar
      location: https://sourceforge.net/projects/e1000/files/i40e%20stable/2.9.21/i40e-2.9.21.tar.gz
    ixgbe_driver:
      type: tar
      location: https://sourceforge.net/projects/e1000/files/ixgbe%20stable/5.6.3/ixgbe-5.6.3.tar.gz
...