add puppet-vitrage and vitrage rpms into image

Implements: blueprint tripleo-vitrage-integration

Change-Id: I11ed75a3585b3f6d37a4c35ee689cf87aae94ef5
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
This commit is contained in:
dongwenjuan 2018-03-15 19:08:44 +08:00
parent 9007c1fa75
commit b3d048257d
4 changed files with 13 additions and 1 deletions

View File

@ -111,5 +111,10 @@ swift_plugin_swift3_package
swift_proxy_package
targetcli_package
tftp_server_package
vitrage_api_package
vitrage_collector_package
vitrage_graph_package
vitrage_persistor_package
vitrage_notifier_package
xinetd_package
zaqar_package

View File

@ -114,6 +114,11 @@
"targetcli_package": "targetcli",
"tacker_package": "openstack-tacker",
"tftp_server_package": "tftp-server",
"vitrage_api_package": "openstack-vitrage-api",
"vitrage_collector_package": "openstack-vitrage-collector",
"vitrage_graph_package": "openstack-vitrage-graph",
"vitrage_persistor_package": "openstack-vitrage-persistor",
"vitrage_notifier_package": "openstack-vitrage-notifier",
"xinetd_package": "xinetd",
"zaqar_package": "openstack-zaqar"
}

View File

@ -84,7 +84,8 @@ if [ "$DIB_INSTALLTYPE_puppet_modules" = "source" ]; then
puppet-etcd \
puppet-zaqar \
puppet-veritas_hyperscale \
puppet-ptp; do
puppet-ptp \
puppet-vitrage; do
export DIB_INSTALLTYPE_${module_name//\-/_}='source'
done
fi

View File

@ -79,3 +79,4 @@ puppet-systemd git /opt/stack/puppet-modules/systemd https://github.com/camptoca
puppet-etcd git /opt/stack/puppet-modules/etcd https://github.com/cristifalcas/puppet-etcd.git
puppet-veritas_hyperscale git /opt/stack/puppet-modules/veritas_hyperscale https://github.com/vtas-hyperscale-ci/puppet-veritas_hyperscale.git
puppet-ptp git /opt/stack/puppet-modules/ptp https://github.com/redhat-nfvpe/ptp.git
puppet-vitrage git /opt/stack/puppet-modules/vitrage https://git.openstack.org/openstack/puppet-vitrage.git