-----Original Message-----
From: Kashyap Chamarthy [mailto:kchamart@redhat.com]
Sent: Tuesday, February 24, 2015 10:23 AM
To: Kaul, Yaniv
Cc: Alan Pevec; Martin Mágr; Rdo-list(a)redhat.com
Subject: Re: [Rdo-list] [openstack-packstack] Initial Kilo release
On Mon, Feb 23, 2015 at 05:36:18PM -0500, Kaul, Yaniv wrote:
> Anything is better than Devstack...
Hmm, most (80%) of my test environment is via DevStack and I find it a huge
time saver. Probably I just got used to it, I find it extremely quick (after the first
run) to setup/tear-down environments -- just about 5 minutes or less. I know
people running multi-node DevStack environments for rapid testing as well. :-)
--
/Kashyap
By definition, pulling every single component from its latest greatest upstream means it
cannot be stable.
In my specific case, it failed on heat - which I don't care about and is not very
useful to my work.
I've tried disabling it (by adding 'disable_service heat h-api h-api-cfn h-api-cw
h-eng' to my localrc) and then things broke even worse.
Re-trying...
Here's my local.conf:
[[local|localrc]]
ADMIN_PASSWORD=123456
DATABASE_PASSWORD=$ADMIN_PASSWORD
RABBIT_PASSWORD=$ADMIN_PASSWORD
SERVICE_PASSWORD=$ADMIN_PASSWORD
SERVICE_TOKEN=a682f596-76f3-11e3-b3b2-e716f9080d54
#FIXED_RANGE=172.31.1.0/24
#FLOATING_RANGE=192.168.20.0/25
HOST_IP=10.103.233.161
CINDER_ENABLED_BACKENDS=xio_gold:xtremio_1
[[post-config|$CINDER_CONF]]
[DEFAULT]
rpc_response_timeout=600
service_down_time=600
volume_name_template = CI-%s
enabled_backends=xtremio_1
default_volume_type=xtremio_1
[xtremio_1]
volume_driver=cinder.volume.drivers.emc.xtremio.XtremIOISCSIDriver
san_ip=vxms-xbrickdrm168
san_login=admin
san_password=admin
volume_backend_name = xtremio_1
Y.