1730 Commits

Author SHA1 Message Date
Jenkins
e33dfd553e Merge "ceilometer: build the configuration file from scratch" 2012-10-26 15:28:18 +00:00
Eoghan Glynn
1fcc6a1fc9 Modify nova config for ceilometer if enabled
If ceilometer is enabled, nova instance usage auditing and the
appropriate notification drivers should be automatically enabled,
as opposed to relying on manual reconfiguration and service restart.

Change-Id: I41643a1418a87942be7b2b7979797ff5eb7e5479
2012-10-25 17:37:10 +01:00
Jenkins
9f8da4b09b Merge "Clean up local state paths" 2012-10-25 11:36:18 +00:00
Jenkins
58ffa670cd Merge "Remove unused nova.conf option image_service" 2012-10-25 01:15:59 +00:00
Jenkins
8a14a6c145 Merge "Add new ubuntu release" 2012-10-24 22:36:39 +00:00
Jenkins
cf59999019 Merge "Extract create_nova_conf() from init_nova()" 2012-10-24 21:17:45 +00:00
Julien Danjou
4b3e4e529f ceilometer: build the configuration file from scratch
Stop using the one from nova. Fix the keystone_authtoken default
auth_protocol.

Change-Id: Id9b30a4105a7187966c3953958477967cf58fe9b
2012-10-24 17:57:15 +02:00
Jenkins
9428287204 Merge "Install the python-netaddr package before we use it." 2012-10-24 02:36:51 +00:00
Joe Gordon
0921c453e4 Remove unused nova.conf option image_service
FLAGS.image_service was removed in:
[3aaa0b103447d56f8d3b259c693cd9a3a8dcbe36] Cleanup of image service code

Change-Id: Ie566f972e2c196228cd83edda0924b5a679a63a6
2012-10-23 17:10:56 -07:00
Dean Troyer
1331445b6f Clean up local state paths
Puts additional state and lock paths for swift, quantum and nova
into $DATA_DIR/project that can be set independently of $DEST.

Change-Id: I2cca701856d3caa7fe472fefdd8b070a3c7f3adf
2012-10-23 16:36:27 -05:00
Chuck Short
59d602e743 Add new ubuntu release
Raring is the new codename for the next Ubuntu release.

Change-Id: I53b5b4d23c0974427fbf0026a55f7b98b0fc3c76
Signed-off-by: Chuck Short <chuck.short@canonical.com>
2012-10-23 13:04:16 -05:00
Jenkins
92c964f92a Merge "Directly create bootable volume based on image ID." 2012-10-22 16:27:13 +00:00
Dean Troyer
da7b8091b9 Extract create_nova_conf() from init_nova()
Allows creating a new nova.conf without wiping the database,
say, during an upgrade.

Change-Id: I7703b54bc3a32485b3cdab8d6185f93a6675040d
2012-10-22 11:08:26 -05:00
David Ripton
bbc54635c8 Install the python-netaddr package before we use it.
It's used if installed and not used if not installed, which is confusing.
So trying to install it should make things a bit less confusing.

It's available under the same name in both Fedora and Ubuntu.

Change-Id: I6785dd5e831e9cf2da2eae5b116a9f5859c68c6d
2012-10-22 09:41:32 -04:00
Jenkins
1f409a6bbb Merge "Add missing debian packages for quantum" 2012-10-20 21:32:07 +00:00
Vincent Untz
782c00b1f5 Add missing debian packages for quantum
The rpm list is more complete than the debian list, so complete the
debian one based on the rpm one.

Change-Id: I707a16d3d2646b4b3d0bc200fed62e5e6743c030
2012-10-20 16:38:17 +02:00
Eoghan Glynn
fc65cfed55 Directly create bootable volume based on image ID.
Now that a bootable volume can be created directly based on
image ID, we can dispense with the complexity around using
a builder instance to acheive the same effect.

Change-Id: Ied1f6863a4dd21685e2f135841b9e2c4d499675f
2012-10-20 14:18:06 +01:00
Yoshihiro Kaneko
602cf9bd68 Add support for the Quantum Ryu plugin.
This patch allows using the Quantum Ryu plugin.
Ryu plugin lets Quantum link Open vSwitch and Ryu OpenFlow controller[1].

Ryu OpenFlow controller is not Openstack component, but I added some
processing that is related with Ryu to stack.sh for the convenience of
the person who intend to try the plugin.

