Skip to content

Instantly share code, notes, and snippets.

View vipulsabhaya's full-sized avatar

Vipul Sabhaya vipulsabhaya

View GitHub Profile
Error applying plan:
1 error(s) occurred:
* template_file.upstart_job: diffs didn't match during apply. This is a bug with Terraform and should be reported as a GitHub Issue.
Please include the following information in your report:
Terraform Version: 0.7.0
Resource ID: template_file.upstart_job
* Fishbowl slots (Wed-Thu)
Our traditional largish rooms organized in fishbowl style, with
advertised session content on the summit schedule for increased external
participation. Ideal for when wider feedback is essential.
* Workroom slots (Tue-Thu)
Small rooms organized in boardroom style, with topic buried in the
session description, in an effort to limit attendance and not overcrowd
the room. Ideal to get work done and prioritize work in small teams. New
in Tokyo: those rooms now come with a large monitor in case you want to
display common stuff.
[metadata]
name = python-cueclient
summary = MQaaS - Client
description-file =
README.rst
license = Apache License, Version 2.0
author = Endre Karlson
author-email = endre.karlson@hp.com
home-page = https://launchpad.net/python-cueclient
classifier =
(py27)ubuntu@ubuntu:/tmp/cue$ git review -s
Could not connect to gerrit.
Enter your gerrit username: vipuls
Trying again with ssh://vipuls@review.openstack.org:29418/stackforge/cue.git
Creating a git remote called "gerrit" that maps to:
ssh://vipuls@review.openstack.org:29418/stackforge/cue.git
This repository is now set up for use with git-review. You can set the
default username for future repositories with:
git config --global --add gitreview.username "vipuls"
root@CE307seed:~/dbaas/dbaas-heat-templates# heat resource-metadata trove-control trove_api
{
"deployments": [
{
"inputs": [
{
"type": "String",
"name": "deploy_server_id",
"value": "71c623fa-ddb9-4d14-b41f-1e1ec5b46bfc",
"description": "ID of the server being deployed to"
### List all logs available to save per datastore
GET /datastores/mysql/logs
{
"logs" : [
{
"name" : "slow_query_log",
"description": "MySQL slow query log"
@vipulsabhaya
vipulsabhaya / gist:7218531
Created October 29, 2013 16:57
Failing upload image
16:16:57 + virtualenv /opt/stack/venvs/heat-cfntools --system-site-packages
16:16:57 New python executable in /opt/stack/venvs/heat-cfntools/bin/python
16:16:58 Installing distribute.............................................................................................................................................................................................done.
16:16:58 Installing pip...............done.
16:16:58 + /opt/stack/venvs/heat-cfntools/bin/pip install heat-cfntools
16:17:00 Downloading/unpacking heat-cfntools
16:17:00 Running setup.py egg_info for package heat-cfntools
16:17:00
16:17:00 Installed /opt/stack/venvs/heat-cfntools/build/heat-cfntools/pbr-0.5.22-py2.7.egg
16:17:00 [pbr] Processing SOURCES.txt
parser.add_argument('--os-auth-url',
metavar='<auth-url>',
default=utils.env('OS_AUTH_URL',
'TROVE_URL'),
help='Defaults to env[OS_AUTH_URL].')
parser.add_argument('--os_auth_url',
help=argparse.SUPPRESS)
@vipulsabhaya
vipulsabhaya / gist:6674397
Created September 23, 2013 17:55
floating IPs
1. Listing floating IPs for a tenant
sabhaya@nova:~$ nova floating-ip-list
2. Nova supports multiple pools where Floating IPs can be created/allocated to a tenant from
sabhaya@nova:~$ nova floating-ip-pool-list
+--------------+
| name |
+--------------+
*No Host-aggregates / all hosts can boot any flavor*
creating a flavor in Trove
--------------------------
Mgmt API to create a new flavor, service_type required
1. Check if flavor with name specified already exists in Nova
2. Create a flavor with the specified name/specs in Nova
3. Create an service_flavors entry with service_type