-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #289 from imcsk8/update-glance
Automatic update
- Loading branch information
Showing
14 changed files
with
79 additions
and
54 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
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 |
---|---|---|
|
@@ -12,24 +12,30 @@ | |
case $::osfamily { | ||
'Debian': { | ||
include ::apt | ||
# some packages are not autoupgraded in trusty. | ||
# it will be fixed in liberty, but broken in kilo. | ||
$need_to_be_upgraded = ['python-tz', 'python-pbr'] | ||
apt::source { 'trusty-updates-kilo': | ||
location => 'http://ubuntu-cloud.archive.canonical.com/ubuntu/', | ||
release => 'trusty-updates', | ||
required_packages => 'ubuntu-cloud-keyring', | ||
repos => 'kilo/main', | ||
trusted_source => true, | ||
} -> | ||
package { $need_to_be_upgraded: | ||
ensure => latest, | ||
class { '::openstack_extras::repo::debian::ubuntu': | ||
release => 'kilo', | ||
package_require => true, | ||
} | ||
} | ||
'RedHat': { | ||
include ::epel # Get our epel on | ||
class { '::openstack_extras::repo::redhat::redhat': | ||
# Kilo is not GA yet, so let's use the testing repo | ||
manage_rdo => false, | ||
repo_hash => { | ||
'rdo-kilo-testing' => { | ||
'baseurl' => 'https://repos.fedorapeople.org/repos/openstack/openstack-kilo/testing/el7/', | ||
# packages are not GA so not signed | ||
'gpgcheck' => '0', | ||
'priority' => 97, | ||
}, | ||
}, | ||
} | ||
} | ||
default: { | ||
fail("Unsupported osfamily (${::osfamily})") | ||
} | ||
} | ||
class { '::mysql::server': } | ||
# Keystone resources, needed by Glance to run | ||
|
@@ -68,7 +74,7 @@ class { '::glance::keystone::auth': | |
class { '::glance::api': | ||
database_connection => 'mysql://glance:[email protected]/glance?charset=utf8', | ||
verbose => false, | ||
keystone_password => 'big_secret', | ||
keystone_password => 'a_big_secret', | ||
} | ||
class { '::glance::registry': | ||
database_connection => 'mysql://glance:[email protected]/glance?charset=utf8', | ||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,11 +1,10 @@ | ||
HOSTS: | ||
ubuntu-server-1404-x64: | ||
ubuntu-14.04-amd64: | ||
roles: | ||
- master | ||
platform: ubuntu-14.04-amd64 | ||
box : trusty-server-cloudimg-amd64-vagrant-disk1 | ||
box_url : puppetlabs/ubuntu-14.04-64-nocm | ||
box : puppetlabs/ubuntu-14.04-64-nocm | ||
box_url : https://vagrantcloud.com/puppetlabs/ubuntu-14.04-64-nocm | ||
hypervisor : vagrant | ||
CONFIG: | ||
log_level : debug | ||
type: git | ||
type: foss |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
HOSTS: | ||
ubuntu-server-1404-x64: | ||
ubuntu-14.04-amd64: | ||
roles: | ||
- master | ||
platform: ubuntu-14.04-amd64 | ||
|
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
glance/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml
This file was deleted.
Oops, something went wrong.
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