Skip to content

Instantly share code, notes, and snippets.

View anantpatil's full-sized avatar

Anant Patil anantpatil

  • Broadcom
  • Bangalore
View GitHub Profile
[[local|localrc]]
DATABASE_PASSWORD=stackdb
ADMIN_PASSWORD=nomoresecrete
SERVICE_PASSWORD=$ADMIN_PASSWORD
# openssl rand -hex 10
SERVICE_TOKEN=thequickbrownfox
RABBIT_PASSWORD=stackqueue
# Host IP to connect to local network
@anantpatil
anantpatil / config-highlight.cfg
Created January 21, 2015 06:43
config-highlight for IDLE with solarized dark, light and desert colorscheme
[Solarized Dark]
normal-foreground = #839496
normal-background = #002b36
keyword-foreground = #859900
keyword-background = #002b36
builtin-foreground = #b58900
builtin-background = #002b36
comment-foreground = #586e75
comment-background = #002b36
string-foreground = #2aa198
@anantpatil
anantpatil / config-main.cfg
Created January 21, 2015 06:45
main config for IDLE. Keep this and config-highlight.cfg in ~/.idlerc/
[Theme]
name = desert
default = 0
[EditorWindow]
font = source code pro
font-size = 9
The interlock at github.com/anantpatil/interlock/tree/avi-extn
integrates Avi with Docker UCP.
To use interlock, perform following steps:
0. Pre-requisites:
a. UCP version 2.1 or above
b. Docker version 1.13 or above
c. docker-compose 1.11 or above