Corey Bryant
f2a4cdf056
Merge next branch
2015-06-10 15:48:34 +00:00
Corey Bryant
160e840a9b
Add libyaml-dev as base git package
2015-05-12 19:53:58 +00:00
Corey Bryant
bce4dd1c13
Also need to install libmysqlclient-dev for deploy from source
2015-05-12 16:37:36 +00:00
Corey Bryant
2022c3053a
Install mysql-python with base git packages
2015-05-12 16:16:43 +00:00
Corey Bryant
73bd7eae35
Add nova-manage to symlinks
2015-05-12 15:46:18 +00:00
Corey Bryant
74b8c1376c
Add virtualenv support
2015-05-12 15:17:42 +00:00
Corey Bryant
655b0d6d83
Merge next branch
2015-05-12 13:21:27 +00:00
Liam Young
d418994ea6
Merged trunk in + LE charmhelper sync
2015-05-11 08:38:35 +01:00
Corey Bryant
58aee16171
Drop libffi-dev, libssl-dev, and libyaml-dev.
2015-04-23 15:36:41 +00:00
Corey Bryant
d0592366a9
Install neutorn-common as python-six conflict workaround
2015-04-23 14:02:05 +00:00
Corey Bryant
f4ca5fe744
Put base packages in correct list
2015-04-23 01:11:01 +00:00
Corey Bryant
db0d7750aa
Generalize neutron-db-manage and quantum-db-manage executable names as they may come from /usr/local/bin when deploying from source.
2015-04-22 20:06:21 +00:00
Corey Bryant
b49f97657b
Add nova serial proxy upstart script
2015-04-22 19:59:45 +00:00
Corey Bryant
d2a7198635
Add libffi-dev, libssl-dev, and libyaml-dev to base git install packages
2015-04-22 19:35:29 +00:00
Liam Young
7169074cb1
Fix bug and log message
2015-04-22 14:36:20 +00:00
Liam Young
8a748906a2
Stop running db migrations when deployment is kilo or migrating to kilo
2015-04-22 13:49:57 +00:00
James Page
4ba38a7c53
Revert previous commit, work incomplete
2015-04-20 11:21:36 +01:00
Corey Bryant
101aec20a2
Add neutron support
2015-04-16 18:26:16 +00:00
Corey Bryant
8b209b9728
Don't install neutron-plugin-ml2 ubuntu package when deploying from source
2015-04-16 13:46:14 +00:00
Corey Bryant
709209244d
Deploy from source
2015-04-15 14:17:56 +00:00
Edward Hope-Morley
1b19080362
synced /next
2015-04-01 14:38:15 +01:00
James Page
eaa0fc5093
Rebase, resync
2015-03-30 18:00:34 +01:00
Edward Hope-Morley
13c4b4788e
synced /next and le ch
2015-03-26 11:37:54 -07:00
James Page
21f4100fb5
Don't overwrite all endpoints
2015-03-25 13:34:27 +00:00
James Page
002d13b5ce
Drop ec2 and s3 endpoints for kilo
2015-03-24 17:49:11 +00:00
James Page
db27ea0efc
Drop ec2 and s3 endpoints for kilo
2015-03-24 17:48:42 +00:00
James Page
22f83cf13e
Rebase
2015-03-16 14:17:04 +00:00
James Page
0d58f31ea7
Add retry for database migrations to deal with single shot ha deployments
2015-03-10 15:16:32 +00:00
Liam Young
ea2efc83eb
Replace deprecated eligible_leader with is_elected_leader
2015-03-09 16:18:52 +00:00
James Page
0849f09517
Rebase and resync
2015-02-24 11:51:10 +00:00
Edward Hope-Morley
1e1d498891
[hopem,r=]
...
Adds pki token support.
Closes-Bug: 1309667
2015-02-19 19:51:58 +00:00
Liam Young
c89695b277
[hopem, r=gnuoy] Adds nova-alchemy-flags option to allow [database] options
...
to be set in nova.conf as is currently supported for
neutron.conf.
Also changed 'sql_connection' to 'connection' and moved it all into [database] section since that has been the convention since at least Icehouse and is required for other db options.
2015-01-14 08:45:54 +00:00
James Page
b5b29b5848
Rebase on next
2015-01-13 09:23:07 +00:00
Edward Hope-Morley
abea4c3eab
[hopem,r=]
...
Adds nova-alchemy-flags option to allow [database] options
to be set in nova.conf as is currently supported for
neutron.conf.
Also use (num_cpus * worker-multiplier) as default value
for max_pool_size. This can be overiden by supplying a
new value with nova-alchemy-flags.
Closes-Bug: 1403138
2015-01-07 10:14:46 +00:00
Liam Young
dac6bbed30
Merged next in
2014-12-19 10:25:03 +00:00
Edward Hope-Morley
cd81c03787
[freyes,r=hopem]
...
Install python-memcache, configure nova.conf adding the key
memcached_servers when a relationship with memcached service
is established.
If multiple units of memcached are available, all of them
are used i.e. memcached_servers = host1:port1,host2:port,host3:port3
To secure memcached access this relies in the memcached charm
ability to use iptables rules to only allow access to related
machines.
Closes-Bug: 1386271
2014-12-17 18:20:59 +00:00
Ryan Beisner
bc7d2a07f6
add python-six install re: bug 1403114
2014-12-16 19:31:29 +00:00
James Page
8c94eec1e2
Rebase on next
2014-12-15 10:37:46 +00:00
Liam Young
b640c3aeb7
Enable haproxy for when there is a single unit in a deployment
2014-11-25 10:19:08 +00:00
Felipe Reyes
686d3a6211
Commit after pulling changes from upstream
2014-11-20 13:59:00 -03:00
Liam Young
d696173052
The nova-cc always runs the neutron migrations at the moment. Previously there was some code to cede responsability to neutron-api but this was removed. Unfortunatly a condition was overlooked and this mp removes it
2014-11-14 09:55:10 +00:00
Felipe Reyes
acdaacba78
Fix typo in memcache package
2014-10-24 18:04:26 -03:00
Felipe Reyes
6baecf0d80
Add python-memcache to be installed
2014-10-24 17:47:02 -03:00
Felipe Reyes
652023e88e
Add InstanceConsoleContext to the resource map
2014-10-24 12:00:23 -03:00
Liam Young
a1f6e2c06b
[gnuoy,r=james-page] continue to stop the services associated with the neutron files from being managed if neutron-api relation is present but reinstates the management of the files themselves as they are needed for db migrations.
2014-10-23 17:39:43 +01:00
Corey Bryant
d35306af77
Ensure installation source is configured prior to querying cloud-archive.list.
2014-10-23 15:05:29 +00:00
Liam Young
02e9123ed1
Keep neutron config files for running migrations
2014-10-23 14:36:35 +00:00
Corey Bryant
5b17636858
Move openstack-origin cloud check to do_openstack_upgrade() and raise ValueError.
2014-10-23 14:18:56 +00:00
Corey Bryant
45b2bc03db
Only perform step upgrade if openstack-origin source is from the cloud archive.
2014-10-15 15:37:16 +00:00
James Page
ab8a78ac0d
Revert accidental commit
2014-10-15 15:45:14 +01:00