-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update --wipe arparse docs, prep .spec for 1.1+
This is a small commit that updates docs around using the --wipe option and the switch host setup instructions. We are also going to bump the RPM .spec version and prep the file for upcoming 1.1+ changes that will involve the addition/move of CherryPy and MongoDB / MongoEngine. Change-Id: I8ccdf02d38ffbe50cecce43899855167a1547538
- Loading branch information
Showing
4 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
#### https://copr.fedorainfracloud.org/coprs/quadsdev/QUADS | ||
|
||
%define name quads | ||
%define version 0.99.2 | ||
%define version 1.0.0 | ||
%define build_timestamp %{lua: print(os.date("%Y%m%d"))} | ||
|
||
Summary: Automated future scheduling, documentation, end-to-end provisioning and assignment of servers and networks. | ||
|
@@ -24,12 +24,18 @@ Prefix: /opt/quads | |
BuildArch: noarch | ||
Vendor: QUADS | ||
Packager: QUADS | ||
# required for quads-1.1+ | ||
#Requires: epel-release | ||
Requires: PyYAML >= 3.10 | ||
Requires: ansible >= 2.3 | ||
Requires: expectk >= 5.0 | ||
Requires: python2-aexpect >= 1.4 | ||
Requires: python-requests >= 2.6 | ||
Requires: httpd >= 2.4 | ||
# required for quads-1.1+ | ||
#Requires: python-mongoengine >= 0.8 | ||
#Requires: mongodb >=2.6.12 | ||
#Requires: mongodb-server >=2.6.12 | ||
Url: http://github.com/redhat-performance/quads | ||
|
||
%description | ||
|
@@ -77,6 +83,8 @@ rm -rf %{buildroot} | |
|
||
%post | ||
systemctl enable quads-daemon | ||
# will be required for quads-1.1+ | ||
#systemctl enable mongod | ||
[ ! -d /opt/quads/log ] && mkdir /opt/quads/log || true | ||
[ ! -f /opt/quads/log/quads.log ] && touch /opt/quads/log/quads.log || true | ||
[ ! -d /var/log/quads ] && mkdir /var/log/quads || true | ||
|
@@ -91,6 +99,9 @@ fi; | |
|
||
%changelog | ||
|
||
* Fri Apr 20 2018 - 1.0.0: Will Foster <[email protected]> | ||
- Bump version to match 1.0.0 tag | ||
|
||
* Fri Oct 20 2017 - 0.99.2: Will Foster <[email protected]> | ||
- Add httpd dependency and visualization image files | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters