[instack-undercloud] Bump to 1.0.18

slagle slagle at fedoraproject.org
Thu Oct 23 01:00:54 UTC 2014


commit 858c645a6fc306c4fa3917c427331d9cd964d3b4
Author: James Slagle <jslagle at redhat.com>
Date:   Wed Oct 22 21:00:41 2014 -0400

    Bump to 1.0.18

 .gitignore              |    1 +
 instack-undercloud.spec |   16 ++++++++++++----
 sources                 |    2 +-
 3 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9e3a332..ebb3637 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@
 /1.0.15.tar.gz
 /1.0.16.tar.gz
 /1.0.17.tar.gz
+/1.0.18.tar.gz
diff --git a/instack-undercloud.spec b/instack-undercloud.spec
index 97d7dfe..db1eae6 100644
--- a/instack-undercloud.spec
+++ b/instack-undercloud.spec
@@ -1,5 +1,5 @@
 Name:		instack-undercloud
-Version:	1.0.17
+Version:	1.0.18
 Release:	1%{?dist}
 Summary:	Installation tools to install an undercloud via instack
 
@@ -51,14 +51,15 @@ cp -ar json-files %{buildroot}/%{_datadir}/instack-undercloud
 cp instack-sourcerc %{buildroot}/%{_datadir}/instack-undercloud
 # live
 cp -ar live %{buildroot}/%{_datadir}/instack-undercloud
+# sample files
+install -m 644 instack.answers.sample %{buildroot}/%{_datadir}/%{name}/instack.answers.sample
+install -m 644 deploy-virt-overcloudrc %{buildroot}/%{_datadir}/%{name}/deploy-virt-overcloudrc
+install -m 644 deploy-baremetal-overcloudrc %{buildroot}/%{_datadir}/%{name}/deploy-baremetal-overcloudrc
 
 
 %files
 %doc README.md
 %doc LICENSE
-%doc instack.answers.sample
-%doc deploy-virt-overcloudrc
-%doc deploy-baremetal-overcloudrc
 %{_datadir}/instack-undercloud
 %{_bindir}/instack-install-undercloud
 %{_bindir}/instack-install-undercloud-source
@@ -73,6 +74,13 @@ cp -ar live %{buildroot}/%{_datadir}/instack-undercloud
 
 
 %changelog
+* Wed Oct 22 2014 James Slagle <jslagle at redhat.com> 1.0.18-1
+- Use $NODE_COUNT instead of $NODE_CNT so that we can override and create less than nodes.
+- Update README-packages.md
+
+* Wed Oct 22 2014 James Slagle <jslagle at redhat.com> 1.0.17-2
+- Install sample files just under /usr/share/instack-undercloud
+
 * Wed Oct 22 2014 James Slagle <jslagle at redhat.com> 1.0.17-1
 - Bump to 1.0.17
 
diff --git a/sources b/sources
index 6ccca83..e62217b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b2275d1be5966acda571f78d7fee902e  1.0.17.tar.gz
+6cc7f9a4ef32bfea64a8074fc8eee21c  1.0.18.tar.gz


More information about the scm-commits mailing list