summaryrefslogtreecommitdiffstats
path: root/src/package-list.mk
blob: 93dd5986799a2200ebd916bdd17293fac2603301 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Upstream Package List
#
# Everything here is defined as its suggested default
# value, it can always be overriden when invoking Make

# dpdk section
# DPDK_URL ?= git://dpdk.org/dpdk
DPDK_URL ?= http://dpdk.org/git/dpdk
DPDK_TAG ?= v16.04

# collectd section
COLLECTD_URL ?= https://github.com/maryamtahhan/collectd-with-DPDK
COLLECTD_TAG ?= dpdkstat

COLLECTD_CEILOMETER_URL ?= https://github.com/openstack/collectd-ceilometer-plugin
COLLECTD_CEILOMETER_TAG ?= master
: default: '' description: IP address/subnet on the internal API network type: string StorageIpSubnet: default: '' description: IP address/subnet on the storage network type: string StorageMgmtIpSubnet: default: '' description: IP address/subnet on the storage mgmt network type: string TenantIpSubnet: default: '' description: IP address/subnet on the tenant network type: string ManagementIpSubnet: default: '' description: IP address/subnet on the management network type: string resources: OsNetConfigImpl: type: OS::Heat::StructuredConfig properties: group: apply-config config: {} outputs: OS::stack_id: description: The OsNetConfigImpl resource. value: {get_resource: OsNetConfigImpl}