-
Notifications
You must be signed in to change notification settings - Fork 33
/
nuage-tripleo-heat-templates.spec.in
37 lines (31 loc) · 1.26 KB
/
nuage-tripleo-heat-templates.spec.in
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
Name: nuage-tripleo-heat-templates
Summary: Heat templates for Nuage integration with TripleO
# version will be edited by jenkins build script
Version: @VERSION@
Release: %{release}
License: ASL 2.0
Group: System Environment/Base
URL: https://github.com/nuagenetworks/nuage-ospdirector/tree/OSPD16/README.md
Source: nuage-tripleo-heat-templates.tar.gz
BuildArch: noarch
Requires: python3-pyyaml
Requires: openstack-tripleo-heat-templates
%description
Nuage OpenStack TripleO Heat Templates is a collection of templates and tools for
building Heat Templates to do deployments of OpenStack with Nuage integration.
%prep
%setup -q -n nuage-tripleo-heat-templates
%install
install -d -m 755 %{buildroot}/%{_datadir}/%{name}
cp -ar deployment %{buildroot}/%{_datadir}/%{name}
cp -ar environments %{buildroot}/%{_datadir}/%{name}
cp -ar firstboot %{buildroot}/%{_datadir}/%{name}
cp -ar network %{buildroot}/%{_datadir}/%{name}
cp -ar roles %{buildroot}/%{_datadir}/%{name}
cp -ar scripts %{buildroot}/%{_datadir}/%{name}
cp -ar LICENSE %{buildroot}/%{_datadir}/%{name}
cp -ar nuage-overcloud-resource-registry.yaml %{buildroot}/%{_datadir}/%{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%{_datadir}/%{name}