Instructions for using Ryu plugin:
1. Enable services: "q-svc", "q-agt", "q-dhcp", "q-l3", "quantum", "ryu"
2. Set Q_PLUGIN to "ryu"
3. Set an internal network interface name to connect br-int on plural
   hosts to RYU_INTERNAL_INTERFACE (optional)

Example localrc:
  disable_service n-net
  enable_service q-svc q-agt q-dhcp q-l3 quantum ryu
  Q_PLUGIN=ryu
  RYU_INTERNAL_INTERFACE=eth1

[1] http://osrg.github.com/ryu/

Change-Id: Ic1da132fa421f1c70c10a319ee3239831b0f956f
2012-10-19 07:00:32 +00:00
Jenkins
eccaa80ba8 Merge "Configure and launch Heat REST API." 2012-10-10 20:52:09 +00:00
Jenkins
d41d32e7ca Merge "kill throws an error while finding pid in quantum dhcp agent section" 2012-10-10 20:51:38 +00:00
Jenkins
7e4fa84fd5 Merge "Default values for live migration tempest tests" 2012-10-10 16:00:00 +00:00
James E. Blair
9dae3bd1e5 Change mysql -> mysql-server in quantum.
There is no package called mysql in precise.

Change-Id: If047cb8d03f51c2f56e5da43573af596a8aca367
2012-10-09 17:54:48 -07:00
Steve Baker
bb421bed58 Configure and launch Heat REST API.
This is a REST API in the same style as other OpenStack APIs.

This also creates a new endpoint for the REST API which uses the
serivce type 'orchestration'. The old endpoint now has the service
type 'cloudformation'.

This matches the pattern where the native openstack API gets a
generic service type while the emulated EC2 API gets a specific
type (eg, object-store, s3).

There will be breakage for the time period where only one of this
change and https://review.openstack.org/#/c/14263/ are approved,
since keystone will have the incorrect service type for that period.

Change-Id: I6a0d51a63da8017d375b4c065c4c9079dfca8fe3
2012-10-10 13:32:16 +13:00
John Griffith
082a3da01f Remove extraneous timing messages from volumes.sh
Change: I3bbcc5b9f8a4da2fcdb9f6f70913c2d6bc6e2b9b
added some timing messages around the volume operations in
exercises/volumes.sh.  This was a good idea, but some
useless timing info was added to failed cases, this patch
pulls that back out.  The only parameter used to detect
failure is a timeout, so outputing the time elapses in
these cases is useless.

Change-Id: I609a803a7293aa8a8e3cec186984de59bfe9b409
2012-10-06 22:26:39 -06:00
Surya Prabhakar
a9c4a8aff2 kill throws an error while finding pid
in quantum dhcp agent section

Change-Id: I602df7875710336125cdbb8407ff293a8e7d448e
2012-10-06 19:41:36 +05:30
Jenkins
45ae8ccc4a Merge "clone tempest if enabled" 2012-10-05 21:18:18 +00:00
Jenkins
0672584874 Merge "Update horizon config to current example from horizon repo" 2012-10-05 20:51:59 +00:00
Sean Dague
d093121f3a clone tempest if enabled
add auto cloning of the tempest tree if it's an enabled service
just reduces one step in getting tempest up in a new environment

Change-Id: Ia8a2feee96f26dffe96c87d572a31735d90cdabb
2012-10-05 13:36:11 -04:00
Mate Lakat
32cce9ef3e Default values for live migration tempest tests
Related to https://review.openstack.org/#/c/13101/

Add tempest test variables, so tempest tests will be configured with
proper default values.

Change-Id: Iec13ec3492cbfa6dcce665a4e0723f1b941ae88a
2012-10-05 12:32:07 +01:00
Dean Troyer
1b23d7cd6e Update horizon config to current example from horizon repo
includes https://review.openstack.org/14048

Change-Id: I49952dd34408d2e94bcecd9063c21633f4139a99
2012-10-04 13:53:45 -05:00
Vincent Untz
855c5875c7 Directly use GetDistro instead of failing if $DISTRO is not set
Change-Id: I81d73a767e1c7f5e83eb535b2e1645e6ab29f347
2012-10-04 13:55:54 +02:00
Dean Troyer
3cf1ffbcdd Fix NOVA_CONF usage
NOVA_CONF now includes NOVA_CONF_DIR, fix remaining usage in lib/nova

Change-Id: I750d6e3ad73bed5c8a911f6dfe61770bbc804704
2012-10-03 10:49:15 -05:00
Doug Hellmann
53a5f42e78 Fix ceilometer configuration
Correct the use of NOVA_CONF to find the source file
for the ceilometer configuration files.

