fix: some minor fixes

This commit is contained in:
adobdin 2016-08-04 12:13:41 +00:00
parent 69ce1519e2
commit d50fe15e0d
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,5 @@
language: python
python:
- '2.6'
- '2.7'
script: 'true'
deploy:

View File

@ -1,8 +1,10 @@
files:
__default: ['/etc/resolv.conf', '/etc/hiera', '/etc/mcollective', '/etc/astute.yaml', '/root/.ceph*', '/root/anaconda*', '/root/*.log', '/root/*.ks', '/var/lib/puppet/state/last_run_summary.yaml', '/var/run/pcap_dir', '/var/lib/cloud']
__default: ['/etc/resolv.conf', '/etc/hiera', '/etc/mcollective', '/etc/astute.yaml', '/root/anaconda*', '/root/*.log', '/root/*.ks', '/var/lib/puppet/state/last_run_summary.yaml', '/var/run/pcap_dir', '/var/lib/cloud']
by_roles:
controller: ['/etc/apache2', '/etc/keystone', '/etc/swift']
fuel: ['/etc/astute', '/etc/dnsmasq.conf', '/etc/centos-release', '/etc/fuel_build_number', '/etc/fuel_build_id', '/etc/cobbler', '/etc/cobbler.dnsmasq.conf', '/root/*.log']
ceph: ['/root/.ceph*']
not_fuel: '/etc/hiera'
by_os_platform:
ubuntu: ['/etc/lsb-release', '/etc/network']
centos: ['/etc/redhat-release', '/etc/sysconfig']

View File

@ -16,7 +16,7 @@
# under the License.
project_name = 'timmy'
version = '1.14.2'
version = '1.14.3'
if __name__ == '__main__':
exit(0)