Set up notifications and RPC to use the classes from
ceilometer.openstack.common instead of nova.openstack.common.

Run the ceilometer compute agent under "sg libvirtd"
so it has permission to talk to libvirt.

Change-Id: I75b2e563d654f4f89b182e146e54572618f25261
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2012-10-02 22:26:39 -04:00
Jenkins
08ac8e6d9f Merge "Do not hardcode mysql service name when we have a variable for it" 2012-10-02 21:26:23 +00:00
Vincent Untz
7e3c3f8fe9 Do not hardcode mysql service name when we have a variable for it
This is useful in case a different service name will be used (when
porting to another distribution, for instance).

Change-Id: I5b66ada02f3c4424384c728f1dadb4872bf4d490
2012-10-02 12:14:51 +02:00
Dean Troyer
1a3c9fe41b Fix setup_develop
Change-Id: I64324436eebebfb05ad724335eece10cba107d91
2012-09-29 17:25:02 -05:00
Jenkins
e0ed68f51f Merge "Move Nova to lib/nova" 2012-09-28 21:11:35 +00:00
Jenkins
4cbf5d5383 Merge "Config for ceilometer gathering from glance" 2012-09-28 18:44:05 +00:00
Dean Troyer
bf67c19c30 Move Nova to lib/nova
The next in a line of changes to break down stack.sh and make
it a bit more manageable.

Part of blueprint devstack-modular

Change-Id: I3fae739996aad0b340dae72ef51acd669a3ab893
2012-09-27 17:21:50 -05:00
Eoghan Glynn
ad80eadb08 Config for ceilometer gathering from glance
Some changes are required so that ceilometer can gather usage data
from glance (notification & polling) out-of-the-box in devstack:

 - configure glance to emit notifications if rabbitmq or qpid
   is enabled

 - configure the ceilometer collector to consume notifications
   on the default glance topic (glance_notifications.*)

 - pass credentials to ceilometer central agent so that it
   authtenticate polling calls to glance

Change-Id: I0eac223eddb615266e28447b18fcaaadcd40dddf
2012-09-27 17:55:37 +01:00
Jenkins
ef7133f1ee Merge "update quantum setup to automatically add route to fixed_range" 2012-09-27 14:00:52 +00:00
John Griffith
496ffc74bb Add timing info to volume exercises.
Looking at some failures lately in Jenkins/Devstack runs and it would
be handy to see if failures were time-out related versus flat out failed
operations.

More interestingly it might be worthwile to harvest the completion time
info from the jenkins logs and keep track of any significant deviations
introduced by code changes.

Change-Id: I3bbcc5b9f8a4da2fcdb9f6f70913c2d6bc6e2b9b
2012-09-26 15:11:11 -06:00
Dan Wendlandt
c8dc1f363a update quantum setup to automatically add route to fixed_range
- allows metadata service to work out of the box for VMs in fixed_range
- allows direct access to VMs via their fixed_ips from the devstack host.

Change-Id: I24da91fdf184e195185462554c044ee6f65d58ce
2012-09-26 01:04:55 -07:00
Eoghan Glynn
c6cc585f97 Ensure correct cinder dir is written to tgt config
The wrong directory was being placed in the tgtd config.

This change will allow https://review.openstack.org/13633 to gate.

Change-Id: Icbf7b5ecc9bc53ccc2aed0cacb9f5f61abe8f882
2012-09-25 18:16:59 +01:00
Jenkins
6dd06ae7e6 Merge "Modify euca test to get zone using describe" 2012-09-24 21:34:24 +00:00
Jenkins
8cbeb97956 Merge "Add a spinner so users know the script is going" 2012-09-24 21:34:04 +00:00
Jenkins
9d96f4c1f1 Merge "Fix logfile output getting stomped" 2012-09-24 20:57:24 +00:00
Jenkins
bb024a63b6 Merge "VERBOSE is True if true, not 'yes'" 2012-09-24 20:56:54 +00:00
Vishvananda Ishaya
7879a3cecc Add a spinner so users know the script is going
The spinner will appear if VERBOSE=False.

Change-Id: I6413decbab2da3996dce5150a4600701eadd6f82
2012-09-24 20:44:42 +00:00
Jenkins
219b12c52b Merge "Spiff up the upload_image() format handling" 2012-09-24 20:33:37 +00